[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/html.c ext/standard/html_tables/html_table_gen.php ext/standard/html_tables.h ext/standard/tests/strings/htmlentities05.phpt ext/standard/test

2011-01-25 Thread Gustavo André dos Santos Lopes
cataphract Tue, 25 Jan 2011 10:57:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=307728 Log: - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). - Fixed usage of zend_multibyte_get_internal_encoding (its return cannot

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

2011-01-25 Thread Ulf Wendel
uw Tue, 25 Jan 2011 12:51:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=307730 Log: Always bail about deprecation, make warning visible. It is documented to be deprecated in the 5.3 manual but the deprecation warning was tied to trace_

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/mysql_db_name.phpt branches/PHP_5_3/ext/mysql/tests/mysql_deprecated_api.phpt branches/PHP_5_3/ext/mysql/tests/mysql_escape_string.phpt br

2011-01-25 Thread Ulf Wendel
uw Tue, 25 Jan 2011 14:01:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=307731 Log: Handle deprecation messages differently in tests to reduce test differences between 5.3 and trunk: suppress warnings by default, check warnings in a de

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2011-01-25 Thread Derick Rethans
derick Tue, 25 Jan 2011 15:08:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=307735 Log: - Let's keep this consistent in the whole file. Changed paths: U php/php-src/branches/PHP_5_3/ext/date/php_date.c U php/php-src/trunk/ext/da

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/tests/ mysqli_auth_pam.phpt

2011-01-25 Thread Ulf Wendel
uw Tue, 25 Jan 2011 17:00:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=307736 Log: Check PAM auth plugin build in to mysqlnd. I am afraid one cant do much better testing without making many assumptions on the server setup. Changed pat