Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH | Andrei Zmievski | 2006-04-11 | 1 | -1/+13 |
| | |||||
* | I guess we only need this on HEAD. | Andrei Zmievski | 2006-04-06 | 1 | -20/+0 |
| | |||||
* | Fix a bug that would not fill in the fifth argument to preg_replace() | Andrei Zmievski | 2006-04-06 | 2 | -9/+22 |
| | | | | | properly, if the variable was not declared previously. | ||||
* | Fix build and sync parameters with config0.m4. | Sebastian Bergmann | 2006-03-06 | 1 | -2/+2 |
| | |||||
* | MFH (Import PCRE 6.6) | Andrei Zmievski | 2006-03-06 | 66 | -17173/+8438 |
| | |||||
* | Fixed test file | Dmitry Stogov | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | MFH. | Andrei Zmievski | 2006-02-17 | 1 | -1/+3 |
| | |||||
* | TODO | Andrei Zmievski | 2006-02-06 | 1 | -0/+7 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - Readd the file in this branch | Marcus Boerger | 2005-12-07 | 1 | -0/+57 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - export everything we've got aliases for | Michael Wallner | 2005-12-01 | 1 | -0/+8 |
| | |||||
* | - use php_pcre aliases | Michael Wallner | 2005-12-01 | 2 | -1/+4 |
| | |||||
* | MFH: ext/filter will need those exports | Michael Wallner | 2005-12-01 | 1 | -0/+1 |
| | | | | | # php_compat.h still prevents linking | ||||
* | MFH: Renamed config.m4 to config0.m4 | foobar | 2005-11-17 | 1 | -57/+0 |
| | | | | | # PCRE configure tests must be run before e.g. ext/filter | ||||
* | MFH | foobar | 2005-11-16 | 1 | -0/+1 |
| | |||||
* | Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre ↵ | Dmitry Stogov | 2005-10-28 | 1 | -1/+3 |
| | | | | is DSO) | ||||
* | Fixed bug #34790 (preg_match_all(), named capturing groups, variable ↵ | Dmitry Stogov | 2005-10-11 | 2 | -0/+24 |
| | | | | assignment/return => crash) | ||||
* | removed unused vars | Ilia Alshanetsky | 2005-08-23 | 1 | -2/+0 |
| | |||||
* | MFH: Nuked EOLs from error messages | foobar | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Sync with config.m4. | Sebastian Bergmann | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 1 | -56/+0 |
| | |||||
* | Upgrade to PCRE version 6.2. | Andrei Zmievski | 2005-08-08 | 74 | -6564/+35941 |
| | | | | | # Don't worry, upgrade for other branches is coming | ||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | Netware also uses autoconf based config now | foobar | 2005-06-30 | 1 | -2/+0 |
| | |||||
* | kill unused var. | Ilia Alshanetsky | 2005-06-01 | 1 | -1/+0 |
| | |||||
* | - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' ↵ | foobar | 2005-05-31 | 2 | -3/+15 |
| | | | | modifier misbehave) | ||||
* | Sync with config.m4 (missing MATCH_LIMIT broke the Win32 build). | Sebastian Bergmann | 2005-05-28 | 1 | -1/+1 |
| | |||||
* | No need to include ucp.c and ucptypetable.c here. | Andrei Zmievski | 2005-05-27 | 2 | -4/+4 |
| | |||||
* | Upgrade library to version 5.0. | Andrei Zmievski | 2005-05-27 | 30 | -2142/+20396 |
| | |||||
* | Flush regexp cache if we detect corruption. | Andrei Zmievski | 2005-05-24 | 1 | -5/+13 |
| | |||||
* | add test | Andrey Hristov | 2005-03-12 | 1 | -0/+40 |
| | | | | | #forgot to add this one | ||||
* | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 2005-03-12 | 2 | -16/+31 |
| | | | | | | made. #it would be nice if someone of the doc team documents it. thanks! | ||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
* | return empty string when got empty parameter | Antony Dovgal | 2004-12-24 | 1 | -1/+1 |
| | |||||
* | Avoid causing a crash. | Ilia Alshanetsky | 2004-12-10 | 1 | -1/+1 |
| | |||||
* | fix 1-byte leak | Antony Dovgal | 2004-12-09 | 1 | -1/+1 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 2 | -2/+2 |
| | | | | | to support multi-ABI platforms. | ||||
* | MFB. | Andrei Zmievski | 2004-08-25 | 1 | -50/+10 |
| | |||||
* | MFB: TSRM fix | Marcus Boerger | 2004-08-24 | 1 | -2/+2 |
| | |||||
* | MFB. | Andrei Zmievski | 2004-08-24 | 1 | -0/+66 |
| | |||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
* | MFB (better error checking in pcre_fullinfo() calls). | Andrei Zmievski | 2004-06-22 | 1 | -8/+46 |
| | |||||
* | spot the vim user | Wez Furlong | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | Fix Bug #28317: Avoid recursion in libpcre on windows platform. | Wez Furlong | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | 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). |