changelog               Fri Oct  5 20:10:57 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.818 php4/ChangeLog:1.819
--- php4/ChangeLog:1.818        Thu Oct  4 20:11:33 2001
+++ php4/ChangeLog      Fri Oct  5 20:10:55 2001
@@ -1,3 +1,103 @@
+2001-10-05  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * ext/standard/Makefile.in
+      ext/standard/basic_functions.c
+      ext/standard/php_standard.h
+      ext/standard/php_versioning.h
+      ext/standard/versioning.c:
+    * prototype of version_compare, doesn't work yet
+
+2001-10-05  Jeroen van Wolffelaar  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/math/pow.phpt
+      tests/quicktester.inc: Fix the pow-test, it now succeeds on my machine
+
+2001-10-05  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * ext/xmlrpc/libxmlrpc/.cvsignore: cvsignore file
+
+2001-10-05  Morgan Christiansson  <[EMAIL PROTECTED]>
+
+    * pear/Forum/lib/classes/Forum.php
+      pear/Forum/lib/classes/ForumIndex.php
+      pear/Forum/lib/classes/ForumList.php
+      pear/Forum/lib/classes/ForumPost.php
+      pear/Forum/lib/classes/ForumRead.php
+      pear/Forum/lib/classes/db/Mysql.php
+      pear/Forum/lib/classes/db/MysqlStandard.php
+      pear/Forum/lib/config.php
+      pear/Forum/lib/forum.php
+      pear/Forum/lib/plugins/plugin.php
+      pear/Forum/frontend/forum.php
+      pear/Forum/frontend/index.php
+      pear/Forum/frontend/list.php
+      pear/Forum/frontend/post.php
+      pear/Forum/frontend/read.php: Initial PEAR/Forum checkin
+
+2001-10-05  Jeroen van Wolffelaar  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/array_search.phpt:
+    Add test for array_search and in_array
+
+    (should be expanded though)
+
+    * ext/standard/array.c:
+    Fix array_search and in_array. Now binary safe, and faster (returns when
+    found, and doesn't duplicate the key each time, but only when necessary)
+
+    Patch also by Edin Kadribasic
+
+    * ext/standard/array.c:
+    Fix bug 13567 and don't depend on a boolean int-value to be either 1 or 0
+
+2001-10-05  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/standard/php_array.h
+      ext/standard/basic_functions.c
+      ext/standard/array.c:
+    Added array_change_key_case() function that returns array with
+    with all string keys lowercased or uppercased
+
+2001-10-05  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/XML/Parser.php:
+    use the new PEAR::phpVersionIs() for better version checking
+
+2001-10-05  Daniel Beulshausen  <[EMAIL PROTECTED]>
+
+    * ext/openssl/openssl.c:
+    nuke unnecessary force-by-ref declarations + name the needed in a proper way
+
+2001-10-05  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/DB/odbc.php: version compat fix in fetchInto
+
+    * pear/tests/pear_versioncmp.phpt:
+    added tests for PHP version comparing functions
+
+    * pear/PEAR.php: changed the logic of version comparation
+
+2001-10-05  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/com/VARIANT.c
+      ext/com/php_VARIANT.h: fix declaration
+
+2001-10-05  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/com/conversion.c
+      ext/com/conversion.h: MFH
+    fixed boolean -1 vs. 1 conflict
+
+2001-10-05  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/sockets/sockets.c: make this work under OSX
+
+2001-10-05  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/Console/Getopt.php: E_ALL fixes
+
+    * pear/PEAR.php: get rid of the RC part of php versions
+
 2001-10-04  Richard Heyes  <[EMAIL PROTECTED]>
 
     * pear/Mail/mimeDecode.php: Minor bugfix


Reply via email to