2001-05-23 Sascha Schumann * ext/session/session.c: Due to dynamic registration of storage handlers, OnUpdateSaveHandler might be called before that registration takes place and hence the INI update is dismissed. In that case, we defer the lookup to the first request init. 2001-05-23 Jani Taskinen * ext/xslt/.cvsignore: missing. 2001-05-23 Sascha Schumann * sapi/apache/config.m4 sapi/apache2filter/config.m4: Use EXTRA_LDFLAGS at this point. I've confirmed that one can build a working Apache DSO module now (AIX 4.2 with gcc 2.95.2 and Apache 1.3.12). 2001-05-23 Sterling Hughes * ext/com/COM.c: Fix credits 2001-05-23 Sascha Schumann * build/buildcheck.sh: automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused an error message on FreeBSD. * build/buildcheck.sh: $libtool already contains the full path to libtool. 2001-05-23 Andi Gutmans * ext/session/mod_mm.c: - Nuke GINIT 2001-05-23 Jon Parise * NEWS: Merge from HEAD. * NEWS: This was merged into the 4.0.6 branch. 2001-05-23 Andi Gutmans * ext/standard/basic_functions.c ext/standard/output.c ext/standard/php_output.h: - Fix problem of output initialization 2001-05-23 Martin Kraemer * sapi/apache/mod_php4.c: Fix Basic auth (when under PHP control) for EBCDIC platforms 2001-05-23 Thomas V.V.Cox * pear/scripts/pear.in: -Changed $param[0] to $param{0} less ambiguous -Readd "-?" param that shows the usage msg 2001-05-23 Andrei Zmievski * NEWS: MFH * NEWS: This was merged into 4.0.6. 2001-05-23 Stig Bakken * pear/DB/storage.php: * added DB_storage::delete() (as suggested by Wolfram Kriesing) * fixed some raiseError calls * pear/PEAR.php: * added missing doc for PEAR::raiseError skipmsg parameter 2001-05-23 Andi Gutmans * ext/sybase_ct/php_sybase_ct.c: - MFH * ext/sybase_ct/php_sybase_ct.c: - Commit fix by Steve Meyers 2001-05-23 Jani Taskinen * main/fopen_wrappers.c: MFH (oops) * main/fopen_wrappers.c: oops.. 2001-05-23 Sterling Hughes * ext/standard/basic_functions.c: Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL constants. 2001-05-23 John Donagher * ext/standard/array.c: Add missing end-folding delimiter 2001-05-23 Jani Taskinen * main/fopen_wrappers.c: MFH * main/fopen_wrappers.c: fixed bug: #10960 2001-05-22 Andy Sautins * ext/oci8/oci8.c: - Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLLECTION_FORCE ) - Added schema optional parameter to OCINewCollection to allow accessing types in other schemas. - Added OCI_TYPECODE_TABLE to OCINewCollection to allow creation of collection of TYPES as well as VARRAYS 2001-05-22 Shane Caraveo * sapi/cgi/cgi_main.c: The -c commandline option was not working at all, need to set the path override before calling on the module startup. 2001-05-22 Jani Taskinen * ext/ccvs/Makefile.in ext/ccvs/ccvs.c ext/ccvs/config.m4: Fixed bug: #10914 2001-05-22 Andrei Zmievski * NEWS: Fixes. 2001-05-22 Andi Gutmans * ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/output.c ext/standard/php_output.h: - Start nuking not needed GINIT 2001-05-22 Sebastian Bergmann * php.ini-dist: Fixed bug #10892. 2001-05-22 Andrei Zmievski * ext/session/session.c: MFH 2001-05-22 Frank M. Kromann * ext/iisfunc/setup.c: Fixing prototypes to match function names TODO Rename functions to follow coding standards. * ext/odbc/php_odbc.c ext/fbsql/php_fbsql.c: Fixing prototypes to match function names 2001-05-22 Andrei Zmievski * ext/session/session.c: - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value when register_globals is on. 2001-05-22 Frank M. Kromann * ext/fbsql/php_fbsql.c: Changing how persistant links are added to zend_lists 2001-05-22 Thomas V.V.Cox * pear/scripts/pear.in: remove "?" from Console_Getopt. Sorry Andrei it was there and I left there :) * pear/PEAR/Installer.php: - added error cheking and abort when no script install dir is set - minor typos * pear/scripts/pear.in: - Added the following params support: * -p set script install dir * -e set extension install dir * -d set documentation dest dir * -v set verbose level - Some error reporting clean up - Added the standar PHP copyright header and authors 2001-05-22 Sascha Schumann * ext/ircg/ircg.c: MFH * ext/ircg/ircg.c: Fix HEX_VALUE Submitted by: Axel Sander 2001-05-22 Jon Parise * configure.in ext/standard/filestat.c: FreeBSD defines statfs(2) in . Teach PHP to look for it there. * ext/standard/filestat.c configure.in: FreeBSD defines statfs(2) in . Teach PHP to look for it there. 2001-05-22 Jani Taskinen * ext/imap/config.m4: this fixes a few apache can not start bugs. * ext/imap/config.m4: This fixes a few apache can not start bugs. 2001-05-21 Derick Rethans * ext/pdf/pdf.c: - Nuke warning * ext/pdf/pdf.c: - No need to include "zend" in include line 2001-05-21 James Moore * ext/cpdf/cpdf.c ext/pdf/pdf.c: Fix for #8539 2001-05-21 Sterling Hughes * ext/curl/config.m4: MFH 2001-05-21 Jani Taskinen * ext/ldap/config.m4: MFH * ext/ldap/config.m4: Fixed bug: #10777 2001-05-21 Sterling Hughes * ext/sockets/php_sockets.h: Fix compile warning. 2001-05-21 Jani Taskinen * ext/gd/config.m4 ext/gd/gd.c: MFH * ext/gd/config.m4 ext/gd/gd.c: fixed bug: #10593 2001-05-21 James Moore * ext/gd/gd.c: Remove unused variable from imagesetstyle 2001-05-21 Sterling Hughes * ext/sockets/sockets.c: one of these days I'll get this commit correct, just you watch! * ext/sockets/sockets.c: typo 2001-05-21 Andi Gutmans * main/php_logos.c main/php_logos.h: - MFH so that no one starts using the wrongly called function name, * main/php_logos.c main/php_logos.h: - Fix name of function. 2001-05-21 Sterling Hughes * ext/sockets/sockets.c: Fix socket_read to work under Linux again. * ext/sockets/sockets.c: WS fix (php_read) and correct checking of the return value from inet_aton, which returns *non-zero* on success (fix by Till Gerken). * ext/sockets/sockets.c: Fixed bug where socket_connect() return the wrong value (report and fix by Till Gerken) 2001-05-21 Jani Taskinen * ext/iconv/config.m4: MFH * ext/iconv/config.m4: Fixed bug: #10742 2001-05-21 Andrei Zmievski * ext/standard/basic_functions.c ext/standard/basic_functions.h: Moving some functions into Zend. 2001-05-21 Andi Gutmans * ext/standard/basic_functions.c: - EG's are passed automatically to internal functions. 2001-05-21 Sean Bright * ext/standard/basic_functions.c ext/standard/basic_functions.h: Added get_defined_constants() function. Returns an associative array of constants mapped to their values. 2001-05-21 Sascha Schumann * ext/xml/Makefile.in: Remove extraneous tab 2001-05-20 Sascha Schumann * acinclude.m4 ext/session/config.m4 main/php.h: Add support for systems where p{read|write} take a off64_t without being properly prototyped. 2001-05-20 Jani Taskinen * ext/domxml/config.m4 ext/gd/config.m4 ext/pdf/config.m4 ext/zlib/zlib.m4: MFH * ext/gd/config.m4 ext/pdf/config.m4 ext/domxml/config.m4 ext/zlib/config0.m4: A few modifications to make the ZLIB checks work better. 2001-05-20 Sascha Schumann * ext/xml/expat/Makefile.in ext/xml/Makefile.in: Whoops, the expat directory needs the XML_BYTE_ORDER macro * ext/xml/Makefile.in ext/xml/config.m4: Don't add -DXML_BYTE_ORDER to global CPPFLAGS * NEWS: looks promising * build/fastgen.sh: Fix path to alternate mkdir * acinclude.m4: Fix irix-time_r test * acinclude.m4: remove fi * acinclude.m4 main/php_reentrancy.h main/reentrancy.c: Support for IRIX-style asctime_r/ctime_r. * acinclude.m4: Catch 'mkdir -p' brokeness on IRIX 2001-05-20 Sebastian Bergmann * pear/Cache/URL.php: Oops. 2001-05-20 Rasmus Lerdorf * ext/standard/file.c: MFH of patch that fixes copy() ignoring safe_mode open_basedir setting. 2001-05-20 Wez Furlong * ext/mailparse/mailparse.c: fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64) 2001-05-20 Sascha Schumann * NEWS: refining 2001-05-20 Wez Furlong * ext/mailparse/tests/001.phpt ext/mailparse/tests/002.phpt ext/mailparse/rfc822_getaddrs.c ext/mailparse/try.php ext/mailparse/mailparse_rfc822.h ext/mailparse/php_mailparse.h ext/mailparse/rfc2045.c ext/mailparse/rfc2045.h ext/mailparse/rfc2045acchk.c ext/mailparse/rfc2045acprep.c ext/mailparse/rfc2045appendurl.c ext/mailparse/rfc2045cdecode.c ext/mailparse/rfc2045decode.c ext/mailparse/rfc2045find.c ext/mailparse/rfc822.c ext/mailparse/rfc822_getaddr.c ext/mailparse/CREDITS ext/mailparse/EXPERIMENTAL ext/mailparse/Makefile.in ext/mailparse/README ext/mailparse/config.m4 ext/mailparse/libs.mk ext/mailparse/mailparse.c: Imported mailparse extension 2001-05-20 Stig Bakken * pear/pear.m4: MFH * pear/pear.m4: Define HAVE_CONFIG_H when building standalone DSO extensions 2001-05-20 Jani Taskinen * ext/standard/info.c: MFH * ext/standard/info.c: This looks better. 2001-05-20 Andrei Zmievski * ext/pcre/php_pcre.c: Properly free callback_name only when necessary. 2001-05-20 Derick Rethans * ext/standard/basic_functions.c ext/standard/formatted_print.c: - Fix for bug #9698/#10681 (patch by kettler@gmx.net) - Added the 'u' modifier to printf/sprintf which prints unsigned longs. * ext/standard/basic_functions.c ext/standard/formatted_print.c: - Reversed 'fix' for #9698 - Fix for bug #9698/#10681 (patch by kettler@gmx.net) - Added the 'u' modifier to printf/sprintf which prints unsigned longs. 2001-05-19 Rasmus Lerdorf * ext/standard/file.c: Fix bug #9526 2001-05-19 Jani Taskinen * configure.in ext/standard/basic_functions.c: MFH * configure.in ext/standard/basic_functions.c: Fixed bug #10964 2001-05-19 Sascha Schumann * acinclude.m4: Store some build-specific environment variables in config.nice. 2001-05-19 Sterling Hughes * ext/gd/gd.c: nuke last remnants of the old globals stuff 2001-05-19 James Moore * NEWS: MFH * NEWS: Correct NEWS entry 2001-05-19 Sascha Schumann * sapi/apache/config.m4: s/^I/ / and some re-indenting. Also align the APXS checking code with the standard scheme. * sapi/apache2filter/config.m4: Reindent, add link map for AIX, improve diagnostic message, carry over all -D* CPPFLAGS, and nuke REGEX recognition. 2001-05-19 Andi Gutmans * ext/bz2/bz2.c: - MFH * ext/bz2/bz2.c: - Remove \n from php_error() * ext/bz2/bz2.c: - Fix crash bug in bzopen() when specifying invalid filename Fixed crash bug in bzopen() when specifying an invalid file. 2001-05-19 Andrei Zmievski * NEWS: Format. 2001-05-19 Sascha Schumann * ext/session/php_session.h: Use zend_hash_add_empty_element * sapi/cgi/config.m4 sapi/cgi/cgi_main.c: Use write(2), if we can successfully write to stdout. 2001-05-19 Derick Rethans * NEWS: - MFH * NEWS: - Adding an entry about mcrypt bugs 2001-05-19 Sascha Schumann * ext/xml/expat/xmlparse.c: Looks like this was a bogus gcc warning. Submitted by: Sebastian Bergmann * ext/session/session.c: Improve reading from external data source for session id creation. Improve generating the string representation of the md5 session id. * ext/xml/expat/xmlparse.c ext/xml/expat/xmlrole.c ext/xml/expat/xmltok.c: Nuke some warnings. * NEWS: merge * NEWS: add entry * ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/file.c: MFH munmap() file in RSHUTDOWN, if PHPWRITE fails. Files should be shared among processes. 2001-05-18 Sascha Schumann * ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/file.c: munmap() file in RSHUTDOWN, if PHPWRITE fails. 2001-05-18 Derick Rethans * ext/mcrypt/mcrypt.c: - Fix for bug #10890 (MFH) - Fixed bugs in the mcrypt extension that caused crashes * ext/mcrypt/mcrypt.c: - Fix for bug #10890 - Fixed bugs in the mcrypt extension that caused crashes 2001-05-18 Sascha Schumann * sapi/apache/config.m4: First try at using Apache's export list when building a DSO. 2001-05-18 Sterling Hughes * ext/gd/gd.c: Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which specified that the drawn curve should be rounded. * ext/gd/gd.c: remove more php3 ts stuff * ext/gd/gd_ctx.c: should be using the function here. * ext/gd/gd.c ext/gd/gd_ctx.c ext/gd/php_gd.h: Remove the remnants of old global macro's 2001-05-18 Sascha Schumann * ext/standard/file.c: Files should be shared among processes. 2001-05-18 Hartmut Holzgraefe * ext/ctype/ctype.c: a small proto clarification 2001-05-18 Andrei Zmievski * ext/pcre/pcrelib/Makefile.in ext/pcre/config.m4: Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute the global namespace. 2001-05-18 Thies C. Arntzen * build/rules_common.mk sapi/cgi/cgi_main.c: revert parts of last commit - stupid me! * NEWS build/rules_common.mk sapi/cgi/cgi_main.c: --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! 2001-05-18 Uwe Steinmann * ext/hyperwave/hw.c: - completed list of error messages (thanks to Torben Wilson) 2001-05-17 James Moore * sapi/cgi/getopt.c: Merge the more sensible way of doing this back in to HEAD * sapi/cgi/getopt.c: * sapi/cgi/getopt.c: MFH 2001-05-17 Derick Rethans * ext/mcrypt/mcrypt.c: MFH (bug 8901) 2001-05-17 James Moore * sapi/cgi/getopt.c: - Fixed getopt so it accepts arguments in the form -