php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10248 ctype_lower doesn't work.
Submitted: 2001-04-09 12:43 UTC Modified: 2001-04-09 12:52 UTC
From: tomr at instipro dot com Assigned:
Status: Closed Package: Strings related
PHP Version: 4.0.4pl1 OS: Solaris 5.7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tomr at instipro dot com
New email:
PHP Version: OS:

 

 [2001-04-09 12:43 UTC] tomr at instipro dot com
Using ctype_lower gives an error

[09-Apr-2001 12:02:05] PHP Fatal error:  Call to undefined function:  ctype_lower() in /home/tom/cvs/www/production/atfi/testSymbol.php3 on line 12

this function is supposed to be defined in PHP 4.0.4 and we are 
running 4.0.4p1.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-09 12:52 UTC] hholzgra@php.net
the ctype-extension is not compiled in by default
you have to enable it at configure time by using
the configure-option '--enable-ctype' 
or '--enable-ctype=shared' for bilding an php_ctype.so
that you can load into an existing php module by using
either the extension= directive in php.ini or by
using the dl() function at runtime
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC