diff options
author | <changelog@php.net> | 2000-05-15 01:09:45 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-05-15 01:09:45 +0000 |
commit | e2e7283a304cf727c33937c730808f3310e26fcb (patch) | |
tree | 02eb1c3866d1600a9be7192620588676d088e77b /ChangeLog | |
parent | ae827bae28d01085d3dec8c460705af323070293 (diff) | |
download | php-git-e2e7283a304cf727c33937c730808f3310e26fcb.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +2000-05-14 Jouni Ahto <jah@mork.net> + + * MODULES_STATUS: + - InterBase module finally ported from PHP3 to PHP4. Full support for + InterBase 6. + + * ext/interbase/interbase.c: + Default to the highest SQL version supported by libs. + Fixed associative array values returned by ibase_field_info. + Fixed compatibility problems with old versions of InterBase. + +2000-05-14 Sterling Hughes <sterling@designmultimedia.com> + + * ext/swf/php_swf.h + ext/swf/swf.c: + -Add swf_definepoly for drawing polygons to the SWF functions. + +2000-05-14 Zeev Suraski <zeev@php.net> + + * sapi/nsapi/nsapiphp4.dsp + sapi/nsapi/php4nsapi.dsp + php4ts.dsw + sapi/apache/apachephp4.dsp + sapi/apache/php4apache.dsp: + Please maintain consistency in these names... :) + + * sapi/apache/mod_php4.c: + - Fix a crash bug in case output is generated in the Apache module while + in request_shutdown + +2000-05-14 Sterling Hughes <sterling@designmultimedia.com> + + * ext/gd/gd.c + ext/gd/php_gd.h: -Port imagegammacorrect from PHP3 to PHP4. + + 2000-05-13 Sam Ruby <rubys@us.ibm.com> * sapi/servlet/README: |