| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -11/+69 |
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
* | add missing skipif conditions | Antony Dovgal | 2005-12-21 | 2 | -0/+4 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | Fixed bug #34645 (ctype corrupts memory when validating large numbers). | Ilia Alshanetsky | 2005-09-26 | 2 | -18/+34 |
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
* | Fixed bug #30945 (make ctype_* functions return FALSE on empty strings). | Ilia Alshanetsky | 2004-11-30 | 1 | -5/+5 |
* | Fixed bug #30276 (Possible crash in ctype_digit on large numbers). | Ilia Alshanetsky | 2004-09-30 | 1 | -1/+1 |
* | - Correct range checks. | Moriyoshi Koizumi | 2004-07-20 | 1 | -2/+4 |
* | Fixed bug #29226 (ctype_* functions missing validation of numeric string | Ilia Alshanetsky | 2004-07-20 | 1 | -1/+5 |
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 2 | -4/+0 |
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+46 |
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+9 |
* | Add regression test for bug #25745 | Moriyoshi Koizumi | 2003-10-03 | 1 | -0/+24 |
* | Bug #25745 (ctype functions don't deal with non-ascii characters properly) | Moriyoshi Koizumi | 2003-10-03 | 1 | -1/+1 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
* | Fixed typo | Moriyoshi Koizumi | 2003-01-09 | 1 | -1/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 2 | -2/+2 |
* | Fix platform dependencies, setlocale output, bug #19836 | Melvyn Sopacua | 2002-10-10 | 1 | -2/+2 |
* | Restrict ctype tests to POSIX portable characters (0..127) and add numeric ch... | Preston L. Bannister | 2002-05-16 | 1 | -21/+28 |
* | - It's bundled, thus not experimental anymore | Derick Rethans | 2002-05-15 | 1 | -1/+1 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
* | reimplementation using macro instead of function pointer ( Bug #15951 ) | Hartmut Holzgraefe | 2002-03-08 | 1 | -131/+34 |
* | enable ctype functions by default | Hartmut Holzgraefe | 2002-03-02 | 1 | -6/+2 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
* | no longer experimental | Hartmut Holzgraefe | 2002-01-25 | 1 | -5/+0 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -6/+5 |
* | proto fixes | Hartmut Holzgraefe | 2001-12-04 | 1 | -11/+11 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -14/+2 |
* | Remove redundant conversion. | Andrei Zmievski | 2001-10-22 | 1 | -1/+0 |
* | new-style parameter parsing | Hartmut Holzgraefe | 2001-10-22 | 1 | -70/+55 |
* | Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail. | foobar | 2001-10-22 | 2 | -2/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Fixed some protos. | Egon Schmid | 2001-09-04 | 1 | -11/+11 |
* | More compile warnings nuked. | foobar | 2001-08-22 | 1 | -1/+1 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -25/+25 |
* | Some more TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -7/+0 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -5/+2 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+2 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -6/+14 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | a small proto clarification | Hartmut Holzgraefe | 2001-05-18 | 1 | -1/+1 |