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
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_
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
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
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