[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 10:20:03 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fix freeing of a NULL pointer Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.91 php4/ext/pcre/php_pcre.c:1.92 --- php4/ext/pcre/php_pcre.c:1.91

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-04-15 Thread Andrei Zmievski
andrei Sun Apr 15 21:56:31 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: @- Fixed a bug with /e modifier in preg_replace(), that would not correctly @ replace two-digit references if single digit references were present @ before them. This fi

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-03-13 Thread Frank M. Kromann
fmk Tue Mar 13 08:39:48 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fixing compiler warning on win32 Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.89 php4/ext/pcre/php_pcre.c:1.90 --- php4/ext/pcre/php_pcre.c:1.89

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c php_pcre.h

2001-03-12 Thread Andrei Zmievski
andrei Mon Mar 12 21:24:05 2001 EDT Modified files: /php4/ext/pcre php_pcre.c php_pcre.h Log: @- IMPORTANT: removed /F modifier handling from preg_replace(). Instead @ one should use new preg_replace_callback() function. (Andrei) Index: php4/ext/pcr

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c /ext/standard array.c basic_functions.c php_array.h

2001-03-11 Thread Andrei Zmievski
andrei Sun Mar 11 19:06:59 2001 EDT Modified files: /php4/ext/pcre php_pcre.c /php4/ext/standard array.c basic_functions.c php_array.h Log: @- Added array_reduce(), which allows iterative reduction of an array @ to a single value via a callback func

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-02-01 Thread Andrei Zmievski
andrei Thu Feb 1 07:25:53 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: No need for CLS_FETCH(). Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.83 php4/ext/pcre/php_pcre.c:1.84 --- php4/ext/pcre/php_pcre.c:1.83 Thu

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-02-01 Thread Sascha Schumann
sas Thu Feb 1 07:24:17 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fix broken ZTS build Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.82 php4/ext/pcre/php_pcre.c:1.83 --- php4/ext/pcre/php_pcre.c:1.82 Wed Jan

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-01-22 Thread Andrei Zmievski
andrei Mon Jan 22 14:05:05 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: If we can't call custom replacement function, don't change the subject string. Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.80 php4/ext/pcre/php_

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-01-22 Thread Andrei Zmievski
andrei Mon Jan 22 11:42:29 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Don't need to check for out-of-memory condition. Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.79 php4/ext/pcre/php_pcre.c:1.80 --- php4/ext/pcre/ph

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c php_pcre.h

2001-01-22 Thread Andrei Zmievski
andrei Mon Jan 22 11:29:44 2001 EDT Modified files: /php4/ext/pcre php_pcre.c php_pcre.h Log: Z-ify the source. Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.78 php4/ext/pcre/php_pcre.c:1.79 --- php4/ext/pcre/php_pcre.c:1.78