PHP_Compat release?
[email protected] ("Daniel O'Connor")
| Newsgroups | php.pear.qa |
|---|---|
| Message-ID | <[email protected]> |
http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PHP_Compat&status=CRSLR There's a lot in there, want to do a release? Other things I noticed: 1) PHP 5.3 causes unit test failures 9 FAILED TESTS: /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/magic_quotes_gpc_off.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/magic_quotes_gpc_on.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/magic_quotes_sybase_off.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/magic_quotes_sybase_on.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/register_globals_off.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/register_globals_on.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/environment/register_long_arrays_off.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/function/ini_get_all.phpt /home/clockwerx/pear/PHP_Compat/trunk/tests/function/time_sleep_until.phpt 2) You have to do the following to get it running in the pear wide test suite - http://test.pear.php.net/unit-test-results/phpt_results.txt svn mkdir PHP && svn mv Compat.php PHP && svn mv Compat PHP && svn commit -m "Fix direcdtory strcutre"