[PHP-CVS] svn: /php/php-src/trunk/ext/hash/ hash_joaat.c

2010-03-25 Thread Pierre Joye
pajoye Thu, 25 Mar 2010 10:00:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296773 Log: - init hval Changed paths: U php/php-src/trunk/ext/hash/hash_joaat.c Modified: php/php-src/trunk/ext/hash/hash_joaat.c

[PHP-CVS] svn: /php/php-src/trunk/ext/soap/ php_encoding.c php_encoding.h

2010-03-25 Thread Michael Maclean
mgdm Thu, 25 Mar 2010 14:43:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296787 Log: Remove some calls to TSRMLS_FETCH in ext/soap Changed paths: U php/php-src/trunk/ext/soap/php_encoding.c U

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

2010-03-25 Thread Rob Richards
rrichardsThu, 25 Mar 2010 15:10:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296788 Log: fix build - there are now 34 algos Changed paths: U php/php-src/trunk/ext/hash/hash.c Modified: php/php-src/trunk/ext/hash/hash.c

[PHP-CVS] svn: /php/php-src/trunk/ext/hash/tests/ hash_copy_001.phpt

2010-03-25 Thread Martin Jansen
mj Thu, 25 Mar 2010 16:05:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296791 Log: Fixed test for the recently added algorithmus and made it more debuggable by adding the names of the algorithmus to the output. Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/hash/tests/ hash_copy_001.phpt

2010-03-25 Thread Pierre Joye
hi Martin, Would it not be nicer to split the tests per algorithm and use one line per iteration? Such verbose output are not very useful to debug. Cheers, On Thu, Mar 25, 2010 at 5:05 PM, Martin Jansen m...@php.net wrote: mj                                       Thu, 25 Mar 2010 16:05:27

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/ resourcebundle.c resourcebundle_class.c

2010-03-25 Thread Stanislav Malyshev
stas Thu, 25 Mar 2010 19:17:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296799 Log: fix the protos Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/soap/ php_encoding.c php_encoding.h php_packet_soap.c soap.c

2010-03-25 Thread Michael Maclean
mgdm Thu, 25 Mar 2010 20:06:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296820 Log: Remove some more calls to TSRMLS_FETCH() Changed paths: U php/php-src/trunk/ext/soap/php_encoding.c U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/ resourcebundle.c resourcebundle_class.c

2010-03-25 Thread Johannes Schlüter
On Thu, 2010-03-25 at 19:17 +, Stanislav Malyshev wrote: Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_class.c what about our newtrunk? johannes -- PHP CVS

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/ resourcebundle.c resourcebundle_class.c

2010-03-25 Thread Stanislav Malyshev
Hi! U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_class.c what about our newtrunk? Will follow soon, I didn't re-organize my repos yet, sorry. -- Stanislav Malyshev, Zend Software

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/resourcebundle/ resourcebundle_class.c

2010-03-25 Thread Stanislav Malyshev
stas Thu, 25 Mar 2010 22:30:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296825 Log: fix protos Changed paths: U php/php-src/trunk/ext/intl/resourcebundle/resourcebundle_class.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/parse_date.c branches/PHP_5_3/ext/date/lib/parse_date.re branches/PHP_5_3/ext/date/lib/parse_iso_intervals.c branches/P

2010-03-25 Thread Adam Harvey
aharvey Fri, 26 Mar 2010 04:31:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296828 Log: Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). Bug: http://bugs.php.net/51393 (Assigned)