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

2010-07-19 Thread Adam Harvey
aharvey Tue, 20 Jul 2010 04:26:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=301412 Log: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). Bug: http://bugs.php.net/523

[PHP-CVS] svn: /php/php-src/branches/LEMON/ Makefile.frag Zend/Makefile.am

2010-07-19 Thread Felipe Pena
felipe Mon, 19 Jul 2010 23:34:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=301408 Log: - Update exit status Changed paths: U php/php-src/branches/LEMON/Makefile.frag U php/php-src/branches/LEMON/Zend/Makefile.am Modified: php/

[PHP-CVS] svn: /php/php-src/branches/LEMON/Zend/ zend_compile.c zend_language_parser.y

2010-07-19 Thread Felipe Pena
felipe Mon, 19 Jul 2010 22:46:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=301406 Log: - Fixed wrong lineno by fixing the rules Changed paths: U php/php-src/branches/LEMON/Zend/zend_compile.c U php/php-src/branches/LEMON/Zend/z

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

2010-07-19 Thread Dmitry Stogov
dmitry Mon, 19 Jul 2010 15:04:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=301403 Log: Use proper fetch types Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified: php/php-s

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

2010-07-19 Thread Dmitry Stogov
dmitry Mon, 19 Jul 2010 14:34:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=301402 Log: Removed invalid checks Changed paths: U php/php-src/trunk/Zend/zend_vm_def.h U php/php-src/trunk/Zend/zend_vm_execute.h Modified: php/php-s

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

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 13:38:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=301396 Log: MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault

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

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 10:46:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=301392 Log: Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault when

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/http/ bug52359.phpt

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 09:58:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=301390 Log: Revert r301354, since we don't need a test for a bogus bug. Changed paths: D php/php-src/branches/PHP_5_3/ext/standard/tests/http/bug52359.phpt D

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/tests/ bug51819.phpt

2010-07-19 Thread Adam Harvey
On 19 July 2010 17:47, Johannes Schlüter wrote: > Thanks for the tests but please don't forget trunk ;-) Furthermore, please don't commit tests for bugs that haven't actually been fixed (or even triaged yet), such as #52359. They're not always valid. :) If you do write a test for an open, untria

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/tests/ bug51819.phpt

2010-07-19 Thread Johannes Schlüter
Kai, On Sat, 2010-07-17 at 23:20 +, Kai Schröder wrote: > k.schroeder Sat, 17 Jul 2010 23:20:24 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=301360 > > Log: > Test for #51819 > > Bug: http://bugs.php.net/51819 (Assigned) Case discrepancy