Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
4f52bab5 |
| 07-Dec-1999 |
Andrei Zmievski |
Need to check for __inet_aton on Solaris.
|
Revision tags: PRE_RETURN_REF_PATCH |
|
#
a9a5f240 |
| 06-Dec-1999 |
Andrei Zmievski |
Add another item.
|
#
4a60eed4 |
| 05-Dec-1999 |
Sascha Schumann |
Fix some warnings
|
#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them ma
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
3ae0f5fd |
| 19-Nov-1999 |
Andrei Zmievski |
(PHP preg_replace) Fixed a bug that cause backreferences to lose their value after the first occurrence.
|
#
71a8c018 |
| 19-Nov-1999 |
Andrei Zmievski |
Fixed a bug that would replace only the first occurrence and result in a parse error for the rest when using /e modifier.
|
Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
e921d0fe |
| 28-Oct-1999 |
Andrei Zmievski |
Fix bug #2623.
|
#
ce1f3a7d |
| 15-Oct-1999 |
Andrei Zmievski |
Make string copying a little more efficient.
|
#
22fb5f28 |
| 15-Oct-1999 |
Andrei Zmievski |
Renamed a couple of functions to have proper php_ prefix.
|
#
d3a39771 |
| 15-Oct-1999 |
Andrei Zmievski |
(_php_replace_in_subject) (PHP preg_replace): Fixed a bug that happened when regex was an array and replacement was a single non-string value. Also changed conversions to use convert_
(_php_replace_in_subject) (PHP preg_replace): Fixed a bug that happened when regex was an array and replacement was a single non-string value. Also changed conversions to use convert_to_string_ex(). (PHP preg_grep): use convert_to_string_ex() for proper conversion
show more ...
|
#
a92fb5fe |
| 01-Oct-1999 |
Andrei Zmievski |
rename.
|
#
7258842c |
| 30-Sep-1999 |
Andrei Zmievski |
preg_replace() now makes copies of array entries if arrays are passed in, so that convert_to_string() preserves the originals. Is this the correct way to do it?
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
bfa7b6b1 |
| 24-Sep-1999 |
Andrey Hristov |
- Updated array functions to use high-performance API - Updated preg_split() to allow returning only non-empty pieces
|
#
ba01cefc |
| 24-Sep-1999 |
Andrey Hristov |
Update to new high-performance function API.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
870a6679 |
| 14-Sep-1999 |
Andrey Hristov |
- Updated bundled PCRE library to version 2.08 - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully
- Updated bundled PCRE library to version 2.08 - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
show more ...
|
#
5e4a85f2 |
| 03-Sep-1999 |
Andrey Hristov |
Static is good...
|
#
f72897c2 |
| 03-Sep-1999 |
Andrey Hristov |
Practice what you preach, I guess.
|
#
8ccce347 |
| 26-Aug-1999 |
Rasmus Lerdorf |
Missing return types in prototypes
|
#
17f132f9 |
| 19-Aug-1999 |
Egon Schmid |
Here was also something missing
|
#
aeec4e19 |
| 19-Aug-1999 |
Andi Gutmans |
- Fixed memory leaks. tsrm resource id deallocation still needs to be implemented.
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
b55a6c91 |
| 01-Aug-1999 |
Egon Schmid |
Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing?
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
a5a07063 |
| 22-Jul-1999 |
Andrey Hristov |
*** empty log message ***
|
#
6b82192b |
| 20-Jul-1999 |
Andrey Hristov |
Added locale support.
|