Re: [PHP-CVS] cvs: php-src / run-tests.php

2006-07-31 Thread Marcus Boerger
Hello Antony, this is definitively wrong, either reenable the zend mm or fix the zend mm. Anyway i was able to run without the old zend mm and with leak check. So my guess is that we are facing new problems that need to be addressed. On gov.php.net until now we were using zend-mm and leak check

[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c pdo_stmt.c /ext/pdo_mysql/tests bug_37445.phpt

2006-07-31 Thread Ilia Alshanetsky
iliaa Mon Jul 31 20:19:18 2006 UTC Modified files: /php-src/ext/pdo_mysql/testsbug_37445.phpt /php-src/ext/pdopdo_dbh.c pdo_stmt.c Log: MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object destruction). http:/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pdo pdo_dbh.c pdo_stmt.c /ext/pdo_mysql/tests bug_37445.phpt common.phpt

2006-07-31 Thread Ilia Alshanetsky
iliaa Mon Jul 31 20:18:11 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pdo_mysql/testsbug_37445.phpt Modified files: /php-srcNEWS /php-src/ext/pdopdo_dbh.c pdo_stmt.c /php-src/ext/pdo_mysql/testscommon.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_mysql/tests bug_33689.phpt common.phpt last_insert_id.phpt pecl_bug_5200.phpt pecl_bug_5780.phpt pecl_bug_5802.phpt show_tables.phpt

2006-07-31 Thread Ilia Alshanetsky
iliaa Mon Jul 31 20:14:41 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_mysql/testsbug_33689.phpt common.phpt last_insert_id.phpt pecl_bug_5200.phpt pecl_bug_5780.ph

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

2006-07-31 Thread Dmitry Stogov
dmitry Mon Jul 31 15:31:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap soap.c Log: Prevented possible double call in case of fault http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.156.2.28.2.7&r2=1.156.2.28.2.8&diff_format=u Index

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2006-07-31 Thread Derick Rethans
derick Mon Jul 31 15:04:54 2006 UTC Modified files: (Branch: PHP_4_4) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: - Go with 4.4.3. http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.24&r2=1.396.2.164.2.25&diff_fo

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 13:05:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: return false instead of null, if it's an invalid document http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.3&r2=1.39.2.2.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap soap.c /ext/soap/tests setheaders.phpt

2006-07-31 Thread Dmitry Stogov
dmitry Mon Jul 31 13:41:34 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests setheaders.phpt Modified files: /php-src/ext/soap soap.c Log: Fixed crash in SoapClient::__setSoapHeaders() http://cvs.php.net/viewvc.cgi

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 12:56:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: make a NEWS entry about - Fixed XSLTProcessor::importStylesheet() to return TRUE on success http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.168&r2=1.20

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 13:07:44 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: return false instead of null, if it's an invalid document (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.47&r2=1.48&diff_format=u Index:

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 12:51:08 2006 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: return true, if xsl import did work http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.46&r2=1.47&diff_format=u Index: php-src/ext/xsl/xsltprocessor.c d

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

2006-07-31 Thread Christian Stocker
chregu Mon Jul 31 12:50:42 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: return true, if xsl import did work http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.2&r2=1.39.2.2.2.3&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/oci8 oci8.c oci8_statement.c php_oci8_int.h /ext/oci8/tests array_bind_005.phpt bug37581.phpt

2006-07-31 Thread Antony Dovgal
tony2001Mon Jul 31 10:30:23 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/oci8/tests bug37581.phpt Modified files: /php-src/ext/oci8/tests array_bind_005.phpt /php-src/ext/oci8 oci8.c oci8_statement.c php_oci8_int.h

[PHP-CVS] cvs: php-src /ext/oci8 bug37581.phpt oci8.c oci8_statement.c php_oci8_int.h /ext/oci8/tests array_bind_005.phpt

2006-07-31 Thread Antony Dovgal
tony2001Mon Jul 31 10:28:46 2006 UTC Added files: /php-src/ext/oci8 bug37581.phpt Modified files: /php-src/ext/oci8 oci8.c oci8_statement.c php_oci8_int.h /php-src/ext/oci8/tests array_bind_005.phpt Log: fix #37581 (oci