Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1 |
|
#
56f8195f |
| 19-Jul-2004 |
Andi Gutmans |
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 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.
show more ...
|
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
27977074 |
| 22-Jun-2004 |
Andrei Zmievski |
MFB (better error checking in pcre_fullinfo() calls).
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2 |
|
#
191a661f |
| 23-Apr-2004 |
Rasmus Lerdorf |
MFB: Fix for bug #27810
|
Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2 |
|
#
e4ad9209 |
| 01-Feb-2004 |
Sebastian Bergmann |
ZTS fix.
|
#
0330fb2c |
| 31-Jan-2004 |
Moriyoshi Koizumi |
- Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets).
|
#
8e44a6ba |
| 31-Jan-2004 |
Moriyoshi Koizumi |
- POSIX / ISOX compliancy. This is needed to correctly handle UTF-8 characters.
|
#
e691cbd4 |
| 28-Jan-2004 |
Ilia Alshanetsky |
Fixed bug #27011 (64bit int/long confusion in preg_match*() functions).
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split |
|
#
07156517 |
| 16-Jan-2004 |
Ilia Alshanetsky |
Fixed Bug #26927 (preg_quote() does not escape \0).
|
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
9fc9e4b2 |
| 16-Dec-2003 |
Andrei Zmievski |
MFB
|
#
e9fb9a7f |
| 16-Dec-2003 |
Andrei Zmievski |
*** empty log message ***
|
#
78cb3810 |
| 25-Nov-2003 |
foobar |
style fix
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
df880965 |
| 12-Sep-2003 |
foobar |
- Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters)
|
#
8767205a |
| 31-Aug-2003 |
Zeev Suraski |
Fix Win32 linkage problems
|
#
b9a67764 |
| 28-Aug-2003 |
Sascha Schumann |
Fix error message
|
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1 |
|
#
505fd434 |
| 29-Jun-2003 |
Andrei Zmievski |
MFB
|
Revision tags: php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4 |
|
#
2e361db1 |
| 25-May-2003 |
Ilia Alshanetsky |
Fixed bug #23788 (str|preg_replace clober the array elements). # Should this be MFBed to 4.3 branch?
|
Revision tags: BEFORE_FD_REVERT |
|
#
8571f5ea |
| 20-May-2003 |
Andrei Zmievski |
Put some guards in place.
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
5ca07877 |
| 25-Mar-2003 |
Sebastian Bergmann |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.
|
Revision tags: php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
4fde1b8d |
| 24-Jan-2003 |
Ilia Alshanetsky |
zend_error() -> php_error_docref().
|
#
e3e364f7 |
| 20-Jan-2003 |
Moriyoshi Koizumi |
Fixed bug #21758
|
#
3d8e54f3 |
| 19-Jan-2003 |
Ilia Alshanetsky |
Changed php_error to php_error_docref.
|
#
b2ecf477 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Fixed bug #21732 (Added a sanity check, that prevents parameter mismatch).
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|