Re: PHP_Compat release?
[email protected] (HM 2K)
| Newsgroups | php.pear.qa |
|---|---|
| Message-ID | <[email protected]> |
I plan on fixing the "PHP_Compat does not comform to PEAR CS" bug before the next release: http://pear.php.net/bugs/bug.php?id=15139 Development Roadmap (next release: 1.6.0RC1 in -578 days!!, 67% complete) Would someone kindly update the roadmap? Thanks. On Sun, Aug 15, 2010 at 7:01 AM, Daniel O'Connor <[email protected]>wrote: > > 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" >