Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite cache clean-up using zend_hash_apply_with_argument(). | Andrei Zmievski | 2004-08-25 | 1 | -50/+10 |
| | |||||
* | MFH (r1.160) TSRM fix | Sara Golemon | 2004-08-25 | 1 | -2/+2 |
| | |||||
* | Implement periodic PCRE compiled regexp cache cleanup, to avoid memory | Andrei Zmievski | 2004-08-24 | 1 | -0/+66 |
| | | | | | exhaustion. | ||||
* | pcre_info() is deprecated. Hence, update to pcre_fullinfo() and do more | Andrei Zmievski | 2004-06-22 | 1 | -8/+46 |
| | | | | | rigorous checking of return values. | ||||
* | bug #27810 from Joe Orton | Rasmus Lerdorf | 2004-04-23 | 1 | -23/+1 |
| | |||||
* | MFH(r-1.153): POSIX / ISO compliancy. | Moriyoshi Koizumi | 2004-02-01 | 1 | -2/+2 |
| | | | | | # this commit is granted by Ilia. | ||||
* | MFH: Fixed bug #27011 (64bit int/long confusion in preg_match*() functions) | Ilia Alshanetsky | 2004-01-28 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed Bug #26927 (preg_quote() does not escape \0). | Ilia Alshanetsky | 2004-01-16 | 1 | -0/+5 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2004-01-16 | 1 | -0/+11 |
| | |||||
* | Umm, let's not enable NO_RECURSE by default. The matches on some | Andrei Zmievski | 2003-12-16 | 1 | -1/+1 |
| | | | | | | patterns can be more than twice as slow as before. # Maybe we should add a --disable-pcre-stack-recursion compile option | ||||
* | Fix function name. | Andrei Zmievski | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | - Upgraded library to version 4.5 | Andrei Zmievski | 2003-12-16 | 22 | -3668/+4370 |
| | | | | | | | - Define NO_RECURSE to avoid stack problems. - Moved contents of RINIT hook to MINIT and removed RINIT. - Removed a couple of extraneous files. | ||||
* | *** empty log message *** | Andrei Zmievski | 2003-12-15 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters) | foobar | 2003-09-12 | 1 | -1/+1 |
| | |||||
* | fix error message | Sascha Schumann | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | - Added a new parameter to preg_match_* functions that can be used to | Andrei Zmievski | 2003-06-29 | 2 | -74/+110 |
| | | | | | | specify the offset to start matching from. - Added support for named subpatterns. | ||||
* | Upgrading PCRE library to version 4.3 | Andrei Zmievski | 2003-06-27 | 33 | -8378/+5339 |
| | |||||
* | MFB | Ilia Alshanetsky | 2003-05-26 | 1 | -0/+1 |
| | |||||
* | MFH | Andrei Zmievski | 2003-05-20 | 1 | -0/+2 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-04-24 | 1 | -8/+8 |
| | |||||
* | MFH: Fix for bug #22131 | foobar | 2003-02-09 | 1 | -15/+14 |
| | |||||
* | MFH: fixed bug #21758 | Moriyoshi Koizumi | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-01-18 | 1 | -0/+4 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 8 | -8/+8 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-22 | 1 | -0/+30 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-11-21 | 1 | -3/+1 |
| | |||||
* | MFH (Fix for linking warnings on windows). | Edin Kadribasic | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-13 | 1 | -57/+0 |
| | |||||
* | - 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 |
| | |||||
* | This code adds string offset capturing in preg_split() results. Original | Andrei Zmievski | 2002-05-23 | 1 | -11/+54 |
| | | | | | patch by David Brown, modified by me. | ||||
* | Changing email address. | Andrei Zmievski | 2002-05-13 | 2 | -2/+2 |
| | |||||
* | Revert bogus patch. | Andrei Zmievski | 2002-04-19 | 1 | -7/+7 |
| | |||||
* | - Fix warnings in VC | Derick Rethans | 2002-04-19 | 1 | -7/+7 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | remove old makefiles | Sascha Schumann | 2002-03-12 | 2 | -17/+0 |
| | |||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -18/+6 |
| | | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | Fix a long-standing infelicity that resulted in extra regex information | Andrei Zmievski | 2002-02-12 | 2 | -9/+9 |
| | | | | | not being passed to PCRE functions. |