[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-09-30 Thread Adam Harvey
aharvey Thu, 30 Sep 2010 11:16:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303891 Log: Loosen the valgrind version check slightly in run-tests.php so that it works with the packaged valgrind in Ubuntu 10.04. Changed paths: U

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 Development

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 p...@beccati.com: 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

[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-16 Thread Kalle Sommer Nielsen
kalleMon, 16 Aug 2010 20:56:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302373 Log: Fixed bug #50836 (run_tests.php alerts syntax errors while testing session) Bug: http://bugs.php.net/50836 (Assigned) run_tests.php alerts syntax errors

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

2009-12-22 Thread Christopher Jones
Jani Taskinen wrote: jani Mon, 21 Dec 2009 15:44:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292418 Log: - Sync (and KEEP it synced!) Changed paths: U php/php-src/branches/PHP_5_2/run-tests.php U

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

2009-12-21 Thread Jani Taskinen
jani Mon, 21 Dec 2009 15:44:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=292418 Log: - Sync (and KEEP it synced!) Changed paths: U php/php-src/branches/PHP_5_2/run-tests.php U php/php-src/branches/PHP_5_3/run-tests.php U

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

2009-12-10 Thread Jani Taskinen
jani Fri, 11 Dec 2009 07:34:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=291972 Log: - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.) Changed paths: U php/php-src/branches/PHP_5_2/run-tests.php