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

2010-03-30 Thread Joey Smith
joey Tue, 30 Mar 2010 10:10:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297166 Log: Don't assume the SHA-based crypt constants are registered this is a partial fix for 51435. Changed paths: U php/php-src/trunk/ext/standard/crypt.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.h trunk/NEWS trunk/ext/sqlite3/libsqlite/sqlite3.c tr

2010-03-30 Thread Ilia Alshanetsky
iliaaTue, 30 Mar 2010 11:52:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297173 Log: Upgraded bundled sqlite to version 3.6.23.1 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionExtension_isPersistant.phpt ext/reflection/tests/ReflectionExtension_isTemporary.phpt

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 20:50:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297202 Log: Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent(). Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/bug42976.phpt trunk/ext/reflection/php_reflection.c trunk/ext/reflection/tests/bug42

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 21:02:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297203 Log: Use php_error_docref instead of zend_error Changed paths: U php/php-src/branches/PHP_5_3/ext/reflection/php_reflection.c U

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

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 21:04:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297204 Log: Fix folding Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified: php/php-src/trunk/ext/reflection/php_reflection.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/header branches/PHP_5_3/header trunk/header

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 21:09:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297205 Log: It's 2010 already Changed paths: U php/php-src/branches/PHP_5_2/header U php/php-src/branches/PHP_5_3/header U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/php_reflection.h ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt sapi/cli/php.1.in sapi/cli/php_cl

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 22:35:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297206 Log: Add ReflectionZendExtension class and --rz option to CLI Changed paths: U php/php-src/trunk/NEWS U

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

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 22:36:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297207 Log: Fix protos Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified: php/php-src/trunk/ext/reflection/php_reflection.c

[PHP-CVS] svn: /php/php-src/trunk/ ext/enchant/enchant.c ext/fileinfo/fileinfo.c ext/intl/collator/collator_class.c ext/intl/dateformat/dateformat_class.c ext/intl/formatter/formatter_class.c ext/intl

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 23:03:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297208 Log: Remove main/php3_compat.h, for that a few references to `function_entry` have to be replaced by `zend_function_entry`. Changed paths: U

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

2010-03-30 Thread Johannes Schlüter
johannes Tue, 30 Mar 2010 23:14:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=297210 Log: Add some const declarations, makes C++ extension writers happy Changed paths: U php/php-src/trunk/Zend/zend.h Modified: