From: Date: Wed, 7 Jun 2000 02:15:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c904bb2b87edd54aaf4de70f51198d66b934ec34;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 76bdbe5ce5..373acb54f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,123 @@ +2000-06-06 Andrei Zmievski + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c + TODO: + + Added str_pad() for padding a string with an arbitrary string on left or right. + + +2000-06-06 Uwe Steinmann + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: + - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(), + pdf_set_border_dash() + - some prototype fixes + +2000-06-06 Andrei Zmievski + + * TODO: I guess Zeev's done it already. + +2000-06-06 Zeev Suraski + + * NEWS + main.c + php_globals.h: + - Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work + on a per-directory basis as well, e.g. from .htaccess files + +2000-06-06 Clayton Collie + + * tests/scan_cases + tests/testscanf.php: PHP code to test sscanf() + + * ext/standard/Makefile.in: Modified Makefile.in so scanf.c compiles + +2000-06-06 Jouni Ahto + + * ext/gd/config.m4: + - Preparing to add new image types to gd module. + +2000-06-06 Clayton Collie + + * ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h + ext/standard/php_string.h + ext/standard/scanf.c + ext/standard/scanf.h + ext/standard/string.c: Added sscanf() function. + +2000-06-06 Andi Gutmans + + * ext/standard/output.c: + - I didn't have anything to do with this buggy code. Just kidding :) + +2000-06-06 Frank M. Kromann + + * ext/standard/flock_compat.h: + adding definition for EWOULDBLOCK for Win32 to compile + +2000-06-06 Hartmut Holzgraefe + + * ext/standard/info.c: + added missing '/' to closing
tag (BUG ID #4416) + + * ext/gd/gd.c: added T1LIB information to info function + +2000-06-06 David Hedbor + + * sapi/roxen/TODO: Added another bug to be fixed + +2000-06-06 Thies C. Arntzen + + * ext/recode/config.m4 + ext/recode/php_recode.h + ext/recode/recode.c: add check for stdbool.h + + * ext/recode/recode.c: bool -> int + + * ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h: - added fflush() function. (Eric Huss) + + * ext/xml/expat/xmlparse/xmlparse.c: hashtable.h -> expat_hashtable.h + +2000-06-06 Frank M. Kromann + + * ext/pgsql/pgsql.dsp + ext/pgsql/php_pgsql.h: + Adding correct compiler directives for Win32 compilation + +2000-06-06 Joey Smith + + * ext/domxml/Makefile.in + ext/domxml/domxml.c + ext/domxml/php_domxml.c: Use common naming convention. + + * ext/domxml/config.m4: Get the version #'s right... + +2000-06-06 Sterling Hughes + + * ext/swf/swf.c: Move to the Z_*_PP macros. + +2000-06-06 Sascha Schumann + + * ext/xml/expat/xmlparse/expat_hashtable.h + ext/xml/expat/xmlparse/hashtable.c + ext/xml/expat/xmlparse/hashtable.h: + Move hashtable.h to expat_hashtable.h. + +2000-06-06 David Hedbor + + * sapi/roxen/Makefile.in + sapi/roxen/config.m4 + sapi/roxen/roxen.c: PRE_INCLUDES hack reverted + + * build/rules.mk: PRE_INCLUDE hack reverted + 2000-06-05 Sascha Schumann * ext/standard/global.h