[PHP-DEV] CVS update: php3 From: rasmus (php-dev <email protected>)
Date: 04/27/99

Date: Tuesday April 27, 1999 @ 8:55
Author: rasmus

Update of /repository/php3
In directory php:/tmp/cvs-serv2764

Modified Files:
        ChangeLog
Log Message:
Add fgetcsv

Index: php3/ChangeLog
diff -u php3/ChangeLog:1.610 php3/ChangeLog:1.611
--- php3/ChangeLog:1.610 Sun Apr 25 12:26:41 1999
+++ php3/ChangeLog Tue Apr 27 08:55:19 1999
@@ -1,6 +1,7 @@
 PHP 3.0 CHANGE LOG ChangeLog
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? 1999, Version 3.0.8
+- Add fgetcsv() function (RL from Nick Talbott)
 - fixed mem-leak in ora_bind (Thies C. Arntzen)
 - fixed length of bound variables returned from ora_bind. (Thies C. Arntzen)
 - Added V1 of DBA (Sascha)
@@ -18,7 +19,7 @@
 - socket leak fixed (Sascha Schumann)
 - Fixed the XML bug that caused garbage behind attributes
 - Some Informix driver improvements.
-- PUT method support (mlemos <email protected>)
+- PUT method support (RL from mlemos <email protected>)
 - Add ldap_mod_add(), ldap_mod_del() and ldap_mod_replace() (Gerritt Thomson)
 - Fix parameter count problem in odbc_setoption()
 - Replace broken str_replace(). The fix in 3.0.7 was bogus (Sascha Schumann)
@@ -27,9 +28,9 @@
   'g' - hour, 12-hour format, no leading zeros
   'G' - hour, 24-hour format, no leading zeros
   'n' - month, numeric, no leading zeros
-- Make fgetss() slightly smarter
-- Add strip_tags() which uses the fgetss state-machine but acts on a string
-- Add CRYPT_SALT_LENGTH constant
+- Make fgetss() slightly smarter (RL)
+- Add strip_tags() which uses the fgetss state-machine but acts on a string (RL)
+- Add CRYPT_SALT_LENGTH constant (RL)
 
 March 1 1999, Version 3.0.7
 - Added pdf_put_image and pdf_execute_image

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>