2001-05-10 Jani Taskinen * ext/gd/config.m4: default to /usr/local 2001-05-10 Frank M. Kromann * ext/fbsql/php_fbsql.c: Fixing some proto types 2001-05-10 Andrei Zmievski * ext/standard/array.c: Always free the callback_name when using zend_is_callable(). 2001-05-10 Zeev Suraski * ext/standard/credits.c: Fix buggy line split * sapi/cgi/cgi_main.c: Fixed bug 7822 2001-05-10 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbstring.c: fixed bug of mb_substitute_character() and mb_substr() in mbstring. 2001-05-10 Jani Taskinen * ext/java/.cvsignore: Missing .slo ignore. * ext/oracle/config.m4: Fixed bug: #10779 * ext/imap/config.m4: Cleaning this a bit too. Now I'm also able to configure and compile with the test for imap-ssl. 2001-05-10 Sterling Hughes * ext/com/COM.c: Fix naming issue 2001-05-10 Jani Taskinen * ext/domxml/config.m4: Cleaning up here too. * configure.in ext/zlib/config.m4 ext/zlib/zlib.m4: Moved the zlib configure before other extensions. * ext/fdf/config.m4 ext/mcrypt/config.m4 ext/pdf/config.m4 ext/gd/config.m4: Cleaned up this a bit.. 2001-05-09 Wez Furlong * ext/mysql/php_mysql.c: Reverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it's deprecated status. 2001-05-09 Frank M. Kromann * ext/fbsql/php_fbsql.c: Switching to zend_register_list_destructors_ex() 2001-05-09 Andrei Zmievski * ext/standard/basic_functions.c ext/standard/basic_functions.h: - Added is_callable() function that can be used to find out whether its argument is a valid callable construct. 2001-05-09 Frank M. Kromann * ext/mssql/php_mssql.c: Minor change to the way string lengths are calculated and space alocated. 2001-05-09 Sascha Schumann * acinclude.m4: Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regard to ext_shared. 2001-05-09 Frank M. Kromann * ext/mssql/php_mssql.c: Getting rid of memset. 2001-05-09 Jani Taskinen * ext/sablot/config.m4 ext/xslt/config.m4: The PHP_EXTENSION() has to be before any other PHP_ARG_*()'s 2001-05-09 Wenhui Zhang * ext/odbc/config.m4 ext/odbc/php_odbc.h ext/odbc/setup.stub: Change for Empress PHP support 2001-05-09 Sascha Schumann * configure.in: Also remove -L/usr/lib/? from LDFLAGS. * acinclude.m4 configure.in: Remove -L/usr/lib/? from PHP_LDFLAGS. * ext/saprfc/config.m4: This probably was the cause for messages like autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_ADD_INCLUDE ***BUG in Autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH 2001-05-09 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbstring.c ext/mbstring/mbstring.h: remaked mb_gpc_handler as mb_parse_str() in mbstring. 2001-05-09 Hartmut Holzgraefe * ext/saprfc/.cvsignore ext/saprfc/Makefile.in ext/saprfc/README ext/saprfc/config.m4 ext/saprfc/php_saprfc.c ext/saprfc/php_saprfc.h ext/saprfc/saprfc.php: some basic functionality: o - pen/close rfc connections - get connection and server info 2001-05-09 Sterling Hughes * ext/sockets/sockets.c: fix crash bug (unlikely, but this is the only place where the reported bug would make sense, and it can't hurt)... 2001-05-09 Jani Taskinen * ext/snmp/config.m4: Fixed a typo. 2001-05-08 Frank M. Kromann * ext/fbsql/php_fbsql.c: Use RETURN_ macros to define function returns. Fix fetch functions to return values from array data structure 2001-05-08 Jani Taskinen * ext/sablot/config.m4 ext/xslt/config.m4: No need to show these if they are not used. * configure.in main/main.c: Fixed: http://www.php.net/bugs.php?id=10733&edit=1 2001-05-08 Dan Kalowsky * ext/odbc/php_odbc.c: this is a fix for bug 10250. it basically provides the unixODBC driver with access to the SQLDriver functions. patch originally submitted by dzoll@nyscul.org, and is going to be tested by some of the unixODBC people. 2001-05-08 Frank M. Kromann * ext/mssql/php_mssql.c: Fixing the use of compatibility mode. When the flag is off the system should return correct PHP types (default) when the flag is on strings will be returned for all data types. * ext/mssql/php_mssql.c: Fixing the use of compatibility_mode setting in php.ini. Nuking trailing spaces when returning a string. 2001-05-08 Thomas V.V.Cox * pear/Experimental/XML/Xml2obj.php: This is a complete rewrite of the class. Now the object tree returned by the class is very similiar to a DOM Doc. Also implemented some node methods. 2001-05-08 Andrei Zmievski * NEWS: Remove wrong line. * NEWS: Reformatting. 2001-05-08 Zeev Suraski * NEWS: Update NEWS 2001-05-08 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbstring.c: added mb_language to ext/mbstring. 2001-05-08 Jani Taskinen * ext/mysql/config.m4: Fix the build. 2001-05-08 Dan Kalowsky * TODO-4.1.txt: reminder to remove the --with-openlink configure option PR: Submitted by: Reviewed by: Obtained from: 2001-05-08 Zeev Suraski * sapi/cgi/cgi_main.c: $argc was off by one in -f (fix bug #9289) 2001-05-08 James Moore * ext/pdf/pdf.c: Give correct warnings if certain libaries/verisons are not avalible 2001-05-07 Zeev Suraski * sapi/apache/mod_php4.c: whitespace * ext/standard/output.c: Avoid crashing if somehow, output is sent in a new thread tha had no requests 2001-05-07 Marc Boeren * ext/dbx/dbx.c: Passed db_handle to dbx_error_function instead of NULL (Mc) 2001-05-07 Rui Hirokawa * ext/mbstring/mbfilter_ja.h ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbfilter_ja.c: update address of licence term in mbstring. 2001-05-07 Zeev Suraski * NEWS: Update NEWS * sapi/apache/mod_php4.c sapi/apache/php_apache.c: Allow virtual() of PHP files. We may have to improve the detection code a bit, but it worked well on everything I tried. 2001-05-07 Wez Furlong * ext/mysql/php_mysql.c: Enabled optional result_mode param in mysql_db_query() to make it behave as mysql_unbuffered_query (can be either MYSQL_USE_RESULT or MYSQL_STORE_RESULT) 2001-05-07 Sascha Schumann * ext/wddx/config.m4: As the WDDX extension can now be built as shared extension without functional loss with regard to the session serializer, it is safe to default to disable. We enable XML automatically only, if the user is building WDDX as a static extension. 2001-05-07 David Hedbor * sapi/caudium/caudium.c: Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array. 2001-05-06 Stig Bakken * pear/CODING_STANDARDS: updated the .emacs example * configure.in: use $PHP_LAYOUT, not $libdir, to determine the extension install layout * configure.in: Changed the default php.ini path back to /usr/local/lib. Use "--with-layout=GNU" for now to get the new behaviour. 2001-05-06 Egon Schmid * ext/mbstring/mbstring.c: Fixed some protos. 2001-05-06 Sterling Hughes * ext/curl/curl.c: fix crash bug 2001-05-06 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbstring.c: fixed divided by zero exception and lack of multidimentional array support in mbstring. 2001-05-06 Sterling Hughes * ext/iconv/php_iconv.h: fix compile bug. 2001-05-06 Jani Taskinen * ext/imap/config.m4: Attempt to fix the build when a c-client lib with kerberos, pam and ssl is used. 2001-05-06 James Moore * ext/standard/basic_functions.c: Fix win32 build 2001-05-06 Derick Rethans * ext/standard/parsedate.y: - Nuke warning 2001-05-06 Sascha Schumann * build/buildcheck.sh: Up prerequisites to libtool 1.4 * config.sub ltconfig ltmain.sh config.guess: Upgrade to libtool 1.4. 2001-05-06 Derick Rethans * ext/standard/parsedate.y ext/standard/tests/time/002.phpt: - Partial fix for bug #9050, support for "Jan 19 2000" date format 2001-05-06 Anil Madhavapeddy * ltconfig: sync with OpenBSD libtool patches 2001-05-06 Jani Taskinen * ext/standard/basic_functions.c ext/standard/lcg.c ext/standard/php_lcg.h: Moved ts_alloca_id() into MINIT like Andi requested. 2001-05-06 Chuck Hagenbuch * pear/Net/Socket.php: whitespace 2001-05-06 Jani Taskinen * ext/standard/basic_functions.c ext/standard/crypt.c ext/standard/lcg.c ext/standard/php_crypt.h ext/standard/php_lcg.h: Fix bug: #8834. Now there should be more random salts.. * main/main.c: Fixed bug: #7227. Now the correct strings (if set) are shown. * ext/standard/info.c main/php_ini.c: Fix bug: #10323. Every value outputted is now escaped. 2001-05-06 Zeev Suraski * NEWS: Update NEWS 2001-05-06 Harald Radi * NEWS: corrected COM news entry 2001-05-06 Christian Stocker * pear/Cache/Container/dbx.php: MFH (added low/highwater cache size detection) 2001-05-06 Sascha Schumann * ext/imap/php_imap.c: Fix broken build 2001-05-06 Christian Stocker * pear/Cache/Container/dbx.php: added low/highwater cache size detection 2001-05-06 Wez Furlong * ext/standard/fsock.h: Fixed win32 build problem. * ext/standard/fsock.h: Fixed build problem for win32 2001-05-06 Egon Schmid * ext/pgsql/pgsql.c: Corrected one proto. 2001-05-06 Jani Taskinen * ext/imap/config.m4 ext/imap/php_imap.c: Beutify phpinfo() output. * ext/imap/config.m4: Added a check that libc-client support SSL. * ext/imap/php_imap.c: Removed usused variables. 2001-05-06 Rui Hirokawa * ext/mbstring/mbstring.c: fixed a compilation problem without --enable-mbstr-enc-trans. 2001-05-06 Rasmus Lerdorf * ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h NEWS: Add pg_last_notice() function 2001-05-05 Wez Furlong * main/php_network.h: Added missing sys/time.h include * main/php_network.h: Fixed Andi's build problem. 2001-05-05 Andi Gutmans * configure.in main/php_version.h: - RC1 2001-05-05 Wez Furlong * ext/standard/fsock.c ext/standard/fsock.h main/network.c main/php_network.h main/php_streams.h main/streams.c: Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c and rename to php_connect_nonb(). Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts should now work in php_hostconnect(). sock streams abstraction now uses php_sockbuf as the "abstract" pointer. 2001-05-05 Christian Stocker * pear/Cache/Container/dbx.php pear/Cache/Container/file.php: fixed some typos in the code. * pear/Cache/Container/phplib.php: low/highwater mark detection of cache size done. 2001-05-05 Andi Gutmans * NEWS: - Fix format to be consistent 2001-05-05 Sascha Schumann * build/buildcheck.sh: Fix libtool check Submitted by: brisse@ping.dk 2001-05-05 Wez Furlong * ext/openssl/CREDITS: Added Sascha Kettler to credits 2001-05-05 Sascha Schumann * ext/mysql/php_mysql.c: Fix broken ZTS build. 2001-05-05 Thies C. Arntzen * TODO-4.1.txt: not to forget this one! 2001-05-05 Zeev Suraski * ext/mysql/php_mysql.c ext/mysql/php_mysql.h: emalloc()'d strings must be freed before the request shutdown; Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN 2001-05-04 Wez Furlong * ext/openssl/openssl.c ext/openssl/php_openssl.h: Merged and adapted a patch from Sascha Kettler that provides some asymmetric RSA encrypt/decrypt functions. * EXTENSIONS: I'm now the primary maintainer for OpenSSL extension, as agreed with Stig Venaas. * TODO-4.1.txt: Making notes about which extensions need most work for streams. 2001-05-04 Chuck Hagenbuch * ext/imap/php_imap.c: Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg" ). 2001-05-04 Jason Greene * ext/mysql/php_mysql.c: Fixed bug in my previous patch, forgot to reset connect error globals on request startup. 2001-05-04 Jani Taskinen * ext/mysql/libmysql/mysql_version.h: Fix bugs: #10642, #10612 2001-05-04 Andrei Zmievski * ext/pcre/php_pcre.c: - Fixed a bug in preg_split() that would incorrectly limit the number of results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei) - Also made limit = -1 when limit = 0, to emulate Perl. 2001-05-04 Thies C. Arntzen * ext/oci8/oci8.c ext/oci8/php_oci8.h: namespace-protect "open" 2001-05-04 Harald Radi * win32/php4dll.dsp: added ext/com/ files to the project 2001-05-04 Thomas V.V.Cox * pear/Experimental/XML/Xml2obj.php: More in-line docs and examples and some vars renamed 2001-05-04 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbstring.c: fixed a memory leak in ext/mbstring. 2001-05-04 Ben Mansell * sapi/fastcgi/fastcgi.c: Removed a duplicate php_import_environment_variables() call from fastcgi sapi 2001-05-04 Marc Boeren * ext/dbx/CREDITS ext/dbx/dbx.dsp: Forgot the Visual Studio project, added now (Mc) Updated CREDITS (Mc) * ext/dbx/Makefile.in ext/dbx/dbx.c ext/dbx/dbx_mssql.c ext/dbx/dbx_mssql.h: Registered db-module constants for use in dbx_connect (Mc) Added support for Microsoft SQL Server (Mc) * ext/dbx/howto_extend_dbx.html: Added docs about creating dbx-support for other databases. (Mc) 2001-05-04 Christian Stocker * pear/Cache/Container/db.php: added low/higwater garbage collection to the db-container. dbx should follow soon 2001-05-04 Sebastian Bergmann * ext/standard/image.c: Nuke unreferenced local variables. 2001-05-04 Sterling Hughes * ext/curl/curl.c ext/curl/php_curl.h: Make it compile with the latest cURL cvs, heck it even works. 2001-05-04 Rui Hirokawa * ext/iconv/iconv.c: added status parameter to output handler in ext/iconv. 2001-05-04 Jason Greene * ext/mysql/php_mysql.c ext/mysql/php_mysql.h: This should work correctly without causing compatibility issues with previous scripts. Someone might want to double check this change, just in case. 2001-05-03 Thomas V.V.Cox * pear/Experimental/XML/Xml2obj.php: This class takes an xml file and maps it to an objects tree. It doesn't need DOM support, and the resultant tree is more easy (and limited) to handle. Note that it's experimental and waiting for comments. 2001-05-03 Derick Rethans * ext/standard/image.c: - Applied a patch that enables getimagesize to return the size of .bmp and .psd files (Patch by Paul Jongsma ) - Added support to getimagesize to return dimensions of BMP and PSD files 2001-05-03 Wez Furlong * TODO-4.1.txt: Added streams stuff 2001-05-03 Chuck Hagenbuch * ext/imap/php_imap.c: add crash guard (valid message number check) to imap_body(). * ext/imap/php_imap.c: removing references to IMSP module, which will probably never be ported to php4 (lack of a publically available library implementing it). * ext/imap/php_imap.c: Fix for #8359. imap_fetchheader should never return the full message; the FT_PREFETCHTEXT flag is just a hint to c-client that you'll be asking for the message text next. 2001-05-03 Sascha Schumann * ext/session/mod_mm.c ext/session/modules.c ext/session/php_session.h ext/session/session.c: add an interface for registering storage modules at run-time. 2001-05-03 Harald Radi * ext/com/COM.c: fixed leaky code 2001-05-03 Sascha Schumann * sapi/thttpd/thttpd.c: Replace slow strlcpy with a quick memcpy. 2001-05-03 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: Some fixes in Udm_Cat_List and Udm_Cat_Path functions. 2001-05-03 Jani Taskinen * build/buildcheck.sh: Fix bug #10589 2001-05-03 Rui Hirokawa * ext/iconv/.cvsignore ext/mbstring/.cvsignore: added .cvsignore. * ext/mbstring/mbstring.c: deleted some function aliases. 2001-05-02 Hartmut Holzgraefe * ext/ext_skel ext/skeleton/CREDITS ext/skeleton/EXPERIMENTAL: added generation of CREDITS and EXPERIMENTAL to ext_skel 2001-05-02 Andi Gutmans * ext/odbc/php_odbc.c: - More strncpy() -> strlcpy() changes. Am I getting bored yet? :) * ext/imap/php_imap.c: - More strncpy() -> strlcpy() changes. mm_login() doesn't seem to be used though. * sapi/thttpd/thttpd.c: - Another strncpy() -> strlcpy() change * ext/exif/exif.c: - Change strncpy()'s to strlcpy()'s * ext/interbase/interbase.c: - Whitespace fix * ext/interbase/interbase.c: - Commit interbase fixes * ext/curl/curl.c: - Fix possible buffer overflow. Always better to use strlcpy() instead of strncpy() 2001-05-02 Harald Radi * ext/dotnet/dotnet.cpp: adapted because of the changes in the com module 2001-05-02 Andi Gutmans * NEWS: *** empty log message *** 2001-05-02 Harald Radi * ext/com/COM.c ext/com/com.h ext/com/conversion.c ext/com/php_COM.h: removed itypeinfo calls because they didn't work on every machine 2001-05-02 Frank M. Kromann * ext/fbsql/php_fbsql.c: Changing paramters on database_password * ext/fbsql/php_fbsql.c: Fixing segfault in database_password 2001-05-02 Sterling Hughes * NEWS: . * NEWS: set the date 4.0.5 was released. add an entry about the cgi, $PHP_SELF change that I made. 2001-05-02 Ulf Wendel * pear/Cache/Container.php pear/Cache/Container/db.php pear/Cache/Container/dbx.php pear/Cache/Container/file.php pear/Cache/Container/phplib.php: - added a high- and lowwater mark for the file container ... need some help with the other containers - added default options 2001-05-02 Andi Gutmans * ext/sybase/config.m4 ext/sybase/php_sybase_db.c: - Apply Vlad's sybase patch to work with two different kinds of builds of the sybase libraries 2001-05-02 Chuck Hagenbuch * ext/imap/php_imap.c: fix whitespace pollution * ext/imap/php_imap.c: Fixes and improvements to imap_mail_compose (Johan Ekenberg ) * ext/imap/php_imap.c: Add support for cram-md5 authentication in imap_open(). 2001-05-02 Ulf Wendel * pear/Cache/OutputCompression.php pear/Experimental/Image/color_helper.php: - I did not get any comments on the Cache/OutputCompression API, so it's now final... - some whitespaces in color_helper.php 2001-05-02 Ben Mansell * sapi/fastcgi/fastcgi.c: Patch from Stephen Landamore: speed up the environment merging by using memcpy instead of putenv. 2001-05-02 Daniel Beulshausen * win32/testsuite.dsp run-tests.php win32/php4ts.dsw: make run-tests work under win32 too 2001-05-02 Rui Hirokawa * ext/mbstring/mbstring.c: clear http input encoding detection result in RSHUTDOWN. 2001-05-02 Jani Taskinen * main/rfc1867.c: Now the file uploads 'work' also on Lynx. This patch was submitted by Andreas Pistoor and I have tested it a quite long time now and didn't notive any problems. Bug: #9930 2001-05-02 John Donagher * ext/pfpro/pfpro.c: - Remove C-style comments - Remove some stale debugging code 2001-05-02 Jani Taskinen * ext/mysql/config.m4 ext/mysql/php_mysql.c: Possible Fix for #10570, #10585, #10539 and maybe others. 2001-05-01 Rui Hirokawa * ext/mbstring/mbstring.c ext/mbstring/mbstring.h: modified some function name in ext/mbstring based on naming convension and mbstr_http_input() implemented. 2001-05-01 Jani Taskinen * ext/odbc/config.m4 main/build-defs.h.in: Fix bug #10563 2001-05-01 Frank M. Kromann * ext/fbsql/php_fbsql.c: Fixing some proto types and return values 2001-05-01 Hartmut Holzgraefe * ext/saprfc/CREDITS ext/saprfc/EXPERIMENTAL ext/saprfc/Makefile.in ext/saprfc/README ext/saprfc/config.m4 ext/saprfc/php_saprfc.c ext/saprfc/php_saprfc.h ext/saprfc/tests/001.phpt: the beginning of the SAP R/3 ABAP4 Remote Function Call extension configure works, it finds headers and lib compile and link against librfc works too but no functionality yet :( * ext/ext_skel: looks like i missed something 2001-05-01 John Donagher * ext/pfpro/TODO: Add TODO 2001-05-01 Andi Gutmans * ext/mssql/php_mssql.c: - Optimizer the previous patch a bit by nuking memset() 2001-05-01 Frank M. Kromann * ext/mssql/php_mssql.c: Adding support for BINARY, VARBINARY and IMAGE column types. Thanks to Brad LaFountain. 2001-05-01 Andrei Zmievski * ext/wddx/php_wddx_api.h ext/wddx/wddx.c ext/session/php_session.h ext/session/session.c: Patch from Sascha that abstracts session serializers. WDDX extension now implements the encode/decode functions and registers them with the session module. 2001-05-01 Andi Gutmans * main/snprintf.c: - Remove C++ comment * main/snprintf.c: - Fix snprintf() to work with nan and inf properly 2001-05-01 Hartmut Holzgraefe * ext/skeleton/php_skeleton.h ext/skeleton/skeleton.c: hartmfixed and extended the ini parameter and module globals stuff once again: someone test this please! 2001-05-01 Rui Hirokawa * ext/mbstring/mbstring.c ext/mbstring/mbstring.h: modified some function name in mbstring based on php's naming convension. 2001-05-01 Andi Gutmans * sapi/cgi/cgi_main.c: - Remove unused variable 2001-05-01 Derick Rethans * ext/mcrypt/mcrypt.c: - Fix for bug #10518 (Thanks to kettler@gmx.net) 2001-05-01 Rui Hirokawa * ext/mbstring/mbstring.c ext/mbstring/mbstring.h: simplified some function's name in ext/mbstring. 2001-05-01 John Donagher * ext/pfpro/config.m4 ext/pfpro/pfpro.c ext/pfpro/php_pfpro.h: - Remove some stale code - Fix spelling mistakes - Add build-time version detection - Add support for v3 Verisign SDK pfpro extension now supports version 3 of the Verisign SDK (John Donagher) 2001-05-01 Sterling Hughes * sapi/cgi/cgi_main.c: fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of (what I think is) broken logic. * ext/sablot/config.m4 ext/xslt/config.m4: Check for the existance of the iconv library 2001-05-01 Rui Hirokawa * main/php_main.h ext/mbstring/CREDITS ext/mbstring/EXPERIMENTAL ext/mbstring/Makefile.in ext/mbstring/README_PHP3-i18n-ja ext/mbstring/config.m4 ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbfilter_ja.c ext/mbstring/mbfilter_ja.h ext/mbstring/mbstring.c ext/mbstring/mbstring.h: renamed jstring to mbstring. 2001-04-30 Andi Gutmans * sapi/cgi/cgi_main.c: - Fix for Bug id #10071 PR: Submitted by: Reviewed by: Obtained from: 2001-04-30 Hartmut Holzgraefe * ext/ext_skel: some more example code for modules using --with-something works for me (linux/bash) but please give it a test drive 2001-04-30 Sterling Hughes * ext/curl/curl.c: remove last minute garbage that snuck in... * NEWS: As per Andi's suggestions. * NEWS: update the news file in accordance with my previous commit... * ext/curl/curl.c: Add some missing constants. * ext/curl/curl.c ext/curl/php_curl.h: Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT() Re-vamp the internal php_curl structure. Properly free allocated slist's and HttpPost structures many whitespace changes speed improvements (in the post handling and slist area's) 2001-04-30 Daniel Beulshausen * main/main.c main/php.h ext/pgsql/pgsql.c: make pgsql build under win32 again 2001-04-30 Adam Dickmeiss * ext/yaz/php_yaz.c: Timeout setting for yaz_wait. Force call by reference for yaz_ccl_parse and yaz_scan_result. 2001-04-30 Zeev Suraski * NEWS configure.in main/php_version.h: Go with 4.0.5 2001-04-30 Rui Hirokawa * main/php_main.h: added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring. * ext/jstring/jstring.h ext/jstring/mbfilter.c ext/jstring/mbfilter.h ext/jstring/mbfilter_ja.c ext/jstring/mbfilter_ja.h ext/jstring/CREDITS ext/jstring/EXPERIMENTAL ext/jstring/Makefile.in ext/jstring/README_PHP3-i18n-ja ext/jstring/config.m4 ext/jstring/jstring.c: added japanese string function module. 2001-04-30 Daniel Beulshausen * ext/hyperwave/hw.c: *must* use HwSLS_FETCH() 2001-04-30 Andi Gutmans * sapi/cgi/cgi_main.c win32/registry.c main/SAPI.c main/fopen_wrappers.c main/main.c main/php_open_temporary_file.c main/rfc1867.c main/safe_mode.c sapi/caudium/caudium.c ext/standard/basic_functions.c ext/standard/browscap.c ext/standard/dir.c ext/standard/exec.c ext/standard/file.c ext/standard/filestat.c ext/standard/iptc.c ext/standard/link.c ext/swf/swf.c ext/openssl/openssl.c ext/posix/posix.c ext/session/mod_files.c ext/session/session.c ext/gettext/gettext.c ext/ming/ming.c ext/oci8/oci8.c ext/ftp/php_ftp.c ext/gd/gd.c ext/gd/gd_ctx.c ext/fdf/fdf.c ext/filepro/filepro.c ext/dba/dba_cdb.c ext/dba/dba_db2.c ext/dba/dba_db3.c ext/dba/dba_dbm.c ext/dbase/dbase.c ext/dbase/dbf_head.c ext/exif/exif.c ext/com/COM.c ext/db/db.c: - Change macros from V_ to VCWD_ because of AIX name clash 2001-04-30 Daniel Beulshausen * ext/gd/gd.dsp: make dsp supporting gd2 2001-04-30 Sergey Kartashoff * ext/mnogosearch/php_mnogo.h ext/mnogosearch/php_mnogo.c: Udm_Cat_List and Udm_Cat_Path functions has been added. 2001-04-30 Daniel Beulshausen * ext/fbsql/fbsql.dsp: look in Release_TS_inline for php4ts.lib as well * ext/dotnet/dotnet.cpp ext/dotnet/dotnet.dsp: make dotnet module build again & fix dsp ouput dir * ext/domxml/domxml.dsp: newer libxml libs are called libxml2.lib 2001-04-30 Andi Gutmans * ext/imap/php_imap.c: - Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL 2001-04-30 Sergey Kartashoff * ext/mnogosearch/README: 2001-04-30 Daniel Beulshausen * ext/db/db.dsp: fix ouput directory * ext/curl/curl.c: fix win32 build 2001-04-30 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: Added UDM_FIELD_CATEGORY parameter to get current document category in the mnoGoSearch module 2001-04-30 Andi Gutmans * NEWS: - Interactive mode is back in 4.0.6 2001-04-30 David Croft * ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h: Added key_exists() to check if a given key or index exists in an array or object 2001-04-29 Zeev Suraski * NEWS: layout 2001-04-29 Andi Gutmans * ext/standard/dir.c: - Remove leak from opendir() under Windows. Maybe readdir.c should be changed to use emalloc() PR: Submitted by: Reviewed by: Obtained from: * NEWS: - Some news * ext/standard/dir.c: - Fix bug Bug id #5987. It could be fixed by changing readdir.c but I - prefered not to touch that code but to treat windows a bit differently - in dir.c PR: Submitted by: Reviewed by: Obtained from: 2001-04-29 Zeev Suraski * ext/pgsql/pgsql.c: Accept the fix suggestion from bug #9562 2001-04-29 Derick Rethans * ext/standard/datetime.c: - 'Fix' for bug #10145 2001-04-29 Sebastian Bergmann * TODO-4.1.txt: Added not about 'thread-safing' all extensions for 4.1. 2001-04-29 Sean Bright * ext/standard/string.c: Fix proto decription. * ext/standard/string.c: Really fix bug #10362. 2001-04-29 Andi Gutmans * main/main.c: - Update to work with latest Zend PR: Submitted by: Reviewed by: Obtained from: 2001-04-29 Zeev Suraski * ext/mysql/php_mysql.c: whitespace fix 2001-04-29 Jani Taskinen * ext/fdf/config.m4: Fix bug #10545. 2001-04-28 Sean Bright * ext/standard/string.c: Fix for bug #10362 2001-04-28 Sterling Hughes * ext/curl/curl.c ext/curl/php_curl.h: * ext/curl/curl.c: fix bug #10541 2001-04-28 James Moore * TODO-4.1.txt: Zend shallow copy needs to be fixed 2001-04-28 Sascha Schumann * ext/ircg/ircg.c: also free the message, if the socket has already been marked as dead. 2001-04-28 Daniel Beulshausen * sapi/pi3web/php4pi3web.dsp win32/php4ts.dsw: add/fix pi3web dsp 2001-04-28 Sascha Schumann * ext/ircg/ircg.c: free the message in msg_accum_send, if we recognize the connection as stale. * ext/ircg/ircg.c: ircg_mirc_color() does not use emalloc anymore to allocate strings, so ircg_html_encode() needs to copy the return value. * ext/ircg/ircg.c: Add some logic that deconnects a client, when it has been connected to the IRC server for longer than 20 seconds and if more than 50 messages have been queued up. 2001-04-28 Sean Bright * ext/standard/exec.c: - Fix for bugs #9042, #8212, and #8962. Patch from - Fixed proto for exec() 2001-04-28 Sascha Schumann * ext/ircg/ircg.c: add some diagnostic output to phpinfo. 2001-04-27 Daniel Beulshausen * win32/install.txt: add notes about support directories * win32/install.txt: add instructions for Netscape/iPlanet servers * main/SAPI.c main/php.h main/win95nt.h NEWS: get rid of MS's _popen/_pclose 2001-04-27 Derick Rethans * TODO-4.1.txt: - Added note about error messages 2001-04-27 Sascha Schumann * main/reentrancy.c: Make old readdir_r code compatible with HPUX and Solaris. 2001-04-27 Sterling Hughes * ext/xslt/README.XSLT-BACKENDS ext/xslt/php_xslt.h ext/xslt/sablot.c ext/xslt/xslt.c: Add the xslt_make_array and xslt_free_array api functions (C level). Change the naming to be a bit more standard for a few of the existing api functions. Make the sablotron backend compile with these changes. 2001-04-26 Andi Gutmans * tests/classes/class_example.phpt tests/classes/inheritance.phpt tests/lang/019.phpt tests/lang/022.phpt: - Convert cfunction -> function. 2001-04-26 Hartmut Holzgraefe * ext/rtfm/rtfm.c: typo/thinko bug in mail address fixed 2001-04-26 Sterling Hughes * ext/standard/fsock.c: MFH 2001-04-26 Zeev Suraski * configure.in main/php_version.h: RC8 2001-04-26 Sterling Hughes * ext/standard/fsock.c: fix for bug #8994, courtesy tom.anheyer@berlinonline.de 2001-04-26 Stig Bakken * pear/XML/RPC/Server.php: typo :-) (thanks to Carlo Marcelo Arenas Belon) 2001-04-26 Matt McClanahan * ext/mysql/php_mysql.c: Enforce the right number of params for mysql_fetch_*() functions, related to bug 9839. 2001-04-26 Sterling Hughes * ext/xslt/README.XSLT-BACKENDS: Add a readme, this is a substitute to the e-mail I was going to send. it gives a basic overview of the new xslt extension and goes into the details of the api, etc. 2001-04-26 Andi Gutmans * ext/session/session.c: - use get_current_key_ex() in order to receive key length and not having - to use strlen() everywhere. 2001-04-26 Sterling Hughes * ext/xslt/php_xslt.h ext/xslt/xslt.c: Add a free function to free the returned structure. * ext/xslt/php_xslt.h ext/xslt/xslt.c: Add the parse_xslt_arguments api function which parses sablotron type arguments into an easy to use structure. 2001-04-26 Rasmus Lerdorf * NEWS: Take the blame for this one if it breaks something 2001-04-26 Shane Caraveo * ext/session/session.c: compile was broken, new argument? 2001-04-26 Sterling Hughes * ext/xslt/EXPERIMENTAL ext/xslt/Makefile.in ext/xslt/config.m4 ext/xslt/php_sablot.h ext/xslt/php_xslt.h ext/xslt/sablot.c ext/xslt/tests/001.phpt ext/xslt/xslt.c: Add an experimental version of the new XSLT extension. This is by no means to be used on anything production, if you want to test it, beware, it may or may not work (feel free to complain to me if it doesn't work, or shower praise if it does work)... Mainly in PHP's CVS so that work on the other backends can take place. The api (function_entry) is what I'm thinking of for all backends. Every backend simply needs to define these functions, I'll send an e-mail describing all this in a bit.... 2001-04-25 Hartmut Holzgraefe * ext/rtfm/php_rtfm.h ext/rtfm/rtfm.c: added optional parameter functionname to rtfm() 2001-04-25 Stig Bakken * main/main.c: * define PEAR_EXTENSION_DIR as well 2001-04-25 Hartmut Holzgraefe * ext/skeleton/create_stubs: a backslash was missing (+ whitespace) * ext/rtfm/CREDITS: initial checkin 2001-04-25 Derick Rethans * ext/rtfm/EXPERIMENTAL: - Marking this extension as EXPERIMENTAL 2001-04-25 Rasmus Lerdorf * ext/standard/formatted_print.c: - Make the printf functions binary clean - Make the printf family of functions binary clean 2001-04-25 Hartmut Holzgraefe * ext/rtfm/.cvsignore ext/rtfm/Makefile.in ext/rtfm/config.m4 ext/rtfm/php_rtfm.h ext/rtfm/rtfm.c: guess what ... :) * ext/rtfm/tests/001.phpt: guess what ... :) cvs: ---------------------------------------------------------------------- 2001-04-25 Andrei Zmievski * ext/wddx/php_wddx_api.h ext/wddx/wddx.c ext/standard/html.c ext/standard/html.h: * Made ENT_* defines availabe to other functions. * The key/variable names in WDDX are now html escaped to not break XML. - Fixed WDDX serialization to HTML-escape key/variable names so as not to break the XML packet. 2001-04-25 Frank M. Kromann * ext/fbsql/php_fbsql.c: Remove c++ comment Move errormessage when FBExec is not running. This error should not show if we connect through a port number. * pear/DB/fbsql.php: Fixing fetchInto to use the right constant and return ASSOC values. * ext/fbsql/php_fbsql.c: make fbsql_field_flags return a value * ext/fbsql/php_fbsql.h: removed unused code 2001-04-25 Andy Sautins * ext/oci8/oci8.c: Collections cleanup - Removed date specific methods. Dates work consistently with the rest of the oci8 code. - Removed unused variables from collection code. - RETURN_FALSE on all errors. - fix error prints to php_error. * ext/oci8/php_oci8.h: Cleanup collections - removed unused members from oci_collection structure 2001-04-25 Sascha Schumann * ext/ircg/ircg.c: Fix format strings typo. * ext/ircg/ircg.c: display cache info * ext/ircg/ircg.c ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: Use the system malloc in the scanner * ext/ircg/ircg.c: Past profiling has shown that we waste too much time in the message scanner. In the context of a channel message which is supposedly addressed to a large number of users, we therefore cache the result of the operation and recycle it. * sapi/thttpd/thttpd.c: Fix optimization -- we did not send out custom Response Status Lines. 2001-04-25 Andi Gutmans * ext/standard/filestat.c: - Fix filetype() and lstat() too. * ext/standard/filestat.c: - Another fix * ext/standard/filestat.c: - Nuke warning. This signed/unsigned stuff gets really annoying sometimes. * ext/standard/filestat.c: - Fix problem with is_link(), there seem to be at least another couple of - bugs lurking around though. - Cleaned up code a bit and optimized it a bit too. 2001-04-25 Thomas V.V.Cox * pear/DB/ifx.php: every fetchmode != assoc defaults to ordered * pear/DB/STATUS: added "fetch absolute rows" extension status 2001-04-24 Stig Bakken * TODO-4.1.txt: whoops, two less items for 4.1 2001-04-24 Sterling Hughes * ext/curl/curl.c: Fixed a crash bug. Return the proper amount. 2001-04-24 Chuck Hagenbuch * ext/imap/php_imap.c: MFH: fix crash bug in imap_sort (#9908). 2001-04-24 Sascha Schumann * sapi/apache2filter/sapi_apache2.c: MFH: Accomodate Apache HTTPD 2.0 API change * sapi/apache2filter/sapi_apache2.c: Accomodate Apache HTTPD 2.0 API change 2001-04-24 Thomas V.V.Cox * pear/DB/ifx.php: don't return error on non-supported fetchmode (disturbs common::getAll) * pear/DB/common.php: -updated getXxx methods to use the DB_result interface, also some improvements in error checking and updated inline doc. From this moment fetchRow on DB_extentions is no longer needed. 2001-04-24 Sascha Schumann * ext/ircg/php_ircg.h ext/ircg/ircg.c ext/ircg/ircg_scanner.c: Add support for suppressing the "loopback" of messages sent using ircg_msg. Add support for nickname escaping Using this technique it becomes possible to use nicknames like "John Doe" in the front-end. Scripts can use ircg_nickname_(un)escape. This should be applyable to channel names as well. A new flag character (2) is introduced which unescapes the respective argument. I.e. a format string could look like "%2f joins %c" In the case of "G|27n|27R", this would be interpolated as: "G'n'R joins foobar" I.e. %12f means "unescape the parameter and apply javascript escaping". 2001-04-24 Ulf Wendel * pear/Cache.php pear/Experimental/Cache/OutputCompression.php: Made Cache::save() a wrapper for Cache::extSave() 2001-04-24 David Hedbor * sapi/caudium/caudium.c: Disable use of th_farm since it doesn't seem to work. Uses a Pike layer thread farm now instead. 2001-04-23 Zeev Suraski * build/build2.mk: Remove unnecessary tab (was killing Tru64 make) 2001-04-23 Chuck Hagenbuch * ext/imap/php_imap.c: Fix for bug 9908: check that the result of mail_sort is not 0 before trying to dereference the pointer. :) Also, free sort programs - this might have been a memory leak. 2001-04-23 Colin Viebrock * pear/Crypt/CBC.php: use $this->raiseError instead ... thanks Stig 2001-04-23 Ulf Wendel * pear/Experimental/Image/color_helper.php pear/Experimental/Image/gbutton.php pear/Experimental/Image/gtext.php: whitespaces + some require_once 2001-04-23 Colin Viebrock * pear/Crypt/CBC.php: use PEAR::raiseError now 2001-04-23 Ulf Wendel * pear/Experimental/Cache/OutputCompression.php: headers can be send even if there's already a setcookie() etc. 2001-04-23 Frank M. Kromann * main/config.w32.h main/php_ini.c: Fix build on WIn32 Should the new directorys be static? 2001-04-23 Thies C. Arntzen * ext/oci8/oci8.c: fixed ZTS buidl - still some WS pollution left 2001-04-23 Jani Taskinen * configure.in: Fixed bugs: #10194, #9177. * configure.in: MFH 2001-04-23 Rasmus Lerdorf * configure.in: Uh, weird typo. Wonder when that crept in. 2001-04-23 Jon Parise * pear/Makefile.in: Updater.php -> Uploader.php 2001-04-22 Sterling Hughes * ext/ccvs/ccvs.c: Fix bug #10447. 2001-04-22 Christian Stocker * pear/Experimental/Cache/OutputCompression.php: - connection_timeout() seems not to exist anymore in php 4.0.5 (where did it go? - some typos fixed 2001-04-22 Ulf Wendel * pear/Experimental/Cache/OutputCompression.php: Added experimental class that deliveres compressed (gz) content to the client Although this code seems to be working Christian and I are not 100% satisfied with it. We're wondering if there's another API that requires less overriden methods, so we decided to put it into the Experimental directory requesting comments. 2001-04-22 Sascha Schumann * ext/pcre/php_pcre.c: Fix freeing of a NULL pointer 2001-04-22 Thomas V.V.Cox * pear/DB/ifx.php pear/DB/msql.php: * msql.php - Added fetch row numbers - Fix fetchInto - Some other updates * ifx.php small clean up 2001-04-22 Sascha Schumann * ext/ircg/config.m4 ext/ircg/ircg.c ext/ircg/php_ircg.h: MFH allocation-related and thttpd-independence changes * sapi/thttpd/thttpd_patch: remove Only.* lines from patch * sapi/thttpd/thttpd.c sapi/thttpd/thttpd_patch: Merge thttpd-2.21-related changes into 4.0.5 branch * sapi/thttpd/thttpd.c: bytes in the conn structure was renamed to bytes_sent. * sapi/thttpd/thttpd_patch: Update patch to thttpd-2.21 2001-04-22 Harald Radi * win32/php4dllts.dsp: added ext/com/com.h to PHP_4_0_5 branch * php.ini-dist php.ini-optimized: merged [com] section from main branch * ext/com/COM.c ext/com/com.h ext/com/php_COM.h ext/com/typedef_VARIANT.c: merging changes from main branch to fix a memory leak 2001-04-22 Stig Bakken * pear/PEAR/Common.php pear/PEAR/Uploader.php: * fixed PEAR_Common::infoFromDescriptionFile * configure.in: * don't override $libdir and $datadir if they are specified on the commandline * pear/DB/tests/db_error.phpt pear/DB/tests/db_error2.phpt pear/DB/tests/db_parsedsn.phpt pear/PEAR/Common.php pear/PEAR/Installer.php pear/PEAR/Uploader.php pear/XML/tests/002.phpt pear/XML/tests/003.phpt pear/XML/tests/005.phpt pear/tests/pear_error.phpt ext/standard/info.c main/build-defs.h.in main/main.c main/php_ini.c pear/.cvsignore pear/Makefile.in pear/PEAR.php pear/PEAR.php.in Makefile.in configure.in footer: * expanded the following constants and made them available in PHP: DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH * no longer generating pear/PEAR.php * fixed some tests * some more installer work 2001-04-21 Andi Gutmans * main/php_ini.c: - Get rid of warning. 2001-04-20 Andrei Zmievski * NEWS: Let people know what the heck I was up to. * ext/wddx/config.m4 ext/wddx/setup.stub: Enabling WDDX by default. * NEWS: That made it into 4.0.5. * NEWS: This actually made it in. 2001-04-20 Jani Taskinen * ext/standard/image.c: ws pollution removed. 2001-04-20 Thomas V.V.Cox * pear/DB/common.php: fix getRow free result 2001-04-20 Stig Bakken * pear/PEAR/Packager.php: * update class doc-comment * pear/XML/RPC.php pear/XML/RPC/Server.php: * made XML_RPC "include-from-within-a-function" safe * pear/Makefile.in pear/XML/RPC.php pear/XML/RPC/Server.php: * fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8) * pear/DB/STATUS: * added Frank's fbsql backend to status list 2001-04-20 Frank M. Kromann * pear/DB/fbsql.php: Apply coding standard. Replace tab's with 4 spaces. 2001-04-19 Thomas V.V.Cox * pear/DB.php: fix small bug on error reporting (PEAR::raiseError params order) 2001-04-19 Frank M. Kromann * pear/DB/MAINTAINERS pear/DB/fbsql.php: Adding FrontBase support to pear/DB 2001-04-19 Jason Greene * ext/oci8/oci8.c: Change all // to /* */, fixed small whitespace. Builds on Solaris now. 2001-04-19 Stig Bakken * pear/DB.php pear/DB/common.php: * fixed DB_common::getXxx when using the parameter array (didn't work before) 2001-04-19 Andi Gutmans * ext/odbc/php_odbc.c: - Use memcpy() instead of strlcpy() which is faster. 2001-04-19 Dan Kalowsky * ext/odbc/php_odbc.c: appling patch for joey since he has no ODBC karma. this is for bug #10252 2001-04-19 Sterling Hughes * ext/sablot/sablot.c: fix crash bug 10400. 2001-04-19 Wez Furlong * ext/gd/config.m4: Patch from Adam Dickmeiss to make configure detect libtff again. 2001-04-19 Stig Bakken * pear/PEAR.php.in: * cotcha, Tomas 2001-04-19 Ulf Wendel * pear/Cache/Container/db.php pear/Cache/Container/dbx.php pear/Cache/Container/file.php pear/Cache/Container/phplib.php pear/Cache.php: - fixed the garbage collection Added some kind of LRU to delete all entries older than n seconds. This fixes the bug that cache entries with lifetime 0 (endless) never got removed although if they are no longer used. What's still missing is some space limit for cache data. 2001-04-19 Andi Gutmans * ext/odbc/php_odbc.c: - \r\n -> \n * ext/iconv/iconv.c: - WS 2001-04-19 Stig Bakken * pear/tests/pear_error.phpt: * forgot to update this test too * pear/DB/tests/db_error.phpt: * forgot to update this test * pear/DB/common.php pear/DB/mysql.php pear/DB/oci8.php pear/DB/pgsql.php pear/DB/storage.php pear/DB/sybase.php pear/DB/tests/db_error.phpt pear/DB/tests/db_error2.phpt pear/DB/tests/db_parsedsn.phpt pear/tests/pear_error.phpt: * DB_common now inherits PEAR and its error handling stuff * DB_common::raiseError is now just a wrapper for PEAR::raiseError * fixed some cast warnings in prepare/execute * updated tests * pear/PEAR.php.in: * check that error callbacks exist * pear/DB.php: * added Colin's connect/factory error reporting fix 2001-04-19 Dan Kalowsky * ext/odbc/php_odbc.c: corrects bug #7488, patch supplied by submitter (torben@php.net). quick local tests show it to work. 2001-04-18 Stig Bakken * pear/DB.php: * fix handling of broken DSNs like Colin suggested 2001-04-18 Derick Rethans * ext/mcrypt/mcrypt.c: - MFH (bug #8839 again) * ext/mcrypt/mcrypt.c: - Fixed some more problems with keys being chopped off (fix for bug #8839) 2001-04-18 Adam Dickmeiss * ext/yaz/php_yaz.c: Function yaz_record returns database for record if type is "database". 2001-04-18 Marc Boeren * ext/dbx/dbx_pgsql.c: Removed some old commented code (Mc) * ext/dbx/dbx.c ext/dbx/dbx.h: Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in the dbx_cmp_desc and dbx_cmp_asc functions. The old method of passing a string "number" is now no longer valid. (Mc) 2001-04-18 Sascha Schumann * ext/ircg/ircg.c ext/ircg/php_ircg.h: Support notice which should be used to query bots etc. 2001-04-18 Wez Furlong * README.STREAMS: Information about php streams 2001-04-18 Derick Rethans * ext/mcrypt/mcrypt.c: - MFH (Bug #8839) 2001-04-17 Sascha Schumann * ext/ircg/ircg.c: Allocate memory for js escaped strings using the C library's malloc. 2001-04-17 Alexander Feldman * ext/standard/file.c: Merged the patch of the buffering patch as it fixes a pretty major bug. 2001-04-17 Ulf Wendel * pear/PHPDoc/parser/PhpdocParserCore.php: Patch requested by chuckc@sonic.net (Chuck Clayton) to keep linebreaks. * pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php: Applied a bugfix provided by Joerg.Wedekind@OnVista.de. 2001-04-17 Frank M. Kromann * ext/fbsql/php_fbsql.c ext/fbsql/php_fbsql.h: Adding fbsql_fetch_assoc() functon 2001-04-17 Wez Furlong * ext/standard/basic_functions.c ext/standard/file.c: Discovered warn_not_available and used it. * ext/standard/basic_functions.c ext/standard/file.c ext/standard/file.h ext/standard/fsock.c ext/standard/fsock.h ext/standard/info.c: Changes for streams. Added temporary fopenstream function to PHP so that the streams can be tested. * main/Makefile.in main/php.h main/php_streams.h main/streams.c: Added files for PHP streams * configure.in: Added --enable-php-streams option for experimental file abstraction 2001-04-17 Stig Bakken * pear/PEAR/Installer.php pear/PEAR/Packager.php pear/scripts/pear.in: * PEAR_Installer un-broken again, it still doesn't update the package list though * better error handling in "pear" script 2001-04-17 Dan Kalowsky * ext/odbc/php_odbc.c: This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this patch was applied no one seemed to respond with anything useful. If you find this change in error, sorry, I tested it on as many systems as I could. 2001-04-17 Stig Bakken * pear/tests/pear_error.phpt pear/.cvsignore pear/DB.php pear/PEAR.php.in: * have DB.php use PEAR::raiseError in factory methods * pear/PEAR.php.in: * enable static use of PEAR::raiseError * pear/PEAR/Installer.php pear/PEAR/Packager.php pear/scripts/pear.in pear/PEAR.php.in: * implemented PEAR_Packager to make distribution packages. Currently only runs on platforms with GNU tar installed * the "pear" script now requires a command parameter (similar to cvs), for example "pear package Cache.xml" * broke PEAR_Installer :-) 2001-04-17 Wez Furlong * ext/gd/config.m4: Fixed lame attempt to prevent ttf linkage when using freetype2 2001-04-16 Stig Bakken * build/rules.mk run-tests.php: * using CGI -C option, you no longer have to specify "full" path to tests * main/SAPI.h main/fopen_wrappers.c sapi/cgi/cgi_main.c: Added -C command-line option to avoid chdir to the script's directory 2001-04-16 Thomas V.V.Cox * pear/DB/mssql.php: - Remove extra checks in connect - move fetchrow to use fetchInto - fix fetchInto to return null on no more rows instead of an error - Add fetch arbitrary row numbers feature to fetchInto - spaces 2001-04-16 Stig Bakken * pear/XML/Parser.php: * use raiseError * pear/DB.php pear/DB/tests/db_ismanip.phpt: * DB::isManip now handles create, drop, alter, grant, revoke. * pear/XML/Parser.php: * store source/target encoding in the object * pear/XML/Parser.php: * added a third parameter to constructor to let you specify target encoding * pear/DB/storage.php: * some cleanups and doc-comments * added support for multi-column primary keys * pear/DB/common.php: * added "debug" option * pear/PEAR.php.in pear/tests/pear_error.phpt: * make the error class used by raiseError configurable (_error_class property, overridden by first parameter to constructor) * pear/DB.php: * actually commit the stuff I said I had committed :-) 2001-04-16 Frank M. Kromann * ext/fbsql/php_fbsql.c: Fixing memory leek on CancelFetch. 2001-04-16 Sebastian Bergmann * TODO: Daniel fixed this for PHP 4.0.6. 2001-04-16 Andrei Zmievski * TODO-4.1.txt: More todo stuff. 2001-04-16 James Moore * win32/install.txt: - Updating order slighly so the install is easier to follow. 2001-04-16 Stig Bakken * pear/XML/Parser.php: * changed first parameter to constructor to "null" by default (instead of "UTF-8"), this will use the document-specified encoding 2001-04-16 Andrei Zmievski * ext/pcre/php_pcre.c: - Fixed a bug with /e modifier in preg_replace(), that would not correctly replace two-digit references if single digit references were present before them. This fixed bug #10218. 2001-04-16 Sascha Schumann * ext/ircg/ircg.c: Add support for banlists 2001-04-15 Stig Bakken * pear/catalog: * added sgml/xml catalog file * pear/package.dtd: * add a package type called empty (default) 2001-04-15 Alexander Feldman * ext/standard/file.c: Fixed typo. * ext/standard/file.c: We shoud not fseek in a pipe and this caused a problem with popen and fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD). Now the fseek is done only when the handle is of type fopen. 2001-04-14 Stig Bakken * pear/DB/mysql.php: * ini_restore called before any returns (thanks to Markus Fischer) 2001-04-14 Sascha Schumann * ext/ircg/config.m4 ext/ircg/ircg.c: Make it possible to build ircg without thttpd 2001-04-14 Thomas V.V.Cox * pear/DB/mysql.php: - myslRaiseError now fills the native error parm of DB_Error obj - style: replace " with ' 2001-04-14 Rui Hirokawa * ext/dbx/dbx_pgsql.c ext/pgsql/pgsql.c: deleted warning output in dbx/pgsql. 2001-04-14 Thies C. Arntzen * TODO-4.1.txt: . * ext/oci8/config.m4 ext/oci8/oci8.c ext/oci8/oci8.dsp: enable temporary LOBs when we detect oracle 8.1 enabled by default in Win32 project! * ext/oci8/CREDITS ext/oci8/oci8.c: - Added temporary LOB support in OCI8 (Patch by David Benson) * ext/oci8/CREDITS: the collections stuff s worth mentioning in the credits! 2001-04-14 Stig Bakken * pear/DB/mysql.php: typo 2001-04-14 Wez Furlong * NEWS: Added news about gd and openssl changes. * ext/gd/config.m4: When using freetype2, turn off libttf and turn on native gd ttf. 2001-04-13 Derick Rethans * TODO-4.1.txt: - Added the note about function names 2001-04-13 Stig Bakken * ChangeLog.1999.gz ChangeLog.2000.gz: * separated and compressed changelogs from 1999 and 2000 * pear/tests/pear1.phpt pear/PEAR.php.in: * PEAR: look for destructor methods in parent classes if the current class does not have one * pear/DB/mysql.php: * better error message on failed connect, suggested by Thomas V.V.Cox * TODO-4.1.txt: here's a preliminary list of stuff for 4.1 2001-04-13 Thies C. Arntzen * ext/standard/string.c: - Fixed crash in pathinfo() * ext/oci8/oci8.c ext/oci8/php_oci8.h: - OCI8 now supports binding of collections (Patch by Andy Sautins ) 2001-04-13 Wez Furlong * ext/gd/config.m4 ext/gd/gd.c ext/gd/php_gd.h: Added GD 2.0.1 support. 2001-04-12 Chuck Hagenbuch * pear/HTML/Select.php: move the selected logic back to the toHtml() method so that you can add selected values after adding the options. * pear/HTML/Select.php: simplify the toHtml() loop, use foreach() instead of for(), and move the logic around selected attributes to the addOption() method. * pear/HTML/Select.php: - run option labels through htmlentities() - update the API version - a few more style and xHTML compliance fixes. * pear/HTML/Common.php: xHTML compliance, and run attribute values through htmlentities(). * pear/HTML/Select.php: A bit of style, and: - made HTML more compact/production quality - remove unnecesary comments and whitespace. - added a method for using a flat array (array('foo', 'bar')) as both the keys and values of the select. - include DB.php conditionally, so it's not loaded when not needed. 2001-04-11 Thies C. Arntzen * ext/oci8/oci8.c: MFH - never initialize OCI in OCI_THREADED mode * ext/oci8/oci8.c: never initialize oci in OCI_THREADED mode. seems to break win32. 2001-04-11 Marc Boeren * ext/dbx/dbx.c ext/dbx/dbx_mysql.c ext/dbx/dbx_mysql.h ext/dbx/dbx_odbc.c ext/dbx/dbx_odbc.h ext/dbx/dbx_pgsql.c ext/dbx/dbx_pgsql.h ext/dbx/php_dbx.h: Added a database member to the dbx_link object. Since e.g. mysql reuses connections, two or more dbx_link objects may share the connection identifier. The database name is used in the dbx_query, where it calls mysql_db_query instead of mysql_query. This means the database name has to be passed around to all dbx_xxx_query functions, hence the update on all the files. (Mc) 2001-04-10 Jason Greene * ext/sockets/sockets.c: MFH, I have tested this thoroughly. 2001-04-10 Frank M. Kromann * ext/fbsql/php_fbsql.c: Fixing database password to actually work 2001-04-10 Jon Parise * ext/imap/config.m4: Statements end with a period. 2001-04-10 Kevin N Shallow * ext/odbc/php_odbc.h ext/odbc/Makefile.in ext/odbc/config.m4 ext/odbc/php_odbc.c: Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions. 2001-04-10 Martin Jansen * pear/DB/common.php: fixed typo in inline docs 2001-04-10 Jason Greene * ext/sockets/sockets.c: Fix for PR #9729, 9664, 9656, 8667. All compilers on Solaris should build this extension correctly now. It turns out the SUN CC, by default, enables a define that enables the use of and gcc wouldn't. -Jason 2001-04-10 Derick Rethans * ext/mcrypt/mcrypt.c: - Removed debug thing * ext/mcrypt/mcrypt.c: - Fix for bug #8839 - MINFO updated to use smart_str's 2001-04-09 Sean Bright * ext/standard/dir.c: Constand should be case sensitive. 2001-04-09 Jon Parise * ext/standard/dir.c: Fix whitespace (use tabs). 2001-04-09 Sean Bright * ext/standard/dir.c: Stop SIGSEGV on Apache startup. Patch from 2001-04-09 Jani Taskinen * ext/oracle/config.m4: MFH 2001-04-09 Sascha Schumann * sapi/cgi/config.m4 pear/PEAR.php.in sapi/Makefile.in main/build-defs.h.in Makefile.in configure.in: Revert mega patch. This patch has at least the following deficiences: - the CGI is built using objects from another SAPI module. This usually results in unsatisfied symbol references. - the CGI makefile is not created properly - building CGI cannot be disabled 2001-04-09 Jani Taskinen * ext/oracle/config.m4: Fix bug #10212. 2001-04-09 Rasmus Lerdorf * ext/standard/formatted_print.c tests/strings/002.phpt NEWS: printf argnum (parameter swapping) support from Morten Poulsen 2001-04-09 Marc Boeren * ext/dbx/dbx.c: Added optional 'comparison_type' parameter to compare functions, to force either text or number comparison. (Mc) 2001-04-09 Uwe Steinmann * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - added domxml_version() to retrieve version of libxml 2001-04-09 Sascha Schumann * configure.in: Fix current CVS breakage 2001-04-08 Stig Bakken * main/build-defs.h.in pear/PEAR.php.in sapi/Makefile.in sapi/cgi/config.m4 Makefile.in configure.in: * CGI version is always installed! * replaced --disable-pear with --with-pear=DIR (or --without-pear), is backwards compatible * use --datadir, --libdir and --sysconfdir configure options to determine where PEAR files, shared extensions and php.ini goes * simplified the extension version directory name * ext/standard/dir.c: Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) 2001-04-08 Holger Zimmermann * sapi/pi3web/php4pi3web.dsp: Contribute the MSVC project file. Someone could add this to the php4ts workspace. * sapi/pi3web/pi3web_sapi.c sapi/pi3web/pi3web_sapi.h: Reorganized the #define's in the header. * sapi/pi3web/pi3web_sapi.c: Updated copyright agreement regarding move of Pi3Web to sourceforge. 2001-04-08 Stig Bakken * pear/XML/RPC.php: * globals fixes * pear/XML/Parser.php: * indentation and inline doc fixes * pear/HTML/Processor.php: * using GLOBALS to set global variable (in case the file is included from within a function) 2001-04-08 Jon Parise * ext/imap/php_imap.c: Use tabs instead of spaces. 2001-04-07 Jani Taskinen * ext/standard/file.c: ws pollution removed. 2001-04-07 Jon Parise * ext/yp/yp.c: Fix compilation (strict compilers require constant initializers). 2001-04-07 André Langhorst * ext/standard/basic_functions.c: fix proto 2001-04-07 Jani Taskinen * ext/fdf/fdf.c: fixed protos 2001-04-06 Jani Taskinen * ext/fdf/fdf.c ext/fdf/php_fdf.h: Fixed some bugs. * ext/gd/gd.c ext/gd/php_gd.h: Killed some compile warnings. 2001-04-06 Sean Bright * ext/skeleton/skeleton.c: Fixed possible overflow again. 2001-04-06 Jon Parise * php.ini-dist: Comment out the 'include_path' variable by default. * ext/skeleton/skeleton.c: Make this message more grammatically correct. * configure.in: Fix expansion of PEAR_INSTALLDIR. 2001-04-06 Jani Taskinen * main/main.c: Support also old arg_separator directive. 2001-04-06 Sean Bright * ext/skeleton/skeleton.c: Fixed possible overflow. 2001-04-06 Christian Stocker * pear/Experimental/XML/sql2xml.php: - Row and result Tag names are now configurable - some errorchecking 2001-04-06 Sebastian Bergmann * pear/Cache/URL.php: Initial checkin of URL Cache. 2001-04-06 Jani Taskinen * NEWS ext/standard/url_scanner.c ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re main/main.c main/php_globals.h main/php_variables.c php.ini-dist php.ini-optimized: MFH * main/php_variables.c: fixed typo in CVS id 2001-04-05 Jani Taskinen * ext/standard/crypt.c: spaces to tabs 2001-04-05 Andi Gutmans * README.BCMATH: - Nuke README.BCMATH * README.BCMATH: Remove README.BCMATH 2001-04-05 Daniel Beulshausen * EXTENSIONS php.ini-dist php.ini-optimized: add printer ext to php.ini & maintain extensions file * ext/printer/php_printer.h ext/printer/printer.c ext/printer/printer.php: overhaul printer extension 2001-04-05 Romolo Manfredini * ext/pgsql/pgsql.c: pg_close not closing right connection. 2001-04-05 Sascha Schumann * sapi/apache/libphp4.module.in: Fix static Apache builds which were broken by the last commit. 2001-04-05 Wez Furlong * ext/openssl/openssl.c: Fix for Bug #10168 (is_dst undeclared) 2001-04-05 Jani Taskinen * ext/fdf/fdf.c: Fix bugs: #10157, #7549 2001-04-04 Thomas V.V.Cox * pear/DB/pgsql.php: as the row counter starts with 0, last row is before numrows 2001-04-04 Thies C. Arntzen * ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h: MFH - make postgresql compiel against 6.5.x * ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h: make it compile with 6.5.x postgresql notices are now send to the standard error-log 2001-04-04 Jani Taskinen * main/php_version.h configure.in: This branch is 4.0.6-dev.. * ext/standard/url_scanner.c ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re main/main.c main/php_globals.h main/php_variables.c NEWS php.ini-dist php.ini-optimized: Added new configuration directives: arg_separator.input and arg_separator.output 2001-04-04 Frank M. Kromann * ext/fbsql/php_fbsql.c ext/fbsql/php_fbsql.h: Adding empty RSHUTDOWN function. 2001-04-04 Jani Taskinen * ext/crack/crack.c: Killed 2 compile warnings. 2001-04-04 Christian Stocker * pear/Experimental/XML/sql2xml.php: - new function addArray() for adding Arrays to the xml - new function addSql() for providing sql-strings as input - constructor takes a dsn or a pear::db object as param (API-Change..) - a lot of inline-documentation (not finished...) 2001-04-04 Jason Greene * build/buildcheck.sh: This is a temporary fix to the previous patch that breaks the build. This keeps the functionality of searching for glibtool or libtool, but have you checked the rest of the build process to see if this is compatible? Regardless, 'which' returns a value on some os's when nothing is found which breaks the previous patches test. Also the unary negation after an if is not compatible with true bourne. -Jason 2001-04-04 Jani Taskinen * main/php_variables.c: Cookies use ; as argument separator. * ext/sockets/config.m4: Cleaned up a bit. Removed some checks for header files that are already checked in configure.in 2001-04-03 Wilfredo Sanchez * sapi/apache/apMakefile.tmpl sapi/apache/libphp4.module.in sapi/thttpd/config.m4 ext/msql/config.m4 ext/odbc/config.m4 ext/bcmath/libbcmath/src/Makefile.am ext/informix/config.m4: Separate CPPFLAGS from CFLAGS. 2001-04-03 Daniel Beulshausen * ext/exif/exif.c: use VCWD_STAT * ext/exif/exif.c: resolve realpath if in v-dir mode 2001-04-03 Wilfredo Sanchez * build/build.mk: Undo oopsie * sapi/pi3web/config.m4 sapi/nsapi/config.m4 sapi/phttpd/config.m4 sapi/isapi/config.m4 sapi/aolserver/config.m4 sapi/apache/config.m4 sapi/cgi/config.m4 build/build.mk ext/java/config.m4 pear/Makefile.in Makefile.in configure.in: Add INSTALL_ROOT variable to specify install location. 2001-04-03 Sascha Schumann * ext/ircg/ircg.c: ircg_ignore_del returns true now, if the operation was successful. * ext/ircg/ircg.c ext/ircg/php_ircg.h: add ignore interface 2001-04-03 Wilfredo Sanchez * build/buildcheck.sh: Find libtool if it's called glibtool. 2001-04-03 Frank M. Kromann * ext/fbsql/php_fbsql.c: Fixing crash when listing databsaes Fixing rowcount to woirk when the result contains an array og data. 2001-04-03 Jani Taskinen * ext/standard/filestat.c: SCO (and maybe others) do not have this defined. 2001-04-03 Jon Parise * pear/DB/pgsql.php: Style and whitespace. * pear/DB/pgsql.php: Make the 'protocol' DSN element optional. * pear/PEAR.php.in: Cleaner (and probably safer) condition handling. 2001-04-03 Thomas V.V.Cox * pear/DB/odbc.php pear/DB/sybase.php: odbc.php - spaces & idents - new temporary fetchInto() - removed extra checks in connect() Note: in fetchRow this line looks very strange (isn't 3 params?): $cols = odbc_fetch_into($result, &$row); sybase.php - spaces & idents - removed extra checks in connect() - changed fetchInto to return null on no more rows and added support for fetching row numbers 2001-04-02 Wez Furlong * ext/openssl/openssl.c: changed the flags parameters to be a bitfield + constants (I don't know what I was thinking!). Added a couple of extra parameters so that the equivalent functionality of the openssl smime command can be pretty much used in full. Added some more error reporting. 2001-04-02 Andi Gutmans * configure.in main/php_version.h: - RC6 2001-04-02 Anil Madhavapeddy * ext/zlib/zlib.c: MFH, rev 1.77 * ext/standard/output.c: MFH, rev 1.53 * ext/standard/output.c: Free the correct output buffer, to avoid a segfault on a HEAD request when using output buffering with a custom handler (patch by zeev@) 2001-04-02 James Moore * ext/standard/mail.c: remove rogue ZEND_GET_MODULE() 2001-04-02 Andrei Zmievski * ext/standard/array.c: MFH 2001-04-02 Nick Gorham * ext/odbc/php_odbc.c NEWS: Added small change to php_odbc module, to check for failed SQLDisconnects and to close any outstanding transactions if the call fails, then disconnect again. This can cause chaos with SQL Server, this regards a SELECT as starting a transaction, and will leave it open if the result set is not all read. 2001-04-02 Andrei Zmievski * ext/standard/array.c: Use correct string length. 2001-04-02 Jani Taskinen * ext/aspell/config.m4: MFH * ext/aspell/config.m4: Fixed a typo. Bug: #10103 2001-04-02 Marc Boeren * ext/dbx/dbx.c ext/dbx/dbx_odbc.c ext/dbx/dbx_pgsql.c: Inserted a few extra initialisations, just in case. Had some problems in a different module, this solved it there, hance the added insurance. (Mc) 2001-04-02 Wez Furlong * ext/openssl/openssl.c: added some more error reporting and did a little tidying. 2001-04-01 Wez Furlong * ext/openssl/CREDITS ext/openssl/README ext/openssl/openssl.c ext/openssl/php_openssl.h: Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params a bit more friendly to use. See the README for more info. 2001-04-01 Zeev Suraski * configure.in main/php_version.h: YARC 2001-04-01 Sebastian Bergmann * NEWS: Fixed some glitches in NEWS. (Yes, you may call me pedantic :-) 2001-04-01 Jani Taskinen * ext/gd/gd.c ext/gd/gd_ctx.c: According to GD documentation the macros should be used instead.. * ext/informix/ifx.ec: Fixed bug #10095. * ext/gd/gd.c ext/gd/gd_ctx.c ext/gd/php_gd.h: Fixed bug #8137 and killed some compile warnings. 2001-03-31 Zeev Suraski * ext/standard/output.c: MFH - header handling with output buffering * ext/standard/output.c: Fix headers handling with output buffering 2001-03-31 Sascha Schumann * ext/ircg/ircg.c ext/ircg/php_ircg.h: Add ircg_html_encode() which is an interface to the standard HTML encoder for URLs and color attributes. 2001-03-31 Christian Stocker * pear/Experimental/XML/fo2pdf.php: - converted tabs to spaces - more links in the docs about xsl:fo 2001-03-30 Fredrik Öhrn * ext/cpdf/cpdf.c ext/cpdf/php_cpdf.h: Implemented cpdf_set_viewer_preferences (previously a stub). Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file. 2001-03-30 Anil Madhavapeddy * ext/zlib/zlib.c: Send the correct Vary headers, if we negotiate a gzip/deflate session via Accept-Encoding. This obeys a SHOULD directive in RFC2616 PR: 10070 2001-03-30 Zeev Suraski * ext/pgsql/pgsql.c: Fix pgsql_set_Default_link() * ext/pgsql/pgsql.c: Revert all PostgreSQL patches that were in the branch... 2001-03-30 Sascha Schumann * build/genif.sh build/print_include.awk: Replace the incomprehensible newline escaping with @NEWLINE@ Fixes the build on Darwin 1.2 2001-03-30 Christian Stocker * pear/Experimental/XML/sql2xml.php: too much whitespaces after ?> * pear/Experimental/XML/fo2pdf.php: printPDF() din't print out the correct header, if no pdf was specified * pear/Experimental/XML/sql2xml.php: one api-change ulf forgot: getxml() -> getXML() * pear/Experimental/XML/sql2xml_ext.php: a lot of new customizable options.... too much to be listed here, documentation will follow. * pear/Experimental/XML/sql2xml.php: - new user_tableInfo option for user-contributed xml-structure - Error checking in doSql2Xml - xml_encode function for correctly parsing of &s. 2001-03-30 Ulf Wendel * pear/ITX.xml pear/IT[X].xml: - Renamed the file following Thies suggestion 100% beginners compatible politics of the PHP core guys: I was (again) allowed to make a mistake without beeing kicked - cool, thanks! 2001-03-30 Emiliano Heyns * ext/midgard/preparser.c: Don't restat the connection, trust mod_midgard 2001-03-30 Romolo Manfredini * ext/pgsql/pgsql.c: pg_close was not closing the connection, making impossible to reopen it. Pls insert in 4.0.5 2001-03-30 Adam Daniel * pear/HTML/Common.php: added a few methods to manipulate attributes * pear/HTML/Table.php: minor change to toHtml 2001-03-29 Ulf Wendel * pear/package.dtd: - uuups, modified the package.dtd, undo * pear/IT[X].xml pear/package.dtd: - Added a package xml file for IT[X] templates * pear/HTML/IT.php pear/HTML/ITX.php pear/HTML/IT_Error.php: - Pearified the error handling * pear/Experimental/XML/fo2pdf.php pear/Experimental/XML/sql2xml.php pear/Experimental/XML/sql2xml_ext.php: - added basic phpdoc doc comments - lots of whitespaces - renamed functions from get_xy to the PEAR getXY Chregu, sorry for this commit in case it breaks your code, I don't like all of the coding guides myself but we should follow them, even if they break the code in our companies. * pear/Experimental/HTML/Menu_Browser.php: - Added an optional prefix for menu entries 2001-03-29 Chuck Hagenbuch * pear/Mail/RFC822.php: indentation * pear/PEAR.php.in: Fix a couple of warnings when calling PEAR::raiseError() statically. 2001-03-29 Ulf Wendel * pear/Cache.xml: - package XML for the Cache I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint? 2001-03-29 James Moore * run-tests.php: Output php version at end of tests. 2001-03-29 Alexander Bokovoy * ext/midgard/config.m4 ext/midgard/config.m4.session: - Typo fixed - config.m4.session updated to config.m4 2001-03-29 Christian Stocker * pear/Experimental/XML/fo2pdf.php: MSIE needs a Content-Length: Header to display pdfs correctly. so here it is.. 2001-03-29 Wez Furlong * ext/iconv/iconv.c: Fixed leak in php_iconv_string. Also returns FAILURE on failure, rather than -1 2001-03-29 Sebastian Bergmann * pear/Experimental/Image/color_helper.php: Added web-safe colors list. 2001-03-29 Jani Taskinen * ext/domxml/php_domxml.c: Fixed bug: #10040. 2001-03-28 Thomas V.V.Cox * pear/DB.php pear/DB/ifx.php pear/DB/mysql.php pear/DB/pgsql.php: pgsql.php * better handling of $rownum param in fetchInto() * changed property numrows[] to num_rows[] DB.php * $rowmun in fetch* now defaults to NULL mysql.php * added default $fetchmode to ordered * removed extra checks in connect() * fetchrow() now uses fetchInto() * added the "fetch absolute row numbers" feature to fetchInto() (not tested) ifx.php * better handling of $rownum param in fetchInto() 2001-03-28 Zeev Suraski * main/php_version.h configure.in: Yes, RC4 is here too. RC3 had a broken ZTS build. 2001-03-28 Jani Taskinen * configure.in ext/ming/config.m4 ext/ming/ming.c: MFH 2001-03-28 Zeev Suraski * ext/standard/basic_functions.c: Fix ZTS build 2001-03-28 Jani Taskinen * configure.in: Make file() work again. 2001-03-28 André Langhorst * ext/standard/output.c: fix typo * ext/standard/output.c: fix proto 2001-03-28 Ulf Wendel * pear/Cache.php: Added a simple usage example * pear/Experimental/Image/gtext.php: - fixed the vertical alignment bug 2001-03-28 Zeev Suraski * main/php_version.h configure.in: RC3 2001-03-28 Ulf Wendel * pear/Experimental/Image/color_helper.php pear/HTML/Menu.php: - added the php licence * pear/Experimental/Image/gbutton.php: Very much the same like gtext but this one can be used to render graphical buttons. * pear/Experimental/HTML/Menu.php: Moved it to the stable code. * pear/HTML/Menu.php: Moved menu.php to the stable code. I didn't get any bug reports and it works for me... * pear/Cache/Container/file.php: - minor change regarding the recognition of relative file paths * pear/Cache/Graphics.php: - fixed several bugs with the usage of the parent class - gerror() by Cache_Error() * pear/Experimental/Image/gtext.php: Creates graphical text images using Cache/Graphics. Although it's unlikely that the API will changed use it with care some features seen to be broken :/. * pear/Experimental/Image/color_helper.php: Widget functions to deal with colors when creating images. I'm not sure where I should place this, lets wait for the next classes (gtext, gbutton) before we take care on the correct directory structure so we can see if it's worth it's own directory. 2001-03-28 Romolo Manfredini * ext/standard/basic_functions.c: Safe mode check on target introduced in function move_uploaded_file. * ext/standard/file.c: Safe mode check for target introduced in function copy. Pls insert in 4_0_5 2001-03-28 Adam Daniel * pear/HTML/Page.php: bug fix in toHtml 2001-03-28 Thomas V.V.Cox * pear/DB/ibase.php pear/DB/oci8.php: oci8.php * added not capable for fetchInto when $rownum !== null (feature not supported yet) * fix fetchInto to return null on no more data * Removed extra checks in connect() ibase.php * removed extra checks in connect() and return error on no connection * fetchInto now returns NULL on no more data (not tested) * added not capable for fetchInto when $rownum !== null (feature not supported yet) * changed tabs to spaces Please note that this extension seems to be very old. 2001-03-27 Jani Taskinen * sapi/pi3web/config.m4 sapi/roxen/config.m4 sapi/thttpd/config.m4 sapi/isapi/config.m4 sapi/nsapi/config.m4 sapi/phttpd/config.m4 sapi/apache/config.m4 sapi/apache2filter/config.m4 sapi/caudium/config.m4 sapi/fastcgi/config.m4 ext/vpopmail/config.m4 ext/xml/config.m4 ext/zlib/config.m4 ext/zziplib/config.m4 sapi/aolserver/config.m4 ext/swf/config.m4 ext/sybase/config.m4 ext/sybase_ct/config.m4 ext/sablot/config.m4 ext/session/config.m4 ext/snmp/config.m4 ext/readline/config.m4 ext/recode/config.m4 ext/pgsql/config.m4 ext/pspell/config.m4 ext/qtdom/config.m4 ext/pdf/config.m4 ext/pfpro/config.m4 ext/oracle/config.m4 ext/ovrimos/config.m4 ext/pcre/config.m4 ext/mysql/config.m4 ext/oci8/config.m4 ext/odbc/config.m4 ext/mnogosearch/config.m4 ext/msql/config.m4 ext/muscat/config.m4 ext/midgard/config.m4 ext/midgard/config.m4.session ext/ming/config.m4 ext/mcal/config.m4 ext/mcrypt/config.m4 ext/mhash/config.m4 ext/ircg/config.m4 ext/java/config.m4 ext/ldap/config.m4 ext/informix/config.m4 ext/ingres_ii/config.m4 ext/interbase/config.m4 ext/iconv/config.m4 ext/imap/config.m4 ext/gettext/config.m4 ext/gmp/config.m4 ext/icap/config.m4 ext/fribidi/config.m4 ext/gd/config.m4 ext/domxml/config.m4 ext/fbsql/config.m4 ext/fdf/config.m4 ext/cybercash/config.m4 ext/cybermut/config.m4 ext/dba/config.m4 ext/cpdf/config.m4 ext/crack/config.m4 ext/curl/config.m4 configure.in ext/aspell/config.m4 ext/bz2/config.m4 ext/ccvs/config.m4 acinclude.m4: Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 2001-03-27 Derick Rethans * ext/standard/formatted_print.c: - MFH (Fix for bug 10002) * ext/standard/formatted_print.c: - 'Fix' for bug 10002 2001-03-27 Ben Mansell * sapi/fastcgi/fastcgi.c: Changed header handling; before, we were somehow losing Content-Type: text/html 2001-03-27 Dan Kalowsky * ext/odbc/php_odbc.c: The last fix was missing a &, Marc Boeren either made the patch wrong, or I applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed with this. 2001-03-27 Ben Mansell * sapi/fastcgi/fastcgi.c: Changed header handling; before, we were somehow losing Content-Type: text/html 2001-03-27 Thies C. Arntzen * ext/oracle/oracle.c: MFH * ext/oracle/oracle.c: fixed newly introduced crash in ora_bind 2001-03-27 Christian Stocker * pear/Experimental/XML/fo2pdf.php: corrected Usage example 2001-03-27 Dan Kalowsky * ext/odbc/php_odbc.c: Fix for Bug #9272, as submitted by marc boeren (m.boeren@guidance.nl). Applied by me, due to apparently a lack of cvs access to ext/odbc for him. 2001-03-27 Jani Taskinen * main/php_variables.c: MFH * main/php_variables.c: Fix the arg_separator behaviour. Only & or ; is allowed as separators so no need to use the ini setting here. 2001-03-27 Romolo Manfredini * ext/pgsql/pgsql.c: pg_close was closing connection twice, pls insert in 4_0_5 2001-03-27 Christian Stocker * pear/Experimental/XML/fo2pdf.php: a class for rendering (xsl-)formatting objects files into a pdf. 2001-03-27 Thomas V.V.Cox * pear/DB/common.php pear/DB/ifx.php pear/DB/pgsql.php: ifx.php * Changed default fetchmode to ORDERED * Remove extra checks in connect and added $dns property * fetchRow() now uses fetchInto() common.php & pgsql.php style 2001-03-26 Thomas V.V.Cox * pear/DB/pgsql.php pear/DB.php: pgsql.php * connect() always use pg_connect string instead of the deprecated params mode * removed duplicated functions prepare() and execute() (now in common.php) * pgsqlRaiseError() always fills native error param on DB_error objs * added third param $rownum to fetchInto() so users can fetch also absolute row numbers * changed fetchRow() to use fetchInto() (can not erase, still used in get*() from common.php DB.php * added third param $rownum to fetchInto()/fetchRow() so users can fetch also absolute row numbers * changed fetchRow() to use fetchInto() 2001-03-26 Jani Taskinen * ext/domxml/php_domxml.c: Fixed a typo. * configure.in: Fixed the problem with libbind (again). 2001-03-26 Andrei Zmievski * NEWS: More news. 2001-03-26 Sebastian Bergmann * NEWS: Nitpicking. 2001-03-26 Andrei Zmievski * NEWS: Zend related news update. 2001-03-26 Sterling Hughes * FUNCTION_LIST.txt: Remove FUNCTION_LIST.txt, the file is sadly out of date and not really used... 2001-03-26 Jani Taskinen * ext/ldap/config.m4: Support Solaris 8 ldap. 2001-03-26 Marc Boeren * ext/dbx/dbx.c: Removed #include php_config.h, since it was not necessary (Mc) 2001-03-26 Romolo Manfredini * ext/pgsql/pgsql.c: pg_close was undefining default_conn even if a ref to it was still there. 2001-03-25 Stig Bakken * pear/DB/ifx.php: * changed DB_ifx::errorCode to take a parameter, moved the error code map into the constructor * pear/DB/STATUS: wrapped to 80 columns, replaced a few "-" with "n" for ifx (some features are emulated through DB_common) 2001-03-24 Jon Parise * pear/Makefile.in: Install the Informix database implementation. 2001-03-24 Sebastian Bergmann * pear/Makefile.in: Added missing files. * php.ini-dist: Added php_dbx.dll. 2001-03-24 Adam Daniel * pear/HTML/Common.php: removed extra whitespace 2001-03-24 Christian Stocker * pear/Experimental/XML/sql2xml.php pear/Experimental/XML/sql2xml_ext.php: First Commit of the sql2xml classes. This class takes a PEAR::DB-Result Object (or more than one) and returns a xml-representation of it. 2001-03-24 Thomas V.V.Cox * pear/DB/STATUS pear/DB/ifx.php: Minor fixes 2001-03-24 Romolo Manfredini * ext/pgsql/pgsql.c: Solved bugs #9746 and #9937, pg_close was closing twice the default conn. 2001-03-24 Stig Bakken * pear/DB/STATUS pear/DB/common.php pear/DB/mysql.php pear/DB/tests/mysql/012.phpt pear/DB/tests/tableinfo.inc pear/DB.php: * added Christian Stocker's tableInfo() implementation 2001-03-24 Adam Daniel * pear/HTML/Page.php: This class handles the details for creating a properly constructed HTML page. Page caching, stylesheets, client side script, and Meta tags can be managed using this class. * pear/HTML/Table.php: added comments to the html output including table nest level, added automatic taboffset for cell contents if a subclass of html_common * pear/HTML/Select.php: added comments to the HTML output, added loadQuery, added load * pear/HTML/Common.php: added setComment 2001-03-24 Sascha Schumann * ext/standard/basic_functions.c: Fix ZTS build 2001-03-23 Jon Parise * pear/DB/MAINTAINERS pear/DB/ifx.php: Adding an Informix (ifx) database implementation. Submitted by: "Tomas V.V.Cox" 2001-03-23 Christian Stocker * pear/Cache/Output.php: GarbageCollection was moved into a PEAR-Deconstructor (from the HEAD Branch) * pear/Cache/Container/file.php: just the changes from the HEAD dev here. rather important 2001-03-23 Marc Boeren * ext/dbx/dbx.dsp ext/dbx/dbx_mysql.c ext/dbx/dbx_mysql.h ext/dbx/dbx_odbc.c ext/dbx/dbx_odbc.h ext/dbx/dbx_pgsql.c ext/dbx/dbx_pgsql.h ext/dbx/php_dbx.h ext/dbx/Makefile.in ext/dbx/dbx.c: Fixed compile errors for PostgreSQL support (Mc) Removed globals that Rui put in, and changed the dbx_get_row to include a row_number (which PostgreSQL expects) (Mc) Added source files to Makefile.in and dbx.dsp (Mc) 2001-03-23 Andrei Zmievski * NEWS: Wrap lines. 2001-03-23 Rui Hirokawa * ext/dbx/dbx_pgsql.c ext/dbx/dbx_pgsql.h: changed license of PostgreSQL module in ext/dbx. * ext/dbx/dbx.c ext/dbx/dbx_pgsql.c ext/dbx/dbx_pgsql.h ext/dbx/php_dbx.h: added initial support for PostgreSQL to ext/dbx. 2001-03-23 Marc Boeren * ext/dbx/.cvsignore ext/dbx/LICENSE ext/dbx/dbx.c ext/dbx/dbx.dsp ext/dbx/dbx.h ext/dbx/dbx_mysql.c ext/dbx/dbx_mysql.h ext/dbx/dbx_odbc.c ext/dbx/dbx_odbc.h ext/dbx/php_dbx.h: Changed header for source files, now point to PHP license (Mc) Found another // comment and replaced with /**/ (Mc) Removed proprietary license (in favor of php license) (Mc) Added .cvsignore file, I hope it works correctly (Mc) 2001-03-23 Romolo Manfredini * ext/standard/basic_functions.c ext/standard/file.c: Added target ownership check in function copy for safe_mode operations 2001-03-23 Daniel Beulshausen * NEWS: update news 2001-03-23 Adam Daniel * pear/HTML/Select.php: forgot the license header * pear/HTML/Select.php: original commit. Basic html select loaded manually, from a DB result, or an array 2001-03-23 Stephen van Egmond * configure.in: Added configuration for detecting the BeOS thread implementation (which will be used once I get my patches into Zend to use bthreads). Also, a check for a library distributed with the new BeOS networking environment. * ext/standard/microtime.c: Simple patch to deal with lack of fields in the BeOS implementation of rusage. 2001-03-23 Adam Daniel * pear/HTML/Table.php: moved the display method to HTML_Common and updated some comments * pear/HTML/Common.php: updated some comments, added display method, and added the toHtml abstract method 2001-03-23 Stig Bakken * pear/DB/tests/pgsql/mktable.inc pear/DB/tests/ibase/mktable.inc pear/DB/tests/mysql/mktable.inc pear/DB/tests/oci8/002.phpt pear/DB/tests/oci8/007.phpt pear/DB/tests/oci8/009.phpt pear/DB/tests/oci8/010.phpt pear/DB/tests/oci8/connect.inc pear/DB/tests/oci8/mktable.inc pear/DB/tests/oci8/skipif.inc pear/DB/tests/odbc/mktable.inc pear/DB/STATUS pear/DB/common.php pear/DB/oci8.php pear/DB/tests/errors.inc pear/DB/tests/fetchrow.inc pear/DB/tests/numrows.inc pear/DB/tests/sequences.inc pear/DB.php pear/PEAR.php.in: * fixed Oracle tests, fixed some bugs in DB_oci8, all tests but errorNative() pass now (but that may be a bug in the test :-) * implemented numRows() emulation in DB_oci8 that is available in "optimize portability" mode only 2001-03-23 Adam Daniel * pear/HTML/Common.php: removed the pass by reference on the second parameter of _updateAttrArray 2001-03-23 Frank M. Kromann * ext/fbsql/php_fbsql.c: Removing extra check for warnings. 2001-03-22 Frank M. Kromann * ext/fbsql/php_fbsql.c: Adding warning when query fails 2001-03-22 Ben Mansell * sapi/cgi/cgi_main.c sapi/fastcgi/fastcgi.c: Fix a bug with POST requests. If the Content-Type header wasn't present, we were setting SG(request_info).content_type to NULL, instead of an empty string. This was stopping PHP from processing the data. 2001-03-22 Ulf Wendel * pear/Experimental/HTML/Menu_Browser.php: Finished it, works for me. 2001-03-22 Martin Jansen * pear/HTML/Common.php: - removed wrong copyright notice. 2001-03-22 Marc Boeren * ext/dbx/dbx.c ext/dbx/dbx_mysql.c ext/dbx/dbx_mysql.h ext/dbx/dbx_odbc.c ext/dbx/dbx_odbc.h ext/dbx/php_dbx.h: Changed C++ style comments to C-style comments (Marc) 2001-03-22 Emiliano Heyns * ext/midgard/article.c ext/midgard/element.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/topic.c: Added update duplicate checks 2001-03-22 Ulf Wendel * pear/Cache/Container/dbx.php: - added support for persistent connections * pear/Cache/Container/dbx.php: - connection data typo - whitespaces 2001-03-22 Sean Bright * ext/standard/basic_functions.c: Fixed prototype. 2001-03-22 Martin Jansen * pear/HTML/Table.php: - Fixed bug reported by Bertrand Mansion. 2001-03-22 Christian Stocker * pear/Cache/Container/dbx.php: a new container, which uses the new dbx extension of php as db-abstraction 2001-03-22 Jani Taskinen * ext/sockets/sockets.c: MFH * ext/sockets/sockets.c: Fix bugs: #9920, #9190 2001-03-22 Marc Boeren * ext/dbx/EXPERIMENTAL: no comment :) * ext/dbx/CREDITS ext/dbx/INSTALL ext/dbx/LICENSE ext/dbx/Makefile.in ext/dbx/config.m4 ext/dbx/dbx.c ext/dbx/dbx.dsp ext/dbx/dbx.h ext/dbx/dbx_mysql.c ext/dbx/dbx_mysql.h ext/dbx/dbx_odbc.c ext/dbx/dbx_odbc.h ext/dbx/php_dbx.h: Added dbx module (database abstraction) to the repositorty (/ext/dbx). Compiles under Linux (--enable-dbx) and Windows. Supports MySQL and ODBC modules (more to be added later). 2001-03-22 Uwe Steinmann * ext/domxml/php_domxml.c: - fixed some bugs with xpath 2001-03-22 Martin Jansen * pear/HTML/Common.php pear/HTML/Table.php: - some cosmetic changes in pear/html/HTML_Common and pear/html/HTML_Table for better readability. 2001-03-22 Chuck Hagenbuch * pear/DB/odbc.php: we have a default for dbsyntax; don't cause an error if it's not specified. * pear/DB/mssql.php: space 2001-03-22 Adam Daniel * pear/HTML/Table.php: original commit. class to create html tables * pear/HTML/Common.php: orginal commit. class containing common html tools 2001-03-21 Frank M. Kromann * ext/fbsql/php_fbsql.c: setting right params to zend_get_parameters_ex 2001-03-21 Rainer Schaaf * ext/pdf/pdf.c ext/pdf/php_pdf.h: Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page) and PDF_close_pdi_page will lose one parameter. These changes are done for the phpwrapper now. This has no impact on PDFlib V3.x. 2001-03-21 Andi Gutmans * ext/pfpro/pfpro.c ext/pfpro/php_pfpro.h: - Fix spelling error 2001-03-21 Frank M. Kromann * ext/fbsql/php_fbsql.c: changed arg types from pval* to zval** 2001-03-21 Sterling Hughes * ext/bz2/EXPERIMENTAL: Remove experimental status from bz2 (as of 4.0.6) * EXTENSIONS: Remove experimental status from bz2 2001-03-21 Andrei Zmievski * NEWS: Fixing news. 2001-03-21 André Langhorst * run-tests.php: I don't like to commit this over and over either, but this client definitely seems to dislike branches * run-tests.php: synchronizing with CVS 2001-03-21 Ben Mansell * ext/standard/mail.c: UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell) a concept of a temporary failure response to pclose(). 2001-03-21 Emiliano Heyns * ext/midgard/article.c: Disallow duplicate article names under one parent 2001-03-21 Sean Bright * ext/standard/basic_functions.c: Fix for bug #9698. 2001-03-21 André Langhorst * run-tests.php: fighting against the cvs client, it does not want to let the win32 binary safe change go in... * run-tests.php: win32 fixes again * tests/strings/001.phpt tests/strings/002.phpt tests/strings/003.phpt tests/lang/018.phpt tests/lang/019.phpt tests/lang/020.phpt tests/lang/021.phpt tests/lang/022.phpt tests/lang/023.phpt tests/lang/024.phpt tests/lang/025.phpt tests/lang/028.phpt: more win32 fixes 2001-03-21 Uwe Steinmann * ext/hyperwave/hg_comm.c: - fulltext query are working now 2001-03-21 Sebastian Bergmann * run-tests.php: Disable maximum execution time for tests. 2001-03-21 André Langhorst * run-tests.php: 1) fixed tests on *both* win32+linux 2) made tests more sophisticated (checking against compiled in modules) 3) minor changes 4) win32 improvements 2001-03-21 Uwe Steinmann * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - added EntityReference and Notation class - fixed handling of PI nodes - implemented more class functions 2001-03-21 Jon Parise * pear/DB.php: Style and whitespace, based mostly on a submission from "Tomas V.V.Cox" . 2001-03-20 Ulf Wendel * pear/Experimental/HTML/Menu_Browser.php: Warning: alpha code! A simple filesystem scanner/browser that maps the filesystem structure into a menu hash so that you can build simple fusebox (?) like systems. Sebastian can you help me with the coding guides etc ? 2001-03-20 Harald Radi * php.ini-dist php.ini-optimized: added [com] section * ext/com/COM.c ext/com/com.h ext/com/php_COM.h ext/com/typedef_VARIANT.c: memory leak was reportet, i'm not sure that it is fixed by now, but it should be. * win32/php4dllts.dsp: added com.h 2001-03-20 Zeev Suraski * configure.in main/php_version.h: 4.0.5RC2 2001-03-20 Sterling Hughes * ext/curl/curl.c: remove some unneccessary casts, remove unneccessary error casts, standardize the coding format for some of the stuff. 2001-03-20 Fredrik Öhrn * ext/standard/rand.c: Fix erronous out of bounds error message in rand(min,max) 2001-03-20 Frank M. Kromann * ext/fbsql/php_fbsql.c: Fixing crash when result conrains 0 rows 2001-03-20 Andi Gutmans * ext/midgard/config.m4: - MFH - This is required for PHP to build. If anything else needs merging for midgard that is related then please do it or rollback the latest midgard fixes. 2001-03-20 Fredrik Öhrn * ext/yp/yp.c: really fix the build 2001-03-20 Frank M. Kromann * ext/fbsql/php_fbsql.c: Converting to c-style comments. Adding prototypes to all exported function 2001-03-20 Thies C. Arntzen * ext/qtdom/config.m4: make qtdom compile on Mandrake-cooker 2001-03-20 Andi Gutmans * Makefile.in README.Zeus configure.in sapi/isapi/config.m4 sapi/fastcgi/CREDITS sapi/fastcgi/Makefile.in sapi/fastcgi/README.FastCGI sapi/fastcgi/config.m4 sapi/fastcgi/fastcgi.c sapi/fastcgi/php.sym sapi/fastcgi/php_fastcgi.h: - MFH 2001-03-20 Daniel Beulshausen * ext/pgsql/pgsql.dsp: fix dsp 2001-03-20 Sebastian Bergmann * ext/domxml/php_domxml.c: Nuke another warning. 2001-03-20 Uwe Steinmann * ext/domxml/php_domxml.c: - fixed lot of compiler warnings 2001-03-20 Daniel Beulshausen * win32/registry.c: fix registry per directory values 2001-03-20 Uwe Steinmann * NEWS: - news about domxml * tests/testdom: - test script for rewritten domxml module * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - complete rewrite of domxml module. It is now mostly conform to DOM Level 2 though some classes and methods are still missing 2001-03-20 Sascha Schumann * ext/yp/yp.c: fix build 2001-03-20 Jani Taskinen * ext/standard/basic_functions.c ext/standard/dns.c ext/standard/dns.h: MFH 2001-03-20 Sterling Hughes * ext/curl/curl.c: Remove some unnecessary error checking 2001-03-20 Jani Taskinen * main/SAPI.c configure.in ext/fdf/fdf.c: MFH * ext/xml/tests/004.phpt ext/xml/tests/006.phpt ext/xml/tests/skipif.php: Removed skipif.php + Fixed tests to use skipif.inc instead. * ext/cybermut/libs.mk: Removed unnessary file. 2001-03-19 David Guerizec * ext/midgard/php_midgard.h.in: deleted unneeded file * ext/midgard/config.m4 ext/midgard/php_midgard.h: Fixed the build (hope so). 2001-03-19 Andrei Zmievski * ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h: - Added array_map() function that applies a callback to the elements of given arrays and returns the result. It can also be used with a null callback to transpose arrays. 2001-03-19 Sterling Hughes * ext/bz2/bz2.c: Whitespace fix... 2001-03-19 Jani Taskinen * ext/midgard/config.m4: Fix the build. Again. 2001-03-19 Fredrik Öhrn * ext/yp/yp.c: Removed redundant initialization. 2001-03-19 Alexander Bokovoy * ext/midgard/config.m4 ext/midgard/config.m4.session: 4.0.4pl1 compability finally fixed 2001-03-19 David Guerizec * ext/midgard/config.m4.session: fixed compilation with php-4.0.4 * ext/midgard/config.m4: fixed a compatibility problem with 4.0.4 * ext/midgard/php_midgard.h.in: fixed bad #endif syntax 2001-03-19 Alexander Bokovoy * ext/midgard/php_midgard.h.in: Incompabilities in SCE build fixed for 4.0.5 and 4.0.4pl1 2001-03-19 Ben Mansell * sapi/isapi/config.m4 README.Zeus: Altered README.Zeus to give instructions on building FastCGI. Changed --with-zeus configure option into --with-isapi, since its more descriptive (and since there are now different ways to configure PHP+Zeus) * Makefile.in configure.in sapi/fastcgi/CREDITS sapi/fastcgi/Makefile.in sapi/fastcgi/README.FastCGI sapi/fastcgi/config.m4 sapi/fastcgi/fastcgi.c sapi/fastcgi/php.sym sapi/fastcgi/php_fastcgi.h: New FastCGI server module. Based on the thttpd server module with large chunks of code ripped from the cgi module. Also modifies Makefile.in and configure.in in order to make it build properly. 2001-03-19 Alexander Bokovoy * ext/midgard/config.m4 ext/midgard/config.m4.session: Keep compability with 4.0.4pl1 2001-03-19 Emiliano Heyns * ext/midgard/midgard.c: return userid from mgd_auth_midgard 2001-03-19 Alexander Bokovoy * ext/midgard/.cvsignore ext/midgard/article.c ext/midgard/attachment.c ext/midgard/config.m4 ext/midgard/config.m4.session ext/midgard/midgard.c ext/midgard/php_midgard.h ext/midgard/snippet.c: Bringing fixed code to stable branch * ext/midgard/config.m4 ext/midgard/config.m4.session: Oops. Substitution code fixed * ext/midgard/config.m4 ext/midgard/config.m4.session ext/midgard/php_midgard.h.in: Automatically generate correct #include for cases when module build using phpize or within main PHP4 tree 2001-03-18 Fredrik Öhrn * ext/yp/CREDITS ext/yp/php_yp.h ext/yp/yp.c: Much needed cleanup and new functions added * ext/cpdf/php_cpdf.h: Solved compile failure due to clash between IMAP and ClibPDF headers. * ext/cpdf/php_cpdf.h: Solved compile failure due to clash bewteen IMAP and ClibPDF headers. 2001-03-18 Alexander Bokovoy * ext/midgard/php_midgard.h: Update includes to the way CVS now works 2001-03-18 Jani Taskinen * ext/fdf/fdf.c: Prevent mem leak * main/SAPI.c: Fix possible crash if content-type is not set. * ext/fdf/fdf.c: Fix the fix. Plus killed some compile warnings. 2001-03-18 Zeev Suraski * main/SAPI.c main/SAPI.h: MFH * ext/fdf/fdf.c: Fix reference to nuked function * main/SAPI.c main/SAPI.h: These functions are not necessary - that's what sapi_register_post_entry() and sapi_unregister_post_entry() are for... Also, please maintain K&R code layout, it's very messy to have different styles intermixed in the same codebase, and especially in the same files! * main/main.c main/php_ini.c main/php_ini.h: MFH 2001-03-17 Zeev Suraski * main/main.c main/php_ini.c main/php_ini.h: Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) 2001-03-17 Stephen van Egmond * ext/standard/php_string.h: fixed a (C++) warning about implicit conversion from void* 2001-03-17 Christian Stocker * pear/Cache/Container/file.php: GarbageCollection didn't work properly (wanted to delete files, relative paths don't work in deconstructors) * pear/Cache.php pear/Cache/Output.php: GarbageCollection was moved into a PEAR-Deconstructor 2001-03-17 Derick Rethans * ext/mcrypt/mcrypt.c: - MFH (memleak fix) 2001-03-17 Anil Madhavapeddy * ltconfig: Update libtool to support OpenBSD 2.8+ wrt shared libraries and library dependencies. Tested on i386/sparc. 2001-03-17 Daniel Beulshausen * win32/php4ts.dsw: fix dependencys 2001-03-17 James Moore * ext/standard/credits.h ext/standard/info.h ext/standard/credits.c: MFH for website team credits. 2001-03-17 Zeev Suraski * ext/standard/output.c: MFH * ext/standard/output.c: Fix the output buffering bug Andre found 2001-03-16 Andrei Zmievski * ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h: - Added array_filter(), which allows filtering of array elements via the specified callback. * ext/standard/array.c: All user callbacks should be to EG(function_table). 2001-03-16 Frank M. Kromann * ext/standard/array.c: Fixing build on Win32 by adding missing BLS_FETCH(); 2001-03-16 Andrei Zmievski * ext/standard/array.c: - Fixed all relevant array functions to avoid moving the internal array pointer during operations. 2001-03-16 Jani Taskinen * ext/standard/basic_functions.c: This has got to be the last one.. 2001-03-16 Uwe Steinmann * ext/hyperwave/hg_comm.c ext/hyperwave/hg_comm.h: - Inserting links without any delimiters is now possible 2001-03-16 Jani Taskinen * tests/.cvsignore: .php files should not be ignored. Typo? 2001-03-16 Derick Rethans * ext/mcrypt/mcrypt.c: - Fixed mem leak 2001-03-16 Emiliano Heyns * ext/midgard/article.c: String used as long. 2001-03-16 Jani Taskinen * ext/standard/dns.h: Missed this one. 2001-03-16 Dan Kalowsky * ext/imap/php_imap.c: This is to correct bug #9762, patch submitted by Bug reporter. 2001-03-16 Jani Taskinen * ext/imap/php_imap.c: Make compile again when ZTS is enabled and imap-2000 is used. Bug #9762 2001-03-16 Sascha Schumann * ext/pdf/config.m4: Don't do anything, if the user wants no PDF. 2001-03-16 Egon Schmid * pear/Cache/Output.php: Ulf, you have a conflict. 2001-03-16 Ulf Wendel * pear/Cache/Output.php: Usage example changes should answer peoples FAQs. 2001-03-16 Sebastian Bergmann * pear/Cache/Output.php: Fix the example. 2001-03-16 Jani Taskinen * configure.in ext/standard/dns.c: This should fix problems in systems without libbind. 2001-03-16 Frank M. Kromann * ext/printer/CREDITS: Adding credits 2001-03-16 Sterling Hughes * ext/bz2/bz2.c: Slightly modified fix from jeremy brand . he correctly pointed out that allocating the buffer to a little more than need (exact formula is in the code) will save the need to keep retrying the compression. 2001-03-16 Jani Taskinen * ext/ming/config.m4: Added a check for the one function missing in <= 0.1.0 versions of ming lib. 2001-03-16 Brian Bruns * ext/sybase/php_sybase_db.c ext/sybase/php_sybase_db.h: sybase_affected_rows implementation submitted by John F. Dumas 2001-03-16 Jani Taskinen * ext/bz2/bz2.c: Make this extension compile again.. * ext/ming/ming.c: Killed a compile warning + made ming extension compile with the older ming libs. * ext/ming/.cvsignore ext/ming/CREDITS: Missing files. * ext/ming/config.m4: Beutify + fix some errors in finding libs and header files. 2001-03-15 Emiliano Heyns * ext/midgard/attachment.c: closing file after serving it. 2001-03-15 Daniel Beulshausen * ext/iconv/iconv.c: fix win32 build 2001-03-15 Ulf Wendel * pear/XML/Parser.php: - put the todo list into the inline docs * pear/XML/Render.php: - removed all methods that did the same like the (parent) methods in XML/Parse.php - added todo to the inline docs After this there's only one method left at all which tries to instantiate non existant classes. Can I move this code to the Experimental/ directory? * pear/XML/Parser.php: - made it work without warnings - handler methods are now configurable - added startHandler() and endHandler() "event" is the default handling mode and calls these methods. Implemented them as "abstract" methods. * pear/XML/Parser.php: Cleanup on parse (fclose()). * pear/XML/Parser.php: If the creation of the parser fails, the constructor "throws" an error by returning a XML_Parser_Error object. That means the user will get an object of the type XML_Parser_Error and the methods parse() and parseString() can't get called. * pear/XML/Parser.php: - lots of whitespace (tabs vs. spaces) - added basic inline docs - added error handling to the constructor 2001-03-15 Emiliano Heyns * ext/midgard/midgard.c: Remove php_error for situations where Midgard is loaded but not configured (which is valid). 2001-03-15 David Guerizec * ext/midgard/snippet.c: Snippet author is a string. 2001-03-15 Sterling Hughes * ext/bz2/bz2.c: remove a little insanity. * ext/bz2/bz2.c ext/bz2/php_bz2.h: Bit of a cleanup, added some inline docs, decreased the amount of memory used. 2001-03-15 Jon Parise * ext/standard/credits.h: Whitespace (spaces to four-column tabs) 2001-03-14 Ulf Wendel * pear/Experimental/HTML/Menu.php: - code beatifiying - minor inline doc update 2001-03-14 James Moore * ext/standard/credits.c ext/standard/credits.h ext/standard/info.h: Adding webteam to credits. 2001-03-14 Jani Taskinen * ext/fbsql/CREDITS: Forgot this one.. * ext/fbsql/EXPERIMENTAL: Missing. 2001-03-14 Sascha Schumann * ext/standard/browscap.c: Fix ZTS build 2001-03-14 Emiliano Heyns * ext/midgard/article.c: Test parameter for existance before use. 2001-03-14 Uwe Steinmann * ext/hyperwave/hw.c: -fixed prototype and indention 2001-03-13 Jani Taskinen * ext/zziplib/zziplib.c: Make phpinfo() output prettier + kill some compile warnings. 2001-03-13 Zeev Suraski * NEWS ext/standard/browscap.c: Make get_browser() read its information from $HTTP_SERVER_VARS[] if available * ext/mysql/php_mysql.c ext/mysql/php_mysql.h: Implement mysql_unbuffered_query() - uses mysql_use_result() instead of mysql_store_result() 2001-03-13 Jani Taskinen * ext/fbsql/config.m4: cleanup. 2001-03-13 Jason Greene * ext/fbsql/config.m4: fix broken m4, you should have all checking code withing your withval test -Jason 2001-03-13 Jani Taskinen * ext/fbsql/config.m4: Extension was enabled by default.. 2001-03-13 Chuck Hagenbuch * ext/midgard/.cvsignore: cvs _knows_ to ignore the CVS directory; probably a bunch of these others, also... 2001-03-13 Ulf Wendel * pear/Experimental/HTML/Menu.php: API change: replaced getSitemap() with get("sitemap") * pear/Experimental/HTML/Menu.php: - fixed a rows bug - removed all \n 2001-03-13 Zeev Suraski * ext/mysql/php_mysql.c: Centralize query code * ext/mysql/php_mysql.c: Use a container struct instead of MYSQL directly 2001-03-13 Frank M. Kromann * win32/php_modules.dsw: Adding FrontBase extension to modules * ext/fbsql/.cvsignore ext/fbsql/Makefile.in ext/fbsql/config.m4 ext/fbsql/fbsql.dsp ext/fbsql/php_fbsql.c ext/fbsql/php_fbsql.h: Initial check-in of FrontBase extension 2001-03-13 Stanislav Malyshev * sapi/apache/mod_php4.c: Fix off-by-one on config values set from Apache config 2001-03-13 Andrei Zmievski * build/rules_pear.mk: Remove config.h instead of php_config.h 2001-03-13 Colin Viebrock * pear/Net/Dig.php: add capability to define server in the constructor 2001-03-13 Sascha Schumann * sapi/thttpd/thttpd.c: Replace memcpy and sprintf with smart_strs. * ext/session/session.c: buf is gone. Don't reference it. 2001-03-13 Adam Dickmeiss * ext/yaz/php_yaz.c ext/yaz/php_yaz.h: Added yaz_database. Option bit ExtendedServices set for InitRequest. 2001-03-13 Sascha Schumann * ext/session/session.c: Replace another sprintf * ext/session/mod_files.c ext/session/session.c: Nuke calls to sprintf, snprintf, strcat, strcpy and rely on memcpy and smart_strs. 2001-03-13 Frank M. Kromann * ext/pcre/php_pcre.c: Fixing compiler warning on win32 * ext/mssql/php_mssql.c ext/mssql/php_mssql.h: Changed email 2001-03-13 Zeev Suraski * NEWS: Update NEWS for the branch... * main/php_version.h configure.in: Rebranch 2001-03-13 Daniel Beulshausen * ext/printer/printer.c: nuke alot unnecessary globals fetches 2001-03-13 David Guerizec * ext/midgard/preparser-scanner.l: fixed bug http://www.midgard-project.org/bugs/?id=135 2001-03-13 Daniel Beulshausen * main/reentrancy.c: fix bug in php_gmtime_r 2001-03-13 David Guerizec * ext/midgard/preparser-scanner.l: Fixed a bug that prevented the preparser to expand any Midgard syntax formatter after a //-style comment anywhere in the page. 2001-03-13 Andrei Zmievski * ext/pcre/php_pcre.c ext/pcre/php_pcre.h: - IMPORTANT: removed /F modifier handling from preg_replace(). Instead one should use new preg_replace_callback() function. 2001-03-13 Dave Hayden * ext/ming/ming.c ext/ming/php_ming.h: changed scalar args and returns to doubles, added Ming_setScale function, added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch 2001-03-13 Ulf Wendel * pear/Experimental/HTML/Menu.php: - added the PPHP licence text - final structure, seems to be bug free - usage example missing, I'm writing on a german language tutorial, will add the usage example as soon as the tutorial is finished 2001-03-12 Ulf Wendel * pear/Experimental/HTML/Menu.php: - extended "prevnext" mode to show the previous, up and next item (up is new) 2001-03-12 Zeev Suraski * configure.in main/php_version.h: Start 4.0.5 release process... 2001-03-12 Ulf Wendel * pear/Experimental/HTML/Menu.php: - removed a typo - added the Isomenu feature "use which fits best" for the search of the selected item * pear/Experimental/HTML/Menu.php: - made 'tree' the default redering type * pear/Experimental/HTML/Menu.php: - made the URL check independend from $PHP_SELF - removed homepage specific code 2001-03-12 Colin Viebrock * pear/Makefile.in: Forgot to add it here * pear/Net/Dig.php: A nice friendly OO interface to dig 2001-03-12 Sean Bright * ext/mysql/php_mysql.c: Fixed prototype. 2001-03-12 Alexander Feldman * NEWS: Added NEWS. * ext/gd/gd.c: A small fix to make the function imageloadfont portable. 2001-03-12 Stig Bakken * pear/DB/oci8.php: * added "@" in front of all OCI* function calls 2001-03-12 David Guerizec * ext/midgard/article.c: added NULL-check 2001-03-12 Stanislav Malyshev * ext/standard/array.c: Prevent memory leak 2001-03-12 Stig Bakken * pear/pear.m4: HEADS UP: renamed config header file in "phpize"d extensions to "config.h" rather than "php_config.h". * pear/DB/common.php: * bugfix (thanks to Alexey Borzov) 2001-03-12 Stanislav Malyshev * ext/standard/array.c: Use hash position with array_flip 2001-03-12 Andrei Zmievski * ext/standard/array.c: This will have to do until the docs come along. * ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h ext/pcre/php_pcre.c: - Added array_reduce(), which allows iterative reduction of an array to a single value via a callback function. - Added array_reduce(), which allows iterative reduction of an array to a single value via a callback function. - Fixed usage of zend_is_callable() in PCRE. * pear/Console/Getopt.php: Use proper class name. 2001-03-12 Jani Taskinen * ext/ldap/config.m4: Cleaning this a little bit. * ext/pdf/config.m4: ws fixes. Plus removed unnecessary AC_MSG_ calls. * ext/muscat/config.m4: ws fix. 2001-03-11 David Guerizec * ext/midgard/config.m4 ext/midgard/config.m4.session: fixed misplaced PHP_SUBST * ext/midgard/attachment.c ext/midgard/config.m4 ext/midgard/config.m4.session: added PHP_SUBST(MIDGARD_SHARED_LIB) to dynamically link against libmidgard in config.m4 removed debug info in attachments 2001-03-11 Jon Parise * pear/DB.php: Revised version of the parseDSN function. Submitted by: "Tomas V.V.Cox" 2001-03-11 David Guerizec * ext/midgard/attachment.c: added missing conversion. * ext/midgard/sitegroup.c: Added missing parameter. 2001-03-11 Alexander Feldman * NEWS ext/standard/config.m4 ext/standard/file.c: Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing and vice versa. 2001-03-11 Stig Bakken * pear/DB/tests/db_error.phpt pear/DB/tests/db_error2.phpt: * new line numbers 2001-03-11 Sebastian Bergmann * pear/Cache/Output.php: Updated example. 2001-03-11 Jani Taskinen * ext/sybase_ct/php_sybase_ct.c: Added missing alias. PR: #9550 * ext/standard/basic_functions.c ext/standard/dns.c ext/standard/dns.h main/config.w32.h: HAVE_BINDLIB --> HAVE_LIBBIND * configure.in: Check for inet_aton only if libbind is not found (or inet_aton is not in libbind). Fixes bug: #8814 * ext/curl/config.m4: If AC_CHECK_LIB fails, assume that --with-openssl is needed 2001-03-10 Sascha Schumann * ext/ircg/ircg.c: Send pointless HTML, if nothing else happens to avoid timeouts. * ext/ircg/ircg.c: Increment the pointer and evaluate the next character after recognizing a modifier. * ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: Disable the speed-up role for now. Needs to be improved. * ext/ircg/ircg.c: Add 1 modifier which causes a JS-encoded string to be inserted 2001-03-10 Emiliano Heyns * ext/midgard/attachment.c ext/midgard/element.c ext/midgard/event.c ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/group.c ext/midgard/host.c ext/midgard/image.c ext/midgard/member.c ext/midgard/mgd_internal.h ext/midgard/midgard.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/pagelink.c ext/midgard/php_midgard.h ext/midgard/preferences.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c: Fetch sitegroup field when listing objects 2001-03-10 Jani Taskinen * ext/mysql/config.m4: This should fix the problems with not including -lz. 2001-03-10 Stig Bakken * pear/PEAR.php.in: * only register the destructor if it exists 2001-03-10 Jon Parise * pear/DB/pgsql.php: Make the #options, $tty, and $port parameters optional. 2001-03-10 Rui Hirokawa * ext/pdf/pdf.c: just reversed a previous patch. * ext/pdf/pdf.c ext/iconv/iconv.c: initialized some strings in global variable structure. 2001-03-09 Frank M. Kromann * ext/odbc/php_odbc.c ext/odbc/php_odbc.h: Adding a new function odbc_next_result() allowing the query to return more than one result. This can be done with a stored procedure or by sending more than one select to the server. * ext/mssql/php_mssql.c ext/mssql/php_mssql.h: Adding a new function mssql_next_result() allowing the query to return more than one result. This can be done with a stored procedure or by sending more than one select to the server. 2001-03-09 Andrei Zmievski * ext/standard/basic_functions.c: - Fixed argument checking for call_user_func* functions and allowed specifying array($obj, 'method') syntax for call_user_func_array. 2001-03-09 Sascha Schumann * ext/ircg/ircg.c: Add a format identifier for escaping %m, so that it can be safely used as a parameter for Javascript. 2001-03-09 David Guerizec * ext/midgard/article.c: still a typo * ext/midgard/article.c: Fixed typo. 2001-03-09 Ulf Wendel * pear/Experimental/HTML/Menu.php pear/Experimental/README: Added a directory Experimental/ as no one said "no" on the PEAR list... - added a PHPlib menu2.inc rewrite - added a README for the directory with a policy for Experimental/ 2001-03-08 Sascha Schumann * ext/ircg/config.m4: s/--with-ircg/--with-ircg-config/ * ext/ircg/config.m4: Refine complain message 2001-03-08 Sebastian Bergmann * pear/Cache/Error.php: This is 100% pure Ulf :-) * pear/Cache/Error.php: I think we need to load PEAR.php here. 2001-03-08 Ulf Wendel * pear/Cache.php pear/Cache/Container.php: Formatting and minor inline doc changes. * pear/Cache/Container/db.php pear/Cache/Container/file.php pear/Cache/Container/phplib.php pear/Cache.php pear/Cache/Container.php pear/Cache/Error.php: Added a basic Cache_Error class. 2001-03-08 Sascha Schumann * ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: Fix underline handling * ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: Add handling for underline/bold control sequences 2001-03-08 Stanislav Malyshev * ext/recode/recode.c: Better use buffer_to_buffer, since zval is really buffer, not string (it can contain \0's and not end in \0). 2001-03-08 Christian Stocker * pear/Cache/Container/db.php pear/Cache/Container/file.php pear/Cache/Container/phplib.php pear/Cache/Container.php pear/Cache/Output.php: Introduced getExpiresAbsolute($expire) function, which translates relative/human readable/unixtime expire-times in unixtime-format. 2001-03-08 Zeev Suraski * win32/README.txt: *** empty log message *** 2001-03-08 David Guerizec * ext/midgard/config.m4: Midgard experimental functions support was not displayed correctly in ./configure * ext/midgard/README.session: Forgot to talk about the session table 2001-03-08 Zeev Suraski * win32/README.txt: Point people to the Windows mailing list... 2001-03-08 David Guerizec * ext/midgard/README.session: Corrected the README.session * ext/midgard/README.session ext/midgard/config.m4.session ext/midgard/session.modules.c: More on session installation. * ext/midgard/article.c ext/midgard/mgd_session.h ext/midgard/session.c ext/midgard/session.sql: Session management (experimental code) 2001-03-07 Sascha Schumann * ext/ircg/ircg.c ext/ircg/php_ircg.h: Add simplistic ircg_channel_mode() function * ext/ircg/ircg.c: D'oh. Check IRCG_API_VERSION after including if_irc.h. * ext/ircg/README.txt: Remove some dated information. * ext/ircg/ircg.c: Add default message for channel modes * ext/ircg/ircg.c: Move binary compat check to the module init function; Add initial support for channel modes. * ext/ircg/ircg.c: Safety check for now, this can later be used to add real binary compatibility by increasing the size of php_irconn_t appropiately. * ext/ircg/ircg.c: There are some subtle changes which are not recognized by the compiler, so bark, if someone tries to build against anything older than IRCG 2.0b1. 2001-03-07 Daniel Beulshausen * ext/zlib/zlib.c: add missing globals fetches 2001-03-07 Frank M. Kromann * main/main.c: Removing a compiler warning 2001-03-07 Andrei Zmievski * NEWS: That came from php-gtk. 2001-03-07 Jani Taskinen * sapi/cgi/cgi_main.c: Fixed the help for other options too. 2001-03-07 Ben Mansell * sapi/isapi/php4isapi.c: Added support for Zeus SSL client certificate information. Added SERVER_SIGNATURE to the environment. Submitted by: daniel@zeus.com 2001-03-07 Zeev Suraski * php.ini-dist php.ini-optimized NEWS: Update .ini's and NEWS 2001-03-06 Zeev Suraski * ext/zlib/php_zlib.h ext/zlib/zlib.c: Implement internal output compression0:wq * ext/standard/output.c: Fix freeing of buffers * ext/standard/output.c: Fixes to internal output buffering 2001-03-06 David Guerizec * ext/midgard/mgd_internal.h ext/midgard/midgard.c: added ability to break tree walking 2001-03-06 Sascha Schumann * build/build2.mk configure.in: Replace AM_PROG_LEX with a separated call to AC_PROG_LEX and AC_DECL_YYTEXT. The latter is only called, if lex was found, so that PHP configures now on setups without (f)lex. 2001-03-06 Zeev Suraski * ext/standard/output.c ext/standard/php_output.h: More internal output buffering fixes * ext/standard/output.c ext/standard/php_output.h: Fix internal output buffering * ext/standard/output.c ext/standard/php_output.h: Initial work on internal output handlers - should be much quicker 2001-03-06 Sebastian Bergmann * pear/Cache.php pear/Cache/Container.php pear/Cache/Container/db.php pear/Cache/Container/file.php pear/Cache/Container/phplib.php pear/Cache/Graphics.php pear/Cache/Output.php: Whitespace only. 2001-03-06 Zeev Suraski * sapi/apache/mod_php4.c: Avoid using ret uninitialized 2001-03-06 Ben Mansell * sapi/isapi/php4isapi.c: Thread hashtable was being initialized with a size of 1! Changed to 128 as a more sensible number. 2001-03-06 Zeev Suraski * sapi/apache/mod_php4.c: Avoid writing to error_log in case of aborted connections. 2001-03-06 Christian Stocker * pear/Cache/Container/file.php: deleteDir deletes now the created "group"-Directories as well. Hope it works on windows as well... 2001-03-06 Stanislav Malyshev * main/php_ini.c: Don't insert empty path if PHPRC is empty 2001-03-06 Christian Stocker * pear/Cache/Container.php pear/Cache/Container/db.php pear/Cache/Container/phplib.php: replaced db->quoteString with addslashes adjusted encoding_mode = "slash" that it doesn't quote slashes, the save() function in phplib/db-container is now in charge for that. 2001-03-06 Emiliano Heyns * ext/midgard/article.c ext/midgard/element.c ext/midgard/event.c ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/group.c ext/midgard/host.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/preferences.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c: Object integrity checks cleanup * ext/midgard/sitegroup.c: Bug #123 2001-03-06 Sean Bright * ext/standard/file.c: Typo. * ext/standard/file.c: get_meta_tags now allows attributes that are not quoted as well as those that are. It follows the HTML 4.01 specification for attribute values outlined here -> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 2001-03-05 Rainer Schaaf * ext/pdf/pdf.c: fixed bug in PDF_getbuffer (happend only on Windows) When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced by the PDFlib V4.0 function pdf_setcolor 2001-03-05 Jani Taskinen * sapi/cgi/cgi_main.c: Fix help text for -f * sapi/cgi/cgi_main.c: Can't output any error messages if there isn't any function initialized to do it.. 2001-03-05 Sean Bright * ext/standard/file.c: get_meta_tags now handles single quoted attributes as well as those that are double quoted. 2001-03-04 Zeev Suraski * ext/standard/info.c: I don't know German, but I imagine that was the problem :) 2001-03-04 Emiliano Heyns * ext/midgard/oop.c: Fetch sitegroup field if available 2001-03-04 Zeev Suraski * ext/standard/info.c: Fix phpinfo() bug that crept in * ext/standard/output.c: Improve memory consumption on chunked output buffering * ext/zlib/php_zlib.h ext/zlib/zlib.c NEWS: Implemented chunked output buffering support - it's quite cool! 2001-03-04 Martin Jansen * pear/Cache.php: fixed typo 2001-03-04 Frank M. Kromann * ext/standard/info.c: Changed code layout to remove PHP warning when running php as a CGI. 2001-03-04 Zeev Suraski * ext/standard/output.c ext/standard/php_output.h main/main.c: Fix non-thread safe mode * ext/standard/basic_functions.c ext/standard/basic_functions.h: this function will never return true... * ext/sablot/sablot.c ext/standard/output.c ext/standard/php_output.h: Improve chunked output buffering - the output handler now knows at which stage it is * sapi/cgi/cgi_main.c: whitespace fix 2001-03-03 Chuck Hagenbuch * pear/Mail/RFC822.php: documentation/whitespace * pear/Mail/RFC822.php: Add a validate parameter that allows you to turn off validation of atoms. This lets you pass in an address list containing non-mime-encoded addresses, for example, and get back a correctly split-up list that you can then encode. 2001-03-03 Sascha Schumann * ext/ircg/ircg_scanner.re ext/ircg/ircg.c: Finally fix the handler API to always pass smart_str's to the handlers. format_msg now takes smart_str's only as parameters. This easily saves a couple of million strlen's for one million messages. 2001-03-03 Ulf Wendel * pear/Cache.php: The main file with new features. - added support for cache dataset groups - added extSave() - see my next PEAR list posting - added getUserdata() * pear/Cache/Output.php: Made Output use the new features. * pear/Cache/Graphics.php: Renamed the class to follow PEAR's guides. * pear/Cache/Function.php: Changed the order of the inline module comment and the copyright stuff. Ok, I know this will lead to some discussion. But please let me change it so that PHPDoc works with it. Future version of PHPDoc will be able to handle the other order but this version... I'll redo my changed as well as soon as there is a new PHPDoc version. * pear/Cache/Container.php: PR: What does PR mean - Public Relations? Anyway: new cache structure/features - allowed to group cache datasets in a group - allowed to add userdata [CHAR(255)] to a dataset in the cache More explanations will follow on the PEAR list. Submitted by: Ulf Wendel Reviewed by: myself ;-) works on my development system and my homepage * pear/Cache/Container/shm.php: Updates for the new structure/featues * pear/Cache/Container/phplib.php: Changes for the new structure / features * pear/Cache/Container/file.php: Changes for the new cache structure / features. - added delDirectory() as a helper function for flush - new file format * pear/Cache/Container/db.php: Changes for the new cache structure - extended inline docs - extended calls to the still not existant call CacheError - several changed for the new cache structure WARNING: the code is untested, I don't have PEAR installed - Windows user. 2001-03-03 Sascha Schumann * ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: 4-fold increase of ircg_mirc_color() with a single new rule. * ext/ircg/ircg.c: Improve the speed of format_msg() (5 fold increase). We are still spending too much time in ircg_mirc_color(). According to gprof on FreeBSD, it is something like 20% for encoding short plain text messages. 2001-03-03 Sebastian Bergmann * php.ini-dist: Jan says: 'Do not load php_gtk.dll through php.ini, only use dl(), otherwise it crashes (atleast on Win32).' Me thinks: 'There should be no crash, but a warning. Anyways, remove it from php.ini-dist, so others do not run into this... :-) 2001-03-03 Ulf Wendel * pear/Cache/Container/phplib.php: bugfix: idExists(), inline Doc changes: class doc 2001-03-03 Sylvain PAGES * ext/cybermut/cybermut.xml: - modified line 161 to be xml compliant 2001-03-03 Sebastian Bergmann * php.ini-dist: Whitespace only. * php.ini-dist: Whitespace Fixes. Added another Win32 extension DLL. Removed configuration for non-existent debugger. * php.ini-dist: Added some more Win32 extension DLLs. * pear/Benchmark/Iterate.php: Use call_user_func_array() in order to profile functions that take arguments. * pear/Benchmark/Timer.php: Whitespace only. 2001-03-03 Sterling Hughes * ext/curl/curl.c: add a warn not available for curl_getinfo(). remove unneccessary error checking. 2001-03-02 Sascha Schumann * ext/ircg/ircg.c: Make use of the "zero-copy" write queue feature. 2001-03-02 Andrei Zmievski * ext/standard/basic_functions.c: - Forced call_user_method() and call_user_method_array() to take the object argument by reference. * Forced call_user_method() and call_user_method_array() to take the object argument by reference. * Also cleaned up the protos for those functions and brought call_user_method_array() into functional equivalence with call_user_method(). 2001-03-02 Martin Jansen * pear/Benchmark/Iterate.php: - added check for existing bcmath extensions to Benchmark/Iterate.php - did some cosmetic changes to Benchmark/Iterate.php 2001-03-02 Sascha Schumann * sapi/thttpd/thttpd.c: Combine all HTTP headers into a single writev 2001-03-02 Sebastian Bergmann * pear/Cache/Graphics.php pear/Cache/Output.php: Fixed small glitches. 2001-03-02 Andi Gutmans * sapi/nsapi/nsapi.c: - Commit NSAPI patches. 2001-03-02 Ulf Wendel * pear/Cache/Output.php: Sorry, removed my local settings. Will take some sleep before commiting again! * pear/Cache/Output.php: ... must forgot this commit - endGet(), $cache_id => $output_id - added endGet() which returns the output buffering content - changed $cache_id to $output_id seems to be a better name as the class is named Cache_Output 2001-03-02 Christian Stocker * pear/Cache/Output.php: Wrong order of Parameters in $this->container->save(); and $this->cache_id instead of $this->id on the same line 2001-03-02 Zeev Suraski * ext/cybermut/.cvsignore ext/cybermut/Makefile.in ext/cybermut/config.m4 ext/cybermut/cybermut.c ext/cybermut/cybermut.xml ext/cybermut/libs.mk ext/cybermut/php_cybermut.h ext/cybermut/tests/001.phpt: Add CyberMut extension from Sylvain PAGES 2001-03-02 Ulf Wendel * pear/Cache/Container.php: - changed $max_age to an absolute timestamp value * pear/Cache/Container/db.php pear/Cache/Container/phplib.php: Added a warning on the usage of REPLACE INTO to the inline docs. * pear/Cache/Container/phplib.php: Fixed: MySQL data, expire, garbageCollection - forgot to mention for db.php and this file changed suggested SQL column type for content (data) from text to mediumtext * pear/Cache/Container/file.php: Fixed expire date bug. * pear/Cache/Container/db.php: Bugfixes: expire, encode()/decode(), MySQL data - the expire date should be saved as a timestamp with ($expire) ? $expire + time() : 0 - always use encode(), decode() for data storage - the fieldname "data" is a reserved word in old MySQL versions, changed to "content" 2001-03-02 Sergey Kartashoff * ext/mnogosearch/README ext/mnogosearch/test.php: * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: UDM_ISPELL_TYPE_SERVER parameter in udm_load_ispell_data has been added to work with ispell server. This feature is available starting from mnoGoSearch 3.1.12 or later. Fixed Udm_Free_Ispell_Data(). Example updated. 2001-03-02 Sebastian Bergmann * pear/Cache/Output.php: Fixed typo. * pear/Cache.php: Whitespace only. 2001-03-02 Thies C. Arntzen * ext/oci8/oci8.c: - Fixed binding of ROWIDs in OCI8. 2001-03-02 Sebastian Bergmann * pear/Cache/Function.php: Fixed example. * pear/Cache/Function.php: Added PHPDoc doccomments. * pear/Cache/Function.php: Make it work, hopefully. * pear/Cache/Function.php: Fixed typo. * pear/Cache/Function.php pear/Makefile.in: Added experimental version of Cache_Function module. 2001-03-02 Jani Taskinen * ext/standard/html.c: ws fix 2001-03-01 Rainer Schaaf * ext/pdf/php_pdf.h ext/pdf/pdf.c: - integrated new functions vor PDFlib V4.0 (beta1) - all functions accepting strings now support binary strings, by calling the appropriate PDF*2() functions. 2001-03-01 Sebastian Bergmann * pear/Cache/Container/db.php: Added Chuck as author. * NEWS: Added note about PEAR/Cache. * pear/Cache/Graphics.php pear/Cache/Output.php: I have nothing to do with this code :-) * pear/Cache/Graphics.php pear/Cache/Output.php pear/Makefile.in: Added Graphics and Output Cache. 2001-03-01 Chuck Hagenbuch * pear/Cache/Container/db.php: almost working version. 2001-03-01 Sebastian Bergmann * pear/Cache/Container/file.php pear/Cache/Container/phplib.php pear/Cache/Container/shm.php pear/Cache/Container.php: Added flushPreload() method. 2001-03-01 Chuck Hagenbuch * pear/Makefile.in: missing a backslash * pear/Makefile.in: update the makefile for the new Cache classes. * pear/Cache/Cache.php pear/Cache/Container.php pear/Cache/Container/cache_container.php pear/Cache/Container/cache_container_file.php pear/Cache/Container/cache_container_phplib.php pear/Cache/Container/cache_container_shm.php pear/Cache/Container/file.php pear/Cache/Container/phplib.php pear/Cache/Container/shm.php pear/Cache.php: use standard naming/capitalization, and do a bit of error checking when instantiating the storage classfile. 2001-03-01 Sebastian Bergmann * pear/Cache/Container/cache_container_shm.php: Just hired Björn Schotte to foster the Shared Memory Cache Container implementation. He'll start working on it right away. * pear/Cache/Container/cache_container_phplib.php: Added Cache Container class for PHPLIB's database abstraction layer DB_Sql. I can't test this right now, but Ulf told me earlier today that it works fine. * pear/Cache/Cache.php pear/Cache/Container/cache_container.php pear/Cache/Container/cache_container_file.php pear/Cache/Function_Cache.php: Removed my old Function_Cache class implementation. Initial commit of the multi-purpose Cache System Ulf Wendel and I worked on the last couple of days. In this first phase I commit the Cache base class, the Cache Container Base class and the File-based Cache Container. During the next couple of hours I hope to finish the Cache Container classes for caching with PEAR/DB, PHPLIB/DB_Sql and Native MySQL Heap Table support. I also have working versions of classes extending Cache, namely Function_Cache, Graphics_Cache and Output_Cache. Bare with me, tomorrow at the latest PEAR/Cache will be a extensive and efficient means for general caching purposes, besides specialized caching for graphics. 2001-03-01 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: UDM_PARAM_CROSS_WORDS mnoGoSearch extension session parameter has been added to use crosswords available since version 3.1.11 of mnogosearch. Example updated. * ext/mnogosearch/test.php NEWS: * ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h ext/mnogosearch/test.php: Udm_Api_Version function has been added. Example updated. * ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h ext/mnogosearch/test.php: Udm_Get_Doc_Count function from mnoGoSearch 3.1.11 has been added. mnoGoSearch library version printing in phpinfo() has been added. Example updated. * ext/mnogosearch/php_mnogo.c: Added UdmFreeEnv call to mnoGoSearch link list destructor to free memory allocated for environment. 2001-03-01 Chuck Hagenbuch * ext/imap/config.m4 ext/imap/php_imap.c: If php is compiled --with-imap-ssl, link in the SSL authenticator from c-client so that we can use php to make ssl imap connections. 2001-02-28 David Guerizec * ext/midgard/attachment.c: function reference: attachments 2001-02-28 Sascha Schumann * sapi/apache2filter/README sapi/apache2filter/sapi_apache2.c: httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces and the header filter still seems to be broken. Will try later. * sapi/apache2filter/apache_config.c sapi/apache2filter/sapi_apache2.c: Now it actually loads, but it segfaults upon a request. * sapi/apache2filter/README sapi/apache2filter/apache_config.c sapi/apache2filter/config.m4 sapi/apache2filter/php_apache.h sapi/apache2filter/sapi_apache2.c: Make the module compile again with the latest httpd-2.0 cvs. 2001-02-28 Dan Kalowsky * ext/imap/CREDITS: PR: Submitted by: Reviewed by: Obtained from: 2001-02-28 David Guerizec * ext/midgard/midgard.c ext/midgard/oop.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/pagelink.c ext/midgard/parameter.c ext/midgard/person.c ext/midgard/preferences.c ext/midgard/preparser.c ext/midgard/sitegroup.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c ext/midgard/article.c ext/midgard/attachment.c ext/midgard/calendar.c ext/midgard/element.c ext/midgard/event.c ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/group.c ext/midgard/host.c ext/midgard/image.c ext/midgard/mail.c ext/midgard/member.c ext/midgard/mgd_article.h ext/midgard/mgd_attachment.h ext/midgard/mgd_calendar.h ext/midgard/mgd_element.h ext/midgard/mgd_event.h ext/midgard/mgd_eventmember.h ext/midgard/mgd_file.h ext/midgard/mgd_group.h ext/midgard/mgd_host.h ext/midgard/mgd_image.h ext/midgard/mgd_internal.h ext/midgard/mgd_mail.h ext/midgard/mgd_member.h ext/midgard/mgd_oop.h ext/midgard/mgd_page.h ext/midgard/mgd_pageelement.h ext/midgard/mgd_pagelink.h ext/midgard/mgd_person.h ext/midgard/mgd_preferences.h ext/midgard/mgd_preparser.h ext/midgard/mgd_sitegroup.h ext/midgard/mgd_snippet.h ext/midgard/mgd_snippetdir.h ext/midgard/mgd_style.h ext/midgard/mgd_topic.h: First step towards automatic documentation 2001-02-27 Andi Gutmans * ext/readline/readline.c ext/sablot/sablot.c ext/session/mod_user.c ext/standard/assert.c ext/xml/xml.c ext/oci8/oci8.c: - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the zval_del_ref() function which should be nuked. 2001-02-27 Ben Mansell * sapi/isapi/php4isapi.c: Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables for Zeus/ISAPI, so basic authenication works. Submitted by: daniel@zeus.com 2001-02-27 Sebastian Bergmann * TODO: PHP3_TLS_*() macros are no longer used in ext/dav/dav.c, ext/ldap/ldap.c. 2001-02-27 Stanislav Malyshev * TODO: ws fix 2001-02-27 Sebastian Bergmann * TODO: Daniel told me he is working on this one, and he is pretty close to finishing the job. 2001-02-27 Stanislav Malyshev * TODO: Add UNC in the "todo" list 2001-02-27 Zeev Suraski * ext/standard/output.c ext/standard/php_output.h: Fix chunked output buffering support 2001-02-26 Sascha Schumann * ext/ircg/ircg.c ext/ircg/php_ircg.h: Support for the new whois functionality in ircg * ext/ircg/config.m4: Improve the configure part of ircg a little bit; complain when ircg-config is not found. That lead to confusion in many cases. * ext/standard/basic_functions.c: Provide proper function aliases, if the sendmail functions don't exist. Submitted by: Nadir Amra 2001-02-26 Andi Gutmans * main/internal_functions.c.in main/internal_functions_win32.c main/php.h sapi/cgi/cgi_main.c ext/mcrypt/php_mcrypt.h ext/mhash/php_mhash.h ext/midgard/php_midgard.h ext/ovrimos/php_ovrimos.h ext/gettext/php_gettext.h ext/icap/php_icap.c ext/imap/php_imap.h ext/mcal/php_mcal.c configure.in: - Finally rename modules.h to zend_modules.h for consistency (first try was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h 2001-02-26 Dan Kalowsky * ext/imap/php_imap.c: Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's. 2001-02-26 Daniel Beulshausen * main/php.h: nuke warnings 2001-02-26 Andi Gutmans * ext/standard/string.c: - Fix whitespace 2001-02-26 Rui Hirokawa * ext/iconv/iconv.c: ob_iconv_handler changed to use for text data only. 2001-02-26 Dan Kalowsky * NEWS: PR: Submitted by: Reviewed by: Obtained from: * ext/imap/config.m4 ext/imap/php_imap.c ext/imap/php_imap.h: Correctly checks for the proper header files, and excludes the QUOTA functions from non-imap2000 systems (unavailable for testing at this time). PR: Submitted by: Reviewed by: Sascha Schumann Obtained from: 2001-02-26 James Moore * ext/standard/string.c: Fix for bug #9449 to stop infinate loop in wordwrap. 2001-02-26 David Guerizec * ext/midgard/snippetdir.c: fixed bug #121 2001-02-26 Andi Gutmans * sapi/thttpd/thttpd.c scripts/conv_z_macros sapi/nsapi/nsapi.c sapi/phttpd/php_phttpd.h sapi/phttpd/phttpd.c sapi/pi3web/pi3web_sapi.c sapi/roxen/roxen.c sapi/servlet/formatter.java sapi/servlet/servlet.c sapi/servlet/servlet.java sapi/thttpd/php_thttpd.h sapi/caudium/caudium.c sapi/cgi/cgi_main.c sapi/fhttpd/fhttpd.c sapi/isapi/php4isapi.c sapi/apache/mod_php4.c sapi/apache/mod_php4.h sapi/apache/php_apache.c sapi/apache/sapi_apache.c sapi/apache2filter/apache_config.c sapi/apache2filter/php_apache.h sapi/apache2filter/php_functions.c sapi/apache2filter/sapi_apache2.c main/SAPI.h main/build-defs.h.in main/fopen_wrappers.c main/fopen_wrappers.h main/internal_functions.c.in main/internal_functions_registry.h main/internal_functions_win32.c main/main.c main/network.c main/php.h main/php_content_types.c main/php_globals.h main/php_ini.c main/php_ini.h main/php_logos.c main/php_main.h main/php_network.h main/php_open_temporary_file.c main/php_open_temporary_file.h main/php_reentrancy.h main/php_sprintf.c main/php_ticks.c main/php_ticks.h main/php_variables.c main/php_variables.h main/reentrancy.c main/rfc1867.c main/safe_mode.c main/snprintf.h sapi/aolserver/aolserver.c ext/yp/php_yp.h ext/yp/yp.c ext/zlib/php_zlib.h ext/zlib/zlib.c ext/zlib/zlib_fopen_wrapper.c ext/zziplib/php_zziplib.h ext/zziplib/zziplib.c main/SAPI.c ext/yaz/php_yaz.c ext/yaz/php_yaz.h ext/sysvshm/php_sysvshm.h ext/sysvshm/sysvshm.c ext/vpopmail/php_vpopmail.h ext/wddx/php_wddx_api.h ext/xml/php_xml.h ext/xml/xml.c ext/swf/swf.c ext/sybase/php_sybase_db.c ext/sybase/php_sybase_db.h ext/sybase_ct/php_sybase_ct.c ext/sybase_ct/php_sybase_ct.h ext/sysvsem/php_sysvsem.h ext/sysvsem/sysvsem.c ext/standard/iptc.c ext/standard/lcg.c ext/standard/levenshtein.c ext/standard/link.c ext/standard/mail.c ext/standard/math.c ext/standard/md5.c ext/standard/md5.h ext/standard/metaphone.c ext/standard/microtime.c ext/standard/microtime.h ext/standard/output.c ext/standard/pack.c ext/standard/pack.h ext/standard/pageinfo.c ext/standard/pageinfo.h ext/standard/php_array.h ext/standard/php_assert.h ext/standard/php_browscap.h ext/standard/php_crypt.h ext/standard/php_dir.h ext/standard/php_ext_syslog.h ext/standard/php_filestat.h ext/standard/php_fopen_wrapper.c ext/standard/php_fopen_wrappers.h ext/standard/php_image.h ext/standard/php_incomplete_class.h ext/standard/php_iptc.h ext/standard/php_lcg.h ext/standard/php_link.h ext/standard/php_mail.h ext/standard/php_math.h ext/standard/php_metaphone.h ext/standard/php_output.h ext/standard/php_parsedate.h ext/standard/php_rand.h ext/standard/php_smart_str.h ext/standard/php_smart_str_public.h ext/standard/php_standard.h ext/standard/php_string.h ext/standard/php_var.h ext/standard/quot_print.c ext/standard/quot_print.h ext/standard/rand.c ext/standard/reg.c ext/standard/reg.h ext/standard/scanf.c ext/standard/scanf.h ext/standard/soundex.c ext/standard/string.c ext/standard/syslog.c ext/standard/type.c ext/standard/type.h ext/standard/uniqid.c ext/standard/uniqid.h ext/standard/url.c ext/standard/url.h ext/standard/url_scanner.c ext/standard/url_scanner.h ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.h ext/standard/url_scanner_ex.re ext/standard/var.c ext/swf/php_swf.h ext/standard/crc32.c ext/standard/credits.c ext/standard/credits.h ext/standard/crypt.c ext/standard/cyr_convert.c ext/standard/cyr_convert.h ext/standard/datetime.c ext/standard/datetime.h ext/standard/dir.c ext/standard/dl.c ext/standard/dl.h ext/standard/dns.c ext/standard/dns.h ext/standard/exec.c ext/standard/exec.h ext/standard/file.c ext/standard/file.h ext/standard/filestat.c ext/standard/flock_compat.c ext/standard/flock_compat.h ext/standard/formatted_print.c ext/standard/fsock.c ext/standard/fsock.h ext/standard/ftp_fopen_wrapper.c ext/standard/head.c ext/standard/head.h ext/standard/html.c ext/standard/html.h ext/standard/http_fopen_wrapper.c ext/standard/image.c ext/standard/incomplete_class.c ext/standard/info.c ext/standard/info.h ext/shmop/php_shmop.h ext/shmop/shmop.c ext/snmp/php_snmp.h ext/snmp/snmp.c ext/sockets/php_sockets.h ext/sockets/sockets.c ext/standard/array.c ext/standard/assert.c ext/standard/base64.c ext/standard/base64.h ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/browscap.c ext/sablot/php_sablot.h ext/sablot/sablot.c ext/satellite/Makefile.in ext/satellite/class.c ext/satellite/class.h ext/satellite/common.c ext/satellite/common.h ext/satellite/corba.c ext/satellite/corba.h ext/satellite/enum.c ext/satellite/enum.h ext/satellite/findtype.c ext/satellite/findtype.h ext/satellite/hashtable.c ext/satellite/hashtable.h ext/satellite/namedvalue_to_zval.c ext/satellite/namedvalue_to_zval.h ext/satellite/object.c ext/satellite/object.h ext/satellite/php_orbit.c ext/satellite/php_orbit.h ext/satellite/struct.c ext/satellite/struct.h ext/satellite/typecode.c ext/satellite/typecode.h ext/satellite/typemanager.c ext/satellite/typemanager.h ext/satellite/zval_to_namedvalue.c ext/satellite/zval_to_namedvalue.h ext/session/mod_files.c ext/session/mod_mm.c ext/session/mod_user.c ext/session/mod_user.h ext/session/session.c ext/readline/php_readline.h ext/readline/readline.c ext/recode/php_recode.h ext/printer/php_printer.h ext/printer/printer.c ext/pspell/php_pspell.h ext/pspell/pspell.c ext/qtdom/qtdom.c ext/qtdom/qtdom.h ext/pdf/php_pdf.h ext/pfpro/pfpro.c ext/pfpro/php_pfpro.h ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h ext/ovrimos/ovrimos.c ext/pcre/php_pcre.c ext/pcre/php_pcre.h ext/pdf/pdf.c ext/openssl/openssl.c ext/openssl/php_openssl.h ext/oracle/oracle.c ext/oci8/php_oci8.h ext/odbc/php_odbc.c ext/odbc/php_odbc.h ext/odbc/php_velocis.h ext/odbc/velocis.c ext/notes/php_notes.h ext/oci8/oci8.c ext/mysql/php_mysql.c ext/mysql/php_mysql.h ext/notes/php_notes.c ext/msql/php_msql.c ext/msql/php_msql.h ext/mssql/php_mssql.c ext/mssql/php_mssql.h ext/mcrypt/mcrypt.c ext/mhash/mhash.c ext/ming/ming.c ext/ming/php_ming.h ext/java/reflect.java ext/ldap/ldap.c ext/ldap/php_ldap.h ext/mcal/php_mcal.c ext/interbase/interbase.c ext/interbase/php_interbase.h ext/ircg/ircg.c ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re ext/ircg/php_ircg.h ext/java/java.c ext/ingres_ii/ii.c ext/ingres_ii/ii.h ext/ingres_ii/php_ii.h ext/iisfunc/iisfunc.cpp ext/iisfunc/iisfunc.h ext/iisfunc/setup.c ext/iisfunc/setup.h ext/imap/php_imap.c ext/informix/ifx.ec ext/hyperwave/hg_comm.c ext/hyperwave/hg_comm.h ext/hyperwave/hw.c ext/hyperwave/hw_error.h ext/hyperwave/php_hyperwave.h ext/iconv/iconv.c ext/iconv/php_iconv.h ext/gd/gd.c ext/gd/gdt1.c ext/gd/gdt1.h ext/gd/php_gd.h ext/gettext/gettext.c ext/gettext/php_gettext.h ext/gmp/gmp.c ext/gmp/php_gmp.h ext/filepro/filepro.c ext/filepro/php_filepro.h ext/fribidi/fribidi.c ext/fribidi/php_fribidi.h ext/domxml/php_domxml.h ext/dotnet/dotnet.cpp ext/exif/exif.c ext/exif/php_exif.h ext/fdf/fdf.c ext/fdf/php_fdf.h ext/db/db.c ext/db/php_db.h ext/dbase/dbase.c ext/dbase/php_dbase.h ext/domxml/php_domxml.c ext/curl/curl.c ext/curl/php_curl.h ext/com/COM.c ext/com/typedef_VARIANT.c ext/ctype/ctype.c ext/ctype/php_ctype.h ext/bz2/bz2.c ext/bz2/php_bz2.h ext/calendar/cal_unix.c ext/calendar/calendar.c ext/calendar/easter.c ext/ccvs/ccvs.c ext/ccvs/ccvs.h dynlib.m4 ext/aspell/aspell.c ext/aspell/php_aspell.h ext/bcmath/bcmath.c ext/bcmath/php_bcmath.h run-tests.php: - Fix copyright notices with 2001 2001-02-25 David Guerizec * ext/midgard/midgard.c: force user to pass $xparam by reference (from mgd_walk_xxx_tree() functions) 2001-02-25 Sascha Schumann * ext/ircg/ircg.c: Provide improved means for mass joins 2001-02-25 David Guerizec * ext/midgard/article.c ext/midgard/midgard.c ext/midgard/page.c ext/midgard/topic.c: optimized the mgd_is_in_xxx_tree() functions 2001-02-25 Sascha Schumann * ext/ircg/ircg.c ext/ircg/php_ircg.h: Add function for kick and topic 2001-02-25 Dan Kalowsky * ext/imap/config.m4 ext/imap/php_imap.c ext/imap/php_imap.h: Updating the IMAP client to include quota support via the imap c-client2000 libraries. Removes the SA_QUOTA and SA_QUOTA_ALL defines Cleans up the imap_status() function to remove notion of quotas in a status message. Changes the config.m4 to support the client.h include Changed the directory search order for the include files as well. (PHP imap_get_quota) Added (PHP imap_set_quota) Added PR: Submitted by: Reviewed by: Obtained from: 2001-02-24 Sascha Schumann * ext/standard/datetime.c: Don't assume that tzname exists, if tm_zone does not exist. PR: #9380 * main/network.c: Declare inet_aton properly, if the system lacks support for it. PR: #9382 2001-02-24 David Guerizec * ext/midgard/mgd_internal.h ext/midgard/midgard.c ext/midgard/oop.c ext/midgard/php_midgard.h: fixed the error reporting. added custom log to the lib 2001-02-24 Sascha Schumann * ext/standard/basic_functions.c ext/standard/php_ext_syslog.h ext/standard/syslog.c main/php_syslog.h: Actually compile on systems without syslog. PR: #9412 * sapi/cgi/cgi_main.c: php_register_command_line_global_vars only needs file scope. * sapi/cgi/cgi_main.c sapi/servlet/servlet.c: Neither the CGI nor the Servlet SAPI module call syslog, so remove references to the syslog include files. * ext/ircg/ircg.c: Replace the sixth and seventh parameter of ircg_pconnect() with a connection-detail array. Currently, you can set realname, password, ident. Those information are used during the connection setup process. 2001-02-24 David Guerizec * ext/midgard/page.c: fixed a possible memory leak * ext/midgard/article.c ext/midgard/calendar.c ext/midgard/event.c ext/midgard/person.c ext/midgard/topic.c: fixed some possible memory leaks. 2001-02-24 Sascha Schumann * sapi/aolserver/README: Change the default to assumption that people don't use AOLserver 3.0 anymore. * ext/ircg/ircg.c: Add the ability to set a connection password 2001-02-24 David Guerizec * ext/midgard/mgd_preparser.h: Fixed some potential and real segfaults. * ext/midgard/preparser-parser.y ext/midgard/preparser-scanner.l: passing include()'ed files thru the preparser. 2001-02-23 David Guerizec * ext/midgard/config.m4 ext/midgard/preparser.c: - workaround for the function mgd_eval() to return a value like the PHP eval(). - changed --with-mgd-experimental to --enable-mgd-experimental 2001-02-23 Sebastian Bergmann * win32/php4dll.dsp win32/php4dllts.dsp: That should do the trick. 2001-02-23 Sascha Schumann * main/main.c main/php.h sapi/cgi/cgi_main.c sapi/servlet/servlet.c ext/standard/dir.c ext/standard/file.c ext/standard/filestat.c ext/standard/image.c ext/zlib/zlib.c ext/zlib/zlib_fopen_wrapper.c main/Makefile.in ext/dbase/dbase.c ext/filepro/filepro.c ext/hyperwave/hw.c ext/db/db.c: Finish fopen-wrappers rename. * ext/fribidi/config.m4: Fix another instance of the == bug. * ext/midgard/config.m4: Note that the equality operator in the Bourne shell is a single =, unlike C/C++/PHP. 2001-02-23 David Guerizec * ext/midgard/config.m4: Added --with-mgd-experimental option to compile experimental stuff (off by defeult) 2001-02-23 Sergey Kartashoff * ext/mnogosearch/test.php: mnogosearch example updated. * ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h: Added ispell loading routines and date search limits in mnogosearch module. 2001-02-23 David Guerizec * ext/midgard/oop.c: another typo. * ext/midgard/midgard.c: removed unneeded header inclusion. * ext/midgard/oop.c: typo fixed. * ext/midgard/midgard.c: Removed constants registration, added a conversion table $midgard->types[$objtype] try var_dump($midgard) for more details 2001-02-23 André Langhorst * ext/standard/exec.c: fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build 2001-02-23 David Guerizec * ext/midgard/preparser-scanner.l: misbehavior of the preparser that translated (eg) myeval() into mymgd_eval() 2001-02-22 David Guerizec * ext/midgard/midgard.c: Registering Midgard constants. 2001-02-22 Hartmut Holzgraefe * tests/strings/003.phpt: removed LC_* warnin 2001-02-22 David Guerizec * ext/midgard/article.c ext/midgard/calendar.c ext/midgard/event.c ext/midgard/group.c ext/midgard/mgd_group.h ext/midgard/mgd_internal.h ext/midgard/midgard.c ext/midgard/page.c ext/midgard/person.c ext/midgard/topic.c: Added mgd_walk_group_tree() function 2001-02-22 Chuck Hagenbuch * pear/Mail/SMTP.php pear/Mail/Sendmail.php pear/Mail/sendmail.php pear/Mail/smtp.php pear/Mail.php pear/Makefile.in: factory-generated classes have lowercase subclass names by our (newly revised) standards. 2001-02-22 David Guerizec * ext/midgard/event.c ext/midgard/mgd_event.h ext/midgard/mgd_internal.h ext/midgard/midgard.c: Added custom sort on mgd_walk_xxx_tree() function. 2001-02-22 Sergey Kartashoff * ext/mnogosearch/README: README for mnoGoSearch module updated. 2001-02-22 Andi Gutmans * main/main.c: - Fix indentation and remove comment. 2001-02-22 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: Added Ispell routines to work with Ispell data loaded into sql tables. Example updated. 2001-02-22 Stanislav Malyshev * ext/standard/string.c: Safer bin2hex * ext/standard/exec.c: Fix #8992, patch by yasushi_takahashi@tsuken.co.jp 2001-02-22 Uwe Steinmann * ext/hyperwave/hw.c: - took out the HwSLS_FETCH to make it compile again on Unix Is this really neccesary at this point? 2001-02-22 Jon Parise * ext/standard/crypt.c: The php_rand() and php_srand() functions added in the previous commit require the inclusion of php_rand.h. 2001-02-22 James Moore * ext/standard/array.c ext/standard/crypt.c ext/standard/php_rand.h ext/standard/rand.c: Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand. 2001-02-21 Shane Caraveo * ext/mysql/php_mysql.c: Initalize some of the global vars. Crashed under ms debugger without having them initialized. 2001-02-21 James Moore * win32/php4dllts.dsp: Adding crypt.c and php_crypt.h to win32 builds, they were missing.. 2001-02-21 Rainer Schaaf * ext/pdf/pdf.c: When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete() this always resulted in a coredump (after everything was finished, so only visible in the logfile). So it seems to be neccesary to copy the contents of the result of get_buffer, to avoid this coredump. 2001-02-21 Emiliano Heyns * ext/midgard/Makefile.in ext/midgard/article.c ext/midgard/attachment.c ext/midgard/element.c ext/midgard/event.c ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/group.c ext/midgard/host.c ext/midgard/image.c ext/midgard/member.c ext/midgard/mgd_oop.h ext/midgard/midgard.c ext/midgard/oop.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/pagelink.c ext/midgard/person.c ext/midgard/preferences.c ext/midgard/sitegroup.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c: Centralized object fetching for get_object_by_guid 2001-02-21 Shane Caraveo * main/main.c: zend_compile_file returns a NULL on error, check for that before calling destroy_op_array unless we like crashes :-) 2001-02-21 Thies C. Arntzen * ext/imap/php_imap.c: fix possible leak. 2001-02-21 Sascha Schumann * sapi/thttpd/thttpd.c: If we cannot send the header, we don't need to continue with the page. * ext/ircg/ircg.c: Allow users to set the ident string which we use to register with the IRC server. 2001-02-21 Chuck Hagenbuch * pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php: fix typo 2001-02-21 Stig Bakken * ext/odbc/config.m4: * dbmaker fix, shared support 2001-02-21 Andrei Zmievski * ext/standard/array.c: Fix memory leak. 2001-02-21 Stanislav Malyshev * main/php_ini.c: Add safety check 2001-02-21 David Guerizec * ext/midgard/midgard.c: used dynamic alloc to avoid segfault ;) 2001-02-21 Hartmut Holzgraefe * main/php_ini.h main/php_ini.c: 2001-02-21 Sascha Schumann * sapi/cgi/php_getopt.h: There is no need to declare ap_php_(opterr|optopt) with external linkage as they are not used outside of getopt.c. PR: #9364 * acinclude.m4: Instead of assuming that sendmail lives in /usr/lib, if we don't find it, we also check /usr/lib now. PR: #9362 * ext/standard/file.c ext/standard/filestat.c: Correctly check for the existence of the st_rdev field. Note that this field is required to exist for SUSv3 conformance. Submitted by: amra@us.ibm.com PR: #9358 * ext/pcre/config.m4: Preprocessor stuff should go into CPPFLAGS. 2001-02-21 Sebastian Bergmann * NEWS: Added note about PCRE update. 2001-02-21 Jason Greene * NEWS: Corrected News entry. 2001-02-21 Hartmut Holzgraefe * main/main.c main/php_ini.c: will now initialize dynamic extensions *after* static ones 2001-02-21 Emiliano Heyns * ext/midgard/config.m4: Source files explicitly include midgard/something.h 2001-02-21 David Guerizec * ext/midgard/midgard.c: more explicit variable names. * ext/midgard/article.c ext/midgard/mgd_article.h ext/midgard/mgd_internal.h ext/midgard/mgd_midgard.h ext/midgard/mgd_page.h ext/midgard/mgd_snippetdir.h ext/midgard/mgd_style.h ext/midgard/mgd_topic.h ext/midgard/midgard.c ext/midgard/page.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c: mgd_walk_xxx_tree() functions implemented. 2001-02-20 Emiliano Heyns * ext/midgard/midgard.c: Argh, that's what init_globals does. Sorry, on auto-pilot fixing things in both midgard-php3 and midgard-php4 * ext/midgard/midgard.c: Initialize globals to NULL at module init 2001-02-20 Stig Bakken * pear/DB.php: * allow empty passwords in dsn (for example "mysql://user:@database") 2001-02-20 Zeev Suraski * ext/com/COM.c: Fix Win32 build 2001-02-20 Andrei Zmievski * ext/pcre/config.m4: Enable UTF8 support (incomplete) by default. * ext/pcre/pcrelib/pcre.h: Include PHP compatibility header file. * ext/pcre/pcrelib/doc/Tech.Notes ext/pcre/pcrelib/doc/pcre.3 ext/pcre/pcrelib/doc/pcre.html ext/pcre/pcrelib/doc/pcre.txt ext/pcre/pcrelib/doc/pcregrep.1 ext/pcre/pcrelib/doc/pcregrep.html ext/pcre/pcrelib/doc/pcregrep.txt ext/pcre/pcrelib/doc/pcreposix.3 ext/pcre/pcrelib/doc/pcreposix.html ext/pcre/pcrelib/doc/pcreposix.txt ext/pcre/pcrelib/doc/pcretest.txt ext/pcre/pcrelib/doc/perltest.txt ext/pcre/pcrelib/doc/pgrep.1 ext/pcre/pcrelib/doc/pgrep.html ext/pcre/pcrelib/doc/pgrep.txt ext/pcre/pcrelib/testdata/testinput1 ext/pcre/pcrelib/testdata/testinput2 ext/pcre/pcrelib/testdata/testinput3 ext/pcre/pcrelib/testdata/testinput4 ext/pcre/pcrelib/testdata/testinput5 ext/pcre/pcrelib/testdata/testinput6 ext/pcre/pcrelib/testdata/testoutput1 ext/pcre/pcrelib/testdata/testoutput2 ext/pcre/pcrelib/testdata/testoutput3 ext/pcre/pcrelib/testdata/testoutput4 ext/pcre/pcrelib/testdata/testoutput5 ext/pcre/pcrelib/testdata/testoutput6 ext/pcre/pcrelib/pcre.h ext/pcre/pcrelib/pcregrep.c ext/pcre/pcrelib/pcreposix.c ext/pcre/pcrelib/pcreposix.h ext/pcre/pcrelib/pcretest.c ext/pcre/pcrelib/perltest ext/pcre/pcrelib/perltest8 ext/pcre/pcrelib/pgrep.c ext/pcre/pcrelib/COPYING ext/pcre/pcrelib/ChangeLog ext/pcre/pcrelib/INSTALL ext/pcre/pcrelib/LICENCE ext/pcre/pcrelib/NEWS ext/pcre/pcrelib/README ext/pcre/pcrelib/RunTest ext/pcre/pcrelib/get.c ext/pcre/pcrelib/internal.h ext/pcre/pcrelib/pcre.c: Upgrade PCRE to version 3.4. 2001-02-20 Daniel Beulshausen * ext/standard/fsock.c ext/standard/fsock.h: proper prefix for lookup_hostname * win32/php_modules.dsw ext/hyperwave/hyperwave.dsp ext/hyperwave/php_hyperwave.h ext/hyperwave/hg_comm.c ext/hyperwave/hw.c: make hyperwave build under win32 * ext/standard/fsock.h ext/standard/fsock.c: make socket functions available to the outside * ext/standard/image.c ext/gd/php_gd.h ext/gd/gd.c ext/gd/gd.dsp: make gd work again under win32 * ext/ldap/ldap.dsp: add configuration which links again libsasl.lib 2001-02-20 Jason Greene * ext/standard/array.c: Changed default behavior of array_search to match in_array (strict was default on, and is now default off) 2001-02-20 David Eriksson * ext/satellite/typemanager.c: Patch for inherited interfaces by Daniel Stodden 2001-02-20 Daniel Beulshausen * ext/pgsql/pgsql.c: added missing ELS_FETCH() * ext/iconv/iconv.dsp: define HAVE_LIBICONV 2001-02-20 David Eriksson * ext/satellite/object.c: Stop leaking ParameterType data 2001-02-20 Daniel Beulshausen * win32/php_modules.dsw ext/swf/swf.dsp: no swf under win32 2001-02-20 David Eriksson * ext/satellite/config.m4: Corrected typo in config.m4 2001-02-20 Daniel Beulshausen * ext/zlib/zlib.dsp: changed zlibstat.lib -> zlib.lib, which is the correct name 2001-02-20 Andrei Zmievski * ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h: Rename to array_search(). 2001-02-20 Adam Dickmeiss * ext/yaz/php_yaz.c: Yet another bug fix regarding present. 2001-02-20 Emiliano Heyns * ext/midgard/mgd_access.h ext/midgard/mgd_preparser.h ext/midgard/php_midgard.h ext/midgard/config.m4: Header file moved. 2001-02-20 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: Phrase search support has been added to mnogosearch extenstion. Min_word_len and Max_word_len support has been added to mnogosearch extension. Example updated. 2001-02-20 Emiliano Heyns * ext/midgard/mail.c ext/midgard/preparser-parser.y ext/midgard/preparser.c: header file moved * ext/midgard/.cvsignore: ignore *.la * ext/midgard/php_midgard.h ext/midgard/preparser.c: Header files moved 2001-02-20 David Guerizec * ext/midgard/oop.c ext/midgard/sitegroup.c: a few fixes on function mis-behavior. 2001-02-20 Jason Greene * ext/standard/array.c ext/standard/basic_functions.c ext/standard/php_array.h: Moved the core of in_array into the function php_search_array, which is called by in_array and search_array (new) 2001-02-20 Zeev Suraski * win32/php4dllts.dsp: Restore COM.c 2001-02-20 Chuck Hagenbuch * pear/Mail/RFC822.php: use -1 to specify no limit on number of matches. 2001-02-19 Derick Rethans * ext/standard/rand.c: - Fix for bug 9277, two the same boundaries make sense in some cases 2001-02-19 Adam Dickmeiss * ext/yaz/php_yaz.c: Bug fix: number of records in yaz_range wrongly set to zero. 2001-02-19 David Guerizec * ext/midgard/attachment.c: Small typo fixed. 2001-02-19 Sascha Schumann * ext/pgsql/config.m4 ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h: Simpler fix for the InvalidOid thing by Tom Lane. He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe. 2001-02-19 David Guerizec * ext/midgard/article.c ext/midgard/page.c ext/midgard/topic.c: fixed bug #81, for more details, see: http://www.midgard-project.org/bugs/?id=81 2001-02-19 Hartmut Holzgraefe * ext/zziplib/php_zziplib.h ext/zziplib/zziplib.c: 2001-02-19 Stig Bakken * pear/DB/tests/pgsql/011.phpt pear/DB/tests/transactions.inc pear/DB/ibase.php pear/DB/msql.php pear/DB/mssql.php pear/DB/mysql.php pear/DB/oci8.php pear/DB/odbc.php pear/DB/pgsql.php pear/DB/sybase.php pear/DB/common.php: also added "dsn" property in all backends 2001-02-19 Sascha Schumann * sapi/thttpd/thttpd.c: Include . Apparently, the header cleanup in glibc 2.2.2 caused that file to be included by accident. * ext/pgsql/config.m4 ext/pgsql/php_pgsql.h: Fix incompatibility with PostgreSQL CVS. We now perform a check whether we need to include to succesfully compile. PR: #9328 * ext/pgsql/pgsql.c: Fix warning * ext/pgsql/config.m4: Allow passing relative paths to --with-pgsql 2001-02-19 Stig Bakken * pear/DB/tests/oci8/.cvsignore: ignore "sqlnet.log" file * pear/DB/tests/pgsql/002.phpt pear/DB/tests/pgsql/README pear/DB/tests/pgsql/connect.inc pear/DB/tests/pgsql/mktable.inc pear/DB/tests/fetchmodes.inc pear/DB/tests/fetchrow.inc pear/DB/tests/ibase/.cvsignore pear/DB/tests/ibase/002.phpt pear/DB/tests/ibase/connect.inc pear/DB/tests/ibase/mktable.inc pear/DB/tests/ibase/skipif.inc pear/DB/tests/mysql/002.phpt pear/DB/tests/mysql/README pear/DB/tests/mysql/mktable.inc pear/DB/tests/odbc/002.phpt pear/DB/tests/odbc/mktable.inc: * added "fetchRow returns NULL at end of resultset" tests * pear/DB/tests/numrows.inc pear/DB/tests/oci8/001.phpt pear/DB/tests/oci8/002.phpt pear/DB/tests/oci8/003.phpt pear/DB/tests/oci8/004.phpt pear/DB/tests/oci8/005.phpt pear/DB/tests/oci8/006.phpt pear/DB/tests/oci8/007.phpt pear/DB/tests/oci8/008.phpt pear/DB/tests/oci8/009.phpt pear/DB/tests/oci8/010.phpt pear/DB/tests/oci8/connect.inc pear/DB/tests/oci8/mktable.inc pear/DB/tests/oci8/skipif.inc: * added oci8 tests (haven't run them myself yet) * pear/DB/tests/db_error.phpt pear/DB/tests/db_error2.phpt: updated some line numbers * pear/DB/odbc.php pear/DB/pgsql.php pear/DB/storage.php: odbc.php: load "odbc" extension on demand pgsql.php: unix domain socket support (set hostname to "unix") storage.php: inherit PEAR 2001-02-18 Sascha Schumann * sapi/thttpd/thttpd.c: Save 50% of the syscalls when writing the HTTP header. 2001-02-18 Thies C. Arntzen * ext/standard/fsock.c: [p]fsockopen: fixed possible leak 2001-02-18 David Guerizec * ext/midgard/midgard.c: allow execution of 'normal' php scripts 2001-02-18 Thies C. Arntzen * ext/standard/string.c: fixed buffer-overwrite 2001-02-18 Sascha Schumann * ext/ircg/config.m4: ircg creates a convenient script now. of course, this is incompatible to older ircg versions. if someone else would have created ircg, I probably would hate him. 2001-02-18 Thies C. Arntzen * ext/imap/php_imap.c: fixed a possible double-free 2001-02-18 Jon Parise * pear/CODING_STANDARDS: Go back to listing the copyright years explicitly (instead of using a range). 2001-02-18 Ulf Wendel * pear/PHPDoc/xmlwriter/PhpdocXMLWriter.php: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs with spaces. 2001-02-18 Egon Schmid * ext/interbase/interbase.c ext/mysql/php_mysql.c: Typos in protos. 2001-02-18 Ulf Wendel * pear/PHPDoc/xmlreader/PhpdocXMLReader.php pear/PHPDoc/xmlexporter/PhpdocXMLClassExporter.php pear/PHPDoc/xmlexporter/PhpdocXMLDocumentExporter.php pear/PHPDoc/xmlexporter/PhpdocXMLExporter.php pear/PHPDoc/xmlexporter/PhpdocXMLIndexExporter.php pear/PHPDoc/xmlexporter/PhpdocXMLModuleExporter.php pear/PHPDoc/xmlexporter/PhpdocXMLWarningExporter.php: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs with spaces. 2001-02-18 Harald Radi * ext/com/typedef_VARIANT.c: export global constants for codepage and variant type VT_* and CP_* * ext/com/conversion.c: added a few more variant types for zval <-> variant conversion * ext/com/COM.cpp: - Added new object VARIANT() to encapsulate values for use with the COM and DOTNET module. Therefore it is now possible to pass values by reference, convert php values to extended variant types (currency, date, idispatch, iunknown, ...) and define the codepage that should be used for unicode - conversion. * ext/com/CREDITS: added myself to CREDITS 2001-02-18 Ulf Wendel * pear/PHPDoc/warning/PhpdocWarning.php pear/PHPDoc/renderer/html/PhpdocHTMLClassRenderer.php pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php pear/PHPDoc/renderer/html/PhpdocHTMLModuleRenderer.php pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php pear/PHPDoc/renderer/html/PhpdocHTMLRendererManager.php pear/PHPDoc/renderer/html/PhpdocHTMLWarningRenderer.php pear/PHPDoc/renderer/PhpdocRendererObject.php: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs with spaces. 2001-02-18 Stig Bakken * pear/DB/oci8.php: * use "hostspec" dsn parameter as SID if specified * pear/DB/common.php: * added "persistent" option 2001-02-18 Ulf Wendel * pear/PHPDoc/indexer/PhpdocIndexer.php pear/PHPDoc/filehandler/PhpdocFileHandler.php pear/PHPDoc/exceptions/PhpdocError.php pear/PHPDoc/core/Phpdoc.php pear/PHPDoc/core/PhpdocArgvHandler.php pear/PHPDoc/core/PhpdocObject.php pear/PHPDoc/core/PhpdocSetupHandler.php pear/PHPDoc/analyser/PhpdocAnalyser.php pear/PHPDoc/analyser/PhpdocClassAnalyser.php pear/PHPDoc/analyser/PhpdocModuleAnalyser.php pear/PHPDoc/accessor/PhpdocAccessor.php pear/PHPDoc/accessor/PhpdocClassAccessor.php pear/PHPDoc/accessor/PhpdocDocumentAccessor.php pear/PHPDoc/accessor/PhpdocIndexAccessor.php pear/PHPDoc/accessor/PhpdocModuleAccessor.php pear/PHPDoc/accessor/PhpdocWarningAccessor.php: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs with spaces. * pear/PHPDoc/parser/PhpdocParserRegExp.php pear/PHPDoc/parser/PhpdocParserTags.php pear/PHPDoc/parser/PhpdocUseParser.php pear/PHPDoc/parser/PhpdocVariableParser.php pear/PHPDoc/parser/PhpdocClassParser.php pear/PHPDoc/parser/PhpdocConstantParser.php pear/PHPDoc/parser/PhpdocFunctionParser.php pear/PHPDoc/parser/PhpdocModuleParser.php pear/PHPDoc/parser/PhpdocParser.php pear/PHPDoc/parser/PhpdocParserCore.php: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaces tabs with spaces. 2001-02-18 Sascha Schumann * ext/ircg/ircg.c: Remove unnecessary assignment which caused a segfault * ext/ircg/ircg.c: Set from for MSG_FMT_SELF_PART 2001-02-18 Thies C. Arntzen * ext/oci8/oci8.c: - Fixed crash in OCI8 when using unitialized LOBs. (Thies) 2001-02-18 Sascha Schumann * ext/ircg/ircg.c: Add code for user-quit hook * ext/ircg/ircg.c: irc_write_buf_del() performs a final flush now, if the fd is not dead yet. afterwards we perform a shutdown() on the socket, so that thttpd notices that the socket is to be closed. Otherwise, we might do two close()s which is bad (as the fd might be reused in the meantime). * ext/ircg/ircg.c: Close an apparent race which caused HTTP connections to stay open, even though the IRC server refused to let us login. 2001-02-18 David Croft * header: add year 2001 to header 2001-02-18 Emiliano Heyns * ext/midgard/.cvsignore: Simplifying .cvsignore (and losing some fat on the way) 2001-02-18 Sascha Schumann * ext/ircg/ircg.c: Add a new format string identifier 'r' which inserts the raw message. Also port the ctcp copy function to the hash_ex API as per Andi's suggestion. 2001-02-17 Emiliano Heyns * ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/group.c ext/midgard/host.c ext/midgard/image.c ext/midgard/mail.c ext/midgard/member.c ext/midgard/mgd_access.h ext/midgard/mgd_article.h ext/midgard/mgd_attachment.h ext/midgard/mgd_calendar.h ext/midgard/mgd_element.h ext/midgard/mgd_errno.pl ext/midgard/mgd_event.h ext/midgard/mgd_eventmember.h ext/midgard/mgd_file.h ext/midgard/mgd_group.h ext/midgard/mgd_host.h ext/midgard/mgd_image.h ext/midgard/mgd_internal.h ext/midgard/mgd_mail.h ext/midgard/mgd_member.h ext/midgard/mgd_midgard.h ext/midgard/mgd_oop.h ext/midgard/mgd_page.h ext/midgard/mgd_pageelement.h ext/midgard/mgd_pagelink.h ext/midgard/mgd_person.h ext/midgard/mgd_preferences.h ext/midgard/mgd_preparser.h ext/midgard/mgd_sitegroup.h ext/midgard/mgd_snippet.h ext/midgard/mgd_snippetdir.h ext/midgard/mgd_style.h ext/midgard/mgd_topic.h ext/midgard/midgard.c ext/midgard/mkall ext/midgard/oop.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/pagelink.c ext/midgard/parameter.c ext/midgard/person.c ext/midgard/php_midgard.h ext/midgard/preferences.c ext/midgard/preparser-parser.y ext/midgard/preparser-scanner.l ext/midgard/preparser.c ext/midgard/sitegroup.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c ext/midgard/.cvsignore ext/midgard/ChangeLog ext/midgard/INSTALL ext/midgard/Makefile.in ext/midgard/article.c ext/midgard/attachment.c ext/midgard/calendar.c ext/midgard/config.m4 ext/midgard/element.c ext/midgard/event.c: Remove/Add appearantly doesn't cancel the remove... add separately. * ext/midgard/ChangeLog ext/midgard/INSTALL ext/midgard/LICENSE ext/midgard/Makefile.in ext/midgard/access.c ext/midgard/article.c ext/midgard/attachment.c ext/midgard/calendar.c ext/midgard/config.m4 ext/midgard/element.c ext/midgard/event.c ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/fudge ext/midgard/genentry.pl ext/midgard/group.c ext/midgard/host.c ext/midgard/image.c ext/midgard/mail.c ext/midgard/member.c ext/midgard/mgd_access.h ext/midgard/mgd_article.h ext/midgard/mgd_attachment.h ext/midgard/mgd_calendar.h ext/midgard/mgd_element.h ext/midgard/mgd_errno.c ext/midgard/mgd_errno.h ext/midgard/mgd_errno.pl ext/midgard/mgd_event.h ext/midgard/mgd_eventmember.h ext/midgard/mgd_file.h ext/midgard/mgd_group.h ext/midgard/mgd_host.h ext/midgard/mgd_image.h ext/midgard/mgd_internal.h ext/midgard/mgd_mail.h ext/midgard/mgd_member.h ext/midgard/mgd_midgard.h ext/midgard/mgd_oop.h ext/midgard/mgd_page.h ext/midgard/mgd_pageelement.h ext/midgard/mgd_pagelink.h ext/midgard/mgd_person.h ext/midgard/mgd_preferences.h ext/midgard/mgd_preparser.h ext/midgard/mgd_sitegroup.h ext/midgard/mgd_snippet.h ext/midgard/mgd_snippetdir.h ext/midgard/mgd_style.h ext/midgard/mgd_topic.h ext/midgard/midgard-root.php ext/midgard/midgard.c ext/midgard/mkall ext/midgard/oop.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/pagelink.c ext/midgard/parameter.c ext/midgard/person.c ext/midgard/php4_porting.txt ext/midgard/php_midgard.h ext/midgard/preferences.c ext/midgard/preparser-parser.y ext/midgard/preparser-scanner.l ext/midgard/preparser.c ext/midgard/sitegroup.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/topic.c: Trimming, license change (said GPL, actually is LGPL) removed warnings during compilation, removed configure bug. * ext/midgard/.cvsignore: Added generated files 2001-02-17 Sascha Schumann * ext/ircg/ircg.c: Also format CTCP correctly when sending it to the server. This is still quite ugly but works already quite well. * ext/ircg/ircg.c: Add initial CTCP handling and fix a possible segfault in ircg_msg() 2001-02-17 Chuck Hagenbuch * pear/DB/mysql.php pear/DB/pgsql.php: consistently supress error messages from $connect_function in mysql and pgsql. 2001-02-17 Thies C. Arntzen * ext/oci8/oci8.c: make oci work again. 2001-02-17 Sascha Schumann * ext/ircg/ircg.c ext/ircg/php_ircg.h: Convert to the new hooks-based callback system. Also add a facility to change our own nick as well as tracking other nick changes. 2001-02-17 Harald Radi * ext/dotnet/dotnet.cpp ext/com/COM.cpp ext/com/conversion.c ext/com/conversion.h ext/com/typedef_VARIANT.c: multiple codepage support export global constants 2001-02-16 Sascha Schumann * NEWS: Add some old and some recent news * ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: Reverse the priority of the entity matches vs. anything. If it sees a single entity, it should handle it immediately. * ext/ircg/ircg.c ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: Move the separate entity encoding into the scanner. Otherwise, we cannot properly differentiate between (apparent) HTML which was generated by the IRC user vs. the scanner. 2001-02-16 David Guerizec * ext/midgard/logo/midgard-logo.gif: deleting logo to slim down the Midgard extension * ext/midgard/midgard-logo.h ext/midgard/midgard-team.h ext/midgard/midgard.c: deleting logo & picture to slim down the Midgard extension 2001-02-16 Zeev Suraski * ext/notes/php_notes.h ext/notes/notes.dsp ext/notes/notes.dsw ext/notes/php_notes.c: import notes modules from Brad Atkins 2001-02-16 Sascha Schumann * ext/ircg/Makefile.in ext/ircg/ircg.c ext/ircg/ircg_scanner.c ext/ircg/ircg_scanner.re: The new scanner adds HTML anchors automatically to a certain subset of RFC 2396 URIs. The scanner also handles mIRC color codes. * ext/standard/php_smart_str.h ext/standard/php_smart_str_public.h: Add all necessary includes for these header files. 2001-02-16 Stig Bakken * pear/DB/mysql.php: * load mysql extension if needed 2001-02-16 Chuck Hagenbuch * pear/DB/mysql.php pear/DB/oci8.php pear/DB/odbc.php pear/DB/pgsql.php pear/DB/sybase.php pear/DB.php pear/DB/ibase.php pear/DB/msql.php pear/DB/mssql.php: All DB modules should return NULL from fetchRow() now if there are no more results, and a DB_Error object only on an error. DB::isError() return false when passed null now. 2001-02-16 Ben Mansell * sapi/isapi/php4isapi.c: Fixed non-threadsafe code: 'isapi_special_server_variables' was a static buffer, and not allocated per-connection. Bad bad bad! 2001-02-16 Jani Taskinen * ext/curl/curl.c: Fixed a typo in constant definitions and a possible crash in curl_setopt(). 2001-02-16 Egon Schmid * ext/standard/file.c: Wrong return type. 2001-02-15 Egon Schmid * ext/standard/filestat.c: Small typo. 2001-02-15 Sterling Hughes * ext/swf/php_swf.h ext/swf/swf.c ext/bz2/bz2.c ext/bz2/php_bz2.h ext/curl/curl.c ext/curl/php_curl.h ext/sablot/php_sablot.h ext/sablot/sablot.c: Change e-mail address 2001-02-15 Thies C. Arntzen * ext/standard/file.c ext/standard/iptc.c ext/oci8/oci8.c ext/pdf/pdf.c ext/cpdf/cpdf.c ext/gd/gd.c ext/gd/gd_ctx.c ext/hyperwave/hw.c ext/interbase/interbase.c: i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete. * ext/standard/string.c: 0..255 * ext/xml/xml.c: fixed SEGFAULT when using xml_set_object. Zend does not yes support cyclic references! 2001-02-15 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: Added thow new mnoGoSearch agent session parameters: UDM_PARAM_WEIGHT_FACTOR and UDM_PARAM_WORD_MATCH. 2001-02-15 Sascha Schumann * configure.in ext/standard/basic_functions.c ext/standard/dir.c ext/standard/php_dir.h: There might be more systems which do not support chroot, so we check for the existence of it. Additionally, if chroot is not supported, the warn_not_available function is invoked now. 2001-02-15 Zeev Suraski * ext/pgsql/pgsql.c: Fix the PostgreSQL fix... 2001-02-15 Derick Rethans * ext/standard/basic_functions.c ext/standard/dir.c ext/standard/php_dir.h: - chroot does not work on windows 2001-02-14 Jani Taskinen * ext/oci8/config.m4 ext/oracle/config.m4: This should make detecting the version of Oracle libs a bit more accurate to avoid the 'missing libcore4' errors. (e.g. on AIX) Bug reports: #9027, #8905 2001-02-14 Chuck Hagenbuch * pear/Mail/RFC822.php: current php4 cvs doesn't like having a limit of 0 specified in preg_split; it seems to take it as meaning no matches at all. 2001-02-14 Jon Parise * ext/mnogosearch/config.m4: Fix build. 2001-02-14 Sergey Kartashoff * ext/mnogosearch/config.m4: mnoGoSearch config.m4 freebsd compatibility fix. * ext/mnogosearch/config.m4 ext/mnogosearch/php_mnogo.c: Added mnogosearch version checking into config.m4. Some proto fixes. 2001-02-14 Thies C. Arntzen * ext/oci8/oci8.c: ocifreedesc() now spits a NOTICE when called the "wrong" way. 2001-02-14 Derick Rethans * NEWS: - Added the notification of the chroot function addition * ext/standard/dir.c: - Added an extra chdir("/"); as sugested by Sascha * ext/standard/basic_functions.c ext/standard/dir.c ext/standard/php_dir.h: - Added the chroot function for changing root in a script. 2001-02-14 Sascha Schumann * TODO: Add note about removing the requirement that you need to include the respective class definition before using a session variable of the type object. This has been the best suggestion so far and is very likely to be adopted in the near future. Submitted by: Hartmut Holzgraefe 2001-02-14 Thies C. Arntzen * NEWS: *** empty log message *** 2001-02-13 Colin Viebrock * pear/Crypt/CBC.php: initialize two variables 2001-02-13 Thies C. Arntzen * ext/pgsql/pgsql.c: remove stupid PGSQL warning 2001-02-13 Adam Dickmeiss * ext/yaz/php_yaz.c: Bug fix: Record retrieval (present) is termiated on error. 2001-02-13 Thies C. Arntzen * ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h: - PostgreSQL now does a rollback at the end of a request on every persistent connection. This is done by doing an "empty" transaction on the connection (This was advised by someone from the PostgreSQL core-team). If you leave transactions open on your page you will see a "NOTICE: BEGIN: already a transaction in progress" message in your apache error_log. This message is created by the PostgreSQL libs - we can do nothing about it. * ext/pgsql/pgsql.c: - fixes PostgeSQL pg_connect() bug. We would sometimes close the default link by acciedent. (Patch by: aja@nlgroup.ca) 2001-02-13 Emiliano Heyns * ext/midgard/config.m4: Misplaced if spotted by Sascha 2001-02-13 Thies C. Arntzen * main/internal_functions.c.in main/internal_functions_win32.c: remove unneded comments 2001-02-13 Sascha Schumann * ext/midgard/config.m4: Outcomment everything contained in here. This file must not perform any checks, unless the user has enabled Midgard. 2001-02-12 Adam Dickmeiss * ext/yaz/php_yaz.c ext/yaz/php_yaz.h: Implemented yaz_present, yaz_scan, yaz_scan_result, yaz_ccl_conf, yaz_ccl_parse and yaz_itemorder. Updated documentation. 2001-02-12 David Guerizec * ext/midgard/test-db.tar.gz: This file is not needed anymore, check the midgard CVS for the up-to-date file: http://cvs.midgard-project.org/cvsweb.pl in /midgard/data 2001-02-12 Rainer Schaaf * ext/pdf/config.m4 ext/pdf/pdf.c ext/pdf/Makefile.in: added module support (for dl()) for PDFlib the PDF files now tell that they are generated by the PHP binding. 2001-02-12 Emiliano Heyns * ext/midgard/.cvsignore ext/midgard/ChangeLog ext/midgard/INSTALL ext/midgard/Makefile.in ext/midgard/access.c ext/midgard/article.c ext/midgard/attachment.c ext/midgard/calendar.c ext/midgard/config.m4 ext/midgard/element.c ext/midgard/event.c ext/midgard/eventmember.c ext/midgard/file.c ext/midgard/fudge ext/midgard/genentry.pl ext/midgard/group.c ext/midgard/host.c ext/midgard/image.c ext/midgard/logo/midgard-logo.gif ext/midgard/logo/mklogo.c ext/midgard/mail.c ext/midgard/member.c ext/midgard/mgd_access.h ext/midgard/mgd_article.h ext/midgard/mgd_attachment.h ext/midgard/mgd_calendar.h ext/midgard/mgd_element.h ext/midgard/mgd_errno.c ext/midgard/mgd_errno.h ext/midgard/mgd_errno.pl ext/midgard/mgd_event.h ext/midgard/mgd_eventmember.h ext/midgard/mgd_file.h ext/midgard/mgd_group.h ext/midgard/mgd_host.h ext/midgard/mgd_image.h ext/midgard/mgd_internal.h ext/midgard/mgd_mail.h ext/midgard/mgd_member.h ext/midgard/mgd_midgard.h ext/midgard/mgd_oop.h ext/midgard/mgd_page.h ext/midgard/mgd_pageelement.h ext/midgard/mgd_pagelink.h ext/midgard/mgd_person.h ext/midgard/mgd_preferences.h ext/midgard/mgd_preparser.h ext/midgard/mgd_sitegroup.h ext/midgard/mgd_snippet.h ext/midgard/mgd_snippetdir.h ext/midgard/mgd_style.h ext/midgard/mgd_topic.h ext/midgard/midgard-logo.h ext/midgard/midgard-root.php ext/midgard/midgard-team.h ext/midgard/midgard.c ext/midgard/mkall ext/midgard/oop.c ext/midgard/page.c ext/midgard/pageelement.c ext/midgard/pagelink.c ext/midgard/parameter.c ext/midgard/person.c ext/midgard/php4_porting.txt ext/midgard/php_midgard.h ext/midgard/preferences.c ext/midgard/preparser-parser.y ext/midgard/preparser-scanner.l ext/midgard/preparser.c ext/midgard/sitegroup.c ext/midgard/snippet.c ext/midgard/snippetdir.c ext/midgard/style.c ext/midgard/test-db.tar.gz ext/midgard/topic.c: Midgard 1.4.1 initial checkin 2001-02-12 Andi Gutmans * main/safe_mode.c: - Fix warning PR: Submitted by: Reviewed by: Obtained from: 2001-02-12 Thies C. Arntzen * ext/oci8/oci8.c: - Improved OCI8 dead-session detection. (Patch by: George Schlossnagle) * ext/imap/php_imap.c: fixed possible leak in imap_search 2001-02-12 Anders Johannsen * pear/CMD.php: Fixed indentation problems related to use of TAB instead of spaces 2001-02-11 Anders Johannsen * pear/CMD.php: The Cmd:: class implements an abstraction for various ways of executing commands (directly using the backtick operator, as a background task after the script has terminated using register_shutdown_function() or as a detached process using nohup). 2001-02-11 Sean Bright * NEWS: Added note about get_meta_tags bugfix * ext/standard/file.c ext/standard/file.h: Fix for bug #4556 2001-02-09 Hartmut Holzgraefe * ext/gd/gd.c: make _php_image_convert configuration-aware * ext/gd/gd.c: libjpeg-not-installed protection 2001-02-09 Rasmus Lerdorf * ext/standard/reg.c: Stray ] * ext/standard/datetime.c ext/standard/file.c: What the heck is CUT? Assume someone meant UTC here. And fix a warning. 2001-02-09 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion result parameters. Example updated. 2001-02-09 David Hedbor * sapi/caudium/caudium.c: Fixed PHP authentication and some other minor things. 2001-02-08 Boian Bonev * ext/vpopmail/php_vpopmail.c: fixed SIGSEGV in vpopmail_auth_user when optional arg apop is not set 2001-02-08 Chuck Hagenbuch * pear/Mail/Sendmail.php: die on backticks in an attempted from address, also. * pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php: fix a type - $templateRoot was meant, not $path. * pear/PHPDoc/index.php: the warning referred to here was fixed. * pear/HTML/IT.php: The free() method was throwing away too much information for template caching (re-using the same template) to work. So either these arrays need to be kept around (which is what this patch does), or everything using IT needs to not call free() if it wants template caching to work (seemed like more of a pain). 2001-02-08 Andrei Zmievski * TODO: *** empty log message *** 2001-02-08 Sascha Schumann * sapi/apache2filter/apache_config.c: Make fprintf's optional 2001-02-08 Uwe Steinmann * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - add domxml_unlink_node(), not tested 2001-02-08 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: Added UDM_PARAM_SEARCHTIME result parameter. Now at least mnoGoSearch-3.1.10 required to use this module. Added some parameters aliases. Example updated. * ext/mnogosearch/CREDITS ext/mnogosearch/php_mnogo.c: 2001-02-08 Andrei Zmievski * TODO ext/pcre/php_pcre.c: Move todo items. 2001-02-08 Sascha Schumann * build/build2.mk: Suppress the other nasty warning 2001-02-07 Chuck Hagenbuch * pear/Mail/Sendmail.php: remove double quotes which may not be stripped by sendmail (causing problems), and add checks for dangerous characters (in addition to the pre-existing escapeShellCmd()) in the $from variable. * pear/Mail.php pear/Mail/RFC822.php pear/Mail/SMTP.php pear/Mail/Sendmail.php pear/Mail/rfc822.php pear/Mail/sendmail.php pear/Mail/smtp.php pear/Makefile.in: may as well go by the capitalization we agreed on sooner rather than later. 2001-02-07 Boian Bonev * ext/vpopmail/php_vpopmail.c: 2001-02-07 Sascha Schumann * ext/domxml/config.m4: Improve use of $withval. This also cures the problem of adding -Lyes/lib to $LIBS. 2001-02-07 Andrei Zmievski * NEWS: Only one entry for mnoGoSearch is necessary. 2001-02-07 Sergey Kartashoff * ext/mnogosearch/.cvsignore: Added .cvsignore 2001-02-06 Jim Jagielski * NEWS ext/standard/array.c ext/standard/crypt.c ext/standard/rand.c: For those lucky systems with both random() and *rand48(), the random() family is the prefered choice. So if both exist, we now choose that. 2001-02-06 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: UDM_FIELD_ORDER and UDM_FIELD_CRC mnoGoSearch result fields has been added. Example updated. * ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: UDM_PARAM_WORDINFO mnoGoSearch result parameter has been added. UDM_PARAM_RATING result field has neen added as alias for UDM_PARAM_SCORE. Example updated. 2001-02-06 Andrei Zmievski * ext/wddx/php_wddx_api.h: Preserve API compatibility. * ext/wddx/wddx.c: Don't use Z* macros for non-zvals. * ext/wddx/php_wddx_api.h ext/wddx/wddx.c NEWS: Cleaned up and optimized WDDX serialization - it's about twice as fast now. 2001-02-06 Stephen van Egmond * ext/standard/dns.c: Added tests for arpa/*.h and resolv.h which don't exist on the BeOS. The dns functions on BeOS come from socket.h * configure.in: Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS. 2001-02-06 Jim Jagielski * ext/standard/array.c: ext/standard/crypt.c: ext/standard/rand.c: Prefer the random() family over the *rand48() one 2001-02-05 Zeev Suraski * ext/com/typedef_VARIANT.c ext/standard/basic_functions.c: Fix Windows build 2001-02-05 Derick Rethans * ext/standard/mail.c ext/standard/php_mail.h: - Added a new parameter to mail() which appends aditional command line parameters to the mail program. This is usefull to set the From headers correctly with the -f parameter to sendmail p.e. - Added a new parameter to mail() which appends aditional command line parameters to the mail program. 2001-02-05 Vlad Krupin * ext/pspell/CREDITS: Added myself to CREDITS (vlad) 2001-02-05 Harald Radi * ext/com/conversion.c: fixes the problem that php.exe compiled on win2k platform won't run on any other 2001-02-05 Vlad Krupin * ext/pspell/pspell.c: now when pspell/pspell.h is included, it will recognize that it has to work in compatibility mode. (The previous fix had the right idea, but was too far down in the source) 2001-02-05 Andrei Zmievski * NEWS: *** empty log message *** * ext/standard/basic_functions.c: Allow calling static methods via call_user_method_* functions. * README.CVS-RULES: One more notice about using names with NEWS entries. 2001-02-05 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h ext/mnogosearch/test.php: Added new Udm_Clear_Search_Limits mnogosearch extension function. 2001-02-05 David Croft * TODO: 2 things to do 2001-02-05 Andrei Zmievski * TODO: Whitespace. 2001-02-05 Sergey Kartashoff * ext/mnogosearch/config.m4: Fixed default search path. * ext/mnogosearch/README ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h ext/mnogosearch/test.php: Added new Udm_Add_Search_Limit mnoGoSearch extension function. Some bugfixes and example update. 2001-02-05 James Moore * ext/standard/credits.c: Adding Sebastian Bergmann to QA team list. 2001-02-05 Sergey Kartashoff * ext/mnogosearch/README ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h: Fixed mnogosearch protos. Fixed mnogosearch functions return values. A bug with capital letters break search has been fixed. 2001-02-04 James Moore * ext/standard/tests/time/.cvsignore ext/standard/tests/time/001.phpt: Adding microtime() tests * ext/standard/microtime.c: Always return a value even if HAVE_GETTIMEOFDAY is not set * win32/time.c: Fix for time.c under win32. Patch By: "Vanhanen, Reijo" 2001-02-04 Sterling Hughes * TODO: * TODO: Add a bunch of stuff.. 2001-02-03 Andrei Zmievski * NEWS ext/pcre/php_pcre.c: Adding delimiter capturing functionality. As far as NEWS, compilation fixed don't belong here. 2001-02-03 Sean Bright * win32/readdir.c: Comments didn't reflect rewinddir() 2001-02-02 Colin Viebrock * pear/Crypt/CBC.php: typo 2001-02-02 Andrei Zmievski * ext/sockets/sockets.c: Revert bogus patch and fix it properly. 2001-02-02 Colin Viebrock * ext/sockets/sockets.c: Fix for http://bugs.php.net/bugs.php?id=9082 I know switch() is expensive, so someone rewrite this "properly" if you want. 2001-02-02 Chuck Hagenbuch * pear/Mail/smtp.php: fix silly cut-n-paste bug (#9081) 2001-02-02 Rasmus Lerdorf * ext/pspell/pspell.c: pspell .12 fix 2001-02-02 Harald Radi * ext/dotnet/dotnet.cpp: correct phpinfo() output 2001-02-02 Colin Viebrock * pear/DB.php: I think this should've been changed as well, right? 2001-02-02 Egon Schmid * ext/mnogosearch/php_mnogo.c: Fixed protos. 2001-02-02 Harald Radi * ext/iisfunc/.cvsignore ext/iisfunc/setup.c ext/dotnet/dotnet.cpp ext/com/typedef_VARIANT.c: correct phpinfo() output 2001-02-02 Rasmus Lerdorf * ext/standard/string.c: Fix strip_tags to not strip a lone > character 2001-02-02 Sergey Kartashoff * ext/mnogosearch/README ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: Added new UDM_PARAM_STOPTABLE and UDM_PARAM_STOPFILE parameters for Udm_Set_Agent_Params mnoGoSearch module. Now it can use stopwords stored either in database or in the plain text files. Added php warnings. Test example updated. 2001-02-02 Chuck Hagenbuch * pear/DB.php: make sure to include subclasses before trying to instantiate them. 2001-02-01 Colin Viebrock * pear/DB/common.php: fix here too * pear/PEAR.php.in: trigger_error() should be ($msg,$level), no? 2001-02-01 Thies C. Arntzen * ext/zlib/zlib.c: ws-only * ext/zlib/zlib.c: - When using the ob_gzhandler() PHP now automagically also sets the Content-Lengh correctly which enables browsers to use the HTTP Keep-Alive feature. 2001-02-01 Sascha Schumann * ext/zlib/zlib.c: Fix a huge memory leak in the ob_gzhandler. 2001-02-01 Colin Viebrock * php.ini-dist: While we're fixing the ini files, change these to web-safe colours ... this always bugged me :) 2001-02-01 Stanislav Malyshev * ext/gd/gd_ctx.c ext/gd/php_gd.h ext/gd/gd.c: Allow usage of GD contexts and not tempfiles in output functions 2001-02-01 Andrei Zmievski * ext/pcre/php_pcre.c: No need for CLS_FETCH(). 2001-02-01 Sascha Schumann * ext/pcre/php_pcre.c: Fix broken ZTS build 2001-02-01 Andrei Zmievski * build/rules_pear.mk: Add cvsclean target for standalone extensions. 2001-02-01 Sergey Kartashoff * ext/mnogosearch/Makefile.in ext/mnogosearch/php_mnogo.c ext/mnogosearch/test.php: UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to set local charset you are using. Example updated also. 2001-02-01 Stanislav Malyshev * ext/standard/file.c: Add utility function 2001-02-01 Stig Bakken * ext/mysql/php_mysql.c: did someone poop in the code? :-) 2001-02-01 Uwe Steinmann * ext/pdf/pdf.c: ­ some modification from Rainer Schaaf * fixed prototype for pdf_new() * MINFO: included Revision of pdf.c, removed info about CJK + in-memory, this is standard with V3.x) * repaired PDF_open_CCITT * repaired PDF_setfont * eliminated many compiler warnings. * former resource "pdf document" is now called "pdf object" 2001-02-01 Jon Parise * php.ini-dist: Massive reformatting. 2001-02-01 Andrei Zmievski * NEWS ext/pcre/php_pcre.c ext/pcre/php_pcre.h: Modified /F handling to allow calling object methods. 2001-01-31 Egon Schmid * ext/mysql/php_mysql.c: Only two lines are allowed here. 2001-01-31 Sean Bright * ext/mysql/php_mysql.c ext/mysql/php_mysql.h: Added the mysql_get_*_info() functions. 2001-01-31 Andi Gutmans * ext/standard/scanf.c ext/ingres_ii/ii.c ext/mysql/php_mysql.c ext/pgsql/pgsql.c: - Change unset() functions to null(). unset() is legacy 2001-01-31 Chuck Hagenbuch * pear/HTTP.php: use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty() instead of just if () to avoid errors. 2001-01-31 Daniel Beulshausen * win32/php_modules.dsw: add iconv and ming * ext/ming/ming.dsp ext/ming/php_ming.h: nuke warning, and add dsp * ext/pdf/pdf.c: fix typo * ext/iconv/iconv.c ext/iconv/iconv.dsp: make iconv compile under win32 using libiconv 2001-01-31 Sergey Kartashoff * ext/mnogosearch/README ext/mnogosearch/config.m4 ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h ext/mnogosearch/setup.stub ext/mnogosearch/test.php: Added search cache and track query features. 2001-01-31 James Moore * RELEASE_PROCESS: Adding readme for release process, this needs to live somewhere and here seems as good a place as any. 2001-01-31 Harald Radi * ext/com/conversion.c: added currency, date, IUnknown and NULL datatypes 2001-01-31 Uwe Steinmann * NEWS: - note about change of pdf api 2001-01-31 Stig Bakken * pear/PEAR.php.in: whitespace 2001-01-31 Sean Bright * ext/mysql/php_mysql.c: Fixed conditional. * ext/mysql/php_mysql.c: Fix for bug #8991. mysql_field_type() now returns "year" for columns of type YEAR. 2001-01-30 Adam Dickmeiss * ext/yaz/README ext/yaz/php_yaz.c: Fixed problem with looping present requests for Isite targets. 2001-01-30 Harald Radi * win32/.cvsignore: fixing .cvsignore * ext/dotnet/.cvsignore: adding .cvsignore 2001-01-30 Sergey Kartashoff * ext/mnogosearch/config.m4 ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h ext/mnogosearch/setup.stub ext/mnogosearch/test.php ext/mnogosearch/README ext/mnogosearch/Makefile.in: mnoGoSearch extension module initial version has been added. This module currently at the alpha state, but it can be used already. PR: Submitted by: Reviewed by: Obtained from: 2001-01-30 Stig Bakken * pear/DB.php pear/DB/tests/db_parsedsn.phpt: Allow url encoding in DB usernames and passwords (Stig, PEAR) 2001-01-30 David Eriksson * ext/satellite/namedvalue_to_zval.c ext/satellite/typecode.c: Applied patch from Oleg Sharoiko to fix bug in satellite_any_to_zval_sequence 2001-01-30 Harald Radi * ext/com/conversion.c ext/com/typedef_VARIANT.c: pass another com object as parameter 2001-01-30 Stig Bakken * pear/PEAR.php.in pear/tests/pear_error.phpt pear/tests/pear_error3.phpt: Added raiseError and setErrorHandling methods to PEAR class (Stig, PEAR) 2001-01-29 Jani Taskinen * ext/domxml/config.m4: Fixed bug #8946. In some systems the libxml.* is actually libxml2.* * ext/zziplib/.cvsignore: a little cleanup.. 2001-01-29 Harald Radi * ext/dotnet/dotnet.cpp ext/com/COM.cpp ext/com/conversion.c ext/com/conversion.h ext/com/php_COM.h ext/com/php_typedef_VARIANT.h ext/com/typedef_VARIANT.c: use *_EXTERN_C() and PHP_WIN32 2001-01-27 John Donagher * configure.in: PR: Submitted by: Reviewed by: Obtained from: Add configure warning message when compiling --with-pfpro 2001-01-27 Egon Schmid * ext/mssql/php_mssql.c: Fixed some protos. * ext/gd/gd.c: File formats in uppercase characters. 2001-01-27 Sascha Schumann * ext/ming/config.m4: This config.m4 was obviously not tested at all before being committed. s/withval/PHP_MING/ 2001-01-27 James Moore * ext/ming/EXPERIMENTAL: Adding Ming experimental file 2001-01-27 Dave Hayden * ext/ming/Makefile.in ext/ming/config.m4 ext/ming/ming.c ext/ming/php_ming.h: First include of ming (SWF generation) library wrapper http://www.opaque.net/ming/ 2001-01-27 Boian Bonev * ext/vpopmail/php_vpopmail.c: 2001-01-26 Egon Schmid * ext/sybase_ct/php_sybase_ct.c: Mostly off by one. * ext/hyperwave/hw.c: Fixed another proto. * ext/muscat/muscat.c: Fixed some protos. * ext/satellite/php_orbit.c: Whitespace change for funclist.txt. * ext/openssl/openssl.c: Fixed some protos. 2001-01-26 Chuck Hagenbuch * pear/DB/mysql.php pear/DB.php: have DB::isError return true if passed "null". Now you can more consistently use DB::isError(), since some of the db drivers return nulls from various functions (like fetchRow()), and others don't... We should probably make all of them just return errors. I did this for the mysql driver, as a start. 2001-01-26 Egon Schmid * ext/pdf/pdf.c ext/pdf/php_pdf.h: Fixed some protos. 2001-01-26 Sascha Schumann * ext/ircg/README.txt: Whitespace change. 2001-01-26 Uwe Steinmann * ext/pdf/pdf.c ext/pdf/php_pdf.h: - This is major change of the php pdf api to be closer to the pdflib api done by Rainer Schaaf from pdflib GmbH. - Some more functions has been implemented as well. - backwards compatibility has been maintained a much as possible * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - changed naming of some functions (kept compatibility) 2001-01-25 Daniel Beulshausen * ext/msql/msql.dsp ext/msql/php_msql.c ext/msql/php_msql.h win32/php_modules.dsw: make msql build under win32 2001-01-25 Hartmut Holzgraefe * ext/gd/gd.c: gd didn't work if no WBMP was available after rev 1.107 -> fixed 2001-01-25 Stanislav Malyshev * ext/gd/gd.c: Fix crash in stdout image output 2001-01-24 Sebastian Bergmann * ext/mysql/libmysql/libmysql.dsp ext/mysql/libmysql/my_winthread.c: Added my_winthread.c. Thanks to Thimble Smith. 2001-01-24 Andrei Zmievski * TODO: Already done. 2001-01-24 Ben Mansell * README.Zeus: Added 'you must use gcc' comment to build instructions. 2001-01-24 MySQL Team * ext/mysql/libmysql/config-win.h ext/mysql/libmysql/update_sources: Don't #define HAVE_COMPRESS on windows. 2001-01-24 Sebastian Bergmann * pear/HTML/ITX.php: Forgot to include IT.php. 2001-01-24 Stig Bakken * pear/HTML/Form.php: typo 2001-01-24 Egon Schmid * ext/gd/gd.c: Protos fixed. 2001-01-24 Derick Rethans * ext/gd/gd.c ext/gd/php_gd.h: - Commited a patch that adds support for converting Images to WBMP format. (Thanx to Denis Gasparin ) - Added support for converting images from JPG/PNG on the fly with the GD extension, which is usefull for creating dynamic WAP-sites 2001-01-23 Boian Bonev * ext/vpopmail/CREDITS ext/vpopmail/README ext/vpopmail/config.m4 ext/vpopmail/php_vpopmail.c ext/vpopmail/php_vpopmail.h: changed function names to be like vpopmail_add_user instead vpopmail_adduser added vpopmail_error to report error string (vpopmail_errno global var) put exec functions back in with _ex (vpopmail_add_domain_ex) rewritten README to help users keep secure fixed protos to state bool instead void return type 2001-01-23 Colin Viebrock * pear/Crypt/CBC.php: wrong name * pear/Makefile.in: Forgot this too ... * pear/Makefile.in: Never added this ... 2001-01-23 MySQL Team * ext/mysql/libmysql/thr_alarm.h ext/mysql/libmysql/thr_mutex.c ext/mysql/libmysql/typelib.c ext/mysql/libmysql/update_sources ext/mysql/libmysql/violite.c ext/mysql/libmysql/violite.h NEWS ext/mysql/libmysql/acinclude.m4 ext/mysql/libmysql/bmove.c ext/mysql/libmysql/charset.c ext/mysql/libmysql/config-win.h ext/mysql/libmysql/dbug.h ext/mysql/libmysql/default.c ext/mysql/libmysql/errors.c ext/mysql/libmysql/fix_copyright ext/mysql/libmysql/global.h ext/mysql/libmysql/libmysql.c ext/mysql/libmysql/m_string.h ext/mysql/libmysql/mf_dirname.c ext/mysql/libmysql/mf_format.c ext/mysql/libmysql/mf_pack.c ext/mysql/libmysql/mf_path.c ext/mysql/libmysql/my_alloc.c ext/mysql/libmysql/my_create.c ext/mysql/libmysql/my_fopen.c ext/mysql/libmysql/my_init.c ext/mysql/libmysql/my_open.c ext/mysql/libmysql/my_pthread.c ext/mysql/libmysql/my_pthread.h ext/mysql/libmysql/my_static.c ext/mysql/libmysql/my_static.h ext/mysql/libmysql/my_sys.h ext/mysql/libmysql/my_thr_init.c ext/mysql/libmysql/my_wincond.c ext/mysql/libmysql/my_write.c ext/mysql/libmysql/mysql.h ext/mysql/libmysql/mysql_com.h ext/mysql/libmysql/mysql_version.h ext/mysql/libmysql/mysqld_error.h ext/mysql/libmysql/mysys_err.h ext/mysql/libmysql/net.c ext/mysql/libmysql/raid.h ext/mysql/libmysql/safemalloc.c ext/mysql/libmysql/string.c: Upgrade ext/mysql/libmysql to version 3.23.32. One notable bug fix is that the client can now connect to a server which is using a default charset other than latin1. 2001-01-23 Thies C. Arntzen * NEWS: 2001-01-23 Jim Winstead * ext/standard/credits.c: jouni was added as an author of the docs 2001-01-22 Andrei Zmievski * ext/pcre/php_pcre.c: If we can't call custom replacement function, don't change the subject string. * ext/standard/string.c: - Improved str_replace() to accept an array for any parameter - similar to preg_replace(). * ext/pcre/php_pcre.c: Don't need to check for out-of-memory condition. * ext/pcre/php_pcre.c ext/pcre/php_pcre.h: Z-ify the source. 2001-01-22 Daniel Beulshausen * ext/mssql/mssql.dsp php.ini-dist php.ini-optimized: rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension 2001-01-22 Andrei Zmievski * ext/standard/array.c: - Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is used. - Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix string keys that do not constitute valid variable names. 2001-01-22 Rasmus Lerdorf * sapi/apache/mod_php4.c: Kill warning 2001-01-22 Zeev Suraski * sapi/apache/mod_php4.c: Sigh. Even less sleep than I thought :) Really fix it this time. * sapi/apache/mod_php4.c: Too much work, not enough sleep... Fix hash lookup * NEWS: Update and pastify NEWS * sapi/apache/mod_php4.c: Don't overwrite PATH_TRANSLATED if it exists 2001-01-21 Rasmus Lerdorf * NEWS: This probably should have a NEWS entry * main/fopen-wrappers.c main/network.c main/php_open_temporary_file.c configure.in ext/mysql/libmysql/libmysql.c ext/standard/basic_functions.c ext/standard/dns.c ext/standard/file.c ext/standard/filestat.c ext/standard/fsock.c ext/standard/ftp_fopen_wrapper.c ext/standard/http_fopen_wrapper.c ext/standard/mail.c ext/standard/syslog.c: BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus 2001-01-21 Jani Taskinen * ext/bz2/config.m4: Remove double 'yes' output. 2001-01-20 Sterling Hughes * ext/sablot/sablot.c: Fix the scheme handler support and make it compile on win32 systems. 2001-01-20 Chuck Hagenbuch * pear/HTTP/Compress.php: whitespace 2001-01-20 Sebastian Bergmann * pear/Cache/Function_Cache.php: Next time without the 'Oops!'. * pear/Cache/Function_Cache.php: Fixed two small glitches. Note: The Shared Memory version of Function_Cache does not work correctly at the moment, but I'm on it. 2001-01-20 Sascha Schumann * ext/pgsql/pgsql.c: Revert last completely broken patch. 2001-01-20 Chuck Hagenbuch * pear/Makefile.in: install the various HTML/* files 2001-01-20 Jani Taskinen * ext/bz2/config.m4: Check that libbz2.(a|so) is >= 0.95 (has BZ2_bzerror) 2001-01-20 Rui Hirokawa * ext/iconv/EXPERIMENTAL: added: EXPERIMENTAL 2001-01-19 Jason Greene * TODO: Desired functionality can be achieved with array_sum/array_count. 2001-01-19 Chuck Hagenbuch * pear/Mail/rfc822.php: remove a change that broke things, and removing an unused function. 2001-01-19 Richard Heyes * pear/Mail/rfc822.php: If extended format is in use and there are no groups, all the addresses are now added to an empty group. Also changed the format of the output, an array was being used unnecessarily. 2001-01-19 Jani Taskinen * ext/standard/image.c: - Added URL support for getimagesize() function 2001-01-19 Sam Liddicott * EXTENSIONS: Added muscat to EXTENSIONS as it should be there all along PR: Submitted by: Reviewed by: Obtained from: 2001-01-19 Sascha Schumann * main/php.h: Bump PHP_API_VERSION 2001-01-19 Derick Rethans * NEWS: - Added a notice about the wordwrap function fix 2001-01-19 Sascha Schumann * main/rfc1867.c: Make the code match the comment. Prior to this change, the upload code tried to add mangled names to the global HTTP_POST_FILES array, resulting in all kind of weird behaviour. After this change, multi-dimensional form elements are treated correctly and consistently. 2001-01-19 Jani Taskinen * ext/sockets/EXPERIMENTAL ext/vpopmail/EXPERIMENTAL ext/qtdom/EXPERIMENTAL ext/sablot/EXPERIMENTAL ext/satellite/EXPERIMENTAL ext/ingres_ii/EXPERIMENTAL ext/openssl/EXPERIMENTAL EXTENSIONS ext/bz2/EXPERIMENTAL ext/crack/CREDITS ext/crack/EXPERIMENTAL ext/domxml/EXPERIMENTAL ext/dotnet/EXPERIMENTAL: Added some missing EXPERIMENTAL files plus some missing extensions into EXTENSIONS file. 2001-01-19 Sebastian Bergmann * pear/HTML/IT.php pear/HTML/ITX.php: Whitespace only. 2001-01-19 Jani Taskinen * ext/sablot/php_sablot.h ext/sablot/sablot.c: - Added xslt_set_scheme_handler() function (carmelo@akooe.com) 2001-01-18 Derick Rethans * ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h: - Added the pg_lolseek function, which allows for arbitrary seeking within a large object, and the pg_lotell call, which can be used to find the current file offset for a large object (Submitted by: Adam Haberlach ). - Added the pg_lolseek and pg_lotell functions * ext/standard/string.c: - Fix for bug #8367 (wordwrap not cutting correctly) 2001-01-18 Ulf Wendel * pear/HTML/ITX.php: Current version from the PHPLib CVS. Converted Tabs to spaces. Error handling must be pearified. 2001-01-18 Sterling Hughes * ext/sockets/sockets.c: Fix the proto 2001-01-18 Ulf Wendel * pear/HTML/IT.php: Ok, now finally - special thanks to the Karmamaker Sascha - this is the current IT version from the PHPLib. Tabs replaced by spaces. Error handling has to be pearified and I'm not sure if PHPDoc works with this version. 2001-01-18 Alex Akilov * ext/java/config.m4: Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot) 2001-01-18 Sam Liddicott * ext/muscat/muscat.c: Some decent credits and such in the phpinfo page 2001-01-18 Jani Taskinen * ext/sablot/config.m4: Fixed a typo. 2001-01-18 Andrei Zmievski * ext/standard/datetime.c: - Fixed 'O' and 'r' flags of date() to have correct sign for timezone offset. 2001-01-18 Sam Liddicott * ext/muscat/config ext/muscat/aegis.log: Aghh. Despite my efforts two files still slipped through * ext/muscat/LICENSE ext/muscat/LICENSE.about ext/muscat/Makefile.in ext/muscat/aegis.log ext/muscat/config ext/muscat/config.m4 ext/muscat/muscat.c ext/muscat/muscat.php ext/muscat/muscat_handles.h ext/muscat/muscat_net.c ext/muscat/muscat_net.h ext/muscat/php_muscat.h: First checkin of muscat/empower module; been using it here for some time Developing using aegis and just checking in baseline from time to time See samjam@php.net for questions 2001-01-18 Stanislav Malyshev * ext/readline/README.libedit ext/readline/config.m4 ext/readline/php_readline.h ext/readline/readline.c: Libedit readline replacement support 2001-01-18 Sascha Schumann * ext/ircg/README.txt: Expand tabs * ext/ircg/README.txt: Add a pointer to the homepage at the beginning 2001-01-17 Andrei Zmievski * ext/standard/datetime.c: - Changed 'Z' flag to date() to always return timezone offset with negative sign if it's west of UTC. 2001-01-17 Sean Bright * ext/standard/php_string.h ext/standard/basic_functions.c: Put these back where they belong. They weren't necessary unless ZTS and HAVE_LOCALECONV were both defined. 2001-01-17 Sterling Hughes * pear/HTML/Processor.php: Add the HTML_Processor class which provides common functions for processing HTML. 2001-01-17 Sebastian Bergmann * pear/PHPDoc/prepend.php pear/HTML/IT.php pear/HTML/ITX.php: Move IT[x] to HTML/. 2001-01-17 Sterling Hughes * ext/sablot/sablot.c: Fix (well it works) the error display with sablotron. 2001-01-17 Stig Venaas * ext/ldap/ldap.c: Making parallel search allow different filter for each link 2001-01-17 Sascha Schumann * configure.in: Fix vpath builds on freebsd 2001-01-17 Jani Taskinen * ext/sablot/sablot.c: Make sablot compile again. Typo? 2001-01-17 Rasmus Lerdorf * ext/exif/exif.c main/network.c: Kill a couple of warnings 2001-01-17 Sean Bright * configure.in: Updated configure.in to look for strcoll() * ext/standard/basic_functions.c ext/standard/php_string.h ext/standard/string.c: Added string comparison function strcoll(). It uses the current locale to do the comparisons. 2001-01-16 Jani Taskinen * ext/gd/gd.c: Fixed bug #8733 2001-01-16 Rasmus Lerdorf * ext/sockets/sockets.c: Kill some warnings 2001-01-16 Mika Tuupola * pear/Image/Remote.php: Fixed the vim rules. 2001-01-16 Sterling Hughes * ext/sablot/php_sablot.h ext/sablot/sablot.c: Added the SABLOT_SET_ERROR() macro to set sablotron errors... 2001-01-16 Ben Mansell * sapi/isapi/php4isapi.c README.Zeus: Added changes to environment variable manipulations, to support Zeus 3.3.8 and increase compatibility between Zeus/IIS/Apache. Now, URLs like http://foo.org/file.php/a/b/c/d work correctly. 2001-01-16 Sascha Schumann * ext/ircg/ircg.c: Use the write buffer subsystem to accumulate network writes and to increase the overall through-put. 2001-01-16 Sean Grimes * pear/XML/Render.php: Added a method to call the HTML and PDF rendering modes(not implemented yet). Added the parse function which should allow for finer XML parsing. The XML file contents are now stored in a var available to the entire class. Added a wrapper around setInputFile() and setInput() 2001-01-15 Zeev Suraski * sapi/isapi/stresstest/stresstest.dsp: Fix output dir * sapi/isapi/stresstest/stresstest.cpp: - Implement CompareStringWithFile() - Remove a stupid NULL assignment that slipped in the last commit * sapi/isapi/stresstest/notes.txt sapi/isapi/stresstest/stresstest.cpp: - Implement quick file comparing routine - Fix crash - wait on the threads themselves, not on Event objects. It takes time between the time a thread signals the event, and the time it actually terminates (shutdown code) - so FreeLibrary() and the main() termination could occur before all of the threads terminated... 2001-01-15 Sascha Schumann * sapi/aolserver/aolserver.c: Try harder to push data through the wire. I just learned that the AOLserver module will be used for a 100k users webmail service. Wheee! 2001-01-15 Egon Schmid * ext/mhash/mhash.c: Some protos fixed. 2001-01-15 Zeev Suraski * main/php_globals.h main/php_ini.c: - Remove the ini_extension_list global - Switch to delayed loading of Zend extensions * main/rfc1867.c: Use free_estring() * ext/standard/php_string.h: Nuke a couple of warnings * ext/odbc/php_odbc.c: Fix Win32 build 2001-01-15 Sascha Schumann * main/php_globals.h main/php_ini.c: Defer loading of extensions until all configuration entries have been added to the configuration hash. 2001-01-15 David Croft * ext/vpopmail/php_vpopmail.c ext/vpopmail/php_vpopmail.h: restored vadddomain/vdeldomain to use library functions rather than invoking vpopmail executables implemented vaddaliasdomain natively global variable to store whether vpopmail was used and only vclose() if necessary return the functions to returning true/false for success/failure rather than some arbitrary vpopmail return value return the functions to not doing everything at once as you then lose fine-grain control over its operation change C++ comments to C 2001-01-15 Shane Caraveo * sapi/isapi/stresstest/notes.txt sapi/isapi/stresstest/stresstest.cpp: test now produce valid OK or FAIL. 2001-01-15 Stig Bakken * pear/DB/STATUS: * status update: odbc now supports errorNative 2001-01-15 Shane Caraveo * sapi/isapi/stresstest/stresstest.cpp: dont do results if not using test files 2001-01-15 Stig Bakken * pear/DB/odbc.php: * DB_odbc: added native error support 2001-01-15 Shane Caraveo * sapi/isapi/stresstest/stresstest.cpp: clean up temp files 2001-01-15 Stig Bakken * ext/odbc/php_odbc.c ext/odbc/php_odbc.h: - Added odbc_error() and odbc_errormsg() functions * pear/DB/tests/odbc/.cvsignore pear/DB/tests/odbc/001.phpt pear/DB/tests/odbc/002.phpt pear/DB/tests/odbc/003.phpt pear/DB/tests/odbc/004.phpt pear/DB/tests/odbc/006.phpt pear/DB/tests/odbc/007.phpt pear/DB/tests/odbc/010.phpt pear/DB/tests/odbc/connect.inc pear/DB/tests/odbc/dsn.inc pear/DB/tests/odbc/mktable.inc pear/DB/tests/odbc/skipif.inc: * defined a bunch of ODBC tests 2001-01-15 Shane Caraveo * sapi/isapi/stresstest/stresstest.cpp: check files open * sapi/isapi/stresstest/stresstest.cpp: fix file reading, add results * sapi/isapi/stresstest/notes.txt sapi/isapi/stresstest/stresstest.cpp sapi/isapi/stresstest/stresstest.dsp: Multithreaded stress test program for isapi module now supports phpt files still stuff to do before it's realy done, but does run the tests, just need to get it to compare results right now. 2001-01-14 David Croft * ext/vpopmail/config.m4: vpopmail's bin dir is unnecessary as the library exports these functions 2001-01-14 Boian Bonev * ext/vpopmail/README: * ext/vpopmail/php_vpopmail.c ext/vpopmail/php_vpopmail.h: merged my version with David Croft's removed unneccessary php.ini calls and defines removed module_init, shutdown, request_init declarations and references added request_shutdown to close mysql/other db connection (a must in apache module) added defines for external binaries from vpopmail changed functions to present more consistent api from user's point of view so that in one call more stuff is done added more comprehensive MINFO function helping users debug their case added static int vpopmail_exec(char *cmd) [will change to php_Exec soon] * ext/vpopmail/CREDITS: updated 2001-01-14 Rasmus Lerdorf * ext/standard/exec.c: Name this php_Exec instead 2001-01-14 Boian Bonev * ext/vpopmail/config.m4: rewritten the whole logic of the script added VPOPMAIL_BIN_DIR to point to ~vpopmail/bin directory added checks for ALL files needed by the extension style fixes to the output 2001-01-14 Sean Bright * ext/standard/basic_functions.c ext/standard/php_string.h ext/standard/string.c main/config.w32.h configure.in: Added localeconv() function. Operates similarly to localeconv() defined in locale.h. Should work well under non-ZTS as well as ZTS. 2001-01-14 Rasmus Lerdorf * ext/standard/exec.c: Export _Exec for extensions to use 2001-01-14 Thies C. Arntzen * ext/standard/file.c: fixed readfile() fd-leak. guys, always remember that every function that *generates output* could cause a bailout if ignore_user_abort is set to false (and the user _aborts_ the connection). in this case a longjump will be performed and our function (in this case readfile) will have no chance to clean-up. having said that it's a good idea to register all opened files using REGISTER_RESOURCE - that way the engine will make sure they get closed on request end. 2001-01-14 Zeev Suraski * ext/mysql/php_mysql.c: Don't fetch numeric indices in mysql_fetch_object() 2001-01-14 David Croft * ext/vpopmail/php_vpopmail.c: New extension for vpopmail - http://www.inter7.com/vpopmail (David Croft) * ext/vpopmail/.cvsignore ext/vpopmail/CREDITS ext/vpopmail/Makefile.in ext/vpopmail/config.m4 ext/vpopmail/php_vpopmail.c ext/vpopmail/php_vpopmail.h: vpopmail extension 2001-01-14 Rui Hirokawa * ext/iconv/iconv.c ext/iconv/php_iconv.h: added iconv_get_encoding and supported initialization from php.ini 2001-01-14 David Croft * ext/standard/datetime.c: reserve space for quoted characters fixes buffer overrun bug #8694 2001-01-14 Stig Bakken * pear/DB/tests/ibase/.cvsignore pear/DB/tests/ibase/001.phpt pear/DB/tests/ibase/002.phpt pear/DB/tests/ibase/003.phpt pear/DB/tests/ibase/004.phpt pear/DB/tests/ibase/006.phpt pear/DB/tests/ibase/010.phpt pear/DB/tests/ibase/connect.inc pear/DB/tests/ibase/mktable.inc pear/DB/tests/ibase/skipif.inc: * defined some interbase tests, unable to run them yet 2001-01-13 Zeev Suraski * ext/standard/basic_functions.c ext/standard/file.c ext/standard/file.h ext/standard/fsock.c ext/standard/fsock.h: Both thread-safe and thread-unsafe builds should be ok now * ext/sybase_ct/php_sybase_ct.c: Add sybase_get_last_message() from Jan Fedak 2001-01-13 Derick Rethans * ext/standard/fsock.c: - Removed a stale var that broke the build * ext/standard/exec.c: - There was one ret left, changed it to FG(pclose_ret), this fixes the build 2001-01-13 Colin Viebrock * ext/mcrypt/mcrypt.c: Support for perl-compatible blowfish encryption (in libmcrypt CVS and versions later than 2.4.8) * pear/Crypt/CBC.php: Credit * pear/Crypt/CBC.php: Cre PR: Submitted by: Reviewed by: Obtained from: 2001-01-13 Zeev Suraski * ext/standard/exec.c ext/standard/file.c ext/standard/file.h ext/standard/fsock.c ext/standard/fsock.h: - Fix exec() bug - Merge fsock and file globals * main/main.c: cleanup time... * main/main.c: Remove some more useless code * main/main.c main/php_ini.c: Remove stale code * ext/standard/http_fopen_wrapper.c main/network.c: Fix Windows & thread-safe build 2001-01-13 Stig Venaas * configure.in main/network.c: Simplified code a bit, added detailed error reporting, and fixed a bug when getaddrinfo returned a non-IP family before IP families 2001-01-13 Sascha Schumann * main/rfc1867.c: arr_index errorneusly included the trailing ']' character, so that variable names like Data_name[Image]] were passed to the register functions. * pear/Makefile.in: Fix make install in VPATH builds 2001-01-13 Stig Venaas * ext/ldap/ldap.c: Fixed memory leaks that could happen in some error situations. Also removed some unnecessary code in ldap_set_option() * ext/openssl/openssl.c: Realized that emalloc() never returns NULL, simplified code 2001-01-12 Sean Grimes * pear/XML/Render.php: Adding Render.php, which helps render documents from XML files. 2001-01-12 Stig Venaas * ext/ldap/ldap.c: Added parallel search when given array of link identifiers * ext/standard/http_fopen_wrapper.c: Follows redirects again, and $http_response_header now contains all headers with an empty string as delimiter 2001-01-12 Jani Taskinen * ext/domxml/php_domxml.c: - Fixed a possible crash bug in xmltree(). 2001-01-12 Sascha Schumann * ext/ircg/ircg.c: We never want to appand to the result string, so set len to 0 initially. * ext/ircg/ircg.c: Encode HTML entities by default * ext/ircg/ircg.c: Add a hook for signaling "you're gone" to the client on channel part 2001-01-12 Chuck Hagenbuch * pear/HTTP/Compress.php pear/Makefile.in: Add HTTP_Compress::, which provides an easy wrapper around producing gzip-compressed html. This should be ported to use the ob_gzhandler() output handler, but I haven't had a chance to look into that yet. 2001-01-12 Sascha Schumann * ext/ircg/ircg.c: Add a format string which allows us to implement a transaction-like JS interface for large joins (many changes, one commit). * ext/ircg/ircg.c ext/ircg/php_ircg.h: Make the format-msg functions actually available. * ext/ircg/ircg.c: Make some strings static to avoid reallocating the buffers a thousand times per second. * ext/ircg/ircg.c: Try to be more memory friendly by avoiding storing redundant data. 2001-01-12 Sterling Hughes * ext/curl/curl.c ext/curl/php_curl.h: Make daniel's changes work in ZTS mode... 2001-01-12 Daniel Beulshausen * ext/curl/php_curl.h: take out emtpy struct 2001-01-12 Mika Tuupola * pear/Makefile.in: PR: Submitted by: Reviewed by: Obtained from: Added Image_Remote class. 2001-01-12 Rasmus Lerdorf * ext/mysql/php_mysql.c: Fix for bug 6073 from Sean R. Bright 2001-01-11 Colin Viebrock * pear/Crypt/CBC.php: Class that emulates Perl's Crypt::CBC module PR: Submitted by: Reviewed by: Obtained from: 2001-01-11 Chuck Hagenbuch * pear/PHPDoc/apidoc/keep/index2.html pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php: rename this frame. for some reason, IE wasn't recognizing the target correctly, but it works with a shorter frame name. go figure. * pear/PHPDoc/xmlreader/PhpdocXMLReader.php: xml_parse_into_struct() forces the third and fourth arguments to be passed by reference; there's no need to specify it at call-time and cause a warning. 2001-01-11 Andrei Zmievski * pear/Console/Getopt.php pear/Makefile.in: - Added Console_Getopt class for parsing command-line args. (Andrei, PEAR) 2001-01-11 Jani Taskinen * ext/sablot/config.m4: Fix build. 2001-01-11 Zeev Suraski * main/php_version.h NEWS configure.in: Prepare to roll pl1 PR: Submitted by: Reviewed by: Obtained from: 2001-01-11 Jani Taskinen * ext/wddx/php_wddx.h: If external expat is used, header file is expat.h 2001-01-11 Daniel Beulshausen * ext/sablot/sablot.dsp: removed old expat libs 2001-01-11 Sterling Hughes * ext/zziplib/CREDITS ext/zziplib/EXPERIMENTAL ext/zziplib/README EXTENSIONS: Housekeeping... * ext/zziplib/php_zziplib.h ext/zziplib/zziplib.c: Add an experimental version of the ZZipLib extension which provides the ability to read zip files. 2001-01-10 Sascha Schumann * ext/ircg/ircg.c: Improved handling for empty format strings Also kill a warning * ext/ircg/ircg.c: Fix a bug of the D'oh! class (RETVAL instead of RETURN), let the first irconn_id be 1 and allow empty strings as format strings. * ext/ircg/ircg.c: Check the return value irc_connect(). There are some cases where that function would fail and we were leaking memory. 2001-01-10 Rui Hirokawa * main/php_compat.h: *** empty log message *** * ext/sablot/config.m4 ext/xml/config.m4: disable directory search for libexpat and disable some macros for libxml-1.95. 2001-01-10 Sascha Schumann * sapi/thttpd/thttpd.c: Especially on FreeBSD it seems to be common that send(2) does not do a decent job. We handle that better now. * ext/ircg/ircg.c: Remove unused channel element from the php_irconn structure. Remove unnecessary check when freeing custom format messages. Improve handling, if send(2) fails. 2001-01-10 Thies C. Arntzen * ext/standard/exec.c: exec'd processes now get cleaned up even if the browser connections was aborted. fixes: #8143 2001-01-10 David Croft * ext/standard/datetime.c: fixed swatch internet time (bugs#8242,7106) * ext/standard/datetime.c: Allocate buffer in date() for the actual length of the timezone (bug#8292) 2001-01-10 Stig Bakken * configure.in: * renamed PEAR scripts * set localstatedir * pear/scripts/.cvsignore: added .cvsignore file * pear/scripts/pear.in pear/scripts/php-config.in pear/scripts/phpextdist pear/scripts/phpize.in pear/Payment/Verisign.php pear/XML/Parser.php pear/Numbers/Roman.php pear/PEAR/Installer.php pear/Math/Fraction.php pear/Math/Util.php pear/Net/Curl.php pear/Net/SMTP.php pear/Net/Socket.php pear/File/Passwd.php pear/HTML/Form.php pear/Image/Remote.php pear/Mail/rfc822.php pear/Mail/sendmail.php pear/Mail/smtp.php pear/Date/Human.php pear/File/Find.php pear/Benchmark/Iterate.php pear/Benchmark/Timer.php pear/Cache/Function_Cache.php pear/Crypt/HCEMD5.php pear/DB/common.php pear/DB/ibase.php pear/DB/msql.php pear/DB/mssql.php pear/DB/mysql.php pear/DB/oci8.php pear/DB/odbc.php pear/DB/pgsql.php pear/DB/storage.php pear/DB/sybase.php pear/DB.php pear/HTTP.php pear/Mail.php pear/Makefile.in pear/PEAR.php.in pear/package.dtd pear/pear.in pear/php-config.in pear/phpextdist pear/phpize.in pear/run-tests.in: * updated copyrights (thanks Colin) * moved scripts to own directory (bug #7635) 2001-01-09 Rui Hirokawa * ext/sablot/config.m4: added a option to dedine libexpat install directory (by Jani Taskinen) 2001-01-09 Colin Viebrock * pear/README: I should learn how to spell PR: Submitted by: Reviewed by: Obtained from: * pear/README: Now the coding standards are defined elsewhere ... PR: Submitted by: Reviewed by: Obtained from: * pear/Schedule/At.php: Attempt to use PEAR error class ... someone please check this over 2001-01-09 Zeev Suraski * ext/pdf/pdf.c NEWS: Merge Daniel's PDF fixes PR: Submitted by: Reviewed by: Obtained from: 2001-01-09 Colin Viebrock * pear/Schedule/At.php: more docs, remove debugging line 2001-01-09 Sterling Hughes * ext/sablot/sablot.c: Move the definition of the xslt_set_encoding to the "proper" place in the file and fix the prototype. 2001-01-09 Colin Viebrock * pear/Schedule/At.php: Schedule_AT class: interface to the Unix "at" command PR: Submitted by: Reviewed by: Obtained from: 2001-01-09 Jon Parise * pear/CODING_STANDARDS: Update the copyright year range to 1997-2001. 2001-01-09 Sascha Schumann * ext/standard/url_scanner_ex.re ext/standard/output.c ext/standard/url_scanner_ex.c: Avoid possible memory leak in the URL scanner, if the connection is interrupted during writing the output. 2001-01-09 Egon Schmid * ext/iconv/iconv.c: Sorry, two lines are enough. * ext/iconv/iconv.c: Fixed protos. 2001-01-09 Rui Hirokawa * ext/iconv/tests/001.phpt: added test code to iconv. * ext/iconv/Makefile.in ext/iconv/config.m4 ext/iconv/iconv.c ext/iconv/php_iconv.h: move iconv related functions to separate iconv extension. * ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/config.m4 ext/standard/php_string.h ext/standard/string.c: added iconv extension. 2001-01-09 Thies C. Arntzen * main/safe_mode.c: - Allow access to uploaded files in safe_mode. Beware that you can only read the file. If you copy it to new location the copy will not have the right UID and you script won't be able to access that copy. 2001-01-09 Sascha Schumann * ext/ircg/README.txt: Update documentation/add status 2001-01-09 Jani Taskinen * ext/standard/basic_functions.c: If TZ environment variable is changed call tzset(). 2001-01-09 Sascha Schumann * sapi/thttpd/thttpd.c: Propagate the response code/HTTP status code back to thttpd for logging. * sapi/thttpd/thttpd.c: Account the number of sent bytes properly * ext/ircg/ircg.c: Handle the case that the IRC server kills our connection more gracefully (i.e. without segfaulting the whole server). 2001-01-09 Hartmut Holzgraefe * pear/php-config.in: fix for Bug id #8606 2001-01-09 Sascha Schumann * ext/standard/var.c: php_add_var_hash() uses sizeof(id) in the calls to zend_hash_*, implying that all bytes in the character array have been set (they are used to compute the hash value using hashpjw). The function assumes that sprintf's %p modifier would always prefix the output with "0x". On HPUX, this is not the case. Hence, not all bytes may be properly initialized before being read. This has been addressed by using only initialized bytes as the key. * ext/ircg/ircg.c: Use sapi_send_headers() and use the simpler zend_llist_apply* function for traversing the message buffer. * ext/ircg/ircg.c: Add an irc handler for (non-)fatal error messages and don't free our default strings which are static. * ext/ircg/ircg.c ext/ircg/php_ircg.h: Add ircg_is_conn_alive() * ext/ircg/ircg.c: Kill a warning, initialize some variables properly in mirc_colors(), and make the standard output XHTML compatible (to a certain degree). 2001-01-08 Sascha Schumann * sapi/apache2filter/sapi_apache2.c sapi/apache2filter/php_functions.c: Make Apache 2.0 filter build again * ext/standard/string.c: WS fix * ext/standard/string.c: Fix ZTS build (broken by iconv-related changes). 2001-01-08 Andrei Zmievski * ext/standard/array.c: Changed extract() to check that prefixed name is a valid one. Optimized extract() a bit too. 2001-01-08 Derick Rethans * ext/standard/crypt.c: - Fix for bug #8535 - floating point exception on FreeBSD while initializing crypt random numbers 2001-01-08 Andrei Zmievski * ext/standard/array.c: - Changed extract() to return the number of variables extracted. 2001-01-08 Stanislav Malyshev * ext/standard/browscap.c: Optimize it a bit - no need to dup empty string (which can be pretty common for .ini) * ext/standard/browscap.c: Duplicate property value, otherwise parser would free it and we're in bad shape. * ext/standard/browscap.c: Fix undefind filehandle type on INI parsing. 2001-01-08 Egon Schmid * ext/ldap/ldap.c: Corrected some protos. 2001-01-08 Stig Venaas * ext/ldap/ldap.c ext/ldap/php_ldap.h: Added ldap_rename(). Currently requires API with ldap_rename(). * NEWS: *** empty log message *** 2001-01-08 Stanislav Malyshev * ext/standard/exec.c: Use platform's dir separator 2001-01-08 Rasmus Lerdorf * NEWS: Test ACL commit 2001-01-08 Stig Bakken * pear/PEAR/Installer.php: * display a notice when downloading * pear/DB/TESTERS pear/DB/odbc.php pear/PEAR/Installer.php pear/DB/STATUS pear/pear.in: * updated DB status * updated the "pear" script, it can install basic packages now 2001-01-08 Rui Hirokawa * ext/standard/basic_functions.c ext/standard/php_string.h ext/standard/string.c: added iconv_set_encoding() to change the encoding setting. * ext/standard/basic_functions.c ext/standard/basic_functions.h ext/standard/php_string.h ext/standard/string.c: added a output handler function ob_iconv_handler which tranforms output encoding using iconv(). 2001-01-08 Shane Caraveo * sapi/isapi/stresstest/stresstest.cpp: ignore blank lines * sapi/isapi/stresstest/notes.txt sapi/isapi/stresstest/stresstest.cpp: add notes on this program 2001-01-07 Shane Caraveo * sapi/isapi/stresstest/stresstest.cpp sapi/isapi/stresstest/stresstest.dsp: stresstest is based on cgiwrap. it can be used to debug php4isapi.dll without the use of an actual web server. * sapi/isapi/php4isapi.c: define flag to turn off exception handling 2001-01-07 Stig Venaas * ext/standard/credits_ext.h: Added OpenSSL * configure.in: Changed OpenSSL requirements from 0.9.6 to 0.9.5 * ext/ldap/ldap.c: Minor changes to LDAP_OPT constants, and added support for controls to ldap_set_option. 2001-01-07 Zeev Suraski * ext/standard/browscap.c: Fix possible startup crash * main/php_ini.h: Fix CGI build * main/main.c: Change get_ini_entry to get_configuration_directive 2001-01-07 Derick Rethans * ext/standard/crypt.c: - Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd 2001-01-07 Stig Venaas * ext/ldap/ldap.c ext/ldap/php_ldap.h: Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like LDAP_SIZELIMIT_EXCEEDED and returns referral results. Added new functions ldap_parse_result(), ldap_first_reference(), ldap_next_reference() and ldap_parse_reference() that among other things make referrals and search references accessible. 2001-01-07 Sascha Schumann * ext/imap/php_imap.c: Fix ZTS build which was broken by the last commit 2001-01-07 Thies C. Arntzen * ext/oci8/oci8.c: Merged from rev 1.105 * ext/oci8/oci8.c: fix small leak in ociexecute() fixes: #8573 submitted by: tcarroll@chc-chimes.com 2001-01-07 Stig Venaas * acinclude.m4 ext/openssl/openssl.c: Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5 2001-01-07 Sascha Schumann * ext/session/session.c: Use MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation. * ext/session/tests/004.phpt ext/session/tests/005.phpt: Add a new test and refine the fourth test * ext/session/mod_user.c ext/session/session.c: Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair. Submitted by: Andi Gutmans 2001-01-07 Jani Taskinen * ext/gd/gdcache.h: Fixed bug: 8478 * ext/imap/php_imap.c: imap_user and imap_password were freed too early. PR: 8424 2001-01-07 Jon Parise * pear/CODING_STANDARDS: Fix typo. This one was my fault, anyway. 2001-01-07 Chuck Hagenbuch * pear/CODING_STANDARDS: list the correct modeline for vi. 2001-01-06 Mika Tuupola * pear/Image/Remote.php: Initial commit. 2001-01-06 Rui Hirokawa * ext/gd/config.m4: fixed option name mismatch. * ext/sablot/config.m4 ext/sablot/php_sablot.h ext/sablot/sablot.c: linked with libexpat. it's necessary to use sablot-0.50. added xslt_set_encoding() function. 2001-01-05 Frank M. Kromann * ext/odbc/php_odbc.c: Adding hack to allow odbc_tables to work on Access databases 2001-01-05 Chuck Hagenbuch * pear/File/Passwd.php pear/Makefile.in: add File/Passwd.php to the install rules, and change the class name to File_Passwd to match our standard. * pear/Mail.php: revert Jon's patch, leaving only the correct one. 2001-01-05 Rasmus Lerdorf * pear/File/Passwd.php: A quick little class I tossed together to manipulate passwd files with Will clean it up soonish... 2001-01-05 Jon Parise * pear/Mail.php: $from_arr is a two-dimensional array here. Treat it as such. Submitted by: Max Kalika 2001-01-05 Chuck Hagenbuch * pear/Mail.php: make sure we get back a flat array from parseAddressList(). 2001-01-05 Jon Parise * configure.in: Fix the substitution of PEAR_INSTALLDIR. (@PEAR_INSTALLDIR@ in pear/PEAR.php.in) 2001-01-05 Daniel Beulshausen * ext/xml/xml.c: remove stupid ifdef's * win32/php4dll.dsp win32/php4dllts.dsp: finally remove -S option from bison * ext/standard/datetime.c: fixed date not allocating enough buffer, bug 7963 * ext/xml/xml.c: include config.w32.h under win32 * sapi/apache/php_apache.c: make threaded apache module build again 2001-01-05 Andi Gutmans * ext/domxml/php_domxml.c: - Get rid of C++ comments 2001-01-05 Uwe Steinmann * ext/domxml/php_domxml.c: - fixed potential segmfault in xmldoc() and xmldocfile() 2001-01-05 Jani Taskinen * configure.in: Added missing ieeefp.h. (This is needed e.g. by nsapi on some systems) 2001-01-05 Rui Hirokawa * ext/xml/Makefile.in ext/xml/config.m4 ext/xml/php_xml.h ext/xml/xml.c: added libxml-1.95 support and some new functions related to namespace support. changed config.m4 to support xml extension as shared module. 2001-01-05 Chuck Hagenbuch * pear/CODING_STANDARDS: initial coding standards doc for all to argue over. 2001-01-04 Sebastian Bergmann * pear/Benchmark/Iterate.php pear/Benchmark/Timer.php: Added some more documentation. Fixed whitespaces, at least I hope so. * pear/Benchmark/Iterate.php pear/Benchmark/Timer.php: Changed my email address. 2001-01-04 Frank M. Kromann * ext/mssql/php_mssql.c: Fixing wrong return value when executing statements not returning a record set. 2001-01-04 Sascha Schumann * ext/session/session.c: MFH session_unset() fix * tests/dirname.phpt: MFH with version 1.2 2001-01-04 Chuck Hagenbuch * pear/Log.php: fix the Log::factory() method to assume that the Log stuff is in the include_path (like all of PEAR does). 2001-01-04 Jan Borsodi * ext/qtdom/CREDITS: Added credits. * ext/qtdom/qtdom_qt.cpp: Removed some stupid header text. Implemented functions for returning the error string and starting and stopping the message handler. Added comments for all functions. * ext/qtdom/qtdom_qt.h: Removed some stupid header text. Added a new struct for handling error logs and Qt Message Handler handles. Added functions for returning the error string and starting and stopping the message handler. * ext/qtdom/qtdom.c: New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured. Fixed the documentation for the qdom_tree function. Added init and shutdown code for some global variables. Added code for starting and stopping the Qt Message Handler in qdom_tree. * ext/qtdom/qtdom.h: New function qdom_error which returns the error text from the last qdom operation, or FALSE if none occured. 2001-01-04 Jouni Ahto * ext/informix/ifx.ec ext/informix/php_informix.h ext/interbase/interbase.c ext/interbase/php_interbase.h ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h EXTENSIONS: Changing my email address... 2001-01-03 Zeev Suraski * NEWS configure.in main/php_version.h: Prepare 4.0.4pl1-RC1 PR: Submitted by: Reviewed by: Obtained from: * sapi/apache/mod_php4.c: Fix last couple of problematic execution paths that could corrupt the INI values * sapi/apache/mod_php4.c: Merge Apache module fixes - engine = off propogating to other vhosts and possible INI entries corruption PR: Submitted by: Reviewed by: Obtained from: 2001-01-03 Chuck Hagenbuch * pear/Mail.php pear/Mail/rfc822.php: Mail.php: use the Mail_rfc822:: class to parse addresses. There is a small performance penalty, but it handles rfc822 groups, which imap_rfc822_parse_adrlist doesn't. rfc822.php: Style fixes, some small tweaks/optimizations, and work around a bit of object weirdness that caused the test for $this (to see if we were being called statically) to not be sufficient. 2001-01-03 Jani Taskinen * acinclude.m4: Added better checking for OpenSSL's libraries. Now configure stops if the libs aren't found. 2001-01-03 Jon Parise * ext/sockets/sockets.c: Make socket support compile under Solaris 8 with the Sun WorkShop compiler. PR: 8468 2001-01-03 Jani Taskinen * ext/pdf/pdf.c: I missed this function.. * ext/curl/curl.c: Fix pr #8305. * ext/pdf/pdf.c ext/pdf/php_pdf.h: Trying to bring pdf extension a bit more up to date. 2001-01-03 Daniel Beulshausen * ext/pdf/pdf.c: fix filepath handling 2001-01-03 Chuck Hagenbuch * pear/Makefile.in: add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules. 2001-01-03 Dan Kalowsky * ext/odbc/php_odbc.c ext/odbc/php_odbc.h: These changes are to reflect those in the 4.0.5 development branch. Mainly adding in compile capability for the OPENLINK system (changed a SQLINTEGER to an SDWORD to allow compile), and re-added in a #define for SOLID 3.0 systems... both are needed for proper functionality. PR: Submitted by: Reviewed by: Obtained from: 2001-01-03 Zeev Suraski * main/SAPI.h sapi/apache/mod_php4.c: Fix Apache module and remove excess elements from the SAPI structure 2001-01-03 Daniel Beulshausen * ext/pdf/pdf.c: fix bug 8341 & 8394 2001-01-03 Jani Taskinen * sapi/apache/mod_php4.c: Fix compile. 2001-01-03 Stanislav Malyshev * main/rfc1867.c: Fix #8486 (name= without quotes in MIME Content-Disposition header) Ported fix by kk/sas from PHP 3 2001-01-03 Chuck Hagenbuch * pear/Date/Human.php pear/Makefile.in: add allan@lodestone.co.za's Date_Human calculator class. * pear/Mail/rfc822.php pear/Makefile.in: here's an initial version of Richard Heyes' rfc822 email address parser. * pear/Benchmark/Timer.php: match coding standards, and be nice enough to work when bcmath isn't loaded. * pear/Crypt/HCEMD5.php: fix silly bug introduced by wrong order of arguments. this is slightly more elegant, anyway... 2001-01-02 Zeev Suraski * ext/com/COM.c: Import COM patch from Harald Radi The new code should allow for better international support. * sapi/servlet/servlet.c sapi/thttpd/thttpd.c sapi/phttpd/phttpd.c sapi/pi3web/pi3web_sapi.c sapi/roxen/roxen.c sapi/isapi/php4isapi.c sapi/nsapi/nsapi.c sapi/apache2filter/sapi_apache2.c sapi/caudium/caudium.c sapi/cgi/cgi_main.c main/php_ini.h sapi/aolserver/aolserver.c sapi/apache/mod_php4.c NEWS ext/standard/info.c main/SAPI.c main/SAPI.h main/main.c main/php_ini.c: Many patches. I hope I remember them all: - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. 2001-01-02 Stig Venaas * acinclude.m4: I think the order is wrong, switched order of ssl and crypto libs 2001-01-02 Jon Parise * php.ini-dist php.ini-optimized: Make this comment readable. 2001-01-02 Chuck Hagenbuch * ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re: Make the generated lower case and terminated with a /, to be xhtml-compliant. 2001-01-02 Rasmus Lerdorf * ext/standard/datetime.c: Fix date('r') overflow