FreeBSD Port: phpMyAdmin-2.10.0.2

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Mar 16 22:33:06 UTC 2007


Daniel Dvořák wrote:

> Fatal error: Call to undefined function ctype_digit() in /usr/local/www/phpMyAdmin/libraries/common.lib.php on line 2993
> 
> It seems something wrong with php5-ctype ?
> 
> What can I do with this ?

Can you try this small test to see if your php setup really does have
broken support for ctype_digit() ?

% php -r 'print ctype_digit(1234);'

Should print '1'.  If that doesn't work, then examine 
/usr/local/etc/php/extensions.ini -- does it contain the line
extension=ctype.so ?

Did you restart apache since installing the php5-ctype module?

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20070316/2e60a1af/signature.pgp


More information about the freebsd-ports mailing list