changelog               Mon Apr 29 20:41:37 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1030 php4/ChangeLog:1.1031
--- php4/ChangeLog:1.1030       Sun Apr 28 20:40:40 2002
+++ php4/ChangeLog      Mon Apr 29 20:41:33 2002
@@ -1,3 +1,106 @@
+2002-04-29  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * pear/pear.m4: MFH: Add the shared extension check.
+
+    * ext/ming/config.m4:
+    Never add libraries without checking that they exist and can be linked.
+
+2002-04-29  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/com/COM.c: MFH
+
+    * ext/com/COM.c: RETURN_NULL() is defined with braces while RETURN_TRUE
+    and RETURN_FALSE are defined without.
+    seems not very consistent ?
+
+2002-04-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c: MFH
+
+    * ext/standard/var.c: Add comments for the fix
+
+    * ext/standard/var.c: Fix here too
+
+2002-04-29  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/com/COM.c: MFH
+
+    * ext/com/COM.c:
+    functions returned FALSE in case of error and the oo api returned NULL.
+    make them both behave equal (return NULL, as FALSE can be a valid value).
+
+2002-04-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c: MFH serializer fix
+
+    * ext/standard/var.c: Yet another serialization fix - for incomplete class
+
+2002-04-29  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/recode/config.m4
+      ext/recode/recode.c:
+    Make it possible to use recode 3.5 too. (happy now Wez? :)
+
+    * NEWS: Sync with PHP_4_2_0 branch.
+
+2002-04-29  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/sockets/sockets.c: - Fix WS and CS a bit
+
+    * ext/sockets/php_sockets.h
+      ext/sockets/sockets.c:
+    - Store last errno in the module global 'last_error' implicitely
+    - Set the global 'last_error' explicitely for functions which can't return an
+      error withing a single socket context (socket_create and socket_select)
+    - Modified socket_last_error() to return global modules last
+      error if no socket resource is given
+    - Added a couple of more E_WARNING messages in case something
+      goes foobar so the user isn't left alone in the dark.
+
+2002-04-29  Mika Tuupola  <[EMAIL PROTECTED]>
+
+    * pear/File/Find.php:
+    * fixed the maxrecursion in mapTreeMultiple()
+
+2002-04-29  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * NEWS: Added touch fix
+
+    * ext/standard/filestat.c: MFH touch bag fix
+
+    * NEWS: MFB
+
+    * NEWS: Added NEWS entry for PostgreSQL function rename.
+    Removed duplicate entry.
+
+2002-04-29  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/package-pear.xml: * version will be 0.10
+
+    * pear/PEAR/Packager.php: * slight cleanup
+
+    * pear/PEAR/Packager.php: * call the right parent constructor
+
+    * pear/PEAR/Command/Install.php:
+    * PEAR_Installer constructor now expects only the UI object
+
+    * pear/PEAR/Command/Remote.php:
+    * PEAR_Common::downloadHttp no longer wants a config object
+
+    * pear/PEAR/Common.php:
+    * always set $this->config (use PEAR_Config::singleton)
+    * rename setFrontend to setFrontendObject
+    * add validPackageName method
+    * added downloadHttp callback types setup, connfailed and writefailed
+    * no more passing config objects around
+
+    * pear/PEAR/Installer.php: * use the downloadHttp method w/callback
+
+2002-04-29  Rui Hirokawa  <[EMAIL PROTECTED]>
+
+    * ext/ming/config.m4:
+    shlib suffix was not defind and rint() was not found without -lm.
+
 2002-04-28  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * build/rules.mk: Fixed bug: #16858


Reply via email to