1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

ChangeLog update

This commit is contained in:
1999-11-20 02:08:40 +00:00
parent f4767f385a
commit 22aeaedc0e
+34
View File
@@ -1,3 +1,37 @@
1999-11-19 Andrei Zmievski <zmievski@ispi.net>
* ext/pcre/php_pcre.c:
(PHP preg_replace) Fixed a bug that cause backreferences to lose
their value after the first occurrence.
* ext/pcre/php_pcre.c:
Fixed a bug that would replace only the first occurrence and result in
a parse error for the rest when using /e modifier.
1999-11-19 Thies C. Arntzen <thies@digicol.de>
* ext/ftp/ftp.c: <sys/time.h> is needed on linux
1999-11-19 Andi Gutmans <andi@php.net>
* internal_functions_win32.c:
- Make it consistent with the rest of the stuff there.
* ext/standard/array.c
internal_functions_win32.c
php4dllts.dsp: - Add array.c to the Win32 project
1999-11-19 Thies C. Arntzen <thies@digicol.de>
* ext/xml/xml.c: (PHP xml_parse_into_struct) buffer was sometimes short by 1.
1999-11-19 Zeev Suraski <zeev@php.net>
* ext/sybase_ct/php_sybase_ct.c
ext/sybase/sybase.c: Optimize a bit
* ext/sybase_ct/php_sybase_ct.c: Fix a bug in sybase_fetch_hash()
1999-11-18 Andrew Skalski <askalski@chek.com>
* ext/ftp/ftp.c