summaryrefslogtreecommitdiff
path: root/ext/ctype
Commit message (Expand)AuthorAgeFilesLines
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #34645 (ctype corrupts memory when validating large numbers).Ilia Alshanetsky2005-09-262-18/+34
* - Bumber up yearfoobar2005-08-032-2/+2
* Fixed bug #30945 (make ctype_* functions return FALSE on empty strings).Ilia Alshanetsky2004-11-301-5/+5
* Fixed bug #30276 (Possible crash in ctype_digit on large numbers).Ilia Alshanetsky2004-09-301-1/+1
* - Correct range checks.Moriyoshi Koizumi2004-07-201-2/+4
* Fixed bug #29226 (ctype_* functions missing validation of numeric stringIlia Alshanetsky2004-07-201-1/+5
* - Remove unused blocksMarcus Boerger2004-05-192-4/+0
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+46
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+9
* Add regression test for bug #25745Moriyoshi Koizumi2003-10-031-0/+24
* Bug #25745 (ctype functions don't deal with non-ascii characters properly)Moriyoshi Koizumi2003-10-031-1/+1
* updating license information in the headers.James Cox2003-06-102-6/+6
* Fixed typoMoriyoshi Koizumi2003-01-091-1/+1
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* email address changeHartmut Holzgraefe2002-11-252-2/+2
* Fix platform dependencies, setlocale output, bug #19836Melvyn Sopacua2002-10-101-2/+2
* Restrict ctype tests to POSIX portable characters (0..127) and add numeric ch...Preston L. Bannister2002-05-161-21/+28
* - It's bundled, thus not experimental anymoreDerick Rethans2002-05-151-1/+1
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
* reimplementation using macro instead of function pointer ( Bug #15951 )Hartmut Holzgraefe2002-03-081-131/+34
* enable ctype functions by defaultHartmut Holzgraefe2002-03-021-6/+2
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* no longer experimentalHartmut Holzgraefe2002-01-251-5/+0
* Update headers.Sebastian Bergmann2001-12-112-6/+5
* proto fixesHartmut Holzgraefe2001-12-041-11/+11
* Unified the configure messages.foobar2001-11-301-14/+2
* Remove redundant conversion.Andrei Zmievski2001-10-221-1/+0
* new-style parameter parsingHartmut Holzgraefe2001-10-221-70/+55
* Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail.foobar2001-10-222-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-4/+4
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fixed some protos.Egon Schmid2001-09-041-11/+11
* More compile warnings nuked.foobar2001-08-221-1/+1
* WhitespaceZeev Suraski2001-08-111-25/+25
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-7/+0
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-5/+2
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-6/+14
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* a small proto clarificationHartmut Holzgraefe2001-05-181-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* @ ctype functions now follow the extension naming conventions (Hartmut)Hartmut Holzgraefe2000-12-194-149/+81
* Fix indentation of configure outputSascha Schumann2000-12-061-1/+2