changelog               Tue Jan 27 20:32:13 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1520&r2=1.1521&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1520 php-src/ChangeLog:1.1521
--- php-src/ChangeLog:1.1520    Mon Jan 26 20:32:23 2004
+++ php-src/ChangeLog   Tue Jan 27 20:32:12 2004
@@ -1,3 +1,46 @@
+2004-01-27  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/mysql/php_mysql.c:
+      message about that mysql_list_tables() is deprecated
+
+2004-01-27  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/streams/transports.c:
+      Fix segfault for scripts like this:
+      <?php
+      pfsockopen("foo");
+      pfsockopen("foo");
+      ?>
+      Where the transport fails to connect (since args are bogus);
+      the problem was that the persistent stream entry was not
+      correctly freed.
+
+2004-01-27  Georg Richter  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/mysqli_api.c:
+      changed prototype mysql_dataseek from void to bool
+        add check for specified offset
+
+    * ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_fe.c:
+      prototype fixes
+      removed method field_tell (which is already property current_field)
+
+2004-01-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * main/streams/userspace.c:
+      Removed unused variable.
+
+2004-01-27  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      makerpm:
+      still version 4 here
+
+    * (PHP_4_3)
+      makerpm:
+      Use RPM variables
+
 2004-01-26  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * ZendEngine2/zend_interfaces.c

Reply via email to