From: Date: Sun, 16 Jul 2000 01:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7761580504ab2b262ea061df46d53c6c4999aff7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e048ea5818..60b3b22436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2000-07-15 Egon Schmid + + * ext/recode/php_recode.h + ext/recode/recode.c: Some cosmetic changes. + +2000-07-15 Thies C. Arntzen + + * ext/oci8/oci8.c + ext/oci8/php_oci8.h: fixed uninitilized var in ZTS mode. + +2000-07-15 Egon Schmid + + * ext/posix/php_posix.h + ext/posix/posix.c: Some cosmetic changes. + +2000-07-15 Thies C. Arntzen + + * ext/oracle/php_oracle.h + ext/oracle/oracle.c: + - You can now call Ora_Error() without prameters to get the reason + for a failed connection attempt. (Kirill Maximov) + +2000-07-15 Egon Schmid + + * ext/domxml/php_domxml.c: Some cosmetic changes. + +2000-07-15 David Croft + + * ext/pfpro/.cvsignore: + * ext/pfpro/config.m4 + ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: + merged changes from Signio module by John Donagher + + * tests/testpfpro.php + ext/pfpro/test.php: test file for pfpro + +2000-07-15 Rasmus Lerdorf + + * NEWS: . + +2000-07-15 David Croft + + * MAINTAINERS + ext/pfpro/Makefile.in + ext/pfpro/config.m4 + ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h + ext/pfpro/test.output + ext/pfpro/test.php: New extension pfpro to interface with Signio Payflow Pro library for + credit card processing etc + 2000-07-14 Rasmus Lerdorf * ext/gd/gd.c: