Re: [PHP] ctype_alpha etc

2001-04-02 Thread Brian Clark


Hi Les,

@ 2:38:17 AM on 4/3/2001, Les Neste wrote:

LN> Hi, I'm using PHP4.04pl1 as an Apache module. I just wrote some
LN> code which calls ctype_alpha() and got the message

LN> Fatal error: 
LN> Call to undefined function: ctype_alpha() in
LN> /usr/local/lesneste/requestpwd.php on line 80

LN> Is this function truly non-existent or is there some compile-time setting I
LN> need to enable to include these functions in the build?  Here's my
LN> phpinfo().  Thanks in advance.
...

% pwd
/usr/local/src/lang/php4-200101200145
% ./configure --help | egrep ctype
  --enable-ctype  Enable ctype support
%

Maybe.. I've never used it.

-Brian
--
 PGP is spoken here: 0xE4D0C7C8
 Please do not carbon copy me on list replies.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] ctype_alpha etc

2001-04-02 Thread Les Neste

Hi, I'm using PHP4.04pl1 as an Apache module.  I just wrote some code which
calls ctype_alpha() and got the message 

Fatal error: 
Call to undefined function: ctype_alpha() in
/usr/local/lesneste/requestpwd.php on line 80

Is this function truly non-existent or is there some compile-time setting I
need to enable to include these functions in the build?  Here's my
phpinfo().  Thanks in advance.

System
 Linux tsunami 2.2.14-5.0 #1 Tue Mar 7 20:53:41 EST 2000 i586 unknown
Build Date
 Mar 8 2001
Configure
Command
 './configure'

'--with-apache=/usr/local/samba/shared/preinstall/Apachetoolbox-1.5.13a/apac
he_1.3.19'
 '--enable-exif' '--enable-memory-limit=yes' '--enable-track-vars'
'--with-calendar=shared'
 '--enable-safe-mode' '--enable-magic-quotes' '--enable-trans-sid'
'--enable-wddx'
 '--enable-ftp' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr'
'--with-pgsql'



Les Neste  678-778-0382  http://www.lesneste.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]