Hi Kalle,
> + if ($value{$len - 1} == '"') {
> + $value{0} = "'";
> + $value{$len - 1} = "'";
> + }
Aren't curly braces deprecated? ;)
Cheers
--
Matteo Beccati
Devel
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
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
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
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
=
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
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
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
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
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
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_
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_
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
==
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
14 matches
Mail list logo