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

Date: Saturday October 10, 1998 @ 21:21
Author: jim

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

Modified Files:
        ChangeLog
Log Message:
Added optional third parameter to strpos() to specify offset to start searching from.

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.507 php3/ChangeLog:1.508
*** php3/ChangeLog:1.507 Sat Oct 10 19:39:54 1998
--- php3/ChangeLog Sat Oct 10 21:21:38 1998
***************
*** 1,6 ****
--- 1,8 ----
  'PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ??, Version 3.0.6
+ - Added optional third parameter to strpos() to specify the offset to
+ start searching from.
  - Fixed a crash bug in unset() when unsetting illegal variables (rare).
  - Made ImageInterlace and ImageTransparentColor parameters optional, and made
    them return the current/new settings.

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