[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter filter.c logical_filters.c sanitizing_filters.c

2006-07-18 Thread Antony Dovgal
tony2001Wed Jul 19 06:57:21 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c logical_filters.c sanitizing_filters.c Log: fix compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52&r2=1.52.2.1&diff_form

[PHP-CVS] cvs: php-src /ext/filter filter.c logical_filters.c sanitizing_filters.c

2006-07-18 Thread Antony Dovgal
tony2001Wed Jul 19 06:56:28 2006 UTC Modified files: /php-src/ext/filter filter.c logical_filters.c sanitizing_filters.c Log: fix compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.54&r2=1.55&diff_format=u Index: php-src/e

[PHP-CVS] Re: [PHP-DEV] RE: [PHP-CVS] New Memory Manager (Was: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard var.c /main main.c /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /

2006-07-18 Thread Andrei Zmievski
I guess Andi already did it. -Andrei On Jul 18, 2006, at 11:33 PM, Dmitry Stogov wrote: Do you mean create new file Zend/REDME.ZEND_MM or extend some existing one? Dmitry. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-CVS] New Memory Manager (Was: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard var.c /main main.c /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi

2006-07-18 Thread Dmitry Stogov
Do you mean create new file Zend/REDME.ZEND_MM or extend some existing one? Dmitry. > -Original Message- > From: Andrei Zmievski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 9:13 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net; internals@lists.php.net > Subject: Re: [PHP-C

[PHP-CVS] RE: [PHP-DEV] Re: [PHP-CVS] New Memory Manager (Was: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard var.c /main main.c /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /

2006-07-18 Thread Andi Gutmans
Didn't see this but I did :) Andi > -Original Message- > From: Andrei Zmievski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 10:13 AM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net; internals@lists.php.net > Subject: [PHP-DEV] Re: [PHP-CVS] New Memory Manager (Was: > [PHP-C

[PHP-CVS] cvs: php-src /ext/filter filter.c php_filter.h

2006-07-18 Thread Marcus Boerger
helly Tue Jul 18 23:52:10 2006 UTC Modified files: /php-src/ext/filter filter.c php_filter.h Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52&r2=1.53&diff_format=u Index: php-src/ext/filter/filter.c diff -u php-src/ext/filter/

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-18 Thread Marcus Boerger
helly Tue Jul 18 23:56:53 2006 UTC Modified files: /php-src/ext/filter filter.c Log: - CS http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.53&r2=1.54&diff_format=u Index: php-src/ext/filter/filter.c diff -u php-src/ext/filter/filter.c:1.53 php-sr

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c

2006-07-18 Thread Ilia Alshanetsky
iliaa Tue Jul 18 22:45:56 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: MFB: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.140&r2=1.141&diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u p

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_iterators.c

2006-07-18 Thread Ilia Alshanetsky
iliaa Tue Jul 18 22:42:28 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_iterators.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.30.2.13&r2=1.73.2.30.2.14&diff_format=u Index: php-src/ext

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c ZendEngine2 zend_API.c zend_builtin_functions.c zend_compile.h zend_execute.c zend_execute.h zend_execute_API.c zend_language_scanner.l zend_op

2006-07-18 Thread Andrei Zmievski
andrei Tue Jul 18 17:52:45 2006 UTC Modified files: /ZendEngine2zend_API.c zend_builtin_functions.c zend_compile.h zend_execute.c zend_execute.h zend_execute_API.c zend_language_scanner.l zend_operators.c

Re: [PHP-CVS] New Memory Manager (Was: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard var.c /main main.c /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi

2006-07-18 Thread Andrei Zmievski
Dmitry, can you put this info into a README file or something? On Jul 18, 2006, at 2:23 AM, Dmitry Stogov wrote: Hi, The main reason of patch is reducing memory allocation overhead and speedup memory management. The patch requires full PHP rebuild including "buildconf". Now "configure" has

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c soap.c

2006-07-18 Thread Dmitry Stogov
dmitry Tue Jul 18 15:05:07 2006 UTC Modified files: /php-src/ext/soap php_encoding.c soap.c Log: Unicode support (not finished) http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.136&r2=1.137&diff_format=u Index: php-src/ext/soap/php_encodin

[PHP-CVS] cvs: php-src / NEWS

2006-07-18 Thread Antony Dovgal
tony2001Tue Jul 18 14:59:35 2006 UTC Modified files: /php-srcNEWS Log: patch merged into 5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2121&r2=1.2122&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2121 php-src/NEWS:1.2122 --- php-s

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-07-18 Thread Antony Dovgal
tony2001Tue Jul 18 14:58:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: news entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.129&r2=1.2027.2.547.2.130&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gmp gmp.c php_gmp.h /ext/gmp/tests gmp_nextprime.phpt

2006-07-18 Thread Antony Dovgal
tony2001Tue Jul 18 14:54:32 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gmp/tests gmp_nextprime.phpt Modified files: /php-src/ext/gmpgmp.c php_gmp.h Log: MFH: add gmp_nextprime() patch by ants dot aasma at gmail d

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 013.phpt

2006-07-18 Thread Ilia Alshanetsky
We'd pretty much need to put the entire test into skipif for that, plus this is a rather unusual situation. On 18-Jul-06, at 2:48 AM, Marcus Boerger wrote: Hello Ilia, can't we detect that situation in skipif? I do not see any sense in getting error reports where the problem is actualyl a

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c php_date.h

2006-07-18 Thread Derick Rethans
derick Tue Jul 18 12:38:05 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c php_date.h Log: - Enable all new date functions and classes http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.16&r2=1.43.2.45.2.17&diff_fo

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2006-07-18 Thread Derick Rethans
derick Tue Jul 18 12:37:49 2006 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Enable all methods in the already existing Date and Timezone classes http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.105&r2=1.106&diff_format=u I

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c

2006-07-18 Thread Dmitry Stogov
dmitry Tue Jul 18 09:24:54 2006 UTC Modified files: /php-src/ext/soap php_encoding.c Log: Fixed compilation error http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.135&r2=1.136&diff_format=u Index: php-src/ext/soap/php_encoding.c diff -u p

[PHP-CVS] New Memory Manager (Was: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard var.c /main main.c /sapi/apache mod_php5.c /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apa

2006-07-18 Thread Dmitry Stogov
Hi, The main reason of patch is reducing memory allocation overhead and speedup memory management. The patch requires full PHP rebuild including "buildconf". Now "configure" has no "--disable-zend-memory-manager" option, but it has "--enable-malloc-mm" instead. It is enabled by default in DEBUG

[PHP-CVS] cvs: php-src /ext/pcre/tests split2.phpt

2006-07-18 Thread Antony Dovgal
tony2001Tue Jul 18 09:23:05 2006 UTC Modified files: /php-src/ext/pcre/tests split2.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/split2.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/pcre/tests/split2.phpt diff -u p

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre/tests split2.phpt

2006-07-18 Thread Antony Dovgal
tony2001Tue Jul 18 09:22:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre/tests split2.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/split2.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/pcre/te

[PHP-CVS] cvs: CVSROOT / avail

2006-07-18 Thread Pierre-Alain Joye
pajoye Tue Jul 18 07:22:52 2006 UTC Modified files: /CVSROOTavail Log: - rumata karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1160&r2=1.1161&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1160 CVSROOT/avail:1.1161 --- CVSROOT/avail:1