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 -