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

2011-06-05 Thread Philip Olson
philip Sun, 05 Jun 2011 06:57:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311822 Log: Updated the note maintainers credits Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/credits.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/DateTime_diff_add_sub-fall-type2-type2.phpt branches/PHP_5_4/ext/date/tests/DateTime_diff_add_sub-fall-type2-type3.phpt branches/PHP_5_4/ex

2011-06-05 Thread Hannes Magnusson
bjoriSun, 05 Jun 2011 08:56:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311823 Log: This isn't less then 5.4.. but these still fail though. Changed paths: U

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

2011-06-05 Thread Stanislav Malyshev
stas Sun, 05 Jun 2011 08:59:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311824 Log: This method doesn't seem to be very useful without scalar types, so reverting it too Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/declare_001.phpt branches/PHP_5_4/Zend/tests/declare_002.phpt branches/PHP_5_4/Zend/tests/declare_003.phpt branches/PHP_5_4/Zend/tests/declare_

2011-06-05 Thread Hannes Magnusson
bjoriSun, 05 Jun 2011 09:35:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311825 Log: Fix tests when running without mbstring Changed paths: U php/php-src/branches/PHP_5_4/Zend/tests/declare_001.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/file/005_variation2.phpt trunk/ext/standard/tests/file/005_variation2.phpt

2011-06-05 Thread Hannes Magnusson
bjoriSun, 05 Jun 2011 09:42:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311826 Log: touch() no longer attempts to create files on empty strings Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dom/examples/note.dtd branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt trunk/ext/dom/examples/note.dtd trunk/ext/dom/tests/

2011-06-05 Thread Hannes Magnusson
bjoriSun, 05 Jun 2011 11:31:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311827 Log: No need to fetch external files and endless amount of DTDs for this test Changed paths: U php/php-src/branches/PHP_5_4/ext/dom/examples/note.dtd

Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_operators.c

2011-06-05 Thread Hannes Magnusson
On Sun, Aug 22, 2010 at 10:01, Scott MacVicar scott...@php.net wrote: scottmac                                 Sun, 22 Aug 2010 08:01:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302629 Log: Fix a bug where two doubles are equal but the maths operation makes it appear

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/file/lstat_stat_variation7.phpt trunk/ext/standard/tests/file/lstat_stat_variation7.phpt

2011-06-05 Thread Hannes Magnusson
bjoriSun, 05 Jun 2011 12:07:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311828 Log: Make sure we are writing more data then the block size Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/tests/file/lstat_stat_variation6.phpt trunk/ext/standard/tests/file/lstat_stat_variation6.phpt

2011-06-05 Thread Hannes Magnusson
bjoriSun, 05 Jun 2011 12:08:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311829 Log: When you write to a symlink - you access the file itself, not the symlink, so we need to compare the atime to the orignal file Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/DateTime_diff_add_sub-absolute.phpt branches/PHP_5_3/ext/date/tests/DateTime_diff_add_sub-dates.phpt branches/PHP_5_3/ext/date/tests/Da

2011-06-05 Thread Hannes Magnusson
On Thu, Feb 10, 2011 at 23:57, Daniel Convissor dani...@php.net wrote: danielc                                  Thu, 10 Feb 2011 22:57:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308238 Log: Add extensive tests for DateTime::diff(), add() and sub(). Are all of these

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c

2011-06-05 Thread Felipe Pena
felipe Sun, 05 Jun 2011 17:02:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311835 Log: - Fixed crash in fastcgi (related to zend signals changes) Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/bz2/tests/bug51997.phpt branches/PHP_5_3/main/streams/streams.c branches/PHP_5_4/ext/bz2/tests/bug51997.phpt branches/PHP_5_4/ma

2011-06-05 Thread Ilia Alshanetsky
iliaaSun, 05 Jun 2011 21:57:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311849 Log: Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). Bug: http://bugs.php.net/51997 (Assigned) fseek($fp, 0, SEEK_CUR) generates needless

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ zend_vm_def.h zend_vm_execute.h

2011-06-05 Thread Felipe Pena
felipe Mon, 06 Jun 2011 02:34:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311855 Log: - Restore fix for #39863 (do not accept paths with NULL in them) # This was removed by regenerating the VM months ago Bug: http://bugs.php.net/39863