]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 2 Jun 2002 00:26:59 +0000 (00:26 +0000)
committer <changelog@php.net> <>
Sun, 2 Jun 2002 00:26:59 +0000 (00:26 +0000)
ChangeLog

index 48d1f63bd0be1422c907daf1202a6acfce610008..9f86855aa804278ef7b45da9a470246210b9a1d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2002-06-01  Stig Bakken  <ssb@fast.no>
+
+    * pear/PEAR/Builder.php: * add some phpdoc
+
+2002-06-01  Stefan Roehrich  <stefan@roehri.ch>
+
+    * ext/snmp/config.m4
+      acinclude.m4
+      ext/domxml/config.m4
+      ext/imap/config.m4:
+    WS change to make very old compilers/preprocessors (e.g. HP/UX 9)
+    happy (thanks to Andreas Ley for recognizing this).
+
+2002-06-01  Christian Dickmann  <chrisdicki@gmx.de>
+
+    * pear/PEAR/Command/Config.php
+      pear/PEAR/Command/Remote.php
+      pear/PEAR/Config.php
+      pear/PEAR/Frontend/CLI.php
+      pear/PEAR/Installer.php:
+    add 'pear search'. introduce type 'mask' to config.
+
+2002-06-01  Sascha Schumann  <sascha@schumann.cx>
+
+    * sapi/apache/php_apache.c: Fix build
+
+2002-06-01  Andi Gutmans  <andi@zend.com>
+
+    * configure.in: - Fix build with Engine 2
+
+    * sapi/apache/php_apache.c: - Reapply netware patch
+
+2002-06-01  Rasmus Lerdorf  <rasmus@lerdorf.on.ca>
+
+    * sapi/apache/php_apache.c:
+    Put Netware header and comment back in.  My CVS revision id got messed
+    up somehow.
+
+2002-06-01  Sander Roobol  <phy@wanadoo.nl>
+
+    * php.ini-dist
+      php.ini-recommended:
+    Update cracklib path and comment it out (thanks to Urs Gehrig for the hint)
+
+2002-06-01  Frank M. Kromann  <frank@kromann.info>
+
+    * ext/mbstring/mbfilter.c:
+    Makring function declarations match implementations (ZTS compilation)
+
 2002-05-31  Rasmus Lerdorf  <rasmus@lerdorf.on.ca>
 
     * sapi/apache/php_apache.c: Oops