[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 08:07:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316022 Log: remove php_snmp_get_ce() Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.h U php/php-src/trunk/ext/snmp/snmp.c Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/snmp/ php_snmp.h snmp.c

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 08:09:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316023 Log: merge from trunk: remove php_snmp_get_ce() Changed paths: _U php/php-src/branches/PHP_5_4/ext/snmp/ U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_set_charset.phpt branches/PHP_5_4/ext/mysqli/tests/mysqli_character_se

2011-09-02 Thread Ulf Wendel
uw Fri, 02 Sep 2011 09:27:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316028 Log: MySQL 5.6 update Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-error.phpt tests/snmp-object-properties.phpt

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 10:04:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316029 Log: added SNMPException class, enabling ability to throw exceptions when a known SNMP error has occured FR #55542 Bug: https://bugs.php.net/55542 (Assigned)

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 10:07:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316031 Log: remove extra white space Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-error.phpt tests/snmp-object-properties.phpt

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 10:13:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316032 Log: merge from trunk added SNMPException class, enabling ability to throw exceptions when a known SNMP error has occured FR #55542 Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/014.phpt branches/PHP_5_3/ext/mysqli/tests/015.phpt branches/PHP_5_3/ext/mysqli/tests/connect.inc branches/PHP_5_3/ext/mysqli/tests/mysql

2011-09-02 Thread Ulf Wendel
uw Fri, 02 Sep 2011 10:38:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316033 Log: As of MySQL 5.6.1 the server variable have_innodb is no more. Updating InnoDB check... Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/connect.inc branches/PHP_5_3/ext/pdo_mysql/tests/mysql_pdo_test.inc branches/PHP_5_4/ext/mysqli/tests/connect.inc branches/PHP_5_4/ext/pd

2011-09-02 Thread Ulf Wendel
uw Fri, 02 Sep 2011 11:06:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316034 Log: Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1 Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c branches/PHP_5_4/ext/mysqlnd/mysqlnd_ps.c trunk/ext/mysqlnd/mysqlnd_ps.c

2011-09-02 Thread Andrey Hristov
andrey Fri, 02 Sep 2011 11:22:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316035 Log: function rename to comply with the schema of other callbacks Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/connect.inc branches/PHP_5_3/ext/pdo_mysql/tests/mysql_pdo_test.inc branches/PHP_5_4/ext/mysqli/tests/connect.inc branches/PHP_5_4/ex

2011-09-02 Thread Hannes Magnusson
On Fri, Sep 2, 2011 at 13:06, Ulf Wendel u...@php.net wrote: uw                                       Fri, 02 Sep 2011 11:06:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316034 Log: Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/connect.inc branches/PHP_5_3/ext/pdo_mysql/tests/mysql_pdo_test.inc branches/PHP_5_4/ext/mysqli/tests/connect.inc branches/PHP_5_4/ex

2011-09-02 Thread Andrey Hristov
On 09/02/2011 01:27 PM, Hannes Magnusson wrote: On Fri, Sep 2, 2011 at 13:06, Ulf Wendelu...@php.net wrote: uw                    Fri, 02 Sep 2011 11:06:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316034 Log: Hopefully, this is an

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/connect.inc branches/PHP_5_3/ext/pdo_mysql/tests/mysql_pdo_test.inc branches/PHP_5_4/ext/mysqli/tests/connect.inc branches/PHP_5_4/ex

2011-09-02 Thread Ulf Wendel
Am 02.09.2011 13:27, schrieb Hannes Magnusson: On Fri, Sep 2, 2011 at 13:06, Ulf Wendelu...@php.net wrote: uw Fri, 02 Sep 2011 11:06:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316034 Log: Hopefully, this is an even better way to

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c trunk/ext/libxml/libxml.c

2011-09-02 Thread Rob Richards
I finally got a chance to look at the code. Any reason you didn't just manage everything in a per request state similar to the other global function usage? You might even be able to get away with only initializing it on the first call to setting the loader and you already are performing

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/config9.m4 branches/PHP_5_4/ext/mysqlnd/config9.m4 trunk/ext/mysqlnd/config9.m4

2011-09-02 Thread Andrey Hristov
andrey Fri, 02 Sep 2011 12:59:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316036 Log: fix message Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 U php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4 U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-09-02 Thread Andrey Hristov
andrey Fri, 02 Sep 2011 13:24:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316037 Log: here comes the news Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/mysql_num_rows.phpt branches/PHP_5_4/ext/mysql/tests/mysql_num_rows.phpt trunk/ext/mysql/tests/mysql_num_rows.phpt

2011-09-02 Thread Ulf Wendel
uw Fri, 02 Sep 2011 13:35:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316038 Log: Coverage for bug#54704, of which I think it is bogus, thus no dedicated test. Bug: https://bugs.php.net/54704 (Feedback) mysql_num_rows() does work with

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c branches/PHP_5_4/ext/pdo_mysql/mysql_driver.c trunk/ext/pdo_mysql/mysql_driver.c

2011-09-02 Thread Andrey Hristov
andrey Fri, 02 Sep 2011 13:53:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316039 Log: Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILE and a bunch of other small preprocessor fixes Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/tests/bug38943.inc branches/PHP_5_3/ext/zip/tests/bug38943.phpt branches/PHP_5_3/ext/zip/tests/bug38943_2.phpt branches/PHP_5_4/ext/zip/tests/bug3

2011-09-02 Thread Shein Alexey
sheinFri, 02 Sep 2011 17:41:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316041 Log: Removed old ( 5.3) version of test and cleaned up the actual version. Changed paths: D php/php-src/branches/PHP_5_3/ext/zip/tests/bug38943.inc

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt branches/PHP_5_4/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt trunk/

2011-09-02 Thread Shein Alexey
sheinFri, 02 Sep 2011 18:01:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316043 Log: Synchronized fixed tests from 5.3 branch. Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/libxml/libxml.c trunk/ext/libxml/libxml.c

2011-09-02 Thread Gustavo Lopes
On Fri, 02 Sep 2011 12:42:26 +0100, Rob Richards rricha...@cdatazone.org wrote: I finally got a chance to look at the code. Any reason you didn't just manage everything in a per request state similar to the other global function usage? You might even be able to get away with only initializing

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_4/ext/standard/tests/streams/bug46024.phpt trunk/ext/standard/tests/streams/bug46024.phpt

2011-09-02 Thread Ferenc Kovacs
tyrael Fri, 02 Sep 2011 20:28:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316056 Log: pass an absolute path for the php binary to proc_open, without this the test would fail if ran with a relative TEST_DEV_EXECUTABLE Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo/tests/bug_34630.phpt branches/PHP_5_3/ext/pdo/tests/bug_43130.phpt branches/PHP_5_3/ext/pdo/tests/bug_44861.phpt branches/PHP_5_3/ext/pdo/tests/pd

2011-09-02 Thread Christopher Jones
sixd Fri, 02 Sep 2011 22:19:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316060 Log: gcov test fixes Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/bug_34630.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_4/ext/standard/tests/streams/bug46024.phpt trunk/ext/standard/tests/streams/bug46024.phpt

2011-09-02 Thread Kalle Sommer Nielsen
Hi Afair realpath() is not always available, so maybe a function_exist() check here? Sendt fra min iPhone Den 02/09/2011 kl. 22.28 skrev Ferenc Kovacs tyr...@php.net: tyrael Fri, 02 Sep 2011 20:28:39 + Revision: