changelog Sat May 29 20:32:49 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1642&r2=1.1643&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1642 php-src/ChangeLog:1.1643 --- php-src/ChangeLog:1.1642 Fri May 28 20:32:18 2004 +++ php-src/ChangeLog Sat May 29 20:32:48 2004 @@ -1,3 +1,77 @@ +2004-05-29 Wez Furlong <[EMAIL PROTECTED]> + + * ext/standard/proc_open.c: + Turn this off then + +2004-05-29 Greg Beaver <[EMAIL PROTECTED]> + + * pear/tests/PEAR_test_mock_pearweb.php.inc + pear/tests/pear_downloader_invalid.phpt + pear/tests/php_dump.php.inc: + modify php_dump.php, .cvsignore ignores *.php + move include to the place where it is used + + * pear/tests/pear_installer2.phpt: + update _installFile() test for channels + + * pear/tests/pear_installer1.phpt: + update checkDeps/extractDownloadFilename tests for channels + + * pear/tests/pear_registry.phpt: + update registry test for channels + + * pear/tests/pear_downloader_invalid.phpt + pear/tests/pear_downloader_new.phpt + pear/tests/pear_downloader_old.phpt: + use fake pearweb - now anyone can run the download unit tests. + + These tests require channels to pass + + * pear/tests/depnoreleases-1.0.tgz + pear/tests/depunstable-1.0.tgz + pear/tests/pkg1-1.1.tgz + pear/tests/pkg1-2.0b1.tgz + pear/tests/pkg2-1.1.tgz + pear/tests/pkg3-1.1.tgz + pear/tests/pkg3-1.4.tgz + pear/tests/pkg4-1.1.tgz + pear/tests/pkg4AndAHalf-1.3.tgz + pear/tests/pkg5-1.1.tgz + pear/tests/stabilitytoolow-0.3.tgz + pear/tests/stabilitytoolow-0.5.tgz + pear/tests/stabilitytoolow-0.6beta.tgz + pear/tests/stabilitytoolow-1.0b1.tgz + pear/tests/stabilitytoolow-2.0a1.tgz + pear/tests/stabilitytoolow-2.0b1.tgz + pear/tests/stabilitytoolow-2.0dev.tgz + pear/tests/stabilitytoolow-3.0dev.tgz: + fake pearweb package files, for unit testing downloads without an installed + pearweb + + * pear/tests/pear_config.phpt + pear/tests/pear_config_1.1.phpt: + config unit tests, ready for channels + + * pear/tests/PEAR_test_mock_pearweb.php.inc + pear/tests/download_test.config.inc + pear/tests/download_test_classes.php.inc + pear/tests/merge2.input + pear/tests/pear_channelfile.phpt + pear/tests/pear_installer_installFile_channels.phpt + pear/tests/pear_installer_install_channels.phpt + pear/tests/pear_registry_1.1.phpt + pear/tests/user3.input: + new unit tests + pearweb mock object is complete + + * pear/tests/pear_installer4.phpt: + update for conflicting file test + +2004-05-29 Wez Furlong <[EMAIL PROTECTED]> + + * ext/standard/proc_open.c: + Don't rely on TIOCNOTTY. + 2004-05-28 Ard Biesheuvel <[EMAIL PROTECTED]> * ext/interbase/interbase.c @@ -4189,7 +4263,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1642 2004/05/29 00:32:18 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1643 2004/05/30 00:32:48 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>