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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 19 13:01:30 2024 UTC