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

2010-10-04 Thread Michael Maclean
mgdm Mon, 04 Oct 2010 20:20:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304035 Log: Un-deprecate mt_rand and deprecate mt_getrandmax Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modified:

[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/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

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/dba/config.m4 ext/dba/dba.c ext/dba/dba_tcadb.c ext/dba/php_tcadb.h ext/dba/tests/dba_tcadb.phpt

2010-03-24 Thread Michael Maclean
5.3.99 +- Added Tokyo Cabinet abstract DB support to ext/dba. (Michael Maclean) - Added Jenkins's one-at-a-time hash support to ext/hash. (Martin Jansen) - Added FNV-1 hash support to ext/hash. (Michael Maclean) - default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus

[PHP-CVS] svn: /php/php-src/trunk/ext/hash/ config.m4 hash.c hash_fnv.c php_hash.h php_hash_fnv.h tests/fnv132.phpt tests/fnv164.phpt

2010-03-23 Thread Michael Maclean
. | + +--+ + | Author: Michael Maclean m...@php.net | + +--+ +*/ + +/* $Id$ */ + +/* Based on the public domain algorithm found at + http://www.isthe.com/chongo/tech

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

2010-03-23 Thread Michael Maclean
NEWS ||| ?? ??? 201?, PHP 5.3.99 +- Added FNV-1 hash support to ext/hash. (Michael Maclean) - default_charset if not specified is now UTF-8 instead of ISO-8859-1. (Rasmus) ?? ??? 20??, PHP