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

Date: Thursday July 30, 1998 @ 19:04
Author: jah

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

Modified Files:
        ChangeLog
Log Message:

Fixed pg_loreadall. Didn't pass through all the contents on some platforms.

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.422 php3/ChangeLog:1.423
*** php3/ChangeLog:1.422 Thu Jul 30 08:23:42 1998
--- php3/ChangeLog Thu Jul 30 19:04:44 1998
***************
*** 1,6 ****
--- 1,8 ----
  PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  ?? Version 3.0.3
+ - Fixed pg_loreadall that didn't always return all the contents in a PostgreSQL
+ large object. Also, doesn't pass through anything if method is HEAD.
  - configure fix to create target Apache module dir
  - Fix core dump in imageTTFtext() function
  - Added static IMAP support