changelog               Fri Oct 31 20:31:48 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1433 php-src/ChangeLog:1.1434
--- php-src/ChangeLog:1.1433    Thu Oct 30 20:32:14 2003
+++ php-src/ChangeLog   Fri Oct 31 20:31:46 2003
@@ -1,3 +1,119 @@
+2003-10-31  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/tests/pear_dependency_checkPackage.phpt:
+      add optional dependencies to test
+
+    * pear/PEAR/Dependency.php:
+      better error messages, fix potential problems in the future
+
+    * pear/PEAR/Installer.php:
+      fix warning
+
+    * pear/tests/pear_installer1.phpt:
+      fix test
+
+    * pear/tests/pear_installer2.phpt:
+      add fancy SKIPIF code, fix test
+
+    * pear/tests/pear_installer3.phpt:
+      add fancy SKIPIF code
+
+    * pear/tests/pear_installer1.phpt:
+      fix test 1, add in nifty SKIPIF code
+
+    * pear/PEAR/Installer.php:
+      deleted code says it all
+
+    * pear/tests/pear_dependency_checkPackage.phpt:
+      add in skip to match other tests
+
+    * pear/tests/pear_dependency_checkPackage.phpt:
+      new test  case
+
+2003-10-31  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * sapi/nsapi/nsapi.c:
+      fix header handler
+
+2003-10-31  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Dependency.php:
+      major bug - "not" dependency check would completely fail.  Guess nobody
+      ever tried it before :)
+
+2003-10-31  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug26010.phpt:
+      Add test case for bug #26010
+
+2003-10-31  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Dependency.php:
+      was checking the wrong parameter for a v. - should be checking version
+
+    * pear/PEAR/Dependency.php:
+      phpdoc fix
+
+2003-10-31  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/dom/tests/dom004.phpt
+      ext/dom/tests/dom_xinclude.phpt:
+      SKIP tests if compress.zlib wrapper is not available.
+
+2003-10-31  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/config.m4:
+      cosmetics
+
+2003-10-31  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c:
+      Send correct default content type from php.ini not static text/html
+      (important for other charsets than iso-8859-1)
+
+2003-10-31  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * makerpm:
+      Make this work again
+
+2003-10-31  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/tests/pear_common_analyzeSC.phpt:
+      finished unit test
+
+    * pear/package-PEAR.xml:
+      bump to 1.3b4, add note about fix for #171
+
+    * pear/PEAR/Installer.php:
+      fix #171, --alldeps with a rel="eq" should install the required version, if
+      possible
+
+2003-10-31  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/mcrypt/mcrypt.c:
+      Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called
+      after every mcrypt_generic_init() call).
+      
+
+2003-10-31  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/cgi_main.c:
+      MFB
+
+    * (PHP_4_3)
+      sapi/cgi/cgi_main.c:
+      Fix "bug" #26039
+
+2003-10-31  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * pear/PEAR/Common.php:
+      add some error control to analyzeSourceCode() for really rare cases -
+      invalid PHP
+
+    * pear/tests/pear_common_analyzeSC.phpt:
+      start on unit test for PEAR_Common
+
 2003-10-30  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * NEWS

Reply via email to