Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/run-tests.php branches/PHP_5_3/run-tests.php trunk/run-tests.php

2010-08-17 Thread Matteo Beccati
Hi Kalle, > + if ($value{$len - 1} == '"') { > + $value{0} = "'"; > + $value{$len - 1} = "'"; > + } Aren't curly braces deprecated? ;) Cheers -- Matteo Beccati Devel

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_exceptions.h

2010-08-17 Thread Sascha Schumann
sas Tue, 17 Aug 2010 12:14:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=302385 Log: align declaration with definition (patch by kalle) Changed paths: U php/php-src/trunk/Zend/zend_exceptions.h Modified: php/php-src/trunk/Zend/zen

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/file.c branches/PHP_5_3/ext/standard/file.h trunk/ext/standard/basic_functions.c trunk/ext/standard/file.c trunk/ext/st

2010-08-17 Thread Kalle Sommer Nielsen
kalleTue, 17 Aug 2010 12:17:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=302386 Log: Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes) # To not change a PHPAPI in a point release, a new function hav

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c main.c rfc1867.c snprintf.c streams/glob_wrapper.c

2010-08-17 Thread Kalle Sommer Nielsen
kalleTue, 17 Aug 2010 12:49:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=302387 Log: Fixed compiler warnings in main/ Changed paths: U php/php-src/trunk/main/SAPI.c U php/php-src/trunk/main/main.c U php/php-src/trunk/ma

[PHP-CVS] svn: /php/php-src/trunk/win32/ glob.c

2010-08-17 Thread Kalle Sommer Nielsen
kalleTue, 17 Aug 2010 12:57:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=302388 Log: Fixed compiler warning Changed paths: U php/php-src/trunk/win32/glob.c Modified: php/php-src/trunk/win32/glob.c =

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ basic_functions.c

2010-08-17 Thread Kalle Sommer Nielsen
kalleTue, 17 Aug 2010 13:34:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=302389 Log: Fix my fix for arginfo, trunk patch will follow shortly Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/basic_functions.c Modified: ph

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/run-tests.php branches/PHP_5_3/run-tests.php trunk/run-tests.php

2010-08-17 Thread Kalle Sommer Nielsen
Hi Matteo 2010/8/17 Matteo Beccati : > Hi Kalle > > Aren't curly braces deprecated? ;) After reading the manual, yeah in 5.3+ they are. They don't however throw an E_DEPRECATED notice so unless consulting the manual I don't think so many are aware of it, including myself. As for changing it, I wi

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c tests/mysql_db_name.phpt tests/mysql_list_dbs.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:37:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=302392 Log: Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated. As well as mysql_list Changed paths: U php/php-src/trunk/ext/mysql/php_mysql

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 15:39:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=302393 Log: here comes the news Changed paths: U php/php-src/trunk/NEWS Modified: php/php-src/trunk/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c tests/mysql_db_name.phpt tests/mysql_list_dbs.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 17:40:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=302395 Log: Use PHP_DEP_FE - good for reflection Changed paths: U php/php-src/trunk/ext/mysql/php_mysql.c U php/php-src/trunk/ext/mysql/tests/mysql_db_n

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysql/ php_mysql.c tests/mysql_trace_mode.phpt

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 18:07:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=302396 Log: Update with PHP_DEF_FE, also update the test Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c U php/php-src/branches/PHP_

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

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 18:08:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=302398 Log: Fix for Bug #52613 crash in mysqlnd Bug: http://bugs.php.net/52613 (Assigned) crash in mysqlnd Changed paths: U php/php-src/branches/PHP_5_

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

2010-08-17 Thread Andrey Hristov
andrey Tue, 17 Aug 2010 18:10:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=302399 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/Zend/zend_compile.c branches/PHP_5_3/ext/spl/spl_directory.c branches/PHP_5_3/ext/spl/tests/bug52573.phpt trunk/Zend/zend_compile.c trunk/ext/spl/spl_dire

2010-08-17 Thread Felipe Pena
felipe Wed, 18 Aug 2010 01:59:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=302420 Log: - Improved fix for bug #52573 Bug: http://bugs.php.net/52573 (Closed) SplFileObject::fscanf Segmentation fault Changed paths: U php/php-s