Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC2'.php-5.0.0RC2 | SVN Migration | 2004-04-25 | 1 | -56/+0 |
| | |||||
* | MFB: Fix for bug #27810 | Rasmus Lerdorf | 2004-04-23 | 1 | -23/+1 |
| | |||||
* | ZTS fix. | Sebastian Bergmann | 2004-02-01 | 1 | -1/+1 |
| | |||||
* | - Forgot to add test case. | Moriyoshi Koizumi | 2004-02-01 | 1 | -0/+37 |
| | |||||
* | - Binary compatibility stuff, for safety. | Moriyoshi Koizumi | 2004-02-01 | 1 | -1/+1 |
| | |||||
* | - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into ↵ | Moriyoshi Koizumi | 2004-01-31 | 2 | -6/+42 |
| | | | | octets). | ||||
* | - POSIX / ISOX compliancy. This is needed to correctly handle UTF-8 characters. | Moriyoshi Koizumi | 2004-01-31 | 1 | -2/+2 |
| | |||||
* | Fixed bug #27011 (64bit int/long confusion in preg_match*() functions). | Ilia Alshanetsky | 2004-01-28 | 1 | -2/+2 |
| | |||||
* | Fixed Bug #26927 (preg_quote() does not escape \0). | Ilia Alshanetsky | 2004-01-16 | 2 | -0/+16 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 7 | -8/+8 |
| | |||||
* | MFB | Andrei Zmievski | 2003-12-16 | 21 | -3667/+4369 |
| | |||||
* | *** empty log message *** | Andrei Zmievski | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+13 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | style fix | foobar | 2003-11-25 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters) | foobar | 2003-09-12 | 1 | -1/+1 |
| | |||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
| | |||||
* | Fix error message | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | MFB | Andrei Zmievski | 2003-06-29 | 1 | -83/+119 |
| | |||||
* | define this here too | Sterling Hughes | 2003-06-28 | 2 | -2/+2 |
| | |||||
* | Upgrading PCRE library to version 4.3. | Andrei Zmievski | 2003-06-27 | 34 | -8379/+5340 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | Fixed bug #23788 (str|preg_replace clober the array elements). | Ilia Alshanetsky | 2003-05-25 | 1 | -0/+1 |
| | | | | | # Should this be MFBed to 4.3 branch? | ||||
* | Put some guards in place. | Andrei Zmievski | 2003-05-20 | 1 | -1/+3 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 2 | -10/+8 |
| | | | | SAPI/CLI on Win32. | ||||
* | Fixed bug #22131, enable use of shared lib with pcre. | foobar | 2003-02-09 | 2 | -30/+28 |
| | |||||
* | zend_error() -> php_error_docref(). | Ilia Alshanetsky | 2003-01-24 | 1 | -15/+15 |
| | |||||
* | Made the test's name more descriptive | Moriyoshi Koizumi | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | Removed pointless checks | Moriyoshi Koizumi | 2003-01-23 | 2 | -10/+0 |
| | |||||
* | Added test case for bug #21732 | Moriyoshi Koizumi | 2003-01-23 | 1 | -0/+33 |
| | |||||
* | Fixed bug #21758 | Moriyoshi Koizumi | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -4/+3 |
| | |||||
* | Fixed bug #21732 (Added a sanity check, that prevents parameter mismatch). | Ilia Alshanetsky | 2003-01-18 | 1 | -0/+4 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 8 | -8/+8 |
| | |||||
* | Added a test case for bug #20528. | Ilia Alshanetsky | 2002-11-22 | 1 | -0/+30 |
| | |||||
* | Fixed bug #20528. | Ilia Alshanetsky | 2002-11-21 | 1 | -3/+1 |
| | |||||
* | Nuke one more win32 linking warning. | Edin Kadribasic | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | - Remove \n from error messages | Derick Rethans | 2002-11-10 | 1 | -5/+5 |
| | |||||
* | Fix memory leak in non-ZTS mode. | Andrei Zmievski | 2002-11-09 | 1 | -2/+4 |
| | |||||
* | fix compiler warning | Marcus Boerger | 2002-10-24 | 1 | -4/+4 |
| | |||||
* | Upgrade to version 3.92. | Andrei Zmievski | 2002-10-15 | 39 | -7064/+10999 |
| | |||||
* | Use a copy of locale instead of the original. Fixes bug #19482. | Andrei Zmievski | 2002-10-07 | 1 | -1/+2 |
| | |||||
* | Update bundled pcrelib to 3.9. | Wez Furlong | 2002-09-14 | 38 | -718/+3288 |
| | | | | | # Tested under Linux only | ||||
* | @- Added ability to use Perl-style ${n} subpattern references in the | Andrei Zmievski | 2002-09-11 | 1 | -12/+33 |
| | | | | | @ replacement string for preg_replace(). Takes care of bug #18442. (Andrei) | ||||
* | NetWare related additions/modifications | Anantha Kesari H Y | 2002-09-05 | 1 | -0/+2 |
| | |||||
* | MFB (patch by Troels Arvin <troels@arvin.dk>). | Edin Kadribasic | 2002-07-23 | 2 | -4/+8 |
| | | | | | | Added pcre include path to global list of includes in order to allow use of external pcre libs. | ||||
* | Fix Bug #18341. | Andrei Zmievski | 2002-07-14 | 1 | -2/+3 |
| | | | | | | @- Fixed cases where preg_split() incorrectly terminated final element if @ it contained null byte. (Andrei) | ||||
* | Fix build in ZTS mode | foobar | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | This patch adds ability to capture string offsets in the preg_match_*() | Andrei Zmievski | 2002-06-12 | 1 | -41/+58 |
| | | | | | results. | ||||
* | - Typo. | Markus Fischer | 2002-06-10 | 1 | -2/+2 |
| |