Browse Source

ChangeLog update

PHP-5.0
22 years ago
parent
commit
ae5301c5d5
  1. 36
      ChangeLog
  2. 6
      Zend/ChangeLog

36
ChangeLog

@ -1,3 +1,39 @@
2004-07-01 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)
Zend/zend_constants.c:
MFHZE2: Do not use alloca() where it can be easily abused by the users.
* ZendEngine2/zend_constants.c:
Do not use alloca() where it can be easily abused by the users.
2004-07-01 Zeev Suraski <zeev@zend.com>
* (PHP_4_3)
main/php_ini.c:
MFH (more or less) registry-based setting for the location of php.ini
2004-07-01 Sterling Hughes <winnie@edwardbear.org>
* ext/curl/interface.c:
fix bug wrt to CURLOPT_POSTFIELDS where if you passed it code like:
$fields = array('foo' => 'bar');
curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_exec($ch);
as opposed to :
curl_setopt($ch, CURLOPT_POSTFIELDS, array('foo' => 'bar'));
you'll get a segv or no results, depending on the mood and cycle of the
moon.
2004-07-01 Sara Golemon <php@alphaweb.net>
* ext/cpdf/cpdf.c:
That hashtable should never have been an argument....
2004-06-30 Frank M. Kromann <frank@kromann.info>
* NEWS

6
Zend/ChangeLog

@ -1,3 +1,9 @@
2004-07-01 Ilia Alshanetsky <ilia@prohost.org>
* zend_constants.c:
Do not use alloca() where it can be easily abused by the users.
2004-06-25 Wez Furlong <wez.php@thebrainroom.net>
* zend_stream.c

Loading…
Cancel
Save