[PHP-DEV] CVS update: php3 From: cschneid (php-dev <email protected>)
Date: 11/23/98

Date: Monday November 23, 1998 @ 13:13
Author: cschneid

Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv3598

Modified Files:
        ChangeLog
Log Message:
Functions pack() and unpack() rewritten to be binary and buffer overrun
safe and behave like the Perl functions for all implemented format codes.

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.527 php3/ChangeLog:1.528
*** php3/ChangeLog:1.527 Thu Nov 19 17:03:12 1998
--- php3/ChangeLog Mon Nov 23 13:13:05 1998
***************
*** 1,6 ****
--- 1,8 ----
  PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ??, Version 3.0.6
+ - Functions pack() and unpack() rewritten to be binary and buffer overrun
+ safe and behave like the Perl functions for all implemented format codes.
  - Ensured that msql_error() will not return error messages generated by
    previously-run scripts.
  - Add base_convert() function

--
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>