2002-08-14 helly * ext/standard/info.c: do not include "php_have_iconv.h" 2002-08-14 yohgaki * ext/session/session.c php.ini-dist php.ini-recommended: MFH. Trans SID related changes. * ext/session/session.c: Forgot to update source default. 2002-08-14 kalowsky * ext/imap/php_imap.c: Comming a fix for a compile error found in Bug #15630 * ext/odbc/php_odbc.c: Silencing a compilier warning on windows * ext/java/config.m4: Updating the error message to state a difference between libraries and include. Also restoring old for search to keep BC on configure 2002-08-14 chregu * ext/domxml/php_domxml.c: - let DomNode->replace_child always behave correctly (acc. to W3C specs) if the newchild had the same parent as the old child, nothing happened, which seemed strange behaviout to me... 2002-08-14 kalowsky * NEWS: Giving Ilia his props * sapi/apache/mod_php4.c: Fix for Bug #9280 with regards to an Expect header. patch submitted by Ilia * ext/java/config.m4: Adding a check for the binaries rather than just the directories. 2002-08-14 chregu * ext/domxml/php_domxml.c: DomNode->replace_node moves instead of copies node. 2002-08-14 kalowsky * ext/java/config.m4: JavaC doesn't take flags like this, Java jar does, pay attention kalowsky * ext/java/config.m4: cleaning up the displayed path (removing the ./ in the middle) * sapi/nsapi/config.m4: Fix for Bug #18794, and probably various others with nsapi * ext/odbc/php_odbc.c: correcting these to be only docref's not docref1's * ext/java/config.m4 ext/java/java.c: Adding in MSG_RESULT check and \n for configure output viewing 2002-08-14 chregu * ext/domxml/php_domxml.c: - fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.)) - DomNode->insert_before behaves now according to W3C spec ie. new_child is moved, not copied. (chregu) 2002-08-14 kalowsky * ext/java/config.m4: Correcting mis-versioned comment * ext/java/config.m4: JAVA_INCLUDE, not JAVE_INCLUDE * ext/java/config.m4: A little more clean up on the error messages, with a sample JDK 1.3 path to libjava.so * ext/java/config.m4: correcting the AC_MSG_RESULT line * ext/java/config.m4: adding in PATH check for JavaJar as well... 2002-08-14 chregu * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - Added some namespace support with DomNode->add_namespace(uri, prefix) and DomDocument->create_element_ns(uri, nodename) (chregu) 2002-08-14 kalowsky * ext/java/config.m4: Fix a bug for a user provided path as eru. 2002-08-14 chregu * ext/domxml/php_domxml.h: bump up api version number * ext/domxml/php_domxml.c: fix for bug #18196 * ext/domxml/php_domxml.c: fix for bug #18395 (DOMXML crash on removing previously created attributes) * ext/domxml/php_domxml.c: - DomNode->child_nodes() returns empty array instead of false, if no - child nodes are found (chregu) 2002-08-14 helly * NEWS: -remove corrupt entry until change has been completed -minor fixes -honor Derick for his idea error messages to point to the manual 2002-08-14 yohgaki * php.ini-dist php.ini-recommended: Added trans_sid security risk examples. 2002-08-14 dets * ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbstring.c ext/mbstring/mbstring.h ext/mbstring/unicode_table_ru.h: Revert from patch added mb_guess_encoding to previous version 2002-08-14 yohgaki * ext/mbstring/README: Add warning... It seems posting message to php-dev/php-cvs does not work! 2002-08-14 dets * ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbstring.c ext/mbstring/mbstring.h ext/mbstring/unicode_table_ru.h: Added new function mb_guess_encoding, based on symbols rating 2002-08-14 kalowsky * NEWS: Adding in updates for the fixes to ODBC, and markers for the pack/unpack memory leaks 2002-08-13 kalowsky * ext/odbc/php_odbc.c: Fix for Bug #17572 * ext/standard/pack.c: Fixed another memory leak, patch provided by Ilia * ext/standard/pack.c: Fixes a memory leak which results when an invalid format code is specified. Patch by Ilia * CODING_STANDARDS: As per the suggestion on php-dev, now please #ifdef 0_ * NEWS: Updating to reflect ODBC additons and default timeout * ext/odbc/php_odbc.c: fixing my misunderstanding of the php_error_docref * ext/cpdf/cpdf.c: Removing the PHP_31 tag... 2002-08-13 helly * CODING_STANDARDS: -better use external example -say NULL is intended -correct example * php.ini-dist php.ini-recommended: docref_root and docref_ext for php_error_docref() 2002-08-13 kalowsky * main/network.c: Correcting as per discussion with Iliaa and Edin on efnet://#php.bugs * main/network.c: Bug Fix #16113, as reflective of a php-dev convo between wez and iliaa * ext/odbc/php_odbc.c: Fixing the php_error_docref's to be compliant with the standard. 2002-08-13 helly * CODING_STANDARDS: comments & php_error_docref * ext/exif/exif.c: some work on the messages * main/main.c: allow target anchor only for docref parameter 2002-08-13 fujimoto * Makefile.global: cleaning up include files created by PHP_DEFINE when 'make distclean'ed 2002-08-13 kalowsky * ext/qtdom/config.m4: Fix for Bug #18873 2002-08-13 Rasmus Lerdorf * ext/standard/file.c ext/standard/dir.c: Missing proto * ext/oci8/oci8.c: Single-line comments please 2002-08-13 kalowsky * ext/odbc/php_odbc.c: spelling error * ext/odbc/php_odbc.c: Added more folding markers.... 2002-08-13 Rasmus Lerdorf * ext/ldap/ldap.c ext/standard/basic_functions.c ext/mbstring/mbstring.c ext/xmlrpc/xmlrpc-epi-php.c main/output.c: bool not boolean * main/output.c: Use int, not integer. * ext/standard/dir.c: dir() returns an instantiated object, not a class. * ext/mcve/mcve.c: Don't use long as a type * ext/ftp/php_ftp.c: Fix typo * ext/exif/exif.c: Don't use long as a type 2002-08-13 kalowsky * ext/db/db.c: Fix for Bug #18746 by sfox and I 2002-08-13 Rasmus Lerdorf * sapi/apache/php_apache.c: Fix proto 2002-08-13 kalowsky * ext/odbc/php_odbc.c: Let to php_error_docref revolution begin 2002-08-12 helly * ext/exif/exif.c: use of php_error_docref * main/main.c main/php.h: fix for extension = "" make php_verror available * ext/gd/libgd/gd.c: -wrong fabsf define for MSVC.6 -MIN and MAX only if undefined 2002-08-12 kalowsky * ext/odbc/php_odbc.c: Point corrected by Markus * ext/odbc/php_odbc.c: Umm forgot to clean up the error messages, and add a stop for looping. * ext/odbc/php_odbc.c: cleaned up to work with OpenLink iODBC better 2002-08-12 wez * ext/curl/config.m4 ext/curl/curl.c ext/curl/curlstreams.c ext/curl/php_curl.h ext/standard/basic_functions.c: Implement curl based wrappers. Currently read-only, and http is the only thing tested. Because of this, using them can be controlled by configure: --with-curlwrappers Use CURL for url streams Not for production use... This enables http, https, ftp and ldap protocols as streams. 2002-08-12 helly * ext/gd/libgd/gd.c: ups wrong include committed * main/spprintf.c: increase allocation chunks * ext/gd/config.m4 ext/gd/libgd/gd.c: check for fabsf and floorf in config.m4 msvc.6 needs a define, msvc.net needs special treatment 2002-08-12 chregu * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - Added $DomDocument->xinclude() for substitution of XIncludes in a DomDocument (chregu) 2002-08-12 helly * ext/gd/libgd/gd.c: more conversion fixes 2002-08-12 edink * main/spprintf.c main/spprintf.h: Export spprintf() so that extension can link properly on win32. 2002-08-12 pbannister * main/php_ini.c: Minor cleanups to path building and php*.ini search logic. Made path_seperator string static (which solves the lookup problems Sebastian saw). 2002-08-12 kalowsky * ext/odbc/php_odbc.c: okay confirmation they don't exist in another driver... they're gone 2002-08-11 helly * ext/gd/libgd/gd.c: -quick hack to allow compilation under windows again -correct solution to follow tomorrow 2002-08-11 kalowsky * win32/php4dllts.dsp: Added the php_odbc_includes.h file * ext/odbc/php_odbc.c ext/odbc/php_odbc.h: The start of adding odbc_data_source() functionality 2002-08-11 helly * ext/gd/libgd/gd_gd.c: missed to commit this fix: correct since this is only a flag * ext/gd/libgd/gd2copypal.c ext/gd/libgd/gd_jpeg.c ext/gd/libgd/gdft.c ext/gd/libgd/gd.c: try even more to fix those warnings..... 2002-08-11 wez * ext/standard/http_fopen_wrapper.c: Missing word... 2002-08-11 kalowsky * ext/java/config.m4: The start of adding in MacOSX compatibility. No objections on the php-dev list from the sent patch for a week. Test and fix. * TODO: removing the TODOs done already. 2002-08-11 wez * ext/standard/ftp_fopen_wrapper.c ext/standard/http_fopen_wrapper.c main/php_streams.h: Properly implement TSRM parameters to the new log_error function... (Thanks Marcus!) Add a convenience macro for importing a stream from a zval. 2002-08-11 helly * ext/gd/libgd/gd_topal.c: try to get this work ... * ext/gd/libgd/gd.c ext/gd/libgd/gd_gd.c ext/gd/libgd/gd_gd2.c ext/gd/libgd/gd_jpeg.c ext/gd/libgd/gd_png.c ext/gd/libgd/gd_topal.c ext/gd/libgd/gd_wbmp.c ext/gd/libgd/gdft.c ext/gd/libgd/gdhelpers.c ext/gd/libgd/wbmp.c: try to fix those warnings..... 2002-08-11 wez * main/network.c: More verbosity when activating SSL on a socket fails. * README.STREAMS ext/standard/ftp_fopen_wrapper.c ext/standard/http_fopen_wrapper.c main/php_streams.h main/streams.c: Introduce an error stack for wrappers, to help prevent multiple errors and warnings (some of which are bogus) when there are problems opening streams. Implement sanity check on the mode used to open ftp and http connections. This fixes Bug 12004. * main/main.c: Minor fix for html_errors=on in php_error_docref. 2002-08-11 yohgaki * ext/zlib/zlib.c php.ini-dist php.ini-recommended: Changed my mind. Let users decided whether users want larger chunk size or not. enable output_buffering also. (Marcus, Yasuo) * ext/zlib/zlib.c: Generally speaking, sending packets less than 1KB is not efficient. We're better to take some benchmarks see if removing extra buffer is actually a good idea or not. 2002-08-10 helly * sapi/cli/php_cli.c: change order of initialisation to allow making filename available through $_SERVER variables (Bug #18657) 2002-08-10 wez * main/streams.c: remove obsolete TSRMLS_FETCH * ext/openssl/openssl.c: correct proto 2002-08-10 Tomas V.V.Cox * pear/System.php: ZE2 fix on calls to mkdir() (thanks Brad Bulger ) 2002-08-10 helly * ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re ext/zlib/zlib.c main/output.c: corrected handling of internal output buffers minor fixs * ext/zlib/zlib.c: no need to start additional first buffer when output compression is first buffer * ext/zlib/zlib.c: should fix all windows warnings 2002-08-10 sebastian * main/network.c: Fix ZTS builds. 2002-08-09 helly * ext/zlib/php_zlib.h ext/zlib/zlib.c php.ini-recommended ext/standard/head.c main/main.c main/output.c main/php_output.h php.ini-dist: Improved handling of output buffers (see news)\n#No trim for the string parameter... * main/main.c: docref shall either be NULL or a reference to a manual page without an extension or an external reference starting with 'http://'. 2002-08-09 georg * ext/mysql/php_mysql.c: forgot to remove another LOCAL_INFILE opion call 2002-08-09 wez * configure.in main/network.c ext/standard/file.c: Centralize some blocking socket related code. * ext/openssl/tests/001.phpt: syntax highlighting for vim 2002-08-09 helly * ext/standard/head.c: possible memoryleak 2002-08-09 georg * ext/mysql/libmysql/acinclude.m4: fixed bug #18815 2002-08-09 yohgaki * php.ini-dist: Move unserialize_callback_func description a little * php.ini-recommended: Add unserialize_callback_func to php.ini-recommended. * php.ini-recommended php.ini-dist: Added note for output_handler usage. (with Marcus and Adam's fix) 2002-08-09 James Cox * main/streams.c: Copy() fixed to return 1 on 0 byte files. Patch by Ilia A . 2002-08-08 yohgaki * ext/standard/file.c: Remove duplicated checks. 2002-08-08 helly * main/main.c: No missleading 2002-08-08 James Cox * ext/gd/libgd/gdft.c: thunder seems to have stopped 2002-08-08 hholzgra * ext/standard/info.c: reverting ' to \" to stop stupid discussions although i still do not believe the arguments are reasonable ... 2002-08-08 helly * main/main.c: Say FIXME to non function calls and non TSRM builds. Both will currentls not show a default reference. * main/main.c main/php.h main/php_globals.h: rename php_error_func to php_error_docref and support Wez idea that solves ToDo requirement to point to PHP Manual in error messages. 2002-08-08 sebastian * ext/ftp/ftp.c ext/ftp/php_ftp.c: Fix warnings. 2002-08-08 helly * ext/standard/php_mail.h: those are allways defined -> fixes warning in basic_functions.c 2002-08-08 James Cox * ext/gd/libgd/gdft.c: Reverting patch. after more investigation this doesn't help in all that many cases, and with Wez's better patch, sometimes degrade's quality. 2002-08-08 hholzgra * ext/standard/info.c: the order to do things is save-compile-commit no variations and make sure editor and shell are in the same dir :( * ext/standard/info.c: fix for #18782 (setting background color without making sure the text crtmut in /new/php/php4untouched on hartmut php4untouched > cvs update ext/standard/info. cvs [update aborted]: received interrupt signal hartmut in /new/php/php4untouched on hartmut php4untouched > cvs update ext/standard/info.c RCS file: /repository/php4/ext/standard/info.c,v retrieving revision 1.184 retrieving revision 1.188 Merging differences between 1.184 and 1.188 into info.c rcsmerge: warning: conflicts during merge cvs server: conflicts found in ext/standard/info.c C ext/standard/info.c hartmut in /new/php/php4untouched on hartmut php4untouched > cvs log ext/standard/info.c RCS file: /repository/php4/ext/standard/info.c,v Working file: ext/standard/info.c head: 1.188 branch: locks: strict access list: symbolic names: dev/: 1.188 php_4_2_2: 1.167.2.1 PHP_4_2_2: 1.167.2.1.0.2 php_4_3_0_dev_zend2_alpha2: 1.183 php5_5_0: 1.182 php_4_3_0dev: 1.182 php_4_3_0_dev_zend2_alpha1: 1.181 php_4_2_1: 1.167.2.1 php_4_2_1RC2: 1.167.2.1 php_4_2_1RC1: 1.167.2.1 php_4_2_0: 1.167.2.1 php_4_2_0RC4: 1.167.2.1 php_4_2_0RC3: 1.167.2.1 php_4_2_0RC2: 1.167.2.1 php_4_2_0RC1: 1.167.2.1 PHP_4_2_0: 1.167.0.2 php_4_1_2: 1.153.2.1 php_4_1_1: 1.153.2.1 ChangeLog: 1.161 php_4_1_0: 1.153.2.1 php_4_1_0RC5: 1.153.2.1 php_4_1_0RC4: 1.153.2.1 php_4_1_0RC3: 1.153.2.1 php_4_1_0RC2: 1.153.2.1 php_4_1_0RC1: 1.153.2.1 php_4_0_7RC3: 1.153 php4: 1.157 POST_SUBST_Z_MACROS: 1.157 PRE_SUBST_Z_MACROS: 1.155 php_4_0_7RC2: 1.153 RAND_REDESIGN: 1.154.0.2 php_4_0_7RC1: 1.153 PHP_4_0_7: 1.153.0.2 PRE_TSRM_MERGE_PATCH: 1.142 php_4_0_6: 1.137.2.1 php_4_0_6RC4: 1.137.2.1 php_4_0_6RC3: 1.137.2.1 php_4_0_6RC2: 1.137.2.1 php_4_0_6RC1: 1.137 PHP_4_0_6: 1.137.0.2 php_4_0_5: 1.132 php_4_0_5RC8: 1.132 php_4_0_5RC7: 1.132 php_4_0_5RC6: 1.132 php_4_0_5RC5: 1.132 php_4_0_5RC4: 1.132 php_4_0_5RC3: 1.132 php_4_0_5RC2: 1.132 php_4_0_5RC1: 1.132 PHP_4_0_5: 1.132.0.2 php_4_0_4pl1: 1.124 php_4_0_4pl1RC2: 1.124 php_4_0_4pl1RC1: 1.124 php_4_0_4REL: 1.124 php_4_0_4RC6: 1.124 php_4_0_4RC5: 1.124 php_4_0_4RC4: 1.124 php_4_0_4RC3: 1.124 php_4_0_4: 1.124.0.2 php_4_0_3: 1.116 php_4_0_3RC2: 1.114 php_4_0_3RC1: 1.114 php_4_0_2: 1.113 php_4_0_2RC1: 1.110 PRE_FILE_COMPILE_API_CHANGE: 1.108 php_4_0_1pl1: 1.104 php_4_0_1: 1.104 php_4_0_1RC2: 1.104 php_4_0_1RC: 1.101 php_4_0_0: 1.93 php_4_0RC2: 1.89 php_4_0RC1: 1.70 php_4_0b4pl1: 1.67 php_4_0b4: 1.65 php_4_0b4_rc1: 1.65 BEFORE_SAPI_POST_PATCH_17_FEB_2000: 1.62 BEFORE_SAPIFICATION_FEB_10_2000: 1.60 BEFORE_PRE_SHUTDOWN_REVERSE_PATCH: 1.57 PRE_ISSET_TYPE: 1.55 PRE_LIBZEND_TO_ZEND: 1.51 PRE_USED_RETURN_VALUE_PATCH: 1.39 php_4_0b3: 1.39 php_4_0b3_RC5: 1.39 php_4_0b3_RC4: 1.39 php_4_0b3_RC3: 1.39 php_4_0b3_RC2: 1.39 before-sapi-split: 1.36 php_4_0b2: 1.30 php_4_0b2-2: 1.27 php_4_0b2-1: 1.27 BEFORE_NEW_OPERATOR_FIX: 1.26 newoperator: 1.26.0.2 BEFORE_BIG_SYMBOL_CHANGE: 1.26 php_4_0b1: 1.25 BEFORE_REMOVING_AI_COUNT_FINAL_STEP: 1.14 BEFORE_REMOVING_GC_STEP1: 1.14 BEFORE_PHP4_APACHE_MODULE_CHANGE: 1.14 keyword substitution: kv total revisions: 191; selected revisions: 191 description: ---------------------------- revision 1.188 date: 2002/08/05 19:00:09; author: helly; state: Exp; lines: +16 -2 Correct carset if iconv is active ---------------------------- revision 1.187 date: 2002/08/04 22:49:48; author: helly; state: Exp; lines: +9 -3 -Send charset US-ASCII or ini setting default_charset. ---------------------------- revision 1.186 date: 2002/08/04 18:59:16; author: georg; state: Exp; lines: +2 -2 ups.. :) ---------------------------- revision 1.185 date: 2002/08/04 18:57:02; author: georg; state: Exp; lines: +2 -2 added meta tag (w3c compliance) Thx to Ilia Alshanetsky (ilia@prohost.org) ---------------------------- revision 1.184 date: 2002/07/01 18:52:30; author: derick; state: Exp; lines: +8 -8 - No C++ comments ---------------------------- revision 1.183 date: 2002/06/19 13:24:01; author: sander; state: Exp; lines: +7 -12 Made the API versions appear better on phpinfo(); ---------------------------- revision 1.182 date: 2002/06/08 10:25:44; author: mfischer; state: Exp; lines: +32 -2 - Since streams are always enabled, instead of just printing 'enabled' we tell what streams are currently registered. ---------------------------- revision 1.181 date: 2002/05/24 17:25:40; author: sander; state: Exp; lines: +4 -4 Fix and tags in phpinfo() output (#17411) ---------------------------- revision 1.180 date: 2002/05/13 17:43:04; author: zeev; state: Exp; lines: +6 -6 - Fix a buglet in printing of GPCSE arrays - Remove indirect access ---------------------------- revision 1.179 date: 2002/05/13 08:46:21; author: zeev; state: Exp; lines: +4 -1 - Centralize html_puts() again - Revolutionize phpinfo()'s speed ---------------------------- revision 1.178 date: 2002/05/12 14:50:54; author: sas; state: Exp; lines: +2 -2 Use string_len information ---------------------------- revision 1.177 date: 2002/05/12 14:48:22; author: sas; state: Exp; lines: +7 -6 reenable php_html_puts ---------------------------- revision 1.176 date: 2002/05/11 12:41:32; author: zeev; state: Exp; lines: +6 -6 Centralize html_puts() logic - php_html_puts() remains as an API wrapper ---------------------------- revision 1.175 date: 2002/05/09 11:56:52; author: derick; state: Exp; lines: +4 -1 - Add PHP_API_VERSION too ---------------------------- revision 1.174 date: 2002/05/09 11:47:37; author: derick; state: Exp; lines: +7 -4 - Show both API nos ---------------------------- revision 1.173 date: 2002/05/02 17:36:00; author: fmk; state: Exp; lines: +2 -2 Fixing wrong pointer ---------------------------- revision 1.172 date: 2002/05/02 12:33:03; author: derick; state: Exp; lines: +7 -1 - Add Zend API No. to phpinofo() output ---------------------------- revision 1.171 date: 2002/03/29 10:19:23; author: ssb; state: Exp; lines: +71 -17 (PHP php_uname) display runtime uname rather than compile-time uname, added an optional parameter to get single fields (like uname(1)) ---------------------------- revision 1.170 date: 2002/03/15 21:03:05; author: wez; state: Exp; lines: +2 -4 New PHP streams... ---------------------------- revision 1.169 date: 2002/03/14 18:39:53; author: zeev; state: Exp; lines: +3 -3 Change case for consistency ---------------------------- revision 1.168 date: 2002/03/14 13:35:19; author: zeev; state: Exp; lines: +3 -3 Make it clearer what this entry means ---------------------------- revision 1.167 date: 2002/03/04 20:14:52; author: sas; state: Exp; lines: +2 -1 branches: 1.167.2; Add apparently missing include ---------------------------- revision 1.166 date: 2002/03/04 18:46:53; author: sas; state: Exp; lines: +7 -6 Supply php_html_puts which escapes a whole string.. now fully works in ZTS mode, too. ---------------------------- revision 1.165 date: 2002/03/04 18:12:55; author: sas; state: Exp; lines: +5 -5 revert last commit, puts does more through putc. ---------------------------- revision 1.164 date: 2002/03/04 17:48:20; author: sas; state: Exp; lines: +6 -6 Use PHPWRITE to output data. Because this just outputs diagnostic information, a few spaces won't hurt (and multiple ones are rendered as one by browsers anyway). Micro-benchmarks which use phpinfo() as a mean to generate output will yield more through-put now (35 req/s vs. 83 req/s in tux). ---------------------------- revision 1.163 date: 2002/02/28 08:26:45; author: sebastian; state: Exp; lines: +2 -2 Maintain headers. ---------------------------- revision 1.162 date: 2001/12/29 14:23:58; author: sebastian; state: Exp; lines: +2 -2 PHP 4.0 -> PHP 4. Patch by Martin Jansen . ---------------------------- revision 1.161 date: 2001/12/11 15:30:32; author: sebastian; state: Exp; lines: +3 -3 Update headers. ---------------------------- revision 1.160 date: 2001/12/06 13:31:34; author: sterling; state: Exp; lines: +3 -3 use PHP_INFO_ALL and PHP_CREDITS_ALL instead of hardcoding them ---------------------------- revision 1.159 date: 2001/10/11 23:33:49; author: ssb; state: Exp; lines: +17 -6 * zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) ---------------------------- revision 1.158 date: 2001/10/06 20:13:37; author: derick; state: Exp; lines: +3 -3 -
->
---------------------------- revision 1.157 date: 2001/09/25 22:48:43; author: jeroen; state: Exp; lines: +2 -2 2nd phase in back-substitution those macro's I've got pretty much everything now... ---------------------------- revision 1.156 date: 2001/09/25 21:58:23; author: jeroen; state: Exp; lines: +13 -13 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. ---------------------------- revision 1.155 date: 2001/09/09 13:29:18; author: derick; state: Exp; lines: +3 -3 - Don't wrap lines... this is annoying while coding. ---------------------------- revision 1.154 date: 2001/08/15 22:37:31; author: sniper; state: Exp; lines: +2 -2 Add the build time too. Bug: #12774 ---------------------------- revision 1.153 date: 2001/08/13 19:31:16; author: zeev; state: Exp; lines: +5 -3 branches: 1.153.2; Fix crashes in parse_parameters calls HEADS UP: Make sure you supply TSRMLS_CC for this function! I'll try to think of a way that'd allow us to find this issue using the compiler. ---------------------------- revision 1.152 date: 2001/08/13 07:55:38; author: rasmus; state: Exp; lines: +19 -13 Track down a few more functions that don't check for 0 args and use faster mechanism ---------------------------- revision 1.151 date: 2001/08/13 07:28:57; author: rasmus; state: Exp; lines: +3 -1 Oops, a little too much simplification there.. ;) ---------------------------- revision 1.150 date: 2001/08/13 06:43:47; author: rasmus; state: Exp; lines: +34 -36 We don't consistently check for args passed to functions that don't take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there. ---------------------------- revision 1.149 date: 2001/08/11 17:03:37; author: zeev; state: Exp; lines: +11 -11 Whitespace ---------------------------- revision 1.148 date: 2001/08/08 17:16:20; author: zeev; state: Exp; lines: +8 -7 - Implement $_FORM - Update phpinfo() - Update NEWS ---------------------------- revision 1.147 date: 2001/07/31 04:53:50; author: zeev; state: Exp; lines: +4 -5 More TSRMLS_FETCH work ---------------------------- revision 1.146 date: 2001/07/30 09:16:44; author: zeev; state: Exp; lines: +3 -4 More TSRMLS_FETCH work ---------------------------- revision 1.145 date: 2001/07/30 06:18:06; author: zeev; state: Exp; lines: +3 -2 More TSRMLS_FETCH work, and a bit of cleanup ---------------------------- revision 1.144 date: 2001/07/28 11:36:17; author: zeev; state: Exp; lines: +1 -2 Redesigned thread safety mechanism - nua nua ---------------------------- revision 1.143 date: 2001/07/27 10:16:30; author: zeev; state: Exp; lines: +10 -10 - Get rid of ELS_*(), and use TSRMLS_*() instead. - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... ---------------------------- revision 1.142 date: 2001/06/19 15:21:28; author: sbergmann; state: Exp; lines: +12 -12 Finish phpinfo() HTML 4.01 tweaking. ---------------------------- revision 1.141 date: 2001/06/15 18:34:09; author: sbergmann; state: Exp; lines: +38 -40 Make output of phpinfo() compliant with HTML 4.01. ---------------------------- revision 1.140 date: 2001/06/06 13:05:51; author: rasmus; state: Exp; lines: +27 -13 Fix folding and clean up some extensions ---------------------------- revision 1.139 date: 2001/06/05 13:12:04; author: rasmus; state: Exp; lines: +2 -1 vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions ---------------------------- revision 1.138 date: 2001/05/20 01:31:53; author: sniper; state: Exp; lines: +2 -2 This looks better. ---------------------------- revision 1.137 date: 2001/05/11 13:34:49; author: derick; state: Exp; lines: +2 -2 branches: 1.137.2; Tabs please... ---------------------------- revision 1.136 date: 2001/05/11 13:32:10; author: sbergmann; state: Exp; lines: +3 -1 Fix for bug #10815. ---------------------------- revision 1.135 date: 2001/05/06 15:20:56; author: sniper; state: Exp; lines: +14 -14 Fix bug: #10323. Every value outputted is now escaped. ---------------------------- revision 1.134 date: 2001/04/22 01:09:13; author: ssb; state: Exp; lines: +2 -2 * 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 ---------------------------- revision 1.133 date: 2001/04/17 17:06:06; author: wez; state: Exp; lines: +6 -1 Changes for streams. Added temporary fopenstream function to PHP so that the streams can be tested. ---------------------------- revision 1.132 date: 2001/03/04 22:03:23; author: zeev; state: Exp; lines: +2 -2 I don't know German, but I imagine that was the problem :) ---------------------------- revision 1.131 date: 2001/03/04 15:49:38; author: zeev; state: Exp; lines: +7 -8 Fix phpinfo() bug that crept in ---------------------------- revision 1.130 date: 2001/03/04 02:41:27; author: fmk; state: Exp; lines: +9 -15 Changed code layout to remove PHP warning when running php as a CGI. ---------------------------- revision 1.129 date: 2001/02/26 06:07:17; author: andi; state: Exp; lines: +2 -2 - Fix copyright notices with 2001 ---------------------------- revision 1.128 date: 2001/01/02 22:49:26; author: zeev; state: Exp; lines: +3 -3 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. ---------------------------- revision 1.127 date: 2000/12/27 15:43:05; author: zeev; state: Exp; lines: +2 -2 - Make the INI mechanism thread safe (fix necessary API changes from Zend) - Make the Win32 non-TS configuration build again ---------------------------- revision 1.126 date: 2000/12/22 12:57:08; author: zeev; state: Exp; lines: +2 -3 Heads up people! Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... ---------------------------- revision 1.125 date: 2000/12/19 22:59:14; author: zeev; state: Exp; lines: +2 -1 Add the QA team to the credits ---------------------------- revision 1.124 date: 2000/11/20 10:05:57; author: hholzgra; state: Exp; lines: +1 -146 first step towards auto-generated credits ---------------------------- revision 1.123 date: 2000/11/19 19:18:12; author: hholzgra; state: Exp; lines: +2 -2 typo fix (copy/paste bug?) ---------------------------- revision 1.122 date: 2000/11/11 18:38:26; author: sas; state: Exp; lines: +7 -6 Add Apache 2.0 sapi module and sort alphabetically. ---------------------------- revision 1.121 date: 2000/11/06 22:53:11; author: derick; state: Exp; lines: +2 -2 - Added myself to the credits... ---------------------------- revision 1.120 date: 2000/11/05 23:34:49; author: jdonagher; state: Exp; lines: +25 -5 Bring phpcredits() up to date ---------------------------- revision 1.119 date: 2000/11/02 19:07:15; author: neotron; state: Exp; lines: +2 -2 Added Caudium to credit line. ---------------------------- revision 1.118 date: 2000/10/31 17:21:52; author: hholzgra; state: Exp; lines: +4 -4 generalization of image handling in phpinfo ---------------------------- revision 1.117 date: 2000/10/29 11:38:24; author: zeev; state: Exp; lines: +2 -2 Initial steps to move the INI mechanism to the Zend engine ---------------------------- revision 1.116 date: 2000/10/11 13:51:32; author: hholzgra; state: Exp; lines: +3 -3 proto typo fixes ---------------------------- revision 1.115 date: 2000/10/11 11:40:29; author: hholzgra; state: Exp; lines: +10 -1 added missing protos ---------------------------- revision 1.114 date: 2000/09/30 16:12:54; author: andi; state: Exp; lines: +2 -2 - Cleanup some output functions ---------------------------- revision 1.113 date: 2000/08/27 22:46:40; author: rasmus; state: Exp; lines: +17 -20 Some minor cleanup to make W3C's tidy validator happy ---------------------------- revision 1.112 date: 2000/08/27 19:42:45; author: ssb; state: Exp; lines: +35 -19 @Added php_uname() function (Stig) Added php_uname() function. ---------------------------- revision 1.111 date: 2000/08/26 12:53:13; author: rubys; state: Exp; lines: +2 -1 Add ***EXPERIMENTAL*** Zend OO Extension support for Microsoft.Net ---------------------------- revision 1.110 date: 2000/08/21 09:50:52; author: sas; state: Exp; lines: +2 -2 Cleaning up some mess ---------------------------- revision 1.109 date: 2000/08/20 14:43:56; author: sas; state: Exp; lines: +2 -2 Fix numerus of SAPI Modules title ---------------------------- revision 1.108 date: 2000/07/26 05:41:38; author: sterling; state: Exp; lines: +2 -1 * EXTENSIONS -- update status on CURL & SWF * NEWS -- 1. Change wording for the ibase and sybase DB announcement. 2. Remove second pfpro announcement, if pfpro is being released with 4.0.2 entries about new features before 4.0.2 shouldn't be in there. 3. Joey, that entry just doesn't seem incredibly relevant to the NEWS file, I'll backport it if you want (or add a new entry). * ext/standard/info.c -- Add a CREDIT_LINE() for CURL. ---------------------------- revision 1.107 date: 2000/07/25 10:54:07; author: stas; state: Exp; lines: +3 -3 Report configuration path that is really used, not that is compiled in ---------------------------- revision 1.106 date: 2000/07/24 01:39:49; author: david; state: Exp; lines: +3 -1 Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. ---------------------------- revision 1.105 date: 2000/07/08 19:31:16; author: eschmid; state: Exp; lines: +1 -1 Uncomplete proto. ---------------------------- revision 1.104 date: 2000/06/26 18:05:49; author: andrei; state: Exp; lines: +2 -2 Separate plain name returned by php_sapi_module() and pretty name used for output. ---------------------------- revision 1.103 date: 2000/06/26 14:55:38; author: kk; state: Exp; lines: +3 -2 Corrected a syntax error: Macro requires braces. ---------------------------- revision 1.102 date: 2000/06/26 14:43:37; author: kk; state: Exp; lines: +12 -0 Added function php_sapi_name() as written by Stefan Livieratos. ---------------------------- revision 1.101 date: 2000/06/17 07:08:53; author: hholzgra; state: Exp; lines: +1 -1 changed default cell alignment to "left" (see bug id #5048) ---------------------------- revision 1.100 date: 2000/06/16 18:23:57; author: hholzgra; state: Exp; lines: +2 -2 C++ // comments are evil ... ---------------------------- revision 1.99 date: 2000/06/09 01:50:44; author: zeev; state: Exp; lines: +9 -7 Move back everything to where it belongs... ---------------------------- revision 1.98 date: 2000/06/06 17:26:15; author: hholzgra; state: Exp; lines: +1 -1 added missing '/' to closing
tag (BUG ID #4416) ---------------------------- revision 1.97 date: 2000/06/05 19:47:44; author: andi; state: Exp; lines: +2 -2 - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch ---------------------------- revision 1.96 date: 2000/06/03 03:05:29; author: zeev; state: Exp; lines: +1 -0 - Make the INI entries sorted in phpinfo() ---------------------------- revision 1.95 date: 2000/05/27 00:24:03; author: zeev; state: Exp; lines: +1 -1 Add Sam Ruby ---------------------------- revision 1.94 date: 2000/05/25 11:01:31; author: kk; state: Exp; lines: +2 -0 - Added credits. ---------------------------- revision 1.93 date: 2000/05/19 08:28:53; author: zeev; state: Exp; lines: +6 -1 Minor output mods ---------------------------- revision 1.92 date: 2000/05/18 15:34:35; author: zeev; state: Exp; lines: +2 -2 Update the license with the new clause 6 ---------------------------- revision 1.91 date: 2000/05/12 20:49:26; author: sterling; state: Exp; lines: +1 -0 Add Meself for LibSWF. ---------------------------- revision 1.90 date: 2000/05/12 20:11:14; author: jah; state: Exp; lines: +3 -3 ---------------------------- revision 1.89 date: 2000/05/04 10:38:14; author: sas; state: Exp; lines: +1 -1 Change reentrancy API to always use the php prefix. Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. ---------------------------- revision 1.88 date: 2000/04/27 18:37:02; author: zeev; state: Exp; lines: +1 -1 More error handling work (still completely disabled) ---------------------------- revision 1.87 date: 2000/04/21 16:20:11; author: thies; state: Exp; lines: +6 -0 add VDIR info ---------------------------- revision 1.86 date: 2000/04/19 23:46:26; author: zeev; state: Exp; lines: +2 -5 Fix Win32 compilation. Hillarious April 1st joke! ---------------------------- revision 1.85 date: 2000/04/19 23:17:02; author: cmv; state: Exp; lines: +17 -2 A little easter egg for April 1st ... :) ---------------------------- revision 1.84 date: 2000/04/19 12:43:54; author: zeev; state: Exp; lines: +6 -1 phpcredits() update. ---------------------------- revision 1.83 date: 2000/04/17 18:57:40; author: eschmid; state: Exp; lines: +1 -1 Have forgotten myself. ---------------------------- revision 1.82 date: 2000/04/14 21:12:21; author: eschmid; state: Exp; lines: +1 -1 Small corrections. ---------------------------- revision 1.81 date: 2000/04/14 18:22:43; author: zeev; state: Exp; lines: +5 -1 Add the documentation team to the credits page ---------------------------- revision 1.80 date: 2000/04/10 20:21:01; author: zeev; state: Exp; lines: +2 -2 Object overloading API changed slightly (llist is now a pointer) ---------------------------- revision 1.79 date: 2000/04/07 16:41:19; author: cmv; state: Exp; lines: +11 -10 more prettiness ---------------------------- revision 1.78 date: 2000/04/07 15:30:47; author: zeev; state: Exp; lines: +8 -6 Unify ---------------------------- revision 1.77 date: 2000/04/06 22:54:33; author: andi; state: Exp; lines: +1 -1 - ZEND_DEBUG is always defined ---------------------------- revision 1.76 date: 2000/04/05 22:30:19; author: cmv; state: Exp; lines: +1 -1 phpinfo() prettying I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp) ---------------------------- revision 1.75 date: 2000/04/05 21:03:30; author: cmv; state: Exp; lines: +5 -3 finally (thanks Andreas) ---------------------------- revision 1.74 date: 2000/04/05 21:00:35; author: cmv; state: Exp; lines: +3 -3 still cant get this ---------------------------- revision 1.73 date: 2000/04/05 20:48:46; author: cmv; state: Exp; lines: +2 -2 phpinfo() prettying ---------------------------- revision 1.72 date: 2000/04/05 20:29:20; author: cmv; state: Exp; lines: +5 -3 fixed the segfault problem (probably not the prettiest way, but) ---------------------------- revision 1.71 date: 2000/04/05 20:17:02; author: cmv; state: Exp; lines: +132 -62 Prettying up the output of phpinfo(). Someone has to tell me how to get a new .gif logo in there, and why the ZEND_DEBUG output is causing seg faults. I also need to go through all the modules and fix up the output they create. ---------------------------- revision 1.70 date: 2000/03/16 02:18:24; author: thies; state: Exp; lines: +2 -0 *** empty log message *** ---------------------------- revision 1.69 date: 2000/02/26 03:20:54; author: zeev; state: Exp; lines: +1 -1 - Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice ---------------------------- revision 1.68 date: 2000/02/24 08:07:29; author: eschmid; state: Exp; lines: +0 -2 More protos. ---------------------------- revision 1.67 date: 2000/02/21 14:50:41; author: chagenbu; state: Exp; lines: +2 -1 being accountable for the imap and mcal work that I've done (and adding an MCAL credits line) ---------------------------- revision 1.66 date: 2000/02/21 14:35:28; author: askalski; state: Exp; lines: +2 -1 added myself to the FTP/IMAP credits ---------------------------- revision 1.65 date: 2000/02/19 23:41:21; author: zeev; state: Exp; lines: +2 -2 the pipe is breaking all the time ---------------------------- revision 1.64 date: 2000/02/19 20:12:26; author: zeev; state: Exp; lines: +1 -0 Worked on beautifying rfc1867.c a bit @- Introduced $HTTP_POST_FILES[], that contains information about files uploaded @ through HTTP upload (Zeev) ---------------------------- revision 1.63 date: 2000/02/18 17:59:44; author: zeev; state: Exp; lines: +35 -9 - Fix some issues with the ISAPI module, made it friendlier to non Win32 platforms - Added .reg file for PWS setup - Reordered some stuff in phpinfo() ---------------------------- revision 1.62 date: 2000/02/11 15:59:29; author: zeev; state: Exp; lines: +3 -3 Fine tune Andi's patch ---------------------------- revision 1.61 date: 2000/02/10 21:53:56; author: andi; state: Exp; lines: +3 -3 - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 ---------------------------- revision 1.60 date: 2000/02/05 22:58:59; author: zeev; state: Exp; lines: +56 -84 Standardize ---------------------------- revision 1.59 date: 2000/02/05 15:16:11; author: zeev; state: Exp; lines: +0 -2 Cleanup patches ---------------------------- revision 1.58 date: 2000/02/02 14:15:33; author: andrei; state: Exp; lines: +2 -3 Some rearranging. ---------------------------- revision 1.57 date: 2000/01/09 18:32:13; author: zeev; state: Exp; lines: +6 -3 @- Fixed a possible crash in phpinfo() (Zeev) phpinfo() now ensures that HTTP_*_VARS[] are actually arrays before it tries to access them... ---------------------------- revision 1.56 date: 2000/01/01 01:31:52; author: sas; state: Exp; lines: +1 -1 Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1). ---------------------------- revision 1.55 date: 1999/12/21 20:35:43; author: zeev; state: Exp; lines: +12 -0 @- Fixed a bug in ODBC error reporting (Zeev) @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev) ---------------------------- revision 1.54 date: 1999/12/20 23:09:49; author: sas; state: Exp; lines: +2 -1 Use sapi_module_struct to contain SAPI module name ---------------------------- revision 1.53 date: 1999/12/20 15:38:44; author: zeev; state: Exp; lines: +1 -1 Make the Win32 tree compile again ---------------------------- revision 1.52 date: 1999/12/20 07:12:27; author: sas; state: Exp; lines: +2 -0 Add information about chosen SAPI module to phpinfo() ---------------------------- revision 1.51 date: 1999/12/18 22:35:27; author: zeev; state: Exp; lines: +2 -2 - The tree compiles again ---------------------------- revision 1.50 date: 1999/12/18 04:01:14; author: zeev; state: Exp; lines: +7 -7 More php3_ annihilation ---------------------------- revision 1.49 date: 1999/12/14 03:48:46; author: thies; state: Exp; lines: +12 -8 use _ex-API ---------------------------- revision 1.48 date: 1999/12/07 02:49:03; author: evan; state: Exp; lines: +1 -0 Mention CyberCash. ---------------------------- revision 1.47 date: 1999/12/03 20:08:24; author: rubys; state: Exp; lines: +2 -0 windows build errors ---------------------------- revision 1.46 date: 1999/12/03 17:10:18; author: neotron; state: Exp; lines: +1 -0 Added credit notes for Roxen SAPI module ---------------------------- revision 1.45 date: 1999/12/03 13:31:41; author: ssb; state: Exp; lines: +1 -1 Add configure command to phpinfo() output (Stig) ---------------------------- revision 1.44 date: 1999/11/29 15:36:24; author: rubys; state: Exp; lines: +1 -0 Initial alpha-level of sapi/servlet. See README for details. ---------------------------- revision 1.43 date: 1999/11/24 17:56:31; author: sas; state: Exp; lines: +0 -1 Killing some unused variable warnings ---------------------------- revision 1.42 date: 1999/11/22 19:10:14; author: fmk; state: Exp; lines: +1 -0 add MS SQL module to credit info ---------------------------- revision 1.41 date: 1999/11/18 03:03:24; author: rubys; state: Exp; lines: +1 -1 arg! alphabetize correctly! ---------------------------- revision 1.40 date: 1999/11/18 02:40:52; author: rubys; state: Exp; lines: +1 -0 add Java module to credit info ---------------------------- revision 1.39 date: 1999/10/20 16:16:58; author: sas; state: Exp; lines: +1 -1 (_display_module_info): Add anchor for module names ---------------------------- revision 1.38 date: 1999/10/04 15:18:19; author: sas; state: Exp; lines: +1 -1 * archive-based convenience libraries completely replaced with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature ---------------------------- revision 1.37 date: 1999/10/01 14:54:55; author: andrei; state: Exp; lines: +4 -4 rename. ---------------------------- revision 1.36 date: 1999/09/25 15:41:51; author: sas; state: Exp; lines: +1 -0 Add entry for AOLserver. ---------------------------- revision 1.35 date: 1999/09/24 18:02:58; author: thies; state: Exp; lines: +1 -1 updated XML (only partly tested) ---------------------------- revision 1.34 date: 1999/09/16 22:15:43; author: zeev; state: Exp; lines: +1 -1 Generalize SAPI a bit ---------------------------- revision 1.33 date: 1999/09/13 01:11:41; author: zeev; state: Exp; lines: +7 -1 Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[] ---------------------------- revision 1.32 date: 1999/09/13 00:35:03; author: zeev; state: Exp; lines: +14 -2 Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) ---------------------------- revision 1.31 date: 1999/09/11 16:32:08; author: zeev; state: Exp; lines: +4 -4 Rename allow_builtin_links to expose_php ---------------------------- revision 1.30 date: 1999/08/07 18:21:35; author: zeev; state: Exp; lines: +18 -10 Built-in phpinfo() links are now turned off by default. They can be turned on using the allow_builtin_links INI directive ---------------------------- revision 1.29 date: 1999/08/07 17:52:11; author: zeev; state: Exp; lines: +18 -3 - Changed phpinfo() to list modules that have no info function ---------------------------- revision 1.28 date: 1999/08/07 15:50:26; author: sr; state: Exp; lines: +1 -1 Corrected spelling. ---------------------------- revision 1.27 date: 1999/08/02 19:16:50; author: zeev; state: Exp; lines: +38 -38 Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h) ---------------------------- revision 1.26 date: 1999/07/19 20:27:49; author: andrey; state: Exp; lines: +1 -0 Updated status ---------------------------- revision 1.25 date: 1999/07/19 18:37:42; author: zeev; state: Exp; lines: +10 -10 *** empty log message *** ---------------------------- revision 1.24 date: 1999/07/19 14:07:10; author: sas; state: Exp; lines: +1 -0 update ---------------------------- revision 1.23 date: 1999/07/19 13:35:13; author: andrey; state: Exp; lines: +3 -1 More credits. ---------------------------- revision 1.22 date: 1999/07/17 20:38:14; author: andrey; state: Exp; lines: +2 -1 Update credits a bit. "Overall Work" line should probably be extended. ---------------------------- revision 1.21 date: 1999/07/17 19:22:27; author: zeev; state: Exp; lines: +3 -3 *** empty log message *** ---------------------------- revision 1.20 date: 1999/07/17 19:17:42; author: zeev; state: Exp; lines: +115 -60 I was sure I committed these already. Weird ---------------------------- revision 1.19 date: 1999/07/17 17:33:42; author: zeev; state: Exp; lines: +44 -2 *** empty log message *** ---------------------------- revision 1.18 date: 1999/07/16 13:12:56; author: zeev; state: Exp; lines: +9 -20 License update ---------------------------- revision 1.17 date: 1999/07/14 23:34:30; author: zeev; state: Exp; lines: +1 -1 php3.ini -> php.ini ---------------------------- revision 1.16 date: 1999/07/14 23:33:00; author: zeev; state: Exp; lines: +2 -2 * Update logos * Move from PreAlpha 1 to Beta 1. ---------------------------- revision 1.15 date: 1999/07/14 16:02:10; author: andi; state: Exp; lines: +129 -151 - Add a bitwise flag to phpinfo() - Import a draft of the new PHP license ---------------------------- revision 1.14 date: 1999/05/20 12:06:45; author: andi; state: Exp; lines: +6 -0 - Small fixes ---------------------------- revision 1.13 date: 1999/05/16 11:19:26; author: sas; state: Exp; lines: +2 -2 conv_proto *.[ch] ---------------------------- revision 1.12 date: 1999/05/11 00:43:46; author: zeev; state: Exp; lines: +13 -17 beatify Apache's info func ---------------------------- revision 1.11 date: 1999/05/09 08:48:01; author: zeev; state: Exp; lines: +100 -159 * Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. ---------------------------- revision 1.10 date: 1999/05/06 18:09:50; author: zeev; state: Exp; lines: +3 -0 * Optimize _php3_parse_gpc_data() and clean it up, plus fix a couple of Zend related memory leaks in it ---------------------------- revision 1.9 date: 1999/05/02 19:54:02; author: zeev; state: Exp; lines: +7 -2 Move path_info to the SAPI structure ---------------------------- revision 1.8 date: 1999/04/26 17:26:36; author: zeev; state: Exp; lines: +19 -10 * Get the Apache module to compile again * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) ---------------------------- revision 1.7 date: 1999/04/26 14:00:49; author: zeev; state: Exp; lines: +1 -3 * Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL. ---------------------------- revision 1.6 date: 1999/04/24 00:11:56; author: zeev; state: Exp; lines: +8 -12 A lot of cleanups... Removed old thread-safe code and other redundant code and files ---------------------------- revision 1.5 date: 1999/04/23 20:05:59; author: zeev; state: Exp; lines: +1 -3 Remove tls.[ch] ---------------------------- revision 1.4 date: 1999/04/22 00:25:57; author: ssb; state: Exp; lines: +1 -1 moved fdf, hyperwave, informix and some smaller files ---------------------------- revision 1.3 date: 1999/04/18 15:58:26; author: zeev; state: Exp; lines: +3 -3 Make Win32 happy with the recent changes. ---------------------------- revision 1.2 date: 1999/04/17 01:52:58; author: ssb; state: Exp; lines: +6 -2 make sure the images on the phpinfo() page point to PHP-enabled pages ---------------------------- revision 1.1 date: 1999/04/17 00:37:06; author: ssb; state: Exp; First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ext/standard/info.c CVS: ---------------------------------------------------------------------- ~ olor is readable on it) someone should change all this to make use of CSS as we already have a CSS block in there, but i do not know enough about it oh, btw: changed all the ugly uses of \" in tag attriutes to ' as i was already on it ;) 2002-08-08 sesser * main/rfc1867.c: A full hard disk is no reason to leak memory... 2002-08-08 mfischer * CODING_STANDARDS: - Add note how php_error() messages SHOULD (rfc2119) look like. 2002-08-08 georg * ext/mysql/php_mysql.c: Ups, forgot to remove load_infile tests. Thx to Brad Bulgar 2002-08-08 kalowsky * sapi/nsapi/config.m4: fix for bug #18794, not checking for actual files 2002-08-08 yohgaki * main/php_variables.c: Add some assertion * ext/iconv/iconv.c: Forgot this one. Fix build * ext/iconv/config.m4: Fix build 2002-08-07 georg * ext/mysql/CREDITS ext/mysql/php_mysql.c: added zend_error messages for deprecated functions inserted zak and me in author list/credits * ext/mysql/php_mysql.c: removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT) 2002-08-07 helly * main/php.h main/main.c: -new functions php_error_func<0> to support unified error messages 2002-08-07 phanto * sapi/cgi/cgi_main.c: dump memory leaks on shutdown 2002-08-07 jtate * ext/domxml/php_domxml.c: php_domxml.c * ext/domxml/php_domxml.c: 2002-08-07 helly * ext/exif/exif.c: left on debug infos * ext/exif/exif.c: Ignore additional thumbnails 2002-08-07 bradmssw * ext/mcve/mcve.c ext/mcve/php_mcve.h: more syncing with libmcve-3.0 2002-08-07 yohgaki * ext/gettext/gettext.c: Fixed crash. Patch by 2002-08-06 kalowsky * ext/java/java.c: A folding we will go, a folding we will go, adding the fold and vim lines to make this easier to follow 2002-08-06 markonen * Makefile.global acinclude.m4 configure.in: Fix the framework support * ext/iconv/iconv.c: Updated proto to match the function (fix compile bustage on osx) * Makefile.global sapi/cgi/config.m4 sapi/cli/config.m4: The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or $CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS. 2002-08-06 bradmssw * ext/mcve/mcve.c ext/mcve/php_mcve.h: sync to libmcve-3.0 2002-08-06 Tomas V.V.Cox * pear/PEAR/Registry.php: Changed Windows 9x detection code (reported by Alex Merz) 2002-08-06 markonen * sapi/cgi/config.m4 sapi/cli/config.m4 Makefile.global acinclude.m4 configure.in: Support compiling and linking against Darwin / Mac OS X frameworks 2002-08-06 kalowsky * ext/exif/exif.c: Keeping function prototype variables the same 2002-08-06 helly * ext/exif/exif.c: datatype inconsistency found by Dan Kalowsky 2002-08-06 Sascha Schumann * ext/standard/var_unserializer.c: Touch file 2002-08-05 phanto * ext/com/COM.c: removed a possible NULL pointer referencing inside an error handler * ext/com/VARIANT.c: found a memleak 2002-08-05 kalowsky * ext/imap/php_imap.c ext/imap/php_imap.h: Removing the imap_popen command... because as Jani puts it "it never worked and it never will work" until IMAP servers support this feature. 2002-08-05 venaas * ext/ldap/ldap.c: Made ldap_connect/bind/unbind() use zend_parse_parameters() 2002-08-05 helly * ext/standard/info.c: Correct carset if iconv is active * main/output.c main/php_output.h: Added php_ob_handler_used to check if a specific output handler is used in c. * ext/iconv/iconv.c: ws fix * main/SAPI.c: -keep mimetype until sapi deactivation -move NULL check for sapi_apply_default_charset to proper position. * ext/iconv/iconv.c: -fix one warning -send Content-Type Header with charset 2002-08-05 alan_k * pear/Console/Getopt.php: revert change - this was due to an bug in php HEAD a few days ago 2002-08-05 helly * win32/php4dll.dsp win32/php4dllts.dsp: Add html_entities.c 2002-08-05 phanto * win32/php4dllts.dsp: added testcases to project file 2002-08-05 sniper * NEWS: consistency 2002-08-05 alan_k * pear/Console/Getopt.php: Fixed array_shift messing up array_slice.. 2002-08-05 helly * NEWS: :-) * ext/standard/basic_functions.c main/output.c main/php_output.h: -New function ob_list_handlers 2002-08-04 Shane Caraveo * ext/standard/var_unserializer.c ext/standard/var_unserializer.re ext/standard/php_var.h: need to export var_replace and var_destroy for win32 2002-08-04 helly * ext/mbstring/mbstring.dsp: move html_entities.c to proper place * ext/standard/info.c: -Send charset US-ASCII or ini setting default_charset. 2002-08-04 sniper * ext/mhash/mhash.c ext/mhash/php_mhash.h: Add PHP_MINFO_* 2002-08-04 helly * ext/mbstring/mbfilter.c: -Correct mime_name for HTML-ENTITIES encoding is of cause US-ASCII -Full list of ASCII aliases 2002-08-04 sander * pear/Console/Getopt.php: Nuke notice (thanks to Arnaud Limbourg) 2002-08-04 helly * ext/mbstring/mbregex.c ext/mbstring/mbstring.c: -Fix warnings (fixed all?) 2002-08-04 georg * ext/standard/info.c: ups.. :) 2002-08-04 gluke * ext/mnogosearch/php_mnogo.c: - a small fix to mnogosearch extension (affecting UDM_BROWSER_CHARSET) 2002-08-04 georg * ext/standard/info.c: added meta tag (w3c compliance) Thx to Ilia Alshanetsky (ilia@prohost.org) 2002-08-04 helly * ext/mbstring/mbstring.dsp: -Add new file to windows build * ext/mbstring/config.m4 ext/mbstring/html_entities.c ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/tests/020.phpt: -New encoding/decoding HTML-ENTITIES. * ext/mbstring/mbstring.c: -Allow double quotes for encoding lists (if used in ini for example) -New parameter 'L' for mb_http_input() to retieve input encoding as comma separated string. comma separated string. (marcus) 2002-08-03 jflemer * ext/standard/tests/general_functions/proc_open.phpt: Close pipes to avoid deadlock. Submitted By: Melvyn Sopacua 2002-08-03 kalowsky * ext/imap/php_imap.c: Cleaning up the imap_get_quotaroot return array to remove useless data 2002-08-03 Rasmus Lerdorf * main/SAPI.c: Yup, sizeof() includes the space for the \0 2002-08-03 helly * run-tests.php: -additional section INI that allows to set special ini settings on call by adding '-c foo=bar' strings to php call. Each line must have format foo=bar. This of cause only works for cli version. -made sections SKIPIF,INI,GET,POST optional 2002-08-03 gluke * ext/mnogosearch/index.php: * ext/mnogosearch/index.php ext/mnogosearch/php_mnogo.c: - UDM_PARAM_STORED mnogosearch parameter has been added to set stored address. 2002-08-03 Andi Gutmans * ext/mbstring/mbstring.c ext/mbstring/mbstring.h: - Fix build on Windows. Also please don't use Java style opening function - bracket indentation. 2002-08-03 gluke * ext/mnogosearch/php_mnogo.h ext/mnogosearch/index.php ext/mnogosearch/php_mnogo.c: - An Udm_Make_Excerpt function has been added to mnogosearch extension to support excerpts while using with mnogosearch-3.2.5 or later. 2002-08-03 rodif_bl * ext/standard/array.c: one last fix for array_shift 2002-08-02 jflemer * ext/standard/exec.c: Fix typo in #if. Bug #17538. 2002-08-02 helly * ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbregex.c ext/mbstring/mbstring.c ext/mbstring/mbstring.h main/rfc1867.c: -use const to clarify code -fix tsrmls build (therefore rfc1867.c) 2002-08-02 hholzgra * ext/standard/basic_functions.c ext/standard/config.m4 ext/standard/php_string.h ext/standard/string.c: added money_format() function this is similar to C-libs strfmon(), using the same format string semantics but a different function prototype, so i decided to give it a more speaking name similar to number_format() 2002-08-02 gluke * ext/mnogosearch/php_mnogo.c: - UDM_PARAM_WORD_MATCH icorrect behavior has been fixed in mnogosearch extension 2002-08-02 hirokawa * ext/standard/string.c main/SAPI.c main/SAPI.h main/main.c main/php_content_types.c main/php_main.h main/php_variables.c main/rfc1867.c ext/mbstring/mbstring.c ext/mbstring/mbstring.h: made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. 2002-08-01 sr * main/SAPI.c: Fixed wrong usage of strncmp. 2002-08-01 rodif_bl * ext/standard/array.c: array_pop wasnt setting next index 2002-08-01 sniper * ext/standard/array.c: That was not correct.. * ext/standard/array.c: Reset index when doing array_pop() * ext/standard/tests/array/006.phpt: Add test for the index resetting. 2002-08-01 Rasmus Lerdorf * ext/standard/exec.c: Ugh 2002-08-01 kalowsky * ext/imap/php_imap.c: Adding in some BC for users to imap_get_quota() function 2002-08-01 sniper * ext/standard/tests/array/005.phpt ext/standard/tests/array/006.phpt: Added tests for array_shift/array_pop. * ext/standard/array.c: Nuke compile warning. * ext/standard/array.c: - Removed the DOS line endings - Changed the '//' comment (this is C, not C++) to /* */ * tests/func/006.phpt: Fix the levels. (php.ini-dist has output_buffering OFF) * tests/lang/034.phpt: Use the constant instead of string for locale type. 2002-08-01 Sascha Schumann * ext/pgsql/config.m4: MFH *.a check 2002-08-01 helly * main/SAPI.c: - free mimetype and statusline early if no longer needed or in deactivation 2002-08-01 Rasmus Lerdorf * main/SAPI.c: Need room for the \0 here to avoid an overflow 2002-08-01 Zeev Suraski * ext/mbstring/mbstring.c: MFH per Rui's request 2002-08-01 rodif_bl * ext/standard/array.c: made array_shift re-index like it did before previous fix 2002-08-01 yohgaki * main/php_variables.c: MFH Cannot take NULL w/o mbstring. 2002-07-31 jason * NEWS: perhaps this tiem i will get it right * NEWS: Fix unwrapped entry * NEWS: Fix my broken entry 2002-07-31 Sterling Hughes * ext/curl/curl.c: add support for the curl dns cache 2002-07-31 helly * ext/exif/exif.c: -fix warnings in windows build * main/SAPI.c: -problem with CLI/mbstring/output buffering 2002-07-31 Zeev Suraski * main/php_variables.c: Fix for non-mbstring builds. Bad Yasuo! :) * ext/mbstring/mbstring.c: Fix crash 2002-07-31 kalowsky * ext/odbc/php_odbc_includes.h: WS * ext/odbc/php_odbc.c: Just adding in an error check that seems to work here well. 2002-07-31 sniper * ext/standard/array.c: Reverted the patch..it breaks the original behaviour of at least array_shift. 2002-07-31 kalowsky * ext/imap/php_imap.c ext/imap/php_imap.h: removing the useless +1's on sizeof() and adding the mail_parameter for the getquot inside the imap_get_quotaroot function. thank Jani. 2002-07-30 kalowsky * ext/imap/php_imap.c: fixes a typo in the word "limit", adds the null character to the strlen, and seems to make imap_get_quotaroot return the correct values despite cclients claim of "getquotaroot list improper". 2002-07-30 rodif_bl * ext/standard/array.c: fixed bugs 16063 and 16068 increased preformance of array_pop and array_shift 2002-07-30 sesser * ext/ftp/php_ftp.c: ftp_close returns now TRUE on success and FALSE on failure. 2002-07-30 kalowsky * ext/standard/filestat.c: Commiting Steph@php.net's patch to re-enable touch on Win32 machines 2002-07-30 Rasmus Lerdorf * ext/ext_skel: Add --skel=dir option to ext_skel (patch from David Viner) * ext/standard/parsedate.y NEWS: Fix strtotime() "next" keyword handling. * NEWS: WTF? What sort of bogus commit was that? Fine, here you go. 2002-07-30 sniper * NEWS: . 2002-07-30 Rasmus Lerdorf * NEWS: . * ext/standard/string.c: Fix for #18638 (str_rot13 bug) 2002-07-30 dickmeiss * ext/yaz/php_yaz.c: Fixed proxy setting for ZOOM 2002-07-30 sniper * NEWS: hot, damn hot. 2002-07-29 Sterling Hughes * ext/xslt/sablot.c: add sablotron version, patch by Christian Stocker... 2002-07-29 dickmeiss * ext/yaz/php_yaz.c: Make PHP part of Z39.50 implementation name * ext/yaz/php_yaz.c: Use type ext rather than raw for ZOOM record fetch 2002-07-29 kalowsky * NEWS: updating the NEWS file 2002-07-29 chregu * ext/domxml/php_domxml.c: - nodename is not always set, check if it really is. - make force_ref for aliases as well 2002-07-29 edink * win32/php4dllts.dsp: Fixed windows build by adding sha1.c and sha1.h to the project file. * ext/standard/dir.c: Fixed bug #14657 (patch by Steph Fox) * win32/readdir.c win32/readdir.h: Fixed bug #11214 (patch by Steph Fox) * main/php_ini.c: First try to open php-SAPI.ini and if it fails fall back to regular php.ini file. For example cli version of PHP will first try to open php-cli.ini in the usual ini file search path and only if it fails will it try to open php.ini using the same path. 2002-07-29 Sascha Schumann * NEWS: style police 2002-07-29 sniper * sapi/apache/config.m4 sapi/apache2filter/config.m4 acinclude.m4: MFH: Fix for Apache version check. 2002-07-28 sniper * ext/mbstring/mbstring.c: MFH 2002-07-28 yohgaki * ext/xmlrpc/config.m4: FHM * ext/xmlrpc/config.m4: Allow xmlrpc-epi header files stored under include/xmlrpc-epi 2002-07-28 derick * ext/standard/md5.c ext/standard/sha1.c: - Copy and paste error -> unify error messages 2002-07-28 sesser * ext/standard/basic_functions.c ext/standard/config.m4 ext/standard/php_standard.h ext/standard/sha1.c ext/standard/sha1.h: Added sha1, sha1_file functions. * ext/standard/filestat.c: MFH 2 * ext/standard/filestat.c: MFH 2002-07-28 helly * php.ini-dist php.ini-recommended: -add & document ini settings for exif * ext/exif/exif.c: -decode several MarkerNotes -correct offset information in debug mode 2002-07-28 tal * pear/scripts/pear.in: * Fixed E_NOTICE on pear -V 2002-07-28 sesser * NEWS: (re)added /ext/ftp news 2002-07-28 sr * main/SAPI.c ext/zlib/php_zlib.h ext/zlib/zlib.c: Commit patch as discussed on LinuxTag and posted to php-dev in June. Disables zlib.output_compression for scripts with image/ content-type header (fixes bug #16109) and makes it possible to switch zlib.output_compression during script execution before the headers are sent. 2002-07-28 sniper * NEWS: - Removed the 2 last entries. * README.CVS-RULES: No exceptions. 2002-07-28 yohgaki * ext/pgsql/pgsql.c: Unify error messages 2002-07-28 helly * ext/gd/gd.c: forgot to move imeageellipse out of #ifdef HAVE_LIBGD20 2002-07-28 yohgaki * ext/mbstring/mbstring.c: MFH * ext/mbstring/mbstring.c: Fixed query string handling. Now some.php?a&b=1;c works. * main/php_variables.c: MFH 2002-07-28 tal * pear/scripts/pear.in: pear -V now shows pear version, php version and ZE version. 2002-07-28 Stig Bakken * pear/package-PEAR.xml: * feature/fixed bug * pear/PEAR/Command/Install.php: * added "upgrade-all" command * pear/PEAR/Installer.php: * don't abort install if errors are found in the package, display a warning instead 2002-07-28 yohgaki * main/php_variables.c: Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c'] when mbstr-enc-trans is disabled. 2002-07-27 phanto * win32/php4dllts.dsp: add dispatch.c 2002-07-27 hirokawa * ext/mbstring/mbstring.c main/SAPI.c main/SAPI.h: fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header(). 2002-07-27 sesser * ext/ftp/ftp.c: Do not leak data connection. 2002-07-26 sniper * ext/curl/curl.c: - Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always. - Also set the binary mode ONLY if the passed value is true.. 2002-07-26 fmk * ext/ftp/ftp.c: Fizing ZTS build 2002-07-26 sesser * ext/ftp/ftp.c ext/ftp/ftp.h ext/ftp/php_ftp.c ext/ftp/php_ftp.h: [EXPERIMENTAL] Added functions for asynchronous FTP transfers 2002-07-26 helly * ext/exif/exif.c: Missing Photoshop tags 2002-07-26 kalowsky * ext/imap/php_imap.c: forgot to make the same change to imap_get_quota... * ext/imap/php_imap.c: Minor memory fix suggested by Zeev 2002-07-26 georg * ext/standard/datetime.c: Bugfix: #18532 Fixed week number calculation in accordance with ISO 8601 2002-07-26 sesser * ext/ftp/php_ftp.c: fixed cut & paste typo 2002-07-26 kalowsky * ext/imap/php_imap.c ext/imap/php_imap.h: Adding initial support for PHP imap_get_quotaroot * ext/imap/php_imap.c ext/imap/php_imap.h: (PHP imap_get_quota) updated to properly reflect the RFC 2087 as per bug #14673 per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann) 2002-07-26 Sascha Schumann * sapi/thttpd/thttpd_patch: Fix segfault due to unchecked null pointer 2002-07-26 Tomas V.V.Cox * pear/Archive/Tar.php: In theory this will fix a problem in Window trying to delete a not closed file 2002-07-26 helly * ext/gd/gd.c: reapply patch for imageellipse beeing wrappet to imagearc if missing 2002-07-26 sesser * ext/ftp/CREDITS ext/ftp/ftp.c ext/ftp/ftp.h ext/ftp/php_ftp.c ext/ftp/php_ftp.h: Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter. 2002-07-26 Tomas V.V.Cox * pear/scripts/pear.bat: use -d output_buffer=0 to workarround the PHP flush() problem * pear/PEAR/Installer.php: download package if force is set * pear/package-PEAR.xml: revert my change from PHP_BINDIR to bin_dir * pear/package-PEAR.xml: Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@ * pear/scripts/pear.bat: Use script arg separator '--' Clean up unused stuff * pear/PEAR/Config.php: Use DIRECTORY_SEPARATOR instead of hardcoded '/' * pear/System.php: Workarround to the empty $_ENV * pear/Console/Getopt.php: use $GLOBALS['HTTP_SERVER_VARS'] instead * pear/Console/Getopt.php: Silence NOTICE 2002-07-26 sesser * ext/standard/filestat.c: all functions based on php_stat are now safe mode aware... 2002-07-26 sniper * NEWS: When Britney learns to sing, I will quit this.. 2002-07-25 sniper * acinclude.m4 sapi/apache/config.m4: - Fixed bug: #18560, the macro was not defined always. * configure.in: MFH: fix bug #18570 * main/main.c: Allow setting post_max_size and upload_max_filesize in .htaccess files too * ext/imap/config.m4: Fixed bug: #18561. 2002-07-25 derick * ext/standard/basic_functions.c: - Added parameter to print_r which returns the variable representation instead of echoing it. - Added parameter to print_r which returns the variable representation instead of echoing it. 2002-07-25 sesser * main/main.c: MFH * main/main.c: do not dtor empty elements 2002-07-25 derick * ext/tokenizer/tokenizer.c: - MFH for fix for bug #16939 2002-07-25 helly * ext/exif/exif.c: -handling of thumbnails in sub IFDs (the Photoshopway for TIFF) -Some Photoshop specific tags 2002-07-24 sesser * main/php_variables.c: MFH * main/php_variables.c: break out if there is no data to work on. 2002-07-24 derick * ext/standard/head.c: - MFH for fix for bug #16626 * main/SAPI.c: - MFH for fix for bug #18268 2002-07-24 yohgaki * ext/standard/incomplete_class.c ext/standard/php_incomplete_class.h ext/standard/type.c: is_object() returns FALSE if object is a "incomplete object". Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object". 2002-07-24 steinm * ext/hyperwave/hw.c: - removed unused variable 2002-07-24 helly * ext/exif/exif.c: -naming convention -better notices -(D)WORD are unsigned datatypes -started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers 2002-07-23 Jim Winstead * ext/standard/credits.c: restore shane to list of members of php group (got lost somewhere along the way) 2002-07-23 holger * sapi/pi3web/pi3web_sapi.c: Removed some outdated lines from init_request_info(). 2002-07-23 Sascha Schumann * configure.in main/php_version.h: Working on 4.2.3 now * .cvsignore: Add autom4te.cache * ext/dbx/dbx.c: MFH remove \r * ext/dbx/dbx.c: Remove \r 2002-07-23 edink * ext/pcre/config.m4: MFB (patch by Troels Arvin ). Added pcre include path to global list of includes in order to allow use of external pcre libs. * ext/pcre/config.m4: Allow pcre.h to be in $PREFIX/include/pcre since this is the case with some Linux distributions (patch by Troels Arvin ). 2002-07-23 sniper * configure.in: Fix bug: #18308. (uname -a sometimes has extra linefeeds) * configure.in: This should fix those solaris+gcc bugs when --enable-libgcc is not used * ext/gd/config.m4: Fix bug: #18479. Better error message what was not found. * NEWS: 2002-07-22 jan * ext/standard/datetime.c: - merge forgotten WS fix which makes non gcc compilers groan. (#17621) 2002-07-22 jmoore * NEWS: Added news item about bug 13866 in response to bug 14752 2002-07-22 jason * ext/ftp/ftp.c ext/standard/fsock.c ext/standard/ftp_fopen_wrapper.c ext/standard/http_fopen_wrapper.c main/network.c main/php_network.h: Switch streams socket abstraction to use a timeval structure instead of an integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261 2002-07-22 helly * ext/exif/exif.c: added some more tags from WinXP changed conersion for TAG_FMT_SBYTE & BYTE 2002-07-22 Tomas V.V.Cox * pear/install-pear.php: By the moment trust that the dependencies are good 2002-07-22 helly * ext/exif/exif.c: added EXIF Version 2.2 Tags 2002-07-22 Tomas V.V.Cox * pear/packages/Net_Socket-1.0.1.tar: Bundle Net_socket, needed for Net_SMTP 2002-07-22 sniper * ext/informix/ifx.ec: Fix typo.. 2002-07-22 georg * NEWS: new mysql-functions for PHP 4.3.0 2002-07-22 yohgaki * ext/pgsql/pgsql.c: Copy empty_string, fixed crash. 2002-07-21 helly * ext/exif/exif.c: unify error messages & notices 2002-07-21 georg * ext/mysql/php_mysql.c: Automatic rollback for non committed transactions * ext/mysql/php_mysql.c: removed changes for mysql_select_db (optional parameter) Why: 1) Its not the common way to add additionally functionality for functions or features which are already implemented in SQL. Therefore also a lot of mysql functions are marked as deprecated (and will be removed in near future) 2) The implemented workaround works only when mysql_select_db was called before (fetching the databasename from mysql->conn.db). It returns invalid or inconsistent results e.g.: - when "USE databasename" via mysql_query was used - when database was dropped or grant privileges had changed. In conjunction with persistent connection, there are also some inconsistencies, cause mysql_select_db returns the databasename from an old connection. To determine the database name just use the SQL command "SELECT DATABASE()" * ext/mysql/php_mysql.c: fixed bug in mysql_real_escape_string: allocated 1 more byte for '\0' terminating character 2002-07-21 Stig Bakken * LICENSE: * yeah yeah * LICENSE: * split #3 into two paragraphs again, like the Apache license we once borrowed it from 2002-07-21 markonen * acinclude.m4 sapi/cgi/config.m4 sapi/cli/config.m4: Made PHP_ADD_LIBPATH use the $ld_runpath_switch and changed the Darwin link lines in sapi/cli and sapi/cgi to use $NATIVE_RPATHS. This is a tentative fix for #18450. 2002-07-21 Sascha Schumann * build/build.mk build/buildcheck.sh buildconf: Move autoconf-2.13 check into buildcheck.sh where we already have version parsing code and (more importantly) proper error checking for missing autoconf. * build/build2.mk: One should not ignore AC_PROG_CPP was called before AC_PROG_CC because this error caused the Solaris issue 2002-07-21 derick * configure.in: - Merges sascha's fix 2002-07-21 Sascha Schumann * configure.in: Fix warning Noticed by: Derick 2002-07-21 Stig Bakken * pear/packages/Mail-1.0.tar pear/packages/Net_SMTP-1.0.tar: * bundle these releases * pear/Mail.php pear/package-Mail.xml: * moved to /pear cvs 2002-07-21 yohgaki * ext/pgsql/pgsql.c ext/pgsql/php_pgsql.h: Added pg_fetch_all() that fetch all rows in result. Useful and faster when there is enough memory. 2002-07-21 Stig Bakken * pear/HTTP.php: * already moved to /pear * pear/PEAR/Dependency.php: * support "zend" dependency type * pear/package-Net_SMTP.xml: * moved to /pear cvs * pear/package.dtd: * added missing license element * added "zend" dependency type * pear/PEAR.php: * always enable track_errors * added throwError method (simpler version of raiseError) * LICENSE: * license out of "alpha" 2002-07-20 derick * NEWS: - Typos * configure.in: - Merge Sascha's builds tools fix * main/rfc1867.c: - Merge Stefans patch that fixes the remote vulnarability * NEWS configure.in main/php_version.h: - Update NEWS and version numbers 2002-07-20 James Cox * buildconf: proper patch to cvsclean for bad autoconf. 2002-07-20 Sascha Schumann * configure.in: MFH fix for wrongly detected CPP on platforms such as Solaris where a package might be installed which actually does not contain a real compiler. 2002-07-20 sniper * NEWS: I love rock'n'roll...laalalaa (britney sucks) 2002-07-20 Sascha Schumann * buildconf: reverse bad patch james, when you send me email about your patch which does not work, why don't you wait for a reply first before committing the non-working stuff? 2002-07-20 yohgaki * ext/pgsql/pgsql.c: Fixed php_pgsql_convert's bool type handling. * ext/pgsql/pgsql.c: Hmm. My PostgreSQL returns "bool" for boolean now. * ext/pgsql/pgsql.c: Fixed convetion when null string is passed to php_pgsql_convert() * ext/pgsql/pgsql.c: Fixed crash. 2002-07-20 James Cox * buildconf: more work for buildconf. forces a cvsclean if using a bad am. more ZE/zE2 tests. 2002-07-20 Sascha Schumann * acinclude.m4 configure.in: Improve/fix handling of --disable-rpath Might or might not fix #18374 2002-07-19 jason * main/network.c main/php_network.h: Fix feof() on win32 Bug #18436 2002-07-19 sniper * main/network.c: ws fix 2002-07-19 phanto * ext/rpc/com/com_wrapper.c ext/rpc/skeleton/skeleton.c ext/rpc/skeleton/skeleton.h ext/rpc/com/com.c ext/rpc/handler.h ext/rpc/rpc.c: - added a skeleton for new layers - a bit cleanup 2002-07-19 yohgaki * php.ini-recommended php.ini-dist: MFH * php.ini-dist php.ini-recommended: This option should be left enabled by default by mistake. --enable-trans-sid option is removed and this option should be disabled by default in php.ini. 1) It's insecure by nature 2) It may not work well always 3) It wasn't enabled by default used be 4) It risks security and user should enable it after realizing it's security risks. 2002-07-19 derick * ext/ircg/ircg.c ext/interbase/interbase.c ext/informix/ifx.ec ext/iconv/iconv.c: Unify error messages 2002-07-18 phanto * ext/rpc/com/conversion.h ext/rpc/com/dispatch.c ext/rpc/com/php_com.h ext/rpc/com/php_variant.h ext/rpc/com/variant.c ext/rpc/com/variant.h ext/rpc/com/com.c ext/rpc/com/com.h ext/rpc/com/com_wrapper.c ext/rpc/com/com_wrapper.h ext/rpc/com/conversion.c ext/rpc/handler.h ext/rpc/hash.h ext/rpc/layer.h ext/rpc/php_rpc.h ext/rpc/rpc.c ext/rpc/rpc.h ext/rpc/rpc_proxy.c ext/rpc/rpc_proxy.h: ext/rpc/com should work now, but there's still lots of work left. 2002-07-18 yohgaki * php.ini-dist php.ini-recommended: Move down open_basedir description. 2002-07-17 sniper * configure.in: We have a macro for checking -R, etc. switches. (exactly same code) 2002-07-17 Andrei Zmievski * ext/wddx/wddx.c: Fix DL entry point. 2002-07-17 sniper * ext/gd/config.m4: Remove evil quotes 2002-07-17 chregu * ext/domxml/TODO: even more items on the TODO list * ext/domxml/php_domxml.c: nodename is not always set, check if it really is. 2002-07-17 hholzgra * tests/lang/034.phpt tests/lang/035.phpt: Zend Engine behaviour is affected by setlocale() due to use of locale aware functions like strtod(), atof(), tolower(), toupper() :( 2002-07-17 derick * main/main.c: - set_time_limit() now returns whether it succeeded in changing the time limit. 2002-07-17 yohgaki * ext/pgsql/pgsql.c: Fixed build. 2002-07-17 sniper * ext/mbstring/config.m4: unbreak the shared build..again 2002-07-17 yohgaki * main/safe_mode.c: Accoding to safe_mode.h, php_checkuid() has six modes. * ext/pgsql/pgsql.c: Added safe_mode & open_basedir checks for pg_lo_export() * ext/pgsql/pgsql.c: Added open_basedir check. * php.ini-dist php.ini-recommended: Fixed open_basedir note - thanks to Sander. I also notice I have to modify pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard. * ext/mbstring/config.m4: Changed configure option order to make it clear option dependecy to users. * ext/mbstring/config.m4: Disable input encoding tranlation by default. * php.ini-recommended php.ini-dist: Added note for open_basedir 2002-07-16 sniper * NEWS: This is the real world.. * ext/mysql/php_mysql.c: fix protos 2002-07-16 Sascha Schumann * sapi/thttpd/README ext/ircg/README.txt: refine 2002-07-16 georg * NEWS: added mysql changes: - php.ini option mysql.connect_timeout - optional parameter client_flags (mysql_connect, mysql_pconnect) - automatic rollback for non commited transactions 2002-07-16 jason * ext/standard/basic_functions.c: Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the following from infinitely recursing until a crash occurs: 2002-07-16 georg * ext/mysql/php_mysql.c ext/mysql/php_mysql.h: Added support for php.ini parameter "mysql.connect_timeout" * php.ini-dist php.ini-recommended: Added php.ini option "mysql_connection.timeout" 2002-07-15 edink * ext/mbstring/mbstring.c: MFH * ext/mbstring/mbstring.c: Fix bug #16985 (wrong count of GET/POST variables). 2002-07-15 sesser * main/rfc1867.c: use Zend API to access llist count 2002-07-15 hyanantha * ext/mysql/php_mysql.c: mysql_create_db and mysql_drop_db disabled for NetWare 2002-07-15 yohgaki * ext/pgsql/pgsql.c: Clean up code a little (Remove a use of magic number) Change/add appropriate comments. * NEWS: Fixed news * NEWS: header sounds like http header. header -> header file 2002-07-14 Andrei Zmievski * ext/pcre/php_pcre.c: Fix Bug #18341. 2002-07-14 Sascha Schumann * NEWS: it is not really cold though * NEWS: the sun was shining a few days ago * sapi/thttpd/thttpd_patch sapi/thttpd/thttpd.c: integrate the public keep-alive patch the patch did not handle pipeling at all, so that some code had to be added from Premium thttpd persistent connections are supported, if a script sets the Content-Length header 2002-07-14 Rasmus Lerdorf * ext/ming/ming.c: Fix a couple of protos 2002-07-14 Sascha Schumann * sapi/thttpd/thttpd.c sapi/thttpd/thttpd_patch: thttpd blocks in rare circumstances where it cannot write out a small HTTP response (happened at customer sites). The response is now written out using the standard state machine. the buffer which is handed to thttpd by php is now simply dealt with as if it were a thttpd generated response (avoids code duplication). * sapi/thttpd/thttpd.c sapi/thttpd/thttpd_patch: make the sapi module hand off a buffer to thttpd for final data delivery, instead of blocking the whole process 2002-07-14 edink * main/rfc1867.c: MFH (fixes linking errors when --enable-mbstring is used) 2002-07-14 yohgaki * ext/iconv/tests/eucjp2utf8.inc ext/iconv/tests/eucjp2utf8.phpt: Move comment. Remove a skip condition does not required. 2002-07-14 sniper * main/rfc1867.c: IF --disable-mbstr-enc-trans is used OR mbstring is compiled as shared extension, these functions are not available. * ext/mbstring/tests/002.inc ext/mbstring/tests/003.inc ext/mbstring/tests/004.inc ext/mbstring/tests/005.inc ext/mbstring/tests/006.inc ext/mbstring/tests/008.inc ext/mbstring/tests/009.inc ext/mbstring/tests/010.inc ext/mbstring/tests/011.inc ext/mbstring/tests/012.inc ext/mbstring/tests/013.inc ext/mbstring/tests/014.inc ext/mbstring/tests/015.inc ext/mbstring/tests/016.inc ext/mbstring/tests/017.inc ext/mbstring/tests/018.inc ext/mbstring/tests/019.inc ext/mbstring/tests/common.inc ext/mbstring/tests/common.php: .php files are in .cvsignore here * ext/mbstring/config.m4: These options are all enabled by default. (why?) 2002-07-14 yohgaki * ext/iconv/tests/eucjp2utf8.inc ext/iconv/tests/eucjp2utf8.phpt ext/iconv/tests/translit.phpt: Fix tests. Moriyoshi Koizumi 2002-07-13 sander * ext/standard/fsock.c: Fixed win32 build 2002-07-13 sniper * ext/iconv/iconv.c: Kill compiler warning * ext/iconv/tests/eucjp2utf8.phpt ext/iconv/tests/translit.phpt: Fix SKIPs for these tests. * ext/standard/fsock.c: nuke unused variable warning * ext/domxml/php_domxml.c: Fixed some unused variable warnings * ext/yaz/php_yaz.c: Nuke unused variable * ext/snmp/snmp.c: Kill compile warning * ext/gd/config.m4: Really fix it this time.. * ext/standard/file.c: Fixed bug: #16638. * sapi/cli/php_cli.c: Needed this to be able to test safe-mode stuff on cmd-line * ext/standard/php_string.h ext/standard/string.c: - Made the trim functions use same base function. (less code :) - Renamed php_trim2 -> php_trim (not used anyplace else, yet) - Made php_trim abit more usable for external use. (not necessary to use zvals with it anymore) * ext/gd/config.m4: Fixed the undefined reference to 'gdttf' errors when using bundled GD lib. 2002-07-13 yohgaki * ext/iconv/tests/eucjp2iso2022jp.phpt ext/iconv/tests/eucjp2utf8.phpt: Fixed tests. Patch by Yoshimori Koizumi 2002-07-13 sniper * main/safe_mode.c: Fix bug: #18285, php_checkuid() mangled the passed path. * main/SAPI.c: - Fixed bug: #18268. If pcre is build as shared extension, we can't use php_pcre_replace() here. - Cleaned up a bit. 2002-07-12 Jani Taskinen * ext/mysql/php_mysql.c: Partially reverted the netware related commit. * ext/mysql/php_mysql.c: Beauify a bit.. * ext/mysql/php_mysql.c: Some ws fixes. And removed the problems causing typedef for ushort. * ext/standard/image.c: - Fixed compile (bug #18297) on such systems which define uchar. * ext/imap/config.m4: Bail out the given path does not have the libraries in it. * ext/openssl/openssl.c: MFH * ext/openssl/openssl.c: Fixed bug: #18295. e_os.h is not supposed to be included.. 2002-07-12 Anantha Kesari H Y * netware/buildext.bat: File needed to build extensions for NetWare * ext/mysql/mysql.mak ext/mysql/php_mysql.c: Added NetWare changes 2002-07-12 Jani Taskinen * ext/imap/config.m4: Make configure stop if something is wrong with libraries/linking. * ext/yaz/php_yaz.c ext/yaz/php_yaz.h: Fix ZTS build 2002-07-12 Sebastian Bergmann * ext/mbstring/mbstring.c: Remove unused variables. 2002-07-12 Jani Taskinen * .cvsignore: missing entry for config.h.in * build/build.mk: .libs/ directories are created when building shared extensions. * NEWS: minor typo fixbug. * main/main.c main/rfc1867.c main/rfc1867.h: - Added predefined constants for the upload errors. - Removed the debugging error (not useful for end-users) 2002-07-11 Jani Taskinen * ext/ftp/php_ftp.c: ws fix 2002-07-11 Derick Rethans * main/main.c: - Fix for bug #18283 2002-07-11 Rui Hirokawa * ext/pgsql/pgsql.c ext/mbstring/mbstring.c php.ini-recommended php.ini-dist: added mbstring.language option in ext/mbstring. 2002-07-11 Tomas V.V.Cox * pear/package-Net_SMTP.xml: typo * pear/package-Net_SMTP.xml: Prepare package.xml for Net_SMTP 2002-07-11 Sascha Schumann * sapi/apache2filter/config.m4: Break up the INSTALL_IT line into comprehensible pieces and fix a bug related to [..] quotes. * sapi/apache/config.m4: the variable interpolation was already subject to IFS treatment, which resulted in the execution of the foremost directory. we capture the output before setting IFS now 2002-07-11 Adam Dickmeiss * ext/yaz/php_yaz.c ext/yaz/php_yaz.h: yaz.max_links, yaz_log_file setting. User-defined Other Info * ext/yaz/config.m4: Include YAZ support libs (if any) 2002-07-11 Sascha Schumann * sapi/apache/config.m4 sapi/apache2filter/config.m4: Use a simple IFS; set step to interprete the httpd -v output 2002-07-11 Uwe Steinmann * ext/hwapi/php_hwapi.h: - added missing file 2002-07-11 James Cox * ext/gd/libgd/gdft.c: adding patch from http://www.coupin.net/gd-freetype/ which makes images anti aliased (and therefore more readable). 2002-07-11 Yasuo Ohgaki * ext/iconv/tests/translit.inc ext/iconv/tests/translit.phpt: Added traslit test files. Moriyoshi Koizumi * ext/iconv/config.m4 ext/iconv/iconv.c: Fix #16069. Patch by Moriyoshi Koizumi 2002-07-11 Jani Taskinen * ext/ftp/ftp.c: Fix bug: #14052 * ext/standard/http_fopen_wrapper.c: MFH: Fix for #16337 * ext/standard/http_fopen_wrapper.c: Fixed bug: #16637, username/password needs to be urlencoded. * ext/curl/curl.c: Fixed bug: #18250 * NEWS: news-entry-robot(tm) 2002-07-10 Harald Radi * ext/rpc/com/com.c win32/php4dllts.dsp: merging parts of the old com extension to the new rpc extension 2002-07-10 Jason Greene * ext/standard/basic_functions.c ext/standard/file.c: Fixed socket_set_timeout on win32 (Jason, Edin, Jani) * ext/standard/basic_functions.c ext/standard/file.c: Fix socket_set_timeout on win32 ( was not being included ) 2002-07-10 Georg Richter * ext/mysql/php_mysql.c: 1) New constants: MYSQL_CLIENT_SSL for ssl connections MYSQL_CLIENT_COMPRESS for compressed protocol MYSQL_CLIENT_IGNORE_SPACES for spaces after function names MYSQL_CLIENT_INTERACTIVE for closing connections after timeout_interactive seconds 2) Optional parameter client_flags for mysql_connect and mysql_pconnect For parameter desctiption see 1. This also should fix bug #13589 3) New internal function _rollback_mysql_transactions, which is called via PHP_RSHUTDOWN_FUNCTION This fixes bug #12513 2002-07-10 Stig Bakken * pear/packages/DB-1.2.tar pear/packages/XML_Parser-1.0.tar pear/packages/XML_RPC-1.0.3.tar: * signed these packages 2002-07-09 Derick Rethans * ext/ftp/php_ftp.c: - Initialize var properly 2002-07-09 Stig Venaas * ext/ldap/ldap.c: Hopefully fixes build with IBM's LDAP library 2002-07-09 Harald Radi * ext/rpc/com/com.h: add file again that andrei deleted by accident (i don't want to blame anyone here) * win32/php4dllts.dsp main/config.w32.h.in main/internal_functions_win32.c: MFH 2002-07-09 Stig Bakken * pear/packages/HTTP-1.2.tar: * add HTTP package (signed) * pear/Console/Getopt.php: * tolerate $args being empty * pear/PEAR/Remote.php: * tiniest optimization * pear/PEAR/Registry.php: * typo 2002-07-08 Sterling Hughes * ext/xslt/sablot.c: eek * ext/xslt/sablot.c: commit petr's sax handler patch 2002-07-08 Andi Gutmans * ext/standard/file.h: - Add TSRMLS_DC to prototype. * ext/standard/cyr_convert.c ext/standard/file.c ext/standard/type.c: - Fix TSRMLS_* stuff 2002-07-08 Martin Jansen * pear/File/Passwd.php: * Use CRYPT_SALT_LENGTH instead of hardcoded value. Patch by: "James E. Flemer" 2002-07-08 Jani Taskinen * NEWS: news update * ext/mysql/config.m4: Fix shared build and made the logic of finding the socket location better. 2002-07-08 Derick Rethans * ext/standard/assert.c ext/standard/basic_functions.c ext/standard/browscap.c ext/standard/cyr_convert.c ext/standard/datetime.c ext/standard/dir.c ext/standard/dl.c ext/standard/dns.c ext/standard/exec.c ext/standard/file.c ext/standard/filestat.c ext/standard/formatted_print.c ext/standard/ftok.c ext/standard/head.c ext/standard/html.c ext/standard/image.c ext/standard/iptc.c ext/standard/levenshtein.c ext/standard/aggregation.c ext/standard/type.c: Unify error messages * ext/standard/type.c: - Add warning to is_*() functions if more than one argument was passed * ext/standard/array.c: Silence warning * ext/standard/array.c: Unify error messages * ext/standard/array.c: - Fix for bug #14580: Made key() binary safe 2002-07-08 Jani Taskinen * main/main.c: These two can not be set in script. (so that they would have any effect) 2002-07-07 Sterling Hughes * ext/standard/filestat.c: fix win32 build 2002-07-07 Stig Bakken * pear/PEAR/Command/Package.php: * added "pear sign" command * pear/PEAR/Installer.php: * use System::mktemp * check if an install is about to overwrite existing files belonging to other packages, bail out if not in "force" mode * pear/scripts/pear.in: * don't set include path if running 'pear.in' without substitutions made by the installer * sort command names in help output * pear/PEAR/Registry.php pear/tests/pear_registry.phpt: * made rebuildFileMap method public, added caching and checkFileMap method 2002-07-07 Shane Caraveo * pear/PEAR/Builder.php: Let 'pear build' work on windows for building pecl extensions. A few notes: Currently only supports release builds, and of course, requires msdev! pecl packages must have package.xml and xxx.dsp files for this to work the package name in package.xml must match the name of the dsp file, so package iisfunc must have dsp iisfunc.dsp 2002-07-07 Stig Bakken * pear/PEAR/Packager.php: * use System::mktemp rather than PEAR_Common::mkTempDir * pear/PEAR/Frontend/CLI.php: * silence warning 2002-07-07 Christian Stocker * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - Added domxml_node_namespace_uri() (Rui Lopes). 2002-07-07 Jan Lehnardt * INSTALL: - fix #16290 2002-07-07 Jani Taskinen * sapi/apache2filter/config.m4 sapi/apache/config.m4: - Fix the version check again. * NEWS: cleanup 2002-07-07 Sebastian Bergmann * ext/standard/versioning.c: Fix warning. 2002-07-07 Jason Greene * ext/sockets/sockets.c: Remove sleep workaround, and fix the actual win32 memory leak which was occurring in the error reporting system. The reason why sleepex appeared to be working was because it suppressed EWOULDBLOCK errors in the example (which was non-blocking) 2002-07-07 Jani Taskinen * ext/dio/dio.c: ws fix * ext/dio/dio.c: Fix the fix properly. * acinclude.m4: MFH * acinclude.m4: PHP_EVAL_LIBLINE must not reverse the order of libraries. 2002-07-06 Jani Taskinen * ext/informix/.cvsignore: Added missing .libs entry 2002-07-06 Christian Dickmann * pear/PEAR/Config.php pear/PEAR/Remote.php: add local XMLRPC cache 2002-07-06 Derick Rethans * ext/xmlrpc/xmlrpc-epi-php.c: - Consistent error messages 2002-07-05 Jani Taskinen * ext/dio/dio.c: Fix bug: #16707 2002-07-05 Sascha Schumann * acinclude.m4: nuke another instance of newline suppression 2002-07-05 Jani Taskinen * main/rfc1867.c: MFH * main/rfc1867.c: Fix typo * ext/xmlrpc/xmlrpc-epi-php.c: Fix typo. 2002-07-05 Rui Hirokawa * ext/mbstring/mbstring.c ext/mbstring/mbstring.h main/rfc1867.c: fixed shift_jis character corruption including 0x5c as second byte following a slash on uploaded filename. 2002-07-05 Sascha Schumann * acinclude.m4: some seds want to see a newline, so we give them a newline PR: #17072 and others * configure.in: Fix the Solaris issue where CPP was set wrongly to "cc -E", because the AIX macro invoked the CPP check before the CC check, so that autoconf did not know which $CC to use. You can now close all those bug reports about unix.h and misdetected headers. * configure.in: Remove remainings of bsd_makefile 2002-07-05 Dan Libby * ext/xmlrpc/libxmlrpc/queue.c ext/xmlrpc/libxmlrpc/simplestring.c ext/xmlrpc/libxmlrpc/simplestring.h ext/xmlrpc/libxmlrpc/system_methods.c ext/xmlrpc/libxmlrpc/xml_element.c ext/xmlrpc/libxmlrpc/xml_to_soap.c ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c ext/xmlrpc/libxmlrpc/xmlrpc.c ext/xmlrpc/libxmlrpc/xmlrpc.h ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c ext/xmlrpc/libxmlrpc/xmlrpc_private.h ext/xmlrpc/php_xmlrpc.h ext/xmlrpc/xmlrpc-epi-php.c: merged in updates from SF project. bring php repository up to date with xmlrpc-epi version 0.51 2002-07-05 Stig Bakken * pear/PEAR.php: * define PEAR_ZE2 when running with Zend Engine 2 * ext/standard/versioning.c: * fix segfault in case of odd version numbers * ext/standard/versioning.c: (PHP version_compare) added "alpha" and "beta", make tests pass 2002-07-04 Sascha Schumann * acinclude.m4 configure.in: 1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for func and __func using LIBS, and if unsuccessful, searches each specified lib. Defines HAVE_FUNC, if found. If func/__func is found in library foo, HAVE_LIBFOO is defined. (Jani, me) 2. Autoconf 2.5x is more pedantic regarding locating header files. We include the proper header files now in the check. (me) 3. The nsl/bind/socket/etc checks have been rewritten using PHP_CHECK_FUNC. This ensures that no extra library is used, if the symbol is available in libc which avoids issues on BSD/OS, OpenBSD and others. (Jani) 2002-07-04 Martin Jansen * pear/PEAR/Common.php: * Remove http:// from the proxy server string. Patch by: "michiel bakker" 2002-07-04 Jani Taskinen * ext/ftp/ftp.c ext/ftp/ftp.h ext/ftp/php_ftp.c: - Added optional 3rd parameter 'recursive' to ftp_rawlist() which will do 'LIST -R' instead of 'LIST'. 2002-07-04 Marko Karppinen * Makefile.global sapi/cgi/config.m4: Moved the cgi link line to sapi/cgi/config.m4 and stopped using libtool on Darwin on it 2002-07-04 Sascha Schumann * config.sub config.guess: Upgrade to the version shipped with automake-1.6.2 * sapi/cgi/cgi_main.c: Generate content-type header, if the user did not specify one of its own. Noticed by: Edin Kadribasic 2002-07-03 Rui Hirokawa * main/rfc1867.c: fixed ZTS build. * ext/mbstring/mbstring.c ext/mbstring/mbstring.h: fixed ZTS build and added language check. 2002-07-03 Jani Taskinen * Makefile.global ext/java/Makefile.frag pear/Makefile.frag: - Let's be tad more verbose what's happening during 'make install' 2002-07-03 Sebastian Bergmann * main/rfc1867.c: Fix ZTS build. 2002-07-03 Frank M. Kromann * ext/mbstring/mbstring.c: Removed unneeded check for MBSTR_ENC_TRANS * main/config.w32.h.in: Added MBSTR_ENC_TRANS to allow compilation and linking under win32 2002-07-03 Sascha Schumann * README.PARAMETER_PARSING_API: Please note that you need to use 'int' as a length type when fetching strings. 2002-07-03 Frank M. Kromann * ext/mbstring/mbstring.dsp: Adding _RU files to project * ext/mbstring/mbstring.c ext/mbstring/mbstring.h: Fixing ZTS build * ext/standard/php_string.h: Adding missing prototype 2002-07-03 Derick Rethans * README.PARAMETER_PARSING_API: - Fix README 2002-07-03 Rui Hirokawa * ext/mbstring/mbstring.c ext/mbstring/mbstring.h main/rfc1867.c: fixed shift_jis character corruption including 0x5c as second byte on uploaded filename. 2002-07-03 Sterling Hughes * ext/curl/curl.c: formatting fixes * ext/curl/curl.c: fix bug #17963 2002-07-03 Sascha Schumann * sapi/cgi/cgi_main.c: Add CRLF after complete HTTP reply header * sapi/cgi/cgi_main.c: Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module as per the CGI RFC. The status notation is incompatible with Apache's non-parsed-header mode "nph-*", but that has never worked before anyway. One could make the format string configurable. Noticed by: Sebastian Bergmann 2002-07-03 Edin Kadribasic * ext/xmlrpc/libxmlrpc/encodings.c: MFH (win32 build fix) * ext/xmlrpc/libxmlrpc/encodings.c: Fixed win32 build. 2002-07-03 Sascha Schumann * main/SAPI.c: fix typo * main/SAPI.c main/SAPI.h sapi/pi3web/pi3web_sapi.c sapi/tux/php_tux.c sapi/webjames/webjames.c ext/standard/head.c: Add sapi_header_op interface which supersedes the sapi_add_header and _ex calls. Revert the change to the sapi_add_header_ex interface. Fix various bugs: 1. header("HTTP/1.0 306 foo"); header("Location: absolute-uri"); did not work in combination with several SAPI modules, because http_status_line was never properly reset. And thus, all SAPI modules which looked at http_status_line ignored the changed http_response_code. 2. The CGI SAPI did not send out the HTTP status line at all, if http_status_line had not been set explicitly by calling header("HTTP/1.0 200 foo"); 2002-07-03 Christian Stocker * pear/PEAR/WebInstaller.php: - Not maintained (and maybe not working) anymore - There's a new project PEAR_Frontend_Web which does a much better job 2002-07-03 Derick Rethans * ext/standard/basic_functions.c ext/standard/filestat.c ext/standard/php_filestat.h: - Fix windows build 2002-07-03 Uwe Steinmann * ext/hyperwave/hw.c: - fixed bug in hwnew_new_document_from_file 2002-07-03 Jani Taskinen * ext/standard/filestat.c: Fix the nasty crash. And Sterling..test next time before you commit? * ext/session/session.c: ws fix 2002-07-02 Frank M. Kromann * ext/standard/mail.c: Add default arguments to new internal mail function. * ext/imap/php_imap.c: Make sure To addresses are parsed correct with RFC822. * win32/sendmail.c: Oops. Last commit reverted some of sebastians changes. 2002-07-02 Marcus Börger * ext/exif/exif.c: -fix datatypes for some vriables -fix comment for function exif_process_CME -force return parameters to be passed by reference 2002-07-02 Frank M. Kromann * win32/sendmail.c win32/sendmail.h: Switch from imap_sendmail.* to sendmail.c under Win32 * ext/fbsql/php_fbsql.c: Fixing compilation of FrontBase extension with ZTS 2002-07-02 Sterling Hughes * ext/standard/filestat.c: use access instead of manually determining file permissions.. 2002-07-02 Frank M. Kromann * ext/imap/imap.dsp ext/imap/php_imap.c: Switch from imap_sendmail.* to sendmail.c under Win32 * win32/imap_sendmail.c win32/imap_sendmail.h: These files are no longer needed as the imap module will use the standard sendmail function under Win32 2002-07-02 Rui Hirokawa * main/rfc1867.c: *** empty log message *** * ext/mbstring/mbstring.h: fixed shift_jis character corruption including 0x5c as second byte on uploaded filename. * ext/mbstring/mbstring.c: fixed shift_jis character corruption including 0x5c as second byte. 2002-07-02 Derick Rethans * ext/standard/mail.c: - Be nice to users and allow them to check if the mail was send * ext/standard/mail.c: - Disable 5th parameter to mail in safemode - Disabled the fifth parameter to the mail function in safemode. 2002-07-02 Christian Dickmann * pear/PEAR/Command/Remote.php pear/PEAR/Frontend/CLI.php: make 'remote-info' use package.info. add deps to 'list-all' 2002-07-02 Sascha Schumann * configure.in: Avoid error messages, if the variable is empty. ./config.status: test: !=: unary operator expected 2002-07-02 Derick Rethans * ext/standard/file.c: - Fix for bug #15547 (Patch by Justin Garrett ) 2002-07-01 Marko Karppinen * Makefile.global sapi/cli/config.m4: - You don't need libtool to build sapi/cli on Darwin. - We don't need libtool to build sapi/cli on Darwin. - You want the sapi/cli build line to be in sapi/cli, not Makefile.global. - We want the sapi/cli build line to be in sapi/cli, not Makefile.global. - He can go about his business. - You can go about your business. - Move along. - Move along. Move along. 2002-07-01 Derick Rethans * ext/standard/image.c ext/standard/info.c main/memory_streams.c: - No C++ comments 2002-07-01 Marko Karppinen * configure.in: In Darwin we have this thing called two-level namespace 2002-07-01 Christian Stocker * ext/domxml/php_domxml.h ext/domxml/php_domxml.c: outcomment everything related to domxml_elem_set_attribute_node(). This function is not implemented and shouldn't show up at all for the time being 2002-07-01 Jani Taskinen * main/main.c: Fix win32 build. 2002-07-01 James Cox * acinclude.m4: "-" is not acceptable in a #define (i have since discovered). converting all - to _ is the right thing to do. 2002-06-30 Sander Roobol * main/main.c: Main script should not be parsed when (include|require)_once()'ed, #17720 2002-06-30 Derick Rethans * ext/ldap/ldap.c: - More error messages cleanup 2002-06-30 Jani Taskinen * ext/xmlrpc/libxmlrpc/encodings.c: MFH: Fix for bug #16252 * ext/xmlrpc/libxmlrpc/encodings.c: Fix bug: #16252 * Makefile.global: This does not work with AIX find.. 2002-06-29 Jani Taskinen * config.guess config.sub ltmain.sh: - Upgrade bundled libtool to 1.4.2. Following stuff mentioned at: http://www.gnu.org/software/libtool/news.html * Diagnose and warn about not-quite-working combinations of gcc and ld on Solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. 2002-06-29 Sascha Schumann * ext/ircg/ircg.c ext/standard/php_smart_str.h: Fix some 8bit issues with IRCG nickname encoding and Change the underlying interface of smart_str to accept unsigned char. 2002-06-29 Derick Rethans * ext/exif/exif.c: Unify error messages part 1 * ext/gd/gd.c: - Fix GD build with GD 1.8.3 * ext/standard/array.c: - Fix for bug #17654 2002-06-29 Thies C. Arntzen * ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re: fix leak 2002-06-29 Sergey Kartashoff * ext/mnogosearch/README ext/mnogosearch/index.php: Search example (which demonstrates using of mnogosearch API) is updated. 2002-06-29 James Cox * acinclude.m4: fixes extensions with "-" 2002-06-29 Jani Taskinen * ext/xmlrpc/xmlrpc-epi-php.c: Fix some build error on win32 (snapshot build) 2002-06-29 James Cox * ext/gd/gd_bundled.dsp: make this build too. * ext/gd/gd.dsp: removed these files from build. * acinclude.m4: really fix it. 2002-06-29 Jani Taskinen * ext/xslt/sablot.c: This is not done anymore. (should fix win32 snapshot build too) 2002-06-29 James Cox * acinclude.m4: fixes bug #17453 2002-06-29 Jani Taskinen * ext/pdf/config.m4: - Fix the shared problem. (the previous patch really didn't fix anything) * build/rules.mk: Removing libs/ is not a good idea * ext/db/db.c ext/db/php_db.h: Missing TSRMLS_* stuff * sapi/apache2filter/config.m4: Better fix it here too.. 2002-06-29 Rasmus Lerdorf * sapi/apache/config.m4: Oops, extra pipe snuck in 2002-06-28 Rasmus Lerdorf * sapi/apache/config.m4: Fix for bug #18055 2002-06-28 Anil Madhavapeddy * ext/pdf/config.m4: remember the value of ext_shared passed into the --with-pdflib, since it gets overwritten by future PHP_ARG_WITH checks in the same m4 fragment from wilfried@openbsd.org 2002-06-28 Sebastian Bergmann * sapi/apache2filter/README: Mention Apache 2.0.40. 2002-06-28 Derick Rethans * ext/db/db.c: - More gotchas... * ext/msession/msession.c: - Fix more TSRM gotchas 2002-06-28 Jani Taskinen * sapi/apache2filter/config.m4: Require 2.0.40 2002-06-28 Derick Rethans * sapi/apache2filter/sapi_apache2.c: - YAAC: I hope this is the last one! * ext/imap/php_imap.c: - Fix TSRM gotcha 2002-06-28 Jani Taskinen * ext/gd/gd.c: t1lib.h needs to be included here now. * ext/gd/gd.c ext/gd/php_gd.h: Moved all gd.h related stuff to gd.c * ext/gd/php_gd.h: Remove unnecessary #include's * ext/gd/gdt1.c ext/gd/gdt1.h ext/gd/config.m4: Remove unused files. 2002-06-28 Derick Rethans * ext/hyperwave/hw.c ext/icap/php_icap.c ext/imap/php_imap.c: Unify error messages 2002-06-28 Jani Taskinen * ext/gd/gd.c: Fix bug: #14735 * ext/gd/gd.c: Fix bug: #17528, do not crash with empty string. * sapi/apache2filter/config.m4: Fixed bug: #17491 (honor INSTALL_ROOT) * ext/mysql/libmysql/mysql_version.h: - Fix annoying redefine warning.. * ext/gd/config.m4: - Fix bug: #17671 2002-06-28 Derick Rethans * ext/iconv/iconv.c: - Fix for bug #18039 * ext/gd/gd.c ext/gd/gd_ctx.c ext/gd/gdt1.c: Unify error messages 2002-06-28 Jani Taskinen * ext/session/config.m4 ext/session/mod_mm.c ext/session/mod_mm.h ext/session/session.c: - Fixed bug: #17977, session build as shared works now with mm handler too. - Added listing of save handlers into phpinfo() output 2002-06-27 Jani Taskinen * Makefile.global: Fix bug: #18008 * ext/gd/gd.c: Consistency fix. * ext/imap/php_imap.c: - Fixed bug: #15595 (and possibly others too) 2002-06-27 Sander Roobol * ext/standard/Makefile.frag: Update configure line in phpinfo() after re-running configure without running make clean first, bug #18012. 2002-06-27 Derick Rethans * ext/filepro/filepro.c ext/ftp/php_ftp.c ext/fdf/fdf.c ext/fbsql/php_fbsql.c: Unify error messages * ext/ldap/ldap.c: - Remove \n 2002-06-27 Jani Taskinen * ext/imap/php_imap.c: - Cleaning up the mess..these are NOT zvals. 2002-06-26 Jani Taskinen * ext/imap/php_imap.c: MFH: fix for bug: #17999 * ext/imap/php_imap.c: - Fixed bug: #17999 - The errors should always be stored, but they are not supposed to be shown at request shutdown unless E_NOTICES are allowed. 2002-06-26 Anil Madhavapeddy * ext/ncurses/config.m4: use LIBNAME consistently. Useful on systems like OpenBSD where the curses library is called 'curses' and not 'ncurses' * ext/ncurses/example1.php: the ncurses_getch() is in the wrong place and never gets run 2002-06-26 Jani Taskinen * ext/odbc/config.m4: Better not pollute the EXTRA_LIBS with libpaths. 2002-06-26 Marcus Börger * main/spprintf.c: -xbuf_resize does not need to have return value 2002-06-26 Derick Rethans * main/main.c main/php_globals.h php.ini-dist php.ini-recommended: - Implement Andrei's request for disabling memory leak reporting in debug builds. * ext/standard/credits_sapi.h: - And the SAPI too * ext/standard/credits_ext.h: - Update credits * ext/mime_magic/TODO: - Update TODO * ext/mime_magic/mime_magic.c: - Nuke some TSRMLS_FETCHes 2002-06-26 Jani Taskinen * build/buildcheck.sh: silence the warning when glibtool is not found.. 2002-06-26 Derick Rethans * ext/gd/gd.c: - Fix build * Makefile.global: - Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD and Tru64) * ext/pgsql/config.m4: - Fix typo * ext/mcrypt/mcrypt.c: - Unify error messages * ext/mnogosearch/php_mnogo.c ext/msession/msession.c: Unify error messages 2002-06-26 Sascha Schumann * build/buildcheck.sh: Prefer glibtool over libtool for Mac OS X compatibility Submitted by: various people, including blakers@mac.com 2002-06-26 Derick Rethans * ext/msql/php_msql.c ext/mssql/php_mssql.c ext/mysql/php_mysql.c: Unify error messages 2002-06-26 Sascha Schumann * ext/interbase/interbase.c sapi/aolserver/aolserver.c: Fix code which makes wrong assumptions about the return value of snprintf. The AOLserver module did not use the return value, so simply drop it. 2002-06-26 Derick Rethans * ext/domxml/php_domxml.c ext/dba/dba.c ext/db/db.c: Unify error messages 2002-06-26 Andi Gutmans * ext/standard/var.c: - No idea why this wasn't crashing before. 2002-06-26 Derick Rethans * ext/cyrus/cyrus.c ext/cybercash/cybercash.c ext/curl/curl.c ext/cpdf/cpdf.c ext/com/COM.c ext/ccvs/ccvs.c ext/calendar/easter.c ext/bcmath/bcmath.c ext/aspell/aspell.c: Unify error messages * ext/ldap/ldap.c: - Unify error messages 2002-06-25 Marcus Börger * ext/gd/gd.c: map imageellipse to imagearc if missing fix warnings * ext/standard/image.c: bits/channels for gif 2002-06-25 Tomas V.V.Cox * pear/scripts/pear.in: change the include_path setting to be in the php space instead of doing in the interpreter line (seems to break FreeBSD) 2002-06-25 Christian Stocker * ext/domxml/php_domxml.c: should compile on windows again * ext/domxml/php_domxml.h: include libxml/parserInternals.h 2002-06-25 Marcus Börger * ext/gd/gd.c ext/gd/config.m4: imageellipse is removed in 2.01 2002-06-25 Derick Rethans * NEWS: - Update NEWS 2002-06-25 Markus Fischer * ext/sockets/sockets.c: - Fix proto. 2002-06-24 Jani Taskinen * NEWS: Minor cleanup. 2002-06-24 Marcus Börger * ext/exif/tests/003.phpt ext/exif/tests/test3.jpg: modified test3 (old one had a warning) * ext/standard/image.c: missing return value * NEWS: cleanup * ext/exif/exif.c ext/standard/image.c ext/standard/php_image.h ext/standard/basic_functions.c: register IMAGETYPE_ constants in image.c as they are needed there. 2002-06-24 Derick Rethans * ext/gd/config.m4 ext/gd/gd.c: - Make functions not exist when they are not available. This means you can now safely do function_exists() on all gd functions. 2002-06-24 Marko Karppinen * ext/xslt/php_sablot.h ext/xslt/sablot.c: Revert to php_4_2_1 to get sablotron working again. 2002-06-24 Marcus Börger * ext/exif/exif.c ext/standard/image.c ext/standard/php_image.h: GetImageSize now allways set fields unknown to 0 and new Imagetype iff. 2002-06-24 Christian Stocker * ext/domxml/TODO: added some points to the todo list 2002-06-24 Rasmus Lerdorf * sapi/apache2filter/sapi_apache2.c: Add runtime Apache2 thread check to ensure we don't run a non-threaded PHP inside a threaded Apache2 MPM. 2002-06-24 Martin Jansen * pear/PEAR/Command/Remote.php: * Rephrase help text. 2002-06-24 Rasmus Lerdorf * sapi/apache2filter/config.m4 sapi/apache2filter/sapi_apache2.c: Turn off ZTS if Apache2 is using the prefork MPM. 2002-06-24 Jani Taskinen * configure.in: - gethostname() is found in glibc (at least on Linux) and the yp_* funcs are in libnsl. Fixes bug: #17941 * NEWS: ..unless someone adds all the missing ones.. :) * ext/mcal/config.m4: Fix the shared build properly. * acinclude.m4: Fixed PHP_ADD_LIBRARY_DEFER_WITH_PATH to work with shared builds. 2002-06-24 Edin Kadribasic * sapi/apache2filter/CREDITS sapi/apache2filter/README sapi/apache2filter/apache_config.c sapi/apache2filter/php_apache.h sapi/apache2filter/php_functions.c sapi/apache2filter/sapi_apache2.c: MFH 2002-06-24 Jani Taskinen * ext/ldap/config.m4: No need to have multiple AC_CHECK_FUNCS calls 2002-06-24 Derick Rethans * Makefile.in: - Fix make install to respect the prefix= argument (patch by Troels Arvin ) * ext/mcal/config.m4: - Fix building a shared extension (patch by Troels Arvin ) * ext/sysvsem/php_sysvsem.h ext/sysvsem/sysvsem.c ext/standard/versioning.c: - MFH 2002-06-24 Edin Kadribasic * win32/time.c win32/time.h: MFH 2002-06-24 Derick Rethans * ext/standard/string.c: - MFH * ext/standard/math.c: - Fix the MFH :) * ext/standard/basic_functions.c: - MFH * ext/mcrypt/mcrypt.c: - Partly MFH * ext/standard/math.c ext/gmp/config.m4: - MFH 2002-06-24 Sascha Schumann * buildconf: iterate through passed arguments 2002-06-23 Edin Kadribasic * win32/time.c win32/time.h: Allow dynamically compiled extensions to use gettimeofday() on win32. 2002-06-23 Sterling Hughes * ext/imap/php_imap.c: standardize a bit (we know its enabled :) 2002-06-23 Derick Rethans * sapi/apache2filter/php_functions.c: - MFH 2002-06-23 Marcus Börger * main/snprintf.h: explain difference between sprintf, snprintf and spprintf * main/spprintf.h: * main/spprintf.c: -freeing memory for pbuf=NULL * main/spprintf.c: -allow pbuf = NULL in case of NO MEMORY, too * main/spprintf.c: -allways terminate buffer -allow pbuf parameter to be NULL for buffer size calculation 2002-06-23 Stefan Esser * main/rfc1867.c: MFH: several fixes to fileupload code * ext/standard/mail.c: merged in the filtering control chars patch * ext/standard/link.c: MFH: link/symlink safe_mode/open_base_dir fix * main/SAPI.c: MFH: replace header fix, content-type header handling fix 2002-06-23 James Cox * buildconf: some people would prefer to be able to specify. So, we specify --ZendEngine2 for ZE2 builds, Zend for the rest. * build/build.mk buildconf: changing this to mv ZendEngine2 Zend instead of shell logic that isn't portable. 2002-06-23 Marcus Börger * main/main.c: -unlimited php_printf * ext/exif/exif.c ext/standard/basic_functions.c ext/standard/image.c ext/standard/php_image.h: -imagetype2mimetype renamed to image_type_to_mime_type * ext/exif/tests/004.phpt ext/exif/tests/test4.jpg: -new test for WinXP tags * ext/exif/tests/003.phpt: -fix test results * run-tests.php: -make it run again * main/snprintf.c: -compiler warning (missing data type) * ext/exif/tests/001.phpt: -corrected test result 2002-06-22 Marcus Börger * ext/exif/exif.c ext/standard/php_image.h: -exif version -missing constant (and notice) -corrected error messages * ext/exif/exif.c: exif_read_data returns mime-type now for image and thumbnail And exif_thumbnail now optionally returns imagetype. * ext/standard/basic_functions.c ext/standard/image.c ext/standard/php_image.h: GetImageSize now returns additional index 'MimeType' and new function imagetype2mimetype to convert php imagetypes to mime-types. * ext/standard/image.c: ws fix 2002-06-22 Stig Venaas * ext/ldap/ldap.c: Better not include ldap_parse_result() and ldap_start_tls() at all in the symbol table when they are not usable. Makes it possible to check on their usability. 2002-06-22 Sander Roobol * sapi/apache2filter/apache_config.c: Made php_admin_value work outside and blocks. 2002-06-22 Andi Gutmans * sapi/cgi/cgi_main.c: - Revert WS changes * sapi/cgi/cgi_main.c: - This shouldn't have snuck in. * sapi/cgi/cgi_main.c: - Stop using persist_alloc(). 2002-06-22 Stig Venaas * ext/ldap/config.m4 ext/ldap/ldap.c: Added test for ldap_start_tls_s() 2002-06-22 Den V. Tsopa * ext/mbstring/mbfilter.c: small fix in preprocessor directive 2002-06-21 Markus Fischer * ext/ldap/ldap.c: - Fix ZTS build, see #17915. 2002-06-21 Stefan Esser * sapi/apache2filter/sapi_apache2.c sapi/nsapi/nsapi.c sapi/apache/mod_php4.c: Fixing the same possible memory leak. 2002-06-21 Edin Kadribasic * main/config.w32.h.in: Made pgsql compile on win32 again. All defines regarding libpq capabilities are kept in ext/pgsql/pgsql.dsp where HAVE_PQESCAPE is already defined. 2002-06-21 Stig Bakken * pear/PEAR/Command/Remote.php: * typo 2002-06-21 Harald Radi * ext/com/COM.c: removed CONST_EFREE_PERSISTENT so that andi can commit his patch 2002-06-21 Derick Rethans * main/SAPI.c main/SAPI.h sapi/pi3web/pi3web_sapi.c sapi/tux/php_tux.c ext/standard/head.c: - Added a new parameter to the header() function which overrides the HTTP response code. - Added a new parameter to the header() function which overrides the HTTP response code. 2002-06-21 Stig Bakken * pear/PEAR/Config.php: * bending over backwards to find sensible defaults 2002-06-21 Jani Taskinen * ext/gmp/config.m4: Make this extension compile as shared extension too. 2002-06-20 Sander Roobol * ext/mime_magic/mime_magic.c: ZTS fixes 2002-06-20 James Cox * build/build.mk: oops.. * build/build.mk: make "make snapshot" work again.. * build/build.mk: fixing to permit builds with ZE2 2002-06-20 Uwe Steinmann * ext/domxml/php_domxml.c: - take version of libxslt and libxml from runtime variables to make sure the reported versions correspond to the actually installed versions of libxml and libxslt 2002-06-20 Yasuo Ohgaki * NEWS: Added missing NEWS entry for a bug fix. 2002-06-19 Tomas V.V.Cox * pear/PEAR/Frontend/CLI.php pear/PEAR/Command/Remote.php pear/PEAR/Command/Registry.php pear/PEAR/Command/Install.php pear/PEAR/Registry.php pear/PEAR/Config.php pear/PEAR/Dependency.php pear/PEAR/Installer.php pear/PEAR/Common.php: - Force params to version_compare() to be strings, otherwise some comparations will fail (ex. 0.9 will be equal to 0.90) - Other minor cleanup's * pear/PEAR/Installer.php: Do NOT allow install packages with errors in its description file 2002-06-19 Marcus Börger * ext/mbstring/mbstring.c: correct handling/generating of php_mbstr_default_identify_list 2002-06-19 Christian Stocker * ext/domxml/php_domxml.c: - Make domxml_xslt_process() working again. 2002-06-19 Sander Roobol * ext/standard/info.c: Made the API versions appear better on phpinfo(); 2002-06-19 Alan Knowles * pear/Date/Calc.php: Fixed Undefined index: 06 in ..... - commit to correct branch * pear/Date/Calc.php: Fixed Undefined index: 06 in ..... 2002-06-19 Jani Taskinen * ext/gd/config.m4: Fix bug: #17130 2002-06-19 Edin Kadribasic * main/streams.c: No need to check for allow_url_fopen here. 2002-06-19 Jani Taskinen * main/main.c: Use correct macro for boolean ini values. 2002-06-18 Stig Venaas * ext/standard/array.c: Made array_unique() always keep the first occurrences of duplicates, making the behavior easier to understand, and maybe more useful. 2002-06-18 Andi Gutmans * ext/bcmath/bcmath.c ext/bcmath/php_bcmath.h: - Nuke use of persist_alloc(). This can't be used with a new memory manager 2002-06-18 Stefan Esser * main/SAPI.c: fix: appending the default charset to text/ content types never worked fix: removed double free 2002-06-18 Jan Lehnardt * ext/standard/array.c: - WS-fixes 2002-06-18 Stefan Esser * main/SAPI.c: keep fingers away from already freed memory. 2002-06-18 Hartmut Holzgraefe * ext/standard/file.c: - fixed bug in enclosure handling (was still hardcoded to '"' in one place) - added possibility to pass empty enclosure if you really don't want one 2002-06-18 Sander Roobol * ext/standard/string.c ext/standard/tests/strings/add-and-stripslashes.phpt: Fixed stripslashes when magic_quotes_sybase is enabled, and add a test for add- and stripslashes(). * ext/standard/tests/strings/add-and-stripslashes.phpt: Fix stripslashes when magic_quotes_sybase is enabled, and add a test for add- and stripslashes(). 2002-06-18 Derick Rethans * ext/standard/var.c: - Fix for bug #16065 2002-06-18 Sander Roobol * main/SAPI.c: Patch by Michael Sisolak to make header() honor the replace parameter. Closes #16458. 2002-06-18 Derick Rethans * ext/zlib/zlib.c: - oops... read before commit :) * ext/zlib/zlib.c: - It doesn't work from within a script... so we disallow it 2002-06-18 Tomas V.V.Cox * pear/package-PEAR.xml: "Release notes"++ 2002-06-18 Markus Fischer * ext/dbx/dbx_sybasect.c: - User proper macros as suggested by Marc. * ext/domxml/php_domxml.c: - Fix ZTS build. 2002-06-18 Jani Taskinen * ext/mbstring/mbstring.c: Fixed bug: #17137, test pass still 2002-06-18 Edin Kadribasic * ext/standard/math.c: ZTS fix. * ext/standard/math.c: Check for +/- infinity in base_convert (bug #14807). 2002-06-17 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: 2002-06-17 Andrei Zmievski * NEWS: Fix. * NEWS: *** empty log message *** * ext/standard/reg.c: MFH * ext/standard/reg.c: Applied fix for #17764. 2002-06-17 Tomas V.V.Cox * pear/PEAR.php: Dropped case insentive ext search in PEAR::loadExtension() * pear/PEAR.php: Typo in the folding mark 2002-06-17 Stig Bakken * pear/PEAR/Config.php: * php-4.2.1-installer.exe for Windows is installed in c:\php by default, but it has PHP_SYSCONFDIR set to c:\php4. workaround. 2002-06-17 Tomas V.V.Cox * pear/PEAR/Dependency.php: Use the new PEAR::loadExtension() in checkExtension() instead of the "hack" * pear/PEAR.php: Added PEAR::loadExtension($ext) - OS independant PHP extension load * pear/PEAR.php: trailing ws 2002-06-17 Hartmut Holzgraefe * ext/standard/formatted_print.c: making printf/sprintf locale-aware without external dependencies * ext/standard/string.c: fixed return types for ucwords/ucfirst when passed an empty string 2002-06-17 Stig Bakken * pear/PEAR/Remote.php: * doh 2002-06-17 Alan Knowles * pear/PEAR/Common.php: Fixing for the coding standard :) 2002-06-17 Stig Bakken * pear/PEAR/Remote.php: * add xmlrpc request to debug output (verbosity level 4+) 2002-06-17 Alan Knowles * pear/PEAR/Common.php: Added Dependancy check on XML - previously pear installer failed silently 2002-06-17 Jani Taskinen * ext/dbase/dbase.c: - Made dbase_get_record() and dbase_get_record_with_names use same backend function as they both do same thing, just the output is different. Fixes also bug #17762 as side effect. 2002-06-16 Stefan Esser * ext/standard/link.c: Fixed Bug #17790 - link and symlink now check uid and open_base_dir for link and its target 2002-06-16 Hartmut Holzgraefe * ext/standard/formatted_print.c: reverted patch depending on not yet commited work 2002-06-16 Derick Rethans * ext/mcrypt/mcrypt.c: - Fix version in phpinfo(); 2002-06-16 Andi Gutmans * configure.in: - Add zend_mm.c 2002-06-16 Tomas V.V.Cox * pear/package-PEAR.xml: Install the pear command under the bin_dir setting intead of the fixed PHP_BINDIR 2002-06-16 Hartmut Holzgraefe * ext/standard/formatted_print.c: make sprinf() locale-aware (Bug# 12647) 2002-06-16 Sander Roobol * run-tests.php tests/php.ini: Made the tests (and not only run-tests.php) actually use php.ini-dist, and removed unused php.ini file. 2002-06-16 Markus Fischer * php.ini-recommended php.ini-dist: - List new session.use_only_cookies option. 2002-06-16 Stig Bakken * pear/scripts/pear.in pear/package-PEAR.xml: * set include_path when running "pear" 2002-06-16 Jani Taskinen * ext/xmlrpc/xmlrpc-epi-php.c: Fixed bug: #17732. xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be passed by reference. 2002-06-15 Markus Fischer * ext/gd/gd.c: - Be more verbose which index causes the warning. * ext/gd/gd.c: - Don't forget to close the stream. 2002-06-15 Harald Radi * ext/sockets/php_sockets_win.c ext/sockets/sockets.c: workaround for a win32 memleak 2002-06-15 Sebastian Bergmann * ext/gd/.cvsignore: Add new target directories. 2002-06-14 Markus Fischer * NEWS: - Update Win32/mail changes, mention bundled gd library. 2002-06-14 Tomas V.V.Cox * pear/PEAR/Installer.php: - Fix issue with the DIRECTORY_SEPARATOR, did make the install of XML_image2svg fail - TODO++ and others minor stuff 2002-06-14 Stig Bakken * pear/PEAR/Remote.php: * if verbosity config is > 3, display xmlrpc response * another bugfix 2002-06-14 Andrei Zmievski * NEWS: Fix. 2002-06-14 Sebastian Bergmann * ext/gd/gd_bundled.dsp win32/php_modules.dsw: Add gd_bundled to php_modules.dsw. 2002-06-14 Alan Knowles * pear/PEAR/Command/Remote.php: remote list and remote listall, can now list non-stable packages if you set prefered_state to something else * pear/PEAR/Remote.php: Fixed XML RPC sending of args - lets try and get the right tag :) * pear/PEAR/Remote.php: Fixed XML RPC sending of args 2002-06-14 Edin Kadribasic * ext/gd/libgd/gd.h: Use some more sane paths for win32 version. 2002-06-14 Markus Fischer * ext/gd/gd_bundled.dsp: - Remove freetype.lib and HAVE_LIBTTF; we're always linking against freetype2 anyway. 2002-06-14 Christian Stocker * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - renamed domxml_parser_reference to domxml_parser_entitiy_reference - renamed domxml_cdata_block to domxml_parser_cdata_section (more consistent with the domxml_create_XXX methods) - added domxml_parser_processing_instruction(target,data) - added domxml_parser_namespace_decl(href,prefix) * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - oops, that didn't even compile - added domxml_parser_reference(reference) * ext/domxml/php_domxml.h ext/domxml/php_domxml.c: - Added preliminary SAX-Input support. It's now possible to build a DomDocument with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(), domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname), domxml_parser_characters(characters), domxml_parser_cdata_block(cdata), domxml_parser_comment(comment), domxml_parser_get_document(). (chregu) 2002-06-14 Sebastian Bergmann * ext/standard/datetime.c win32/sendmail.c: Remove unused local variables. 2002-06-14 Jani Taskinen * ext/odbc/php_odbc_includes.h ext/odbc/php_odbc.h ext/odbc/config.m4 ext/odbc/php_odbc.c: - Fixed bug #15803 (and propably others related too, part 2/2) . Changed the configure/compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. Informix) . Separated the #include statements to own file so we don't get any errors when compiling main/internal_functions.c * ext/informix/php_informix_includes.h ext/informix/stub.c ext/informix/php_informix.h ext/informix/config.m4 ext/informix/ifx.ec ext/informix/Makefile.frag: - Fixed bug #15803 (and propably others related too) . Changed the compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. ODBC) . Some fixes for Informix compile problems (with the new build system) . Removed unnecessary stub.c file. 2002-06-13 Markus Fischer * ext/gd/gd_bundled.dsp: - Initial MSVC makefile to create a php_gd2.dll based on the bundled libgd, works out of the box here with the right image libs and headers. * win32/sendmail.c: - We don't need the check here because the regex makes sure we never have \r\n at the end of the header. 2002-06-13 Jani Taskinen * sapi/apache/mod_php4.c: Fixes bugs: #16653, #14534, #14370 2002-06-13 Pierre-Alain Joye * pear/Date/Calc.php: Fix isValid method : wrong order for the params to checkdate() 2002-06-13 Stefan Esser * win32/sendmail.c: Typo: == instead of = * win32/sendmail.c: - should fix bug#17753 2002-06-13 Jani Taskinen * ext/openssl/openssl.c: Fixed bug: #17751 (typo) 2002-06-13 Stefan Esser * ext/standard/mail.c: Fixed: possible bufferunderrun (worst case == invalid free bytes counter) Fixed: isXXXX macros need (unsigned char) cast Fixed: bug#17746 - control chars are now filtered within "to" and "subject" parameters 2002-06-13 Andrei Zmievski * ext/bz2/bz2.c: Typo. 2002-06-13 Tomas V.V.Cox * pear/PEAR/Registry.php: Change a little the dep db structure Comment the code and some clean up's 2002-06-13 Andrei Zmievski * ext/bz2/bz2.c: Fix #17650. 2002-06-13 Tomas V.V.Cox * pear/PEAR/Registry.php: More work on the dependencies DB (still not tested/used) 2002-06-13 Christian Stocker * ext/domxml/php_domxml.h ext/domxml/php_domxml.c: - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really nicely formatted XML-Documents (but this can have sideeffects, if you depend on whitespaces..) - bumped up domxml-api-version number. * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - Added better error-messages (3rd parameter) and validating of DTDs (2nd parameter) to domxml_open_mem(string xml[, int mode[, array errors]]) and domxml_open_file(string filename[, int mode[, array errors]]). - Added domxml_doc_validate([array errors]) for validating existing DomDocuments with a DTD. 2002-06-13 Edin Kadribasic * sapi/cli/php_cli.c: MFH (fix for #17733) * sapi/cli/php_cli.c: Fix exit code (bug #17733). 2002-06-13 Derick Rethans * ext/imap/php_imap.c: - Fix for bug #14410 (Patch by C. McCohy ). 2002-06-13 Jani Taskinen * ext/pcre/php_pcre.c: Fix build in ZTS mode 2002-06-12 Jason Greene * NEWS: Fix entry 2002-06-12 Stig Bakken * pear/PEAR/Common.php: * comment typos * pear/package-PEAR.xml: * set working version to 0.91-dev * pear/Makefile.frag: * minor cleanup * LICENSE: * this should have been done last year :) 2002-06-12 Andrei Zmievski * ext/pcre/php_pcre.c NEWS: This patch adds ability to capture string offsets in the preg_match_*() results. 2002-06-12 Jani Taskinen * NEWS: typofix * ext/standard/basic_functions.c: - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request. * NEWS: cleanup 2002-06-12 Andrei Zmievski * NEWS: set_error_handler() should take methods as callbacks. Also fixed it to report invalid callbacks. * ext/overload/overload.c NEWS: Properly return the result of __call() handler. 2002-06-12 Tomas V.V.Cox * pear/scripts/pear.bat: Attempt to make pear.bat work better under Windows 2002-06-12 Hartmut Holzgraefe * ext/standard/datetime.c ext/standard/tests/time/003.phpt: fix for bug #10616 -> mktime() with negative date offsets not working on MacOSX 2002-06-12 Christian Stocker * ext/domxml/php_domxml.c: MFH (fixed domxml_get_element_by_id() ) * ext/domxml/php_domxml.c: Fixed domxml_get_element_by_id() 2002-06-12 Sascha Schumann * ext/session/session.c ext/session/php_session.h: This option enables administrators to make their users invulnerable to attacks which involve passing session ids in URLs. 2002-06-12 Markus Fischer * ext/bz2/bz2.c: - MFH fixes. 2002-06-11 Markus Fischer * ext/domxml/TODO: - Those have been implemented already. * main/streams.c: - Fix builtin gets() emulation (hopefully). * ext/bz2/bz2.c: - Fix bzcompress(), remove leaks and add some sanity check on emalloc()s. * TODO: - Add some recent observations with bz2. * main/streams.c: - Add missing Id tag. * main/streams.c: - Always \0 terminate data returned from _php_stream_copy_to_mem(). 2002-06-11 Pierre-Alain Joye * pear/Date/Calc.php: Add comment to ::isLeapYear() Remove useless comment added during the last commit * pear/Date/Calc.php: Remove regexp and months checks and use the native php function checkdate() Keep year check, only 4 digits allowed 2002-06-11 Jason Greene * TODO: Forgot one * TODO: Sockets currently works great with all compilers on Solaris Update TODO 2002-06-11 Hartmut Holzgraefe * ext/mime_magic/TODO ext/mime_magic/mime_magic.c: now it works on streams (plus some debug code removed) * main/php_streams.h: macro definition fixed, guess it was the usual kind of cut&past bug? 2002-06-11 Edin Kadribasic * sapi/cli/config.m4 configure.in: Disable installing pear when --disable-cli is used since pear installer needs cli to function. 2002-06-11 Markus Fischer * TODO: - These things have been done already. 2002-06-11 Jason Greene * ext/standard/fsock.c main/network.c main/php_network.h: Also fixed error handling on unix (micropatch) Closes Bug #14740 2002-06-11 Jani Taskinen * ext/mysql/config.m4 NEWS: - Reverted last bogus commit and fixed the credits in NEWS. 2002-06-10 Markus Fischer * ext/pcre/php_pcre.c: - Typo. 2002-06-10 Stig Bakken * ext/mysql/config.m4: Add --with-mysql-sock option (James Cox) 2002-06-10 Markus Fischer * win32/php4dllts.dsp: - Revert zlib.lib patch. 2002-06-10 Harald Radi * ext/rpc/handler.h ext/rpc/php_rpc.h ext/rpc/rpc.c ext/rpc/rpc.h: pooling and singleton finally work * ext/rpc/tests/test1.php ext/rpc/tests/test2.php ext/rpc/tests/test3.php ext/rpc/tests/test4.php ext/rpc/tests/tests.php: new testcases 2002-06-10 Frank M. Kromann * php.ini-dist php.ini-recommended ext/mssql/php_mssql.h ext/mssql/php_mssql.c: Adding ini setting for max_procs 2002-06-10 Harald Radi * win32/php4dllts.dsp: mysql need zlib.lib now 2002-06-10 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: 2002-06-10 Jan Lehnardt * ext/standard/array.c: - MFH (WS-fix) * ext/standard/array.c: - whitespace fix 2002-06-10 Markus Fischer * ext/mysql/libmysql/config-win.h win32/php4dllts.dsp: - Fix win32/mysql. - Revert cryptic WS commit on php4dllts.dsp. 2002-06-10 Joseph Tate * ext/domxml/php_domxml.c: 2002-06-10 Harald Radi * win32/php4dllts.dsp: mysql need zlib.lib now * ext/mysql/libmysql/my_wincond.c ext/mysql/libmysql/my_winthread.c: fix the build 2002-06-10 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5 2002-06-10 Markus Fischer * ext/standard/mail.c: - WS fix, damn win32. 2002-06-10 Harald Radi * ext/standard/array.c: fix the build 2002-06-10 Markus Fischer * ext/standard/file.c: - Fix proto. 2002-06-10 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: 2002-06-10 Markus Fischer * ext/calendar/easter.c: - Fix easter_(days|date)()s first parameter now really defaults to the current year if ommited (it was document but didn't work). 2002-06-10 Andrei Zmievski * ext/standard/array.c NEWS: Fix bug #7045: shuffle() now provides consistent distribution of values in the array. 2002-06-09 Tomas V.V.Cox * pear/Makefile.frag: Commented out old unused stuff * pear/scripts/phptar.in: Moved to pear/Archive_Tar/scripts * pear/PEAR/Frontend/Gtk.php: if (!dl(php_gtk)) die("Unable to load the php_gtk extension\n"); * pear/PEAR/Frontend/CLI.php: Beautify config-show output, some wrap changes and fix small issue with _tableRow() with line counting 2002-06-09 Jani Taskinen * NEWS: cleanup 2002-06-09 Tomas V.V.Cox * pear/install-pear.php: displayLine() -> outputData() * pear/PEAR/Frontend/CLI.php: - outputData($data, $command) + outputData($data, $command = '_default') 2002-06-09 Harald Radi * ext/rpc/com/com.c ext/rpc/com/com.h: reflect the new abstraction changes in the demo layer * ext/rpc/handler.h ext/rpc/php_rpc.h ext/rpc/rpc.c ext/rpc/rpc.h ext/rpc/rpc_proxy.c: - using stas' abstraction now - layer can add individual ini settings now - classentries for the loaded rpc object are created dynamically now class hirarchy looks like: rpc<-[layer]<-[object] (e.g. rpc<-com<-adodb), thus the whole class tree is reflected into php - added user-functions to mark an object as a singleton and as poolable * main/config.w32.h.in: pg_escape_* functions were not available on win32 due to a missing define 2002-06-09 Sander Roobol * ext/dio/dio.c ext/gmp/gmp.c: Don't use headers if the module contains only one phpinfo() entry, just stick to ordinary rows. * ext/gd/config.m4 ext/gd/gd.c: Made phpinfo() show if we're using the bundled version of GD 2002-06-09 James Cox * ext/mysql/config.m4: dont test for the socket -- enables installs over NFS etc. 2002-06-09 Sander Roobol * ext/gd/config.m4: Fixed detection of JPEG support in bundled version of GD. * ext/mysql/config.m4: Fixed configure stuff 2002-06-09 Andrei Zmievski * ext/standard/php_rand.h ext/standard/rand.c: Make RAND_RANGE() an API macro. 2002-06-09 Jani Taskinen * ext/hwapi/config.m4: De-messify * ext/mysql/config.m4: Cleaned up the mess. Now it actually works too. 2002-06-08 Christian Dickmann * pear/PEAR/Command/Config.php pear/PEAR/Command/Remote.php: add modes to list-all. fix a mergerbug 2002-06-08 Sascha Schumann * sapi/apache2filter/sapi_apache2.c: too many flushes are bad 2002-06-08 Tomas V.V.Cox * pear/PEAR/Installer.php: Hopefully fixed a couple of problems with destination paths: - Bug #17529 - In Windows getting \/\ - Documentation under /Package/Package/ 2002-06-08 Andrei Zmievski * NEWS: *** empty log message *** 2002-06-08 James Cox * ext/mysql/config.m4: added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc) changed the default mysql.sock location to use the one from the RPM. Added /usr/local locations to the search list. (imajes) 2002-06-08 Markus Fischer * ext/standard/info.c main/php_streams.h main/streams.c: - Since streams are always enabled, instead of just printing 'enabled' we tell what streams are currently registered. 2002-06-07 Tomas V.V.Cox * pear/PEAR/Registry.php: Experimental dependencies database handling functions (not yet in production) 2002-06-07 Sebastian Bergmann * main/config.w32.h.in: Unbreak build by setting PHP_PREFIX to c:\php4 for now. * main/config.w32.h.in: Fugbix typo. 2002-06-07 Zak Greant * ext/mysql/libmysql/strmake.c ext/mysql/libmysql/strto.c ext/mysql/libmysql/strtoll.c ext/mysql/libmysql/strtoull.c ext/mysql/libmysql/thr_alarm.h ext/mysql/libmysql/violite.c ext/mysql/libmysql/my_pthread.h ext/mysql/libmysql/my_realloc.c ext/mysql/libmysql/my_static.c ext/mysql/libmysql/my_sys.h ext/mysql/libmysql/my_tempnam.c ext/mysql/libmysql/my_thr_init.c ext/mysql/libmysql/my_wincond.c ext/mysql/libmysql/my_winthread.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/net.c ext/mysql/libmysql/raid.h ext/mysql/libmysql/config-win.h ext/mysql/libmysql/ctype.c ext/mysql/libmysql/dbug.c ext/mysql/libmysql/dbug.h ext/mysql/libmysql/default.c ext/mysql/libmysql/dll.c ext/mysql/libmysql/errmsg.c ext/mysql/libmysql/errmsg.h ext/mysql/libmysql/get_password.c ext/mysql/libmysql/global.h ext/mysql/libmysql/libmysql.c ext/mysql/libmysql/list.c ext/mysql/libmysql/m_string.h ext/mysql/libmysql/mf_casecnv.c ext/mysql/libmysql/mf_dirname.c ext/mysql/libmysql/mf_format.c ext/mysql/libmysql/mf_path.c ext/mysql/libmysql/my_compress.c ext/mysql/libmysql/my_create.c ext/mysql/libmysql/my_getwd.c ext/mysql/libmysql/my_init.c ext/mysql/libmysql/my_lib.c ext/mysql/libmysql/my_malloc.c ext/mysql/libmysql/my_open.c ext/mysql/libmysql/my_pthread.c ext/mysql/libmysql/charset.c: Updating embedded libmysql to version 3.23.48 2002-06-07 Tomas V.V.Cox * pear/PEAR/Command/Remote.php pear/PEAR/Frontend/CLI.php: Beautify remote-info 2002-06-07 Joseph Tate * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: Added aliases to make attr_node access functions more consistent. Old access functions are now deprecated. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: php_domxml.c CVS: ---------------------------------------------------------------------- 2002-06-07 Tomas V.V.Cox * pear/PEAR/Command/Config.php: - Reapplied the "treat umask as octal in "config-set" command" Stig's patch - Ported the config-help command to new UI API * pear/PEAR/Frontend/CLI.php: more wrapping cases 2002-06-07 Stig Bakken * main/config.w32.h.in: * fix SHLIB_SUFFIX_NAME define for Windows * main/build-defs.h.in main/main.c configure.in: New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX 2002-06-07 Tomas V.V.Cox * pear/PEAR/Common.php: Remove debug code * pear/PEAR/Command/Registry.php: More info output retouchs * pear/PEAR/Common.php: Fix some minor issues with the parsing 2002-06-07 Stig Bakken * configure.in pear/Makefile.frag: * get rid of pearize 2002-06-07 Tomas V.V.Cox * pear/PEAR/Command/Registry.php: Make "info" full human friendly (in deps list and lastmodified) * pear/PEAR/Command/Common.php pear/PEAR/Command/Package.php: Make $_deps_rel_trans and $_deps_type_trans globally avaible: moved from Command/Package.php -> Command/Common.php * pear/scripts/pear.in: Be nicer with the help * pear/scripts/pear.in: ws 2002-06-07 Stefan Esser * main/rfc1867.c: - Stay always in buffer 2002-06-07 Tomas V.V.Cox * pear/PEAR/Command/Package.php pear/PEAR/Command/Registry.php: Put back the "info" command in its full state: "Displays information about a package. The package argument may be a local package file, an URL to a package file, or the name of an installed package." Command "package-info" depreciated (again) * pear/Net/SMTP.php: fix EOL handling in AUTH (patch from Scott Carr ) * pear/Net/SMTP.php: ws 2002-06-06 Daniela Mariaschi * ext/interbase/interbase.c ext/interbase/php_interbase.h: Add control on Ib version. ibase_add_user(), ibase_modify_user() and ibase_delete_user() available with IB6 or later. fix bug #17184 * ext/interbase/php_interbase.h: Add control on IB version. ibase_add_user(), ibase_modify_user() and ibase_delete_user() are available with IB6 or later * ext/interbase/interbase.c: Add control on the IB version. ibase_add_user(),ibase_modify_user() and ibase_delete_user() are available with IB6 or later 2002-06-06 Markus Fischer * NEWS: - Update * ext/dbx/dbx_sybasect.c: - Remove C++ comments. * ext/gd/libgd/gd.c: - Revert Ws thingy. 2002-06-06 Jani Taskinen * ext/mbstring/config.m4: Changed the configure option to be --enable/disable 2002-06-06 Tomas V.V.Cox * pear/Date/Calc.php: Added method Date_Calc::compareDates($day1,$month1,$year1,$day2,$month2,$year2) * pear/Date/Calc.php: ws+cs 2002-06-06 Stig Bakken * pear/package-PEAR.xml: * prepare 0.90 * pear/PEAR/Command/Install.php pear/PEAR/Installer.php: * add "nobuild" option to installer (-B or --nobuild option to CLI frontend) * pear/PEAR/Builder.php: * remove debug output * pear/PEAR/Builder.php: * when building, look for "package-version" subdirectory, needed for building stuff straight from tarballs * pear/PEAR/Common.php: * add PEAR_COMMON_PACKAGE_NAME_PREG constant * pear/PEAR/Frontend/CLI.php: * make displayFatalError work again 2002-06-06 Tomas V.V.Cox * pear/PEAR/Command/Package.php: Forgot that one * pear/PEAR/Frontend/CLI.php: Wrap table contents * pear/PEAR/Command/Registry.php: Implemented "pear info " command * pear/PEAR/Command/Package.php: Split the doPackageInfo() in doPackageInfo() and _infoForDisplaying() (this last one can be statically called and is used also from the "info" command) * pear/package-Mail.xml: package.xml file for the PEAR Mail package * pear/PEAR/Command/Common.php: That will really avoid PHP warnings * pear/PEAR/Command/Package.php: Fix package command 2002-06-06 Sergey Kartashoff * ext/mnogosearch/php_mnogo.h ext/mnogosearch/php_mnogo.c: 2002-06-05 Jani Taskinen * ext/gd/libgd/gd.c: ws and indent fixes * ext/gd/libgd/gd.c: - Fixes a segfault reported in #17584 2002-06-05 Markus Fischer * win32/sendmail.c win32/sendmail.h: - Headers are now rewritten to always have \r\n line endings for SMTP. Also automatically removes superflous line breaks at the start and end of the header. 2002-06-05 Derick Rethans * ext/domxml/php_domxml.c: - Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not being set. (patch by Rob Richards ) 2002-06-05 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c: 2002-06-05 Stefan Esser * main/rfc1867.c: fixed multiline header detection (':' is valid within following lines) fixed fill_buffer to fill the buffer always completely 2002-06-05 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c ext/mnogosearch/php_mnogo.h: more mnogosearch compilation fixes 2002-06-05 Stefan Esser * main/rfc1867.c: fixing some crashbugs that can be triggered with bogus uploads. 2002-06-05 Sergey Kartashoff * ext/mnogosearch/php_mnogo.h ext/mnogosearch/php_mnogo.c: MnoGoSearch extension fixes to compile under latest mnogosearch 3.2.4 and 3.2.5. Still does not compile with them, but the work still in progress... 2002-06-04 Edin Kadribasic * win32/glob.c: Sync with openbsd glob.c 1.19 * win32/glob.c: Removed some leftover debugging code. 2002-06-04 Jani Taskinen * ext/gd/config.m4: - Fixed the include paths for the needed libraries for bundled libgd. - Removed files which are not needed with libgd2 from the PHP_NEW_EXTENSION. 2002-06-04 Edin Kadribasic * ext/pcntl/php_pcntl.h ext/pcntl/pcntl.c: Added function pcntl_alarm(). 2002-06-04 Stig Bakken * pear/PEAR/Command/Registry.php: * sort package names in "pear list" 2002-06-04 Joseph Tate * ext/domxml/php_domxml.c: * ext/domxml/php_domxml.c: Bug fix to #17560 submitted by Rob Richards 2002-06-04 Mark L. Woodward * ext/msession/reqclient.h ext/msession/msession.c: Added persistent connections, and automattic reconnect on lost connections. Requires Phoenix 1.0 2002-06-04 Markus Fischer * ext/posix/posix.c: - Fix ZTS built. 2002-06-04 Jani Taskinen * ext/gd/gd.c: MFH: fix bug #17535 * ext/gd/gd.c: Fixed bug: #17535 * NEWS: fine tuning * ext/gd/config.m4: - Made the bundled libgd actually work. Fixed bug: #17244 2002-06-03 Markus Fischer * ext/posix/posix.c: - Move macro code into distinct function for easier debugging as suggested by Andi. 2002-06-03 Harald Radi * win32/php4dllts.dsp: fix build 2002-06-03 Rasmus Lerdorf * ext/standard/html.c: Make sure len is defined here 2002-06-03 Edin Kadribasic * NEWS ext/standard/array.c: MFH * ext/standard/array.c: Fixed array_rand() on ZTS platforms. 2002-06-03 Markus Fischer * ext/posix/posix.c: - Fix isatty() and ttyname() (Closes #17323, #17333). * win32/sendmail.c: - Fix a leak and a crash. * win32/install.txt: - Add note about IIS/CGI and cgi.force_redirect gotcha 2002-06-02 Stig Bakken * pear/PEAR/Command.php: * fix bug that was re-introduced during merge 2002-06-02 Markus Fischer * win32/sendmail.c: - Only add the To: field with the $to parameter if we don't have it in the custom header. This was the behaviour < 4.2.x (but it was broken, this one isn't). * win32/sendmail.c: - Revert fix for #14407. The From: header field IS different from the sendmail_from field which is in fact the retturn path. * win32/sendmail.c: - Try to fix most of the buffer overflows and dynamically allocate memory where applicable. 2002-06-02 Adam Dickmeiss * ext/yaz/php_yaz.c: Use ZOOM API for newer YAZ versions. * ext/yaz/config.m4: report error when YAZ cannot be found 2002-06-02 Stefan Roehrich * ext/zlib/zlib.c: Added "Vary: Accept-Encoding" header to zlib.output_compression compressed output as with obgzhandler(). 2002-06-02 Christian Dickmann * pear/PEAR/Frontend/CLI.php: make 'pear remote-info' work with CLI * pear/PEAR/Command/Remote.php pear/PEAR/Frontend/CLI.php: make 'pear search' work with CLI. fix a typo 2002-06-02 Markus Fischer * main/main.c win32/sendmail.c: - Finish implementation of custom smtp port (introduces "smtp_port" ini config). * win32/sendmail.c: - Rephrase comment * win32/sendmail.c: - Classig problem: right idea, wrong pointer ... 2002-06-02 Christian Dickmann * pear/PEAR/Registry.php pear/System.php: silence unlink() and rmdir(). fix a bug where wasn't set due to wrong ini setting 2002-06-02 Stig Bakken * pear/PEAR/Frontend/CLI.php pear/scripts/pear.in pear/tests/pear_config.phpt pear/PEAR/Builder.php pear/PEAR/Command.php pear/PEAR/Command/Auth.php pear/PEAR/Command/Build.php pear/PEAR/Command/Common.php pear/PEAR/Command/Config.php pear/PEAR/Command/Install.php pear/PEAR/Command/Package.php pear/PEAR/Command/Registry.php pear/PEAR/Command/Remote.php pear/PEAR/Common.php pear/PEAR/Config.php pear/PEAR/Installer.php pear/package-PEAR.xml: * merge NEW_UI_API branch * pear/PEAR/Common.php pear/PEAR/Installer.php pear/scripts/pear.in pear/package-PEAR.xml: * implemented "package-info" replacement in package.xml * pear/PEAR/Installer.php: * typo? * pear/PEAR/Command/Config.php: * make output of "config-get" easier to parse * pear/PEAR/Command/Config.php: * fix some error reporting * pear/PEAR/Config.php: * less verbose * pear/PEAR/Installer.php: * fix buildcallback * pear/PEAR/Builder.php pear/PEAR/Installer.php pear/package-PEAR.xml: * "pear install" now builds and C extensions * pear/scripts/pear.in: * add custom error handler * pear/PEAR/Frontend/CLI.php: * de-obsolete display{,Fatal}Error 2002-06-01 Stig Bakken * pear/PEAR/Builder.php: * add some phpdoc 2002-06-01 Stefan Roehrich * ext/snmp/config.m4 acinclude.m4 ext/domxml/config.m4 ext/imap/config.m4: WS change to make very old compilers/preprocessors (e.g. HP/UX 9) happy (thanks to Andreas Ley for recognizing this). 2002-06-01 Christian Dickmann * pear/PEAR/Command/Config.php pear/PEAR/Command/Remote.php pear/PEAR/Config.php pear/PEAR/Frontend/CLI.php pear/PEAR/Installer.php: add 'pear search'. introduce type 'mask' to config. 2002-06-01 Sascha Schumann * sapi/apache/php_apache.c: Fix build 2002-06-01 Andi Gutmans * configure.in: - Fix build with Engine 2 * sapi/apache/php_apache.c: - Reapply netware patch 2002-06-01 Rasmus Lerdorf * sapi/apache/php_apache.c: Put Netware header and comment back in. My CVS revision id got messed up somehow. 2002-06-01 Sander Roobol * php.ini-dist php.ini-recommended: Update cracklib path and comment it out (thanks to Urs Gehrig for the hint) 2002-06-01 Frank M. Kromann * ext/mbstring/mbfilter.c: Makring function declarations match implementations (ZTS compilation) 2002-05-31 Rasmus Lerdorf * sapi/apache/php_apache.c: Oops * sapi/apache/php_apache.c: Renamed getallheaders() to apache_request_headers() and kept getallheaders() as an alias to it. Also added apache_response_headers() which returns the current response headers from Apache. 2002-05-31 Jani Taskinen * ext/mbstring/config.m4: Fixed typo.. 2002-05-31 Stig Bakken * pear/PEAR/Frontend/CLI.php: * added missing fold 2002-05-31 Tomas V.V.Cox * pear/System.php: fread already detects EOF * pear/System.php: Be able to handle strings as well as arrays in _multipleToStruct() * pear/System.php: - Make mkTemp() automatically removed temporary created files or dirs at script shutdown time - Remove unnecesarry PEAR inheritance - Some PHPDoc fixes 2002-05-31 Brad LaFountain * ext/domxml/domxml.dsp ext/domxml/php_domxml.h: Changed PHP_EXPORTS to DOMXML_EXPORTS as Edin Kadribasic suggested 2002-05-31 Harald Radi * ext/standard/credits_ext.h: MFH * ext/standard/credits_ext.h: added wez to the com extension * ext/com/CREDITS ext/com/VARIANT.c ext/com/com.h ext/com/conversion.c ext/com/php_COM.h ext/com/variant.h ext/com/COM.c: MFH * ext/com/CREDITS: added wez and ordered names alphabetically 2002-05-31 Venkat Raghavan S * sapi/apache/php_apache.c: Removed ugly code done as part of NetWare change, upon Andi's advice. Now, the typecasting is done for all platforms. 2002-05-31 Derick Rethans * main/rfc1867.c: - Don't issue a notice when no file was uploaded 2002-05-31 Brad LaFountain * ext/domxml/php_domxml.c: initalize variable in domxml_doc_document_element() * ext/domxml/domxml.dsp: defined PHP_EXPORTS for exporting php_domobject_new() * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: added the ability to use new keywork with domxmls objects "new DomDocument()" instead of xmldoc. This also allows you to create nodes without having a whole document "new DomElement("foo")". moved DOMXML_API_VERSION to php_domxml.h exposed php_domobject_new for other extensions to use removed some un-needed code 2002-05-31 Venkat Raghavan S * main/config.nw.h main/php.h main/php_compat.h sapi/apache/php_apache_http.h sapi/apache/php_apache.c sapi/apache/mod_php4.c: NetWare related changes * netware/buildsapi.bat netware/common.mif netware/php4apache.mak netware/phplib.imp netware/pwd.h: NetWare related additions / changes to build mod_php 2002-05-30 Harald Radi * ext/com/COM.c: * ext/com/VARIANT.c ext/com/conversion.c ext/com/dispatch.c ext/com/COM.c: Added missing AddRef() calls in the COM extension. This should fix weird behaviour (in particular with ADODB). 2002-05-30 Sander Roobol * pear/Console/tests/.cvsignore: Add missing .cvsignore 2002-05-30 Markus Fischer * ext/session/mod_files.c: - Tell the user why his session doesn't work if he uses custom session_id()s. * win32/install.txt: - Typo * win32/install.txt: - Give some useful updates to Win32/Apache/PHP4 installation. Also mention strace for advanced users. 2002-05-30 Christian Dickmann * pear/PEAR/Command/Config.php pear/PEAR/Command/Remote.php pear/PEAR/Frontend/CLI.php: fix a typo. add some information to config-show 2002-05-30 Den V. Tsopa * ext/mbstring/mbfilter_ru.c: Fixes some dummy errors (again). 2002-05-30 Jan Lehnardt * pear/tests/pear_error4.phpt: - add testcase for PEAR::delExpect() 2002-05-30 Stig Bakken * pear/PEAR/Config.php: * organize configuration_info array by group 2002-05-30 Venkat Raghavan S * netware/ZendEngine2.mak netware/build.bat: NetWare changes for ZE2 2002-05-30 Stig Bakken * pear/PEAR/Config.php pear/tests/pear_config.phpt: * applied Alan's patch adding groups and prompts 2002-05-30 Cliff Woolley * sapi/apache2filter/php_functions.c: That macro is and always was hopelessly broken, which is why it's now deprecated. 2002-05-29 Jan Lehnardt * pear/PEAR.php: - minor improvement of readability, * pear/PEAR.php: - added delExpect() API method. It allows to unset one or more expected - error codes. - requires _checkDelExpect() (private) which I added as well. - inspired by chregu (PHP-Deluxe, page 75) 2002-05-29 Christian Dickmann * pear/PEAR/Command/Install.php pear/PEAR/Frontend/CLI.php pear/PEAR/Installer.php pear/PEAR/Common.php: fix a bug and add UI::log 2002-05-29 Den V. Tsopa * ext/mbstring/mbfilter.c: Added GB2312 alias for CN-GB 2002-05-29 Derick Rethans * ext/imap/php_imap.c: - Fix for bug #17503 2002-05-29 Venkat Raghavan S * netware/mktemp.h netware/sys/stat.h netware/tsrm.mak: Changes to build TSRM on NetWare 2002-05-29 Den V. Tsopa * ext/mbstring/mbfilter_ru.c: Fixed some dummy errors. (dets) 2002-05-29 Venkat Raghavan S * netware/zend.mak: Changes to build Zend on NetWare 2002-05-29 Stig Bakken * pear/PEAR/Command.php: * no longer test on whether displayLine exists * pear/PEAR/Builder.php pear/PEAR/Command/Build.php: * build extensions in /var/tmp/pear-build-$USER/extname-n.n * copy built .so files * pear/PEAR/Command/Registry.php: * folding marks * pear/PEAR/Common.php: * make PEAR_Common::log work with the new UI API * pear/PEAR/Frontend/CLI.php: * for now, provoke php errors on calls to the old methods 2002-05-28 Andrei Zmievski * acinclude.m4: Fix a bug in case statement. 2002-05-28 Stig Bakken * pear/PEAR/Command.php: * don't create duplicate ui objects * pear/PEAR/Frontend/CLI.php: * gotta love these extra newlines 2002-05-28 Venkat Raghavan S * netware/bisonflexzend.bat: Batch file to do the Lex / Yacc stuff for Zend * netware/common.mif: SDK directory path change 2002-05-28 Bertrand Mansion * pear/HTML/Table.php pear/HTML/Common.php: Moved to /pear 2002-05-28 Venkat Raghavan S * netware/build.bat netware/common.mif netware/tsrm.mak netware/zend.mak: Makefiles and batch file required to build Zend and TSRM * netware/php-nw.bat: *** empty log message *** 2002-05-28 Stig Bakken * pear/PEAR/Command/Auth.php pear/PEAR/Command/Common.php pear/PEAR/Command/Config.php pear/PEAR/Command/Install.php pear/PEAR/Command/Package.php pear/PEAR/Command/Registry.php pear/PEAR/Command/Remote.php pear/PEAR/Frontend/CLI.php pear/PEAR/Common.php: * imported Christian Dickmann's new UI code * converted PEAR_Frontend_CLI::userDialog() to new API * pear/package-PEAR.xml: * 0.11 release coming up * pear/PEAR/Command/Package.php: * drop package-info command (deprecated by "info") * pear/tests/pear_config.phpt: * update test * pear/PEAR/Command/Build.php pear/PEAR/Builder.php pear/package-PEAR.xml: * update 0.11 release notes * move build logic into PEAR_Builder * pear/scripts/pear.in pear/PEAR/Config.php: * disable *&$^*#@ runtime ^@#*&$@ magical ^*!@@!! quoting * pear/Archive/Tar.php pear/docs/Archive_Tar.txt pear/package-Archive_Tar.xml: * sync up * pear/PEAR/Config.php: * disable magic_quotes_runtime (what a broken concept!!) while reading config files * pear/PEAR/Installer.php: * fix some errors/warnings * install data and test files now * pear/PEAR/Config.php: * added data_dir and test_dir 2002-05-27 Stig Bakken * pear/PEAR/Config.php: * moved the --without-pear compat defines to the right place * pear/PEAR/Config.php: * change root for documentation files to /docs * pear/PEAR/Command/Config.php: * treat umask as octal in "config-set" command * pear/PEAR/Common.php: * use new Archive_Tar gzip autodetection * pear/package-Archive_Tar.xml: * prepare 0.9 release * pear/PEAR/Config.php: * fixed a bug in PEAR_Config::set() that broke validation of "set" parameters * pear/Archive/Tar.php: * better gzip detection (magic cookie) 2002-05-27 Andi Gutmans * genfiles: - Hope this is the last commit in the series. Make sure that the .h file - also goes into ext/standard. I'm not sure how 4.2.1 was built with these - broken files * genfiles: - One more try. * genfiles: - Isn't Makefile.frag being called? (Weird) * genfiles: - Be a bit more verbose 2002-05-27 Sascha Schumann * ext/ircg/ircg.c: Flush data related to the streaming connection during php's rshutdown, and not during the ircg_set_current call, because it is otherwise not guaranteed that the HTTP header is sent out first. 2002-05-27 Stig Bakken * pear/PEAR/Installer.php pear/package-PEAR.xml: * fixes for php without zlib * pear/Archive/Tar.php pear/package-Archive_Tar.xml: * make Archive_Tar auto-detect whether zlib is needed based on file extension (.tar -> no zlib) 2002-05-27 Andi Gutmans * makedist.ZendEngine2: - Small update 2002-05-27 Stig Bakken * pear/package.dtd: * update version * pear/PEAR/Command/Build.php pear/PEAR/Common.php pear/package.dtd pear/package-PEAR.xml: * first shot at "pear build" command for building extensions from C code * pear/PEAR/Command/Registry.php: * "info" command * pear/PEAR/Command/Config.php: * added config-help command * pear/PEAR/Config.php: * drop "any" as a valid preferred_state * pear/PEAR/Config.php: * more verbose docs for "verbose" :) 2002-05-26 Stig Bakken * pear/PEAR/Common.php: * un-indent description too * pear/PEAR/Common.php: * try being smart about de-indenting release notes from the xml * pear/PEAR/WebInstaller.php: * PEAR_Frontend_Web is coming! 2002-05-26 Andi Gutmans * genfiles: - Small fix 2002-05-26 Edin Kadribasic * NEWS: I case we ever release 4.2.2. * sapi/cgi/cgi_main.c sapi/cli/php_cli.c: MFH (fix for exit()) 2002-05-26 Andi Gutmans * genfiles: - Update genfiles for new build system 2002-05-26 Tomas V.V.Cox * pear/scripts/pear.in: Added "pear -V" (show version information) 2002-05-26 Stig Bakken * pear/scripts/pear.in: * another help fix 2002-05-26 Tomas V.V.Cox * pear/PEAR/Command/Config.php: Make the error handling work again since the new internal command structure 2002-05-26 Martin Jansen * pear/package-PEAR.xml: * Add /me has helper. 2002-05-26 Stig Bakken * pear/PEAR/Command/Package.php: * bold column headings * pear/package-PEAR.xml: ^t 2002-05-26 Tomas V.V.Cox * pear/PEAR/Command/Install.php pear/scripts/pear.in: "Help" fixes 2002-05-26 Edin Kadribasic * sapi/cgi/cgi_main.c: Merge from cli. 2002-05-26 Stig Bakken * pear/package-PEAR.xml: * add package.dtd to the distribution * pear/package-PEAR.xml: * roll out 0.10 * pear/PEAR/Command.php: * focus on the present * pear/PEAR/Frontend/Gtk.php: * add @nodep stuff here too * pear/PEAR/Remote.php: * be nice to PEAR_Common::detectDepdencencies() * pear/PEAR/Common.php: * more work on the dependency detector * pear/scripts/pear.in: * Console_Getopt POSIX fix * pear/PEAR.php: * phpdoc fixes (un-break the broken) 2002-05-26 Edin Kadribasic * sapi/cli/php_cli.c: Due to the way Zend handles exit() we cannot rely on the return code of php_execute_script. * sapi/cli/php_cli.c: Made constants persistent and fixed a memory leak. 2002-05-26 Stig Bakken * pear/Console/Getopt.php pear/package-Console_Getopt.xml: * POSIX getopt compatibility support (first argv element is the command) * pear/install-pear.php: * tidy output a bit * ext/standard/versioning.c: Fix segfault in version_compare() * pear/PEAR/Installer.php: * cleaned up error handling in _installFile 2002-05-25 Martin Jansen * pear/PEAR/Command/Package.php: * Make rel_trans from doPackageInfo globally available. * Add command "package-dependencies" (shortcut "pd") to list the dependencies of a package. 2002-05-25 Stig Bakken * pear/PEAR/Remote.php: * typo caught by PEAR_Common::detectDependencies :) 2002-05-24 Rui Hirokawa * ext/mbstring/mbstring.c: reverted my patch. * ext/mbstring/config.m4 ext/mbstring/mbfilter.c ext/mbstring/mbfilter_ru.c ext/mbstring/mbfilter_ru.h ext/mbstring/mbstring.c: reverted patch to support iso2022kr. 2002-05-24 Sander Roobol * ext/standard/info.c: Fix and tags in phpinfo() output (#17411) 2002-05-24 Edin Kadribasic * sapi/cli/php_cli.c: Register STDIN, STDOUT, and STDERR "constants" in cli in cases where script itself is not being loaded from STDIN. This enables constructs like fwrite(STDERR, "Error 42"); 2002-05-23 Derick Rethans * ext/standard/image.c ext/standard/php_image.h: - Added support for compressed SWF (Flash MX) files to getimagesize(). (Fixes feature request #17272). - Added support to getimagesize() for compressed Flash MX files. 2002-05-23 Tomas V.V.Cox * pear/PEAR/Installer.php: TODO++ Check dependencies break on package uninstall (when no force given) * pear/PEAR/Dependency.php: Fix package dependency check (reported by Rasmus) 2002-05-23 Andrei Zmievski * ext/pcre/php_pcre.c NEWS: This code adds string offset capturing in preg_split() results. Original patch by David Brown, modified by me. 2002-05-23 Sascha Schumann * ext/ircg/ircg.c: Revamped timeout handling to be more consistent; it disconnects users which are not associated with a stream window within 3 minutes. Improved the id generator, so that it becomes more unlikely that two or more consecutive runs/instances will yield the same ids. Improved error message collecting to run at constant time intervals. Added a facility which aims at ensuring that the extension does not shutdown(2) unrelated sockets. This has been disabled for now, because of lack of extensive testing. The current time is now easily accessible through a wrapper function. This replaces the ugly #ifdefs spread through the code. IRCG does not generate "Pragma: no-cache" headers anymore. Additionally, ircg_set_current() will not cause the HTTP header to be sent, so you can add/change headers afterwards. And some cleanup. 2002-05-23 Edin Kadribasic * ext/standard/math.c: MFH (patch for allowing strings in pow() args, fixes #17374) 2002-05-23 Andi Gutmans * ext/standard/file.c: - Fix typo 2002-05-23 Wez Furlong * ext/standard/tests/general_functions/proc_open.phpt: Add simple test case for proc_open * ext/standard/exec.c: Fix (stupid) segfault. #17379 2002-05-23 Derick Rethans * ext/standard/exec.c: - Fix unchecked return values with parameters to proc_open. (Fixes bug #17375) * ext/standard/file.c: - Fix errormessage and whitespace 2002-05-23 Yasuo Ohgaki * ext/standard/file.c: Added 4th parameter to specify enclosure character. Patch by Dean Richard Benson Spit more meaningful error messages when delim and/or enclosure char is null. 2002-05-22 Jani Taskinen * run-tests.php: Skip POST data if it is empty. 2002-05-22 Andi Gutmans * makedist.ZendEngine2: - makedist script for creating Engine 2 distribution. - Hopefully we can get a preview out in the next few days. 2002-05-22 Tomas V.V.Cox * pear/PEAR/Command/Package.php: Trigger an error if the run-test.php file is not found Make the run-tests pear cmd run with the CGI SAPI * pear/PEAR/Dependency.php: Test first if the package exists before comparing the version (fix the version_compare() segfault) * pear/PEAR/Remote.php: Make pear -vv XXX set the XML_RPC debug flag 2002-05-22 Wez Furlong * sapi/activescript/CREDITS sapi/activescript/README: Add README and CREDITS... * sapi/activescript/scriptengine.cpp: Fix bug when length was queried before the string was converted. 2002-05-21 Wez Furlong * ext/com/COM.c: Add documentation comment for properties in com_print_typeinfo * ext/com/COM.c: Enhance com_print_typeinfo. The main expected use is like this, for figuring out what methods are allowed for a COM object: $ie = new COM("InternetExplorer.Application"); // Prints class definition for IE object com_print_typeinfo($ie, "InternetExplorer.Application", false); // Prints class definition for default IE event handler com_print_typeinfo($ie, "InternetExplorer.Application", true); 2002-05-21 Andrei Zmievski * NEWS: *** empty log message *** * ext/tokenizer/tokenizer.c: Fix bug #16939. 2002-05-21 Wez Furlong * ext/com/COM.c: Correct usage of convert_to_string_ex which is not allowed to zval* * ext/com/COM.c: Reformat some comments. * ext/com/COM.c: Fix a flag, remove an old comment. * ext/com/com.h ext/com/dispatch.c ext/com/php_COM.h ext/com/variant.h ext/com/COM.c: - Make sure that COM and VARIANT resources are returned as resources rather than longs. - Make the IDispatch implementation a bit more generic (and fix my mess of pointers). - Add new com_message_pump() function that acts like an interruptible usleep() that processes COM calls/events. - Add new com_print_typeinfo() function for "decompiling" the typeinfo for an interface into PHP script. This is useful for generating a skeleton for use as an event sink. - Add new com_event_sink() function for sinking events from COM objects. Usage is like this: terminated = true; } } $ie = new COM("InternetExplorer.Application"); $sink =& new IEEventSinker(); com_event_sink($ie, $sink, "DWebBrowserEvents2"); $ie->Visible = true; $ie->Navigate("http://www.php.net"); while(!$sink->terminated) { com_message_pump(4000); } $ie = null; ?> 2002-05-21 Hartmut Holzgraefe * ext/mime_magic/TODO: ZTS issues fixed * ext/mime_magic/mime_magic.c: not beautifull (yet), but should fix ZTS builds 2002-05-21 Tomas V.V.Cox * pear/PEAR/Installer.php: files that are not installed should be removed from the registered file list (TODO--) 2002-05-21 Stig Bakken * pear/PEAR/Command/Registry.php: * show installed_as instead of a "calculated" path for installed packages * pear/PEAR/Installer.php: * add TODO comment 2002-05-21 Sebastian Bergmann * win32/php4dll.dsp win32/php4dllts.dsp main/config.w32.h.in: Add HAVE_MBSTR_RU support for Win32. * ext/mbstring/mbfilter_ru.c: ZTS fixes. 2002-05-21 Stig Bakken * pear/PEAR/Command/Registry.php: * disable wrapping for now 2002-05-21 Den V. Tsopa * ext/mbstring/mbfilter_ru.c ext/mbstring/mbfilter_ru.h ext/mbstring/mbstring.c ext/mbstring/unicode_table_ru.h ext/mbstring/mbfilter.h ext/mbstring/mbfilter.c ext/mbstring/config.m4: Added russian codepages (koi8-r,cp1251,cp866) support. 2002-05-21 Tomas V.V.Cox * pear/PEAR/Common.php: Some minor error verbosity updates * pear/PEAR/Command/Remote.php: doListRemote -> doRemoteList * pear/PEAR/Installer.php: Make the installation of a package fail when _installFile fails and "force" is not set 2002-05-21 Stig Bakken * pear/PEAR/Command/Registry.php: * list command no longer displays test and data files when listing installed files * pear/PEAR/Command/Package.php: * package-list command no longer needed ("list" does the same thing and more) * pear/PEAR/Command/Registry.php: * rename shell-test shortcut to st (was stest) * pear/PEAR/Command/Install.php pear/PEAR/Command/Package.php pear/PEAR/Command/Registry.php pear/PEAR/Command/Remote.php pear/PEAR/Command/Config.php: * added more shortcuts * pear/PEAR/Command/Package.php pear/PEAR/Command/Registry.php pear/PEAR/Command/Remote.php pear/scripts/pear.in pear/PEAR/Command/Install.php pear/PEAR/Command.php pear/PEAR/Command/Auth.php pear/PEAR/Command/Common.php pear/PEAR/Command/Config.php: * implemented shortcuts ("pv" for "package-validate" etc.) do "pear help shortcuts" to see what shortcuts exist * renamed "list-installed" command to "list" and made it able to list the contents of installed packages as well as tar/tgz/xml files * added some more/better command docs * fixed up the synopsis part in the help output * display option parameters (--foo=bar, where bar is specified in 'shortarg' as for example 'f:bar') * renamed list-remote-packages to list-remote * renamed remote-package-info to remote-info * pear/PEAR/Common.php: * make infoFromAny actually work :) * pear/PEAR/Remote.php: * better wording 2002-05-21 Edin Kadribasic * ext/pgsql/pgsql.dsp: MFH (fix for #17315) * ext/pgsql/pgsql.dsp: Fix for #17315. Requires client library 7.2 or greater to compile. 2002-05-20 Markus Fischer * ext/posix/posix.c: - MFH fix for #17323. * ext/posix/posix.c: - Fix posix_isatty() and posix_ttyname() (Closes #17323) 2002-05-20 Stig Bakken * pear/PEAR/Remote.php: * disable debug in XML_RPC fallback 2002-05-20 Wez Furlong * sapi/activescript/php4as_scriptengine.h sapi/activescript/scriptengine.cpp sapi/activescript/php4activescript.h: Use the GIT for inter-thread marshalling. 2002-05-20 Markus Fischer * ext/zip/zip.c: - Add safe_mode/uid and open_basedir check to zip_open() (closes #16927). * ext/standard/filestat.c: - ZTS gotcha * ext/standard/filestat.c: - Add open_basedir check for all functions using php_stat() (filesize, stat, etc), closes #11563. 2002-05-20 Harald Radi * sapi/activescript/classfactory.cpp sapi/activescript/scriptengine.cpp: this way it even compiles * ext/com/com.h ext/com/conversion.c ext/com/COM.c: integrating wez's patch 2002-05-20 Stig Bakken * pear/PEAR/Command/Remote.php: * new command setup * pear/packages/XML_RPC-1.0.2.tar pear/packages/XML_RPC-1.0.3.tar: * upgrade bundled XML_RPC package to 1.0.3 * pear/Makefile.frag pear/install-pear.php: * new installer rule that does not depend on bash * pear/PEAR/Common.php: * _infoFromAny goes public! * pear/PEAR/Installer.php: * some verbosity changes: 0 - only errors, 1 - status report when the install is done, 2 - show each operation, 3 - show file operations * pear/PEAR/Command/Install.php: * no output in verbosity level 0 * pear/PEAR/Config.php: * added PEAR_Config::removeLayer() * pear/PEAR/Command/Package.php: * remove getCommands() from here * added options to "pear cvstag": -q -Q -d -F 2002-05-20 Yasuo Ohgaki * ext/pgsql/pgsql.c: MFH 2002-05-20 Stig Bakken * pear/scripts/pear.in: * support multiple -v and -q options * pear/package-Archive_Tar.xml: * forgot to update the release date * pear/package-Archive_Tar.xml: * fix fix * pear/Archive/docs/Tar.txt pear/Archive/Tar.php pear/package-Archive_Tar.xml: * merge 0.4 files from /pear/Archive_Tar * pear/package-Console_Getopt.xml: * prepare 0.10 * pear/PEAR/Command/Registry.php: * remove run() from this class 2002-05-20 Wez Furlong * win32/php4dllts.dsp: This somehow got undone when I committed the rest... 2002-05-20 Yasuo Ohgaki * ext/pgsql/pgsql.c: Fixed possible pg_lo_write() overflow and make it more fail safe. 2002-05-20 Wez Furlong * win32/php4ts.dsw: Add activescript sapi to the workspace * sapi/activescript/classfactory.cpp sapi/activescript/php4activescript.c sapi/activescript/php4activescript.def sapi/activescript/php4activescript.dsp sapi/activescript/php4activescript.h sapi/activescript/php4as_classfactory.h sapi/activescript/php4as_scriptengine.h sapi/activescript/scriptengine.cpp: Implement ActiveScript interfaces. This allows use of PHP in: Client-side script in Internet Explorer Windows Scripting Host ASP and ASP.NET pages It's mostly working... give it a go. You will need to regsvr32 the php4activescript.dll manually. * main/fopen_wrappers.h main/spprintf.h: Protect C code with extern "C" * ext/com/COM.c ext/com/conversion.c ext/com/dispatch.c ext/com/php_COM.h: Added generic COM wrapper for PHP objects. 2002-05-20 Tomas V.V.Cox * pear/PEAR/Command/Install.php: Added missing key 'doc' for -Z help * pear/PEAR/Common.php: Fix small bug making the baseinstalldir attrib persist 2002-05-20 Yasuo Ohgaki * ext/pgsql/pgsql.c: Improve large object performance. pg_lo_read() and pg_lo_read_all() should perform much better now. Fixed Old API support for pg_lo_import(). 2002-05-20 Stig Bakken * pear/PEAR/Command/Install.php: * no need for getCommands() here * pear/PEAR/Command/Package.php: * new command setup * pear/PEAR/Command/Auth.php: * typo fixes, wrapping 2002-05-19 Stig Bakken * pear/package-PEAR.xml: * install pear.bat on Windows only 2002-05-19 Jani Taskinen * pear/package-Archive_Tar.xml pear/package-Console_Getopt.xml pear/package-PEAR.xml: Make this actually work somewhat better.. 2002-05-19 Edin Kadribasic * NEWS: Give due credit to Markus. 2002-05-19 Stig Bakken * pear/PEAR/Dependency.php: * compat fix 2002-05-19 Markus Fischer * NEWS: - Mention the availability of glob(). 2002-05-19 Tomas V.V.Cox * pear/scripts/pear.in: Put "pear help options" working again * pear/PEAR/Command/Common.php: Put "pear help command" working again 2002-05-19 Sander Roobol * run-tests.php: Fix php.ini-related stuff in run-tests.php * main/php_ini.c: get_cfg_var("get_file_path") didn't work correctly when an alternative php.ini _file_ was specified using -c 2002-05-19 Edin Kadribasic * main/config.w32.h.in win32/glob.c win32/glob.h win32/php4dllts.dsp ext/standard/dir.c: Added glob() support for windows. 2002-05-19 Sander Roobol * php.ini-dist php.ini-recommended: It's get_cfg_var() not cfg_get_var() * tests/basic/.cvsignore tests/classes/.cvsignore tests/func/.cvsignore tests/lang/.cvsignore tests/strings/.cvsignore pear/tests/.cvsignore tests/.cvsignore ext/zip/tests/.cvsignore ext/zlib/tests/.cvsignore pear/XML/tests/.cvsignore ext/standard/tests/strings/.cvsignore ext/standard/tests/time/.cvsignore ext/standard/tests/versioning/.cvsignore ext/xml/tests/.cvsignore ext/xslt/tests/.cvsignore ext/standard/tests/general_functions/.cvsignore ext/standard/tests/math/.cvsignore ext/standard/tests/reg/.cvsignore ext/standard/tests/serialize/.cvsignore ext/standard/tests/.cvsignore ext/standard/tests/aggregation/.cvsignore ext/standard/tests/array/.cvsignore ext/standard/tests/assert/.cvsignore ext/standard/tests/file/.cvsignore ext/pspell/tests/.cvsignore ext/session/tests/.cvsignore ext/skeleton/tests/.cvsignore ext/mcve/tests/.cvsignore ext/ncurses/tests/.cvsignore ext/openssl/tests/.cvsignore ext/pcntl/tests/.cvsignore ext/pgsql/tests/.cvsignore ext/iconv/tests/.cvsignore ext/interbase/tests/.cvsignore ext/mbstring/tests/.cvsignore ext/mcrypt/tests/.cvsignore ext/dio/tests/.cvsignore ext/domxml/tests/.cvsignore ext/exif/tests/.cvsignore ext/gmp/tests/.cvsignore ext/db/tests/.cvsignore ext/dbplus/tests/.cvsignore ext/dbx/tests/.cvsignore ext/crack/tests/.cvsignore ext/ctype/tests/.cvsignore ext/cybermut/tests/.cvsignore ext/bz2/tests/.cvsignore run-tests.php: Fix temporary filename problems, and update .cvsignores with new extensions * Makefile.global run-tests.php: Fix make test and remove a warning * Makefile.global run-tests.php: Cleaned up run-tests.php, and fixed it on linux/unix 2002-05-19 Stig Bakken * pear/PEAR/Command/Package.php: * new command setup * pear/PEAR/Installer.php: * support platform-specific files * pear/OS/Guess.php: * take uname as optional constructor parameter 2002-05-19 Jani Taskinen * NEWS: Typo fixes * ext/exif/exif.c ext/domxml/php_domxml.c: MFH * ext/exif/exif.c ext/domxml/php_domxml.c: DO NOT use C++ comments! 2002-05-18 Christian Stocker * ext/domxml/php_domxml.c: - delete attributes as well in php_free_xml_node - more consistent naming in phpinfo() * ext/domxml/php_domxml.c: added "domxml API version" in phpinfo() output. * ext/domxml/php_domxml.c: MFH for memleak fixes in domxml_dump_mem and domxml_html_dump_mem * ext/domxml/php_domxml.c: mem leak fix for domxml_dump_node * ext/domxml/php_domxml.c: fixes memleak in html_dump_mem * ext/domxml/php_domxml.c: rename the object name for comment nodes to domcoment 2002-05-18 Markus Fischer * ext/standard/dir.c: - Fix portability issues with empty results on Linux and FreeBSD, add safe_mode check and simplify code. 2002-05-18 Christian Stocker * ext/domxml/php_domxml.c: MFH for memleak patch * ext/domxml/php_domxml.c: WS fixes * ext/domxml/php_domxml.c: This should fix a big bad memory leak in freeing the nodes at script end. 2002-05-17 Sascha Schumann * sapi/thttpd/thttpd.c: Improve readability of the header send function 2002-05-17 Markus Fischer * NEWS: - Stuff all Win32 mail() changes together. 2002-05-17 Jon Parise * NEWS: Credit where credit is due. 2002-05-17 Markus Fischer * win32/sendmail.c win32/sendmail.h: - Win32 mail() is no longer case-sensitive when it comes to match for any headers (e.g. from:, cc:, etc). 2002-05-17 Preston L. Bannister * win32/php4ts.dsw: Re-add "tests" project - this is the only change to file. For some reason MSVC chose to put "" around all the project file names. (Why? Ask Microsoft :). Perhaps different patch levels on MSVC6?). These files are not hand-edited. 2002-05-17 Wez Furlong * ext/openssl/openssl.c: proto tweak * ext/sysvsem/sysvsem.c ext/sysvsem/php_sysvsem.h: Add an optional flag to sem_get that specifies if the semaphore should be automatically released on request shutdown. (#16986) Fix a segfault in sem_remove (#17274) 2002-05-17 Joseph Tate * win32/php4ts.dsw: Reverted the last commit which moved all the projects around. 2002-05-17 Cliff Woolley * sapi/apache2filter/config.m4 sapi/apache/config.m4: Allow the version checks for --with-apxs= and --with-apxs2= to work with development version of Apache, whose version strings end in "-dev", eg "Apache/2.0.37-dev". PR: 17233 Submitted by: Dale Ghent * ext/standard/head.c: Only the last cookie was getting set. (You can have more than one Set-Cookie: header, as indicated by http://wp.netscape.com/newsref/std/cookie_spec.html.) PR: 16626 Submitted by: regina@hitel.net * sapi/apache2filter/php_functions.c: apache 2.0's apache_lookup_uri() was returning an array rather than an object, which contradicted both the documentation and the behavior of the same function under apache 1.3. PR: 14999 * sapi/apache2filter/apache_config.c: * restore the php_flag and php_admin_flag Apache directives which for some mysterious reason never made their way from sapi/apache to sapi/apache2filter when it was first written PR: 16629 * change the allowed locations of php_admin_value (and php_admin_flag to match) to ACCESS_CONF instead of OR_NONE to match sapi/apache. No idea why it was ever OR_NONE. PR: 16489 2002-05-17 Preston L. Bannister * tests/php.ini: Default INI file used with run-tests.php 2002-05-16 Christian Stocker * ext/domxml/php_domxml.h ext/domxml/php_domxml.c: - replaced domxml_doc_document_element implementation do use libxml2 method - renamed domxml_add_root to domxml_doc_add_root (and added alias for BC) - aliased $doc->get_root to domxml_document_element - added domxml_doc_set_root to change the root node (Lukas Schroeder) 2002-05-16 Preston L. Bannister * tests/lang/031.phpt: More detailed/explanatory output. * tests/lang/029.phpt: Make failed case tell you what was different. * tests/basic/011.phpt: Make test valid for either "register globals" setting. * ext/ctype/tests/002.phpt: Restrict ctype tests to POSIX portable characters (0..127) and add numeric character tests. * ext/standard/tests/aggregation/aggregate.phpt ext/standard/tests/aggregation/aggregate_methods.phpt ext/standard/tests/aggregation/aggregate_methods_by_list.phpt ext/standard/tests/aggregation/aggregate_methods_by_regexp.phpt ext/standard/tests/aggregation/aggregate_properties.phpt ext/standard/tests/aggregation/aggregate_properties_by_list.phpt ext/standard/tests/aggregation/aggregate_properties_by_regexp.phpt ext/standard/tests/aggregation/aggregation_info.phpt ext/standard/tests/aggregation/deaggregate.phpt: Remove leading "./" from include filenames as in PHP this defeats include_path. * win32/php4ts.dsw: Add "tests" project to invoke run-tests.php (unit tests). * run-tests.php: Updated to run cleanly on Win32, and perform a more controlled test. * tests/tests.mak: Add TEST_PHP_DETAILED usage for verbose test runs. * tests/basic/002.phpt tests/basic/003.phpt tests/basic/004.phpt tests/basic/005.phpt: Fix typo in SKIP clause. * ext/standard/string.c: Adjust dirname() on Win32 to match CWD per drive semantics. * tests/dirname.phpt: dirname() checks that work for both Unix and Win32. 2002-05-16 Jani Taskinen * ext/standard/filestat.c: MFH 2002-05-16 Rasmus Lerdorf * ext/standard/string.c: MFH just in case * ext/standard/string.c: Grr.. I keep leaving my debug in... * ext/standard/string.c: Fix for #17271 2002-05-16 Preston L. Bannister * ext/mbstring/mbstring.c: Range check arguments to mb_strcut(). Test ext/mbstring/013.phpt causes a hard failure w/o this. * ext/mbstring/mbregex.h: Proper declaration to suppress compiler warning. 2002-05-16 Jani Taskinen * ext/standard/filestat.c ext/standard/tests/file/003.inc ext/standard/tests/file/003.phpt: - Made all is_*() functions to return only boolean values. - Killed the "file not found" error for is_link(). (finally..) 2002-05-15 Preston L. Bannister * tests/tests.dsp tests/tests.mak: Win32 project and makefile used to invoke run-tests.php 2002-05-15 Frank M. Kromann * ext/mssql/php_mssql.c: Fixing the mssql_query to handle multiple results correct if the first result does not return any data. 2002-05-15 Harald Radi * ext/com/conversion.c: MFH * ext/com/conversion.c: this should finally fix bug #14353 2002-05-15 Frank M. Kromann * win32/sendmail.c win32/sendmail.h: Fixing line breaks * win32/imap_sendmail.c: Fixing build of IMAP extension, after changes in sendmail 2002-05-15 Markus Fischer * win32/imap_sendmail.c: - Accommodate API changes to Ack(). 2002-05-15 Christian Stocker * ext/domxml/config.m4: libxml2 >= 2.4.14 is needed (since quite some time ...) 2002-05-15 Jani Taskinen * NEWS: Cleanup 2002-05-15 Rui Hirokawa * NEWS: Added Chinese, Korean support in mbstring. * ext/mbstring/mbfilter.c ext/mbstring/mbfilter_cn.c ext/mbstring/mbfilter_kr.c ext/mbstring/mbfilter_kr.h ext/mbstring/mbstring.c: added ISO-2022-KR support in mbstring. 2002-05-15 Tomas V.V.Cox * pear/PEAR/Common.php: make downloadHttp() detect HTTP errors 2002-05-15 Jani Taskinen * INSTALL: MFB * INSTALL: Nuke 4.1 for good this time. * INSTALL: MFH * INSTALL: Nuke .1 * EXTENSIONS: Added ctype to this list too. 2002-05-15 Markus Fischer * win32/sendmail.c: - Add support for Bcc in w32/sendmail code. 2002-05-15 Derick Rethans * ext/ctype/ctype.c: - It's bundled, thus not experimental anymore 2002-05-14 Frank M. Kromann * ext/mssql/php_mssql.h ext/mssql/php_mssql.c: Fixing hanfling of data type REAL. Remove extra bytes allocated by emalloc calls 2002-05-14 Rui Hirokawa * ext/mbstring/mbfilter_tw.c: fixed a initialization bug in euc-tw. 2002-05-14 Sascha Schumann * configure.in: some versions of autoconf pad CONFIG_FILES with a single space. accomodate that Thanks to Cliff Woolley 2002-05-14 Markus Fischer * ext/standard/mail.c: - Adjust for improved error messages from win32/sendmail.c * win32/sendmail.c win32/sendmail.h: - Improve code so errors returned from the server are reported back to the user. 2002-05-14 Tomas V.V.Cox * pear/PEAR/Config.php: Try to create the dir where the conf file resides before trying to write to it * pear/scripts/pear.in: Add "\n" after the error in usage() 2002-05-14 Markus Fischer * win32/sendmail.c: - Do not include the Cc: for the first Cc'd recipient (spotted by Richard). * win32/sendmail.c win32/sendmail.h: - Convert unix to dos line endings. * win32/sendmail.c: - Try to find From: field in header, fallback to sendmail_from php.ini setting (Original patch by Michael Sisolak , enhanced a bit). - Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus). * win32/sendmail.c win32/sendmail.h: - MFH fix for Cc: crash * win32/sendmail.h win32/sendmail.c: - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\n - Fix some obvious errors returned by the module, little cleanup. 2002-05-14 Stig Bakken * pear/PEAR/Command/Config.php: * convert to new command setup * pear/PEAR/Command/Auth.php: * typo 2002-05-14 Jan Lehnardt * README.CVS-RULES: - MFH * README.CVS-RULES: - fix typo, thanks to georg for spotting it. 2002-05-14 Stig Bakken * pear/PEAR/Remote.php: * fall back to XML_RPC if xmlrpc-epi is not loaded * pear/PEAR/Command/Auth.php: * add command definitions, split run() into one method for each command * pear/PEAR/Command/Install.php: * no need for getHelp() here anymore * pear/PEAR/Command/Common.php: * moved get{Help,Commands,Options} here * pear/scripts/pear.in: * moved the {config xxx} help message substitution to PEAR_Command_Common::getHelp 2002-05-14 Jason Greene * sapi/fastcgi/config.m4: Fix fastcgi build, may need more work 2002-05-13 Marko Karppinen * sapi/apache2filter/config.m4: Patch by Justin Erenkrantz for enabling --with-apxs2 build on Darwin. Omitting the change to start linking with libtool for now, though. 2002-05-13 Rasmus Lerdorf * ext/gd/libgd/gd.c: fix copyresampled bug in bundled gd lib 2002-05-13 Jim Jagielski * sapi/apache2filter/apache_config.c: More verbose but more generic error message when we spot multiple PHPINIDir directives 2002-05-13 Rasmus Lerdorf * ext/standard/filestat.c: MFH * ext/standard/filestat.c: Make sure newtime is never NULL 2002-05-13 Jan Lehnardt * README.CVS-RULES: - MFH * README.CVS-RULES: - added reference to http://cvsbook.red-bean.com/ 2002-05-13 Zeev Suraski * ext/standard/info.c: - Fix a buglet in printing of GPCSE arrays - Remove indirect access 2002-05-13 Andrei Zmievski * ext/standard/array.c ext/standard/php_array.h ext/session/session.c ext/wddx/php_wddx.h ext/wddx/wddx.c pear/Console/Getopt.php ext/pcre/php_pcre.c ext/pcre/php_pcre.h: Changing email address. 2002-05-13 Derick Rethans * configure.in main/php_version.h: - Bumb version number 2002-05-13 Sander Roobol * .cvsignore: Added confdefs.h which seems to be generated by configure 2002-05-13 Zeev Suraski * main/main.c ext/standard/info.c: - Centralize html_puts() again - Revolutionize phpinfo()'s speed 2002-05-13 Jon Parise * ext/imap/php_imap.c: Instead of calling mail_fetchheader_full() to retrieve the complete header information just to extract the message envelope, call mail_fetchenvelope(), which returns just what we need. This is simpler, faster, and saves the IMAP server some work. Submitted by: Adam Kauffman 2002-05-12 Stig Bakken * pear/scripts/pear.in: * fix option parsing 2002-05-12 Zeev Suraski * main/output.c: Remove redundant code (thanks to Jani for pointing that out) 2002-05-12 Derick Rethans * configure.in main/php_version.h: - Fix version 2002-05-12 Stig Bakken * pear/PEAR/Command/Common.php pear/PEAR/Command/Install.php pear/scripts/pear.in pear/PEAR/Command.php pear/PEAR/Installer.php: * refactored the command/options code: - now each command class should define a "commands" property with documentation, option specs etc. - both long and short options are now supported - after recent changes to Console_Getopt, you may now have options to commands even though the same option is also valid for the pear command itself - less CLI-centric, better suited to Gtk and Web frontends 2002-05-12 Jani Taskinen * NEWS: sync with branch * NEWS: short is good * NEWS: Made several entries comprehensible. 2002-05-12 Edin Kadribasic * NEWS: Merged safe_mode fixes into one entry. 2002-05-12 Jon Parise * ext/imap/php_imap.c ext/imap/php_imap.h: Submitted by: Rob Siemborski 2002-05-12 Edin Kadribasic * win32/install.txt: Fixed typo. * NEWS: MFH 2002-05-12 Sascha Schumann * ext/sockets/config.m4: As far as I can tell, the AC_CHECK_MEMBER could not succeed, because it does not include which is necessary for the definition of struct msghdr. This include file is not part of ac_includes_default. Regardless, AC_CHECK_MEMBER is a autoconf-2.5x macro and thus we expand it here for 2.13 compatibility. 2002-05-12 Tomas V.V.Cox * pear/scripts/pear.in: The command name is now the first arg not the second * pear/PEAR/Command/Install.php: Add "r" in cmd help * pear/scripts/pear.in: The first entry in argv is the command name, so Getopt will stop parsing more args 2002-05-12 Rasmus Lerdorf * ext/standard/file.c: MFH * ext/standard/file.c: Change safe-mode rule for rmdir() to match unlink() - allow is target is opened by caller or in a directory owned by caller 2002-05-12 Sascha Schumann * main/main.c: Simplify even more * main/main.c: Simplify white space handling in php_html_puts. If we encounter a ' ', we will look for the next non-' ' and set p accordingly. 2002-05-12 Sebastian Bergmann * ext/calendar/easter.c: Nuke unused local variables. 2002-05-12 Marko Karppinen * ext/calendar/calendar.c ext/calendar/easter.c ext/calendar/php_calendar.h: Add an option to calculate easter dates based on the Gregorian calendar during the years 1582-1752. Earlier this was only possible from 1753 onwards. Use the optional parameter CAL_EASTER_ROMAN with easter_days() to enable this. This is a fix for bug #12766. 2002-05-12 Sascha Schumann * ext/mbstring/config.m4: Fix this again. If you are unsure whether enable or with shall be used, please inquire on the mailing list. WITH is solely for the purpose of pointing to paths and other external entities. Note that the comment has always mentioned "--disable-mbstring" which clearly refers to enable and not with. 2002-05-12 Stig Bakken * pear/PEAR/Dependency.php: * fix up package dependency check 2002-05-12 Sascha Schumann * ext/standard/info.c: Use string_len information * ext/standard/info.c main/main.c main/php_ini.c main/php_main.h: reenable php_html_puts 2002-05-12 Tomas V.V.Cox * pear/PEAR/Dependency.php: Make avaible 2002-05-12 Stig Bakken * pear/package-Console_Getopt.xml: * fix description 2002-05-12 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h ext/mbstring/mbfilter_cn.c ext/mbstring/mbfilter_cn.h ext/mbstring/mbfilter_kr.c: added chinese HZ encoding support. fixed ascii area character conversion was not work in euc-cn and euc-kr. 2002-05-12 Daniela Mariaschi * ext/interbase/interbase.c: fix bug #17040 User can't close a connection if there are blobs opened. He must close them before to not lose data.... 2002-05-12 Sascha Schumann * ext/session/session.c: - Fix the way code was outcommented - Remove unused STR_CAT macro - Remove limits/tests based on unused macro - Implement cache_limiter(private) using private_no_expire 2002-05-12 Daniela Mariaschi * ext/interbase/interbase.c: fix bug #17040 ibase_close again..... User can't close a connection if there are blobs opened. He must close them before to not loose data.... 2002-05-12 Tomas V.V.Cox * pear/package-Console_Getopt.xml: Vincent is not involved in this class :-) 2002-05-12 Jason Greene * ext/sockets/config.m4 ext/sockets/sockets.c: Fix build on IRIX for both mips and gcc 2002-05-12 Stig Bakken * pear/Console/tests/001-getopt.phpt pear/Console/Getopt.php: * Try again: fixed Console_Getopt::getopt so it does not steal options after the first non-option argument. Added test. * pear/tests/pear_config.phpt: * updated config key names * pear/tests/pear_registry.phpt: * exclude _lastmodified registry attrib from tests 2002-05-12 Rui Hirokawa * ext/mbstring/config.m4: fixed to support --with-mbsting=LANG. 2002-05-10 Edin Kadribasic * configure.in: Fixed "make install" when compiled with --disable-cli option. 2002-05-10 Markus Fischer * sapi/cgi/cgi_main.c sapi/cli/php_cli.c: - Prefix the first version line with 'PHP' so it's easier to use shell tools to parse the version number (both CLI and CGI). * sapi/cli/php_cli.c sapi/cgi/cgi_main.c: - This affects both CGI and CLI sapi: Remove Zend version output from -m switch and move it over to the output of the -v switch (-v is supposed to list version numbers, not -m). 2002-05-10 Christian Stocker * ext/domxml/php_domxml.c: - added fifth optional parameter to domxml_xslt_process. If set, it will output profiling information to the file stated (chregu) - introduced version numbering for this extension 2002-05-10 Martin Jansen * pear/Makefile.frag: * package-pear.xml has been renamed to package-PEAR.xml. 2002-05-10 Edin Kadribasic * NEWS main/config.w32.h.in win32/crypt_win32.c win32/md5crypt.c win32/md5crypt.h win32/php4dllts.dsp: Added MD5 support for crypt() on Windows. * win32/.cvsignore: Ignoring *.aps files. * ext/pgsql/php_pgsql.h: Fix win32 build. 2002-05-09 Preston L. Bannister * sapi/cgi/cgi_main.c: Backed out preceding change. 2002-05-09 Jani Taskinen * main/php_ini.c: ws fix 2002-05-09 Preston L. Bannister * main/php_open_temporary_file.c: Compute directory for temporary files once and use same directory for all subsequent calls. 2002-05-09 Daniela Mariaschi * ext/interbase/interbase.c: corrected parameter * ext/interbase/interbase.c: fix test 5 to pass 2002-05-09 Preston L. Bannister * main/php_ini.c: Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required. (NO extraneous whitespace changes this time (sigh)). 2002-05-09 Stig Bakken * pear/package-PEAR.xml pear/package-db.xml pear/package-pear.xml: * remove package-db.xml * rename package-pear.xml to package-PEAR.xml (generic format is package-PKGNAME.xml) 2002-05-09 Preston L. Bannister * sapi/cgi/cgi_main.c: Detect when running under IIS and default force_redirect to zero. This This means an explicit php.ini setting is no longer required. (No extraneous whitespace changes this time :). 2002-05-09 Frank M. Kromann * ext/mssql/php_mssql.h ext/mssql/php_mssql.c: Allow the MSSQL extension to use NT authentication 2002-05-09 James Cox * README.SUBMITTING_PATCH: this is dangerous.... 2002-05-09 Frank M. Kromann * php.ini-dist php.ini-recommended: Adding ini setting that allows the MSSQL extension to use NT authentication 2002-05-09 Preston L. Bannister * main/php_ini.c: Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looking in the Windows directory. This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible. Note that checking for in CWD php.ini may be a security risk(?), and can now be made compile-time configurable by removing a single #define. (This time with tabs for leading indent). 2002-05-09 Jani Taskinen * main/php_open_temporary_file.c sapi/cgi/cgi_main.c ext/session/session.c main/php_ini.c: Revert the last patches. 2002-05-09 Sander Roobol * ext/session/session.c: Revert Preston's patch 2002-05-09 Jani Taskinen * main/main.c: ws fix 2002-05-09 Preston L. Bannister * main/php_ini.c: Add check for php.ini in same directory as php.exe (or equivalent executable that loaded php4ts.dll). Check is done before looks in the Windows directory. This allows distinct php.ini files when different applications using PHP are installed on the same system. Should be backwards compatible. Note that checking for php.ini in CWD may be a security risk(?), and can now be made compile-time configurable by removing a single #define. * ext/session/session.c: Change default directory for session data from /tmp (non-portable) to none. Default directory for session data (if not specified) is same (platform-specific) directory used for temporary files. This is backwards compatible and removes the need for explicitly specifying the session.save_path on Win32. * main/php_open_temporary_file.c: Compute directory for temporary files once and use same directory for all subsequent calls. * sapi/cgi/cgi_main.c: Detect when running under IIS and not require explicit setting of force_redirect. This means an explicit php.ini setting is no longer required. 2002-05-09 Edin Kadribasic * ext/crack/crack.dsp: No need to link libxm2 in order to build php_crack.lib 2002-05-09 Vincent Blavet * pear/Archive/Tar.php: * Better handling of Windows paths (\php\any_thing or c:\php\any_thing) * Remember that inside the archive path are all the time in unix format /php/any_thing * When necessary, '\' are replaced by '/' and 'c:' are removed * Synchro with cvs:pear/Archive_Tar/Tar.php version 1.20 2002-05-09 Stig Bakken * pear/packages/DB-1.2.tar pear/packages/XML_Parser-1.0.tar pear/packages/XML_RPC-1.0.2.tar: * add some packages to bundle with PHP * pear/PEAR/Command/Package.php: * add "pear run-tests" command * pear/Makefile.frag: * use PEAR installer to install stuff (won't overwrite if newer versions of packages already are installed) * pear/XML/Parser.php pear/XML/Render.php pear/XML/tests/001.phpt pear/XML/tests/002.phpt pear/XML/tests/003.phpt pear/XML/tests/004.phpt pear/XML/tests/005.phpt pear/XML/tests/parser1.r pear/XML/tests/parser1.t pear/XML/tests/parser2.i pear/XML/tests/parser2.r pear/XML/tests/parser2.t pear/XML/tests/parser3.r pear/XML/tests/parser3.t pear/XML/tests/parsererror.r pear/XML/tests/parsererror.t pear/XML/tests/test.xml: * moving XML_Parser to /pear * 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/DB/IDEAS pear/DB/MAINTAINERS pear/DB/STATUS pear/DB/TESTERS pear/DB/common.php pear/DB/dbase.php pear/DB/fbsql.php pear/DB/ibase.php pear/DB/ifx.php: * permanently moving DB to /pear 2002-05-09 Derick Rethans * pear/scripts/phpize.in: - Fix phpize * pear/scripts/phpize.in: - Dump API NOs 2002-05-09 Jani Taskinen * configure.in pear/scripts/php-config.in: Fix 'php-config --version' 2002-05-09 Derick Rethans * ext/standard/info.c: - Add PHP_API_VERSION too * ext/standard/info.c: - Show both API nos 2002-05-09 Sander Roobol * win32/install.txt: Added notes that php.exe and not php-cli.exe should be used. * sapi/cli/php_cli.c sapi/cgi/cgi_main.c: Added the current SAPI to the output of php -v 2002-05-09 Stig Bakken * pear/PEAR/Command/Install.php: * show "update ok" after updates * run-tests.php: * try the installed cli binary if everything else fails (I'm starting to agree that looking too hard for a php binary is wrong) * pear/Makefile.frag: * install the old-fashioned way for just a bit longer * pear/scripts/pear.in pear/Makefile.frag pear/PEAR/Command.php pear/PEAR/Command/Auth.php pear/PEAR/Command/Config.php pear/PEAR/Command/Install.php pear/PEAR/Command/Package.php pear/PEAR/Command/Registry.php pear/PEAR/Command/Remote.php pear/PEAR/Frontend/Gtk.php pear/package-pear.xml: * add -G option to "pear" for php-gtk frontend * added Gtk stub (only creates window right now) * added command descriptions 2002-05-08 Jason Greene * ext/sockets/sockets.c: Merge overflow fix * ext/sockets/sockets.c: Fix overflow 2002-05-08 Rui Hirokawa * configure.in sapi/apache/mod_php4.c main/main.c ext/mbstring/mbfilter.h ext/mbstring/mbstring.c ext/mbstring/mbstring.h ext/mbstring/mbfilter.c: Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto. 2002-05-08 Yasuo Ohgaki * main/output.c: Added estrdup() needed. Fixed typo. 2002-05-08 Aaron Bannert * EXTENSIONS: This is a more appropriate address for me. 2002-05-08 Zak Greant * ext/mysql/php_mysql.c: Minor improvement to error message for mysql_data_seek 2002-05-08 Markus Fischer * run-tests.php: - Add a warning if running with safe_mode enabled. 2002-05-08 Derick Rethans * ext/standard/credits_sapi.h: - Forgot one * sapi/apache2filter/CREDITS EXTENSIONS: - Added Aaron Bannert as maintainer 2002-05-08 Frank M. Kromann * ext/standard/php_smart_str.h: Kill a compiler warning on Win32 2002-05-07 Sascha Schumann * main/php.h: Due to the thread-safety changes and lots of other stuff, the current tree is not backwards compatible anymore. Bump API no. 2002-05-07 Jason Greene * ext/sockets/sockets.c: MFH BSD fix * ext/sockets/sockets.c: Fix 10830, and 17074 FreeBSD requires the exact length of the socket type 2002-05-07 Frank M. Kromann * main/spprintf.c: Fixing win32 build. 2002-05-07 Sascha Schumann * main/snprintf.c main/snprintf.h: use thread-safe functions unconditionally * main/snprintf.c main/snprintf.h: Add thread-safety to some conversion functions and sync a bit with APR. 2002-05-06 Jason Greene * ext/pcntl/pcntl.c: MFH * ext/pcntl/pcntl.c: Fix invalid warning caused by bogus convert_to_* calls Fix possible invalid data in status for pcntl_waitpid() 2002-05-06 Markus Fischer * ext/standard/datetime.c: - WS fix as pointed out by fabwash@hotmail.com 2002-05-06 Jason Greene * ext/pcntl/pcntl.c: MFH Fix for ZTS and crash bugs * ext/pcntl/pcntl.c: Fix type-o that broke ZTS build Fix 3 nasty crash bugs that could occur if pcntl_exec's call to execve errored 2002-05-06 Derick Rethans * configure.in main/php_version.h: - Swap back version number * NEWS: - Fix release date 2002-05-06 jim winstead * ext/standard/file.c: MFH: fix problem with mkdir() on freebsd * ext/standard/file.c: fix problem with mkdir() on freebsd 2002-05-06 Edin Kadribasic * sapi/cli/README: Update README with register_argc_argv settings override. 2002-05-06 Aaron Bannert * sapi/apache2filter/sapi_apache2.c: Merge two SEGV fixes from the trunk: - startup SEGV caused by delaying the initialization too long. - graceful restart SEGV caused by not re-initializing. 2002-05-06 Derick Rethans * NEWS: - Fix release day * main/php_version.h configure.in: - GO with rc2 2002-05-05 Wez Furlong * ext/standard/html.c: Add support for remaining entities in HTML 4 for the UTF-8 encoding in htmlentities/htmlspecial chars. This is a fix for for #17008. 2002-05-05 Yasuo Ohgaki * NEWS: Clenup before I forgot. 2002-05-05 Aaron Bannert * sapi/apache2filter/sapi_apache2.c: Fix a graceful restart SEGV. We no longer only perform initialization on the second pass through the post_config. Now we only avoid the initialization only on the first DSO load, and on all subsequent loads we rerun the init code. * sapi/apache2filter/sapi_apache2.c: Fix an elusive and intermittent startup SEGV. The problem was the static string we were using to set an initialization flag would get remapped to a different location when Apache reloaded the DSO, causing us to not run our initialization routines. Submitted by: Justin Erenkrantz Reviewed by: Aaron Bannert (I added the big comment too) 2002-05-05 Stanislav Malyshev * ext/standard/exec.c: Return right exit status 2002-05-05 Jani Taskinen * sapi/cli/php_cli.c: MFH * sapi/cli/php_cli.c: Force register_argc_argv=On for CLI 2002-05-05 Thies C. Arntzen * ext/standard/url_scanner_ex.c: touch * ext/session/php_session.h ext/session/session.c ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.h ext/standard/url_scanner_ex.re: re-add accidentily nuked session_adapt_url() 2002-05-05 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/unicode_table.h: bug fixed in unicode -> cp1252 table. 2002-05-05 Marko Karppinen * sapi/apache2filter/config.m4: Well that didn't last long! (Reverting previous.) * sapi/apache2filter/config.m4: Prelim. patch to enable apache2filter to link on Darwin. Submitted by: Justin Erenkrantz Reviewed by: markonen 2002-05-05 Rui Hirokawa * ext/standard/reg.c: fixed problem that ereg_replace() couldn't match with line stand/end marker. * ext/mbstring/mbfilter.c ext/mbstring/mbfilter_cn.c ext/mbstring/unicode_table_cn.h: added missing areas on Unicode->CP936 conversion table. added an alias CP932 on sjis-win. 2002-05-05 Sascha Schumann * ext/standard/url_scanner_ex.c: sync * ext/standard/url_scanner_ex.re: the output buffer is flushed during request shutdown before it reaches our rshutdown, so it is safe to delete the contents of the url rewriter variables here. 2002-05-04 Zeev Suraski * main/output.c: We shouldn't force Content-length:, but much worse, it's wrong in many cases (basically, unless you use output buffering to buffer all of your content, it won't work; output buffering is used for lots of different things as a functional interface, and such buffers have no relation to Content-type at all). 2002-05-04 Sascha Schumann * main/output.c: Free string before overwriting it * ext/standard/url_scanner_ex.c: update * ext/standard/basic_functions.c ext/standard/url_scanner_ex.h ext/standard/url_scanner_ex.re main/output.c main/php_output.h ext/session/session.c: simplify handling of variables by maintaining two strings which are simply appended instead of traversing the hash table on each URL/form. also fix an unconditional segfault in rshutdown due to efree'ing a static char *. remove remove_var, add reset_vars. move the function declarations into the right header file. * ext/standard/basic_functions.c: ret set but unused * main/user_streams.c: these are case sensitive * ext/standard/iptc.c: c set but unused * ext/standard/iptc.c: inheader set but unused 2002-05-04 James Cox * main/user_streams.c: touch. * main/user_streams.c: add $id:$ line 2002-05-04 Sascha Schumann * ext/standard/string.c: block_ended/opposite_target were set but never used * ext/standard/strnatcmp.c: don't emit code for version * main/php_variables.c: free_index is set but never used * main/user_streams.c: call_result is set but never used * sapi/cli/getopt.c: ap_php_optopt is set but never used * ext/standard/php_fopen_wrappers.h: Fix linkage of symbols * ext/standard/image.c: entry_length was set but never used * ext/standard/var_unserializer.c: update * ext/standard/var_unserializer.re: rval_temp was declared but never used * ext/standard/http_fopen_wrapper.c: redirected is set but never used * ext/standard/url_scanner_ex.c: include url.h * ext/standard/url_scanner_ex.re: include url.h to pull in declaration of php_url_encode * ext/standard/file.c: Make this code work on compilers which don't consider the address of a variable on the stack available at compile time. * ext/standard/basic_functions.c: unused var * ext/posix/posix.c: p is set, but never used. * ext/mbstring/config.m4: Turn misplaced PHP_ARG_WITH into _ENABLE and fix --enable-mbstring=shared * ext/session/config.m4: Fix --enable-session=shared * ext/xml/config.m4: Fix --enable-xml=shared 2002-05-04 Stig Venaas * ext/ldap/ldap.c: Reworked result resource handling so that result is not freed until all its result entry resources are freed 2002-05-04 Rui Hirokawa * ext/standard/reg.c: fixed a problem that ereg_replace() couldn't match with line stand/end marker. 2002-05-04 Yasuo Ohgaki * main/output.c: Forgot to dup strings. * main/output.c: Fixed reference to freed zval string value. * main/output.c: Fixed crash when buffer is over written in ob callback. (Bug $ 12227) Added check current output function check for Centent-Length header. 2002-05-03 Jani Taskinen * NEWS: MFH * NEWS: Domxml changes go into the 4.2.x branch. 2002-05-03 Christian Stocker * ext/domxml/php_domxml.h ext/domxml/php_domxml.c: full MFH as discussed with derick * ext/domxml/php_domxml.h ext/domxml/php_domxml.c: removed the function for domxml_node_add_child and made an alias to domxml_node_append_child for BC 2002-05-03 Stig Bakken * pear/OS/Guess.php: * switched from static to instance model * added matching method with glob support, some examples: $os->matchSignature('linux'); $os->matchSignature('linux-2.4*); $os->matchSignature('linux-*-i?86'); 2002-05-03 Christian Stocker * ext/domxml/php_domxml.c: WS fixes * ext/domxml/php_domxml.c: one parameter too much * ext/domxml/php_domxml.c: added encoding support for domxml_dump_mem() 2002-05-03 Thies C. Arntzen * ext/standard/url_scanner_ex.c: forgot 2002-05-03 Sebastian Bergmann * ext/session/session.c: Fix ZTS build. 2002-05-03 Thies C. Arntzen * main/output.c ext/standard/url_scanner_ex.h ext/standard/url_scanner_ex.re ext/standard/basic_functions.c ext/session/session.c ext/session/php_session.h: i have also modified the session module to use this - so it doesn't need to fiddle with the output-system any more 2002-05-03 Stig Bakken * pear/OS/Guess.php pear/package-pear.xml: * fixed autoconf vs. pear installer replacement issue in scripts/pear.in (pear installer now substitutes "@prefix@/bin" to bin_dir ;-) * added skeleton for OS_Guess class * NEWS: * unintentional news entry :-) * pear/PEAR/Installer.php: * apply umask when installing files 2002-05-02 Stig Bakken * pear/PEAR/Config.php: * add umask config value 2002-05-02 Frank M. Kromann * ext/mbstring/mbfilter_tw.c: Changed & to &&. * ext/mbstring/mbstring.dsp: Adding missing files to the project * ext/standard/info.c: Fixing wrong pointer 2002-05-02 Sander Roobol * sapi/cgi/cgi_main.c: MFH * sapi/cgi/cgi_main.c: Fixed some minor typos 2002-05-02 Jason Greene * ext/sockets/sockets.c: socket_write() should just use the standard socket error macro so that errors will be consistent if the macro ever changes 2002-05-02 James Cox * sapi/cgi/cgi_main.c: fix. * sapi/cgi/cgi_main.c: MFH. 2002-05-02 Sebastian Bergmann * sapi/cgi/cgi_main.c: Fix build. 2002-05-02 James Cox * sapi/cgi/cgi_main.c: updated cgi warning notice. 2002-05-02 Derick Rethans * configure.in: - MFH 2002-05-02 Zeev Suraski * configure.in: Update comment 2002-05-02 Yasuo Ohgaki * main/output.c: Change nest level to send Content-Length again. It seems this is the best setting for now. PHP will not send Content-Length always. It only sends when it is possible to send. output_buffer=0 is supposed to disable chunked output, but it seems it does not disable. It also behaves a litte strange way. This should be addressed someday. It is possible Content-Length header is not set. If it happens, try to increase chunk size for now. (i.e. output_buffer=40960) I included a little debug code for me and other develpers to play with, when (NestLevel==1 && ObStatus==5), PHP sends Content-Length. 2002-05-02 Harald Radi * ext/com/COM.c: MFH * ext/com/COM.c: remove temporary resources immediately return value fix 2002-05-02 Sascha Schumann * configure.in: Readd warning * configure.in: Readd warning If Mr. Taskinen feels like removing it again, he can commence a discussion. Otherwise, I'll personally disable his CVS account immediately. * configure.in: in6addr_any is defined as extern in IRIX header files, but is not actually contained in any library (sigh). Make this check fail, if the link stage does not succeed. Also avoid GCC optimization which drops the reference to ip6addr_any. Tested on IRIX 6.5.15. 2002-05-02 Derick Rethans * ext/standard/info.c: - Add Zend API No. to phpinofo() output 2002-05-02 Jani Taskinen * ext/xslt/config.m4: MFH: Do not use the old expat libs. * ext/xslt/config.m4: Stop the search when the libs are found. * ext/xslt/config.m4: Added the usual search paths where to look for expat. 2002-05-02 Tomas V.V.Cox * pear/package-pear.xml: Install pear.bat 2002-05-02 Sebastian Bergmann * win32/php4dll.dsp win32/php4dllts.dsp: I could swear it worked the other way before I committed. 2002-05-02 Tomas V.V.Cox * pear/package-pear.xml: untabify 2002-05-02 James Cox * NEWS: englishify. 2002-05-02 Sebastian Bergmann * main/.cvsignore: Add config.w32.h. * win32/php4dllts.dsp: Oops. * NEWS: Fugbix typos. * main/config.w32.h main/config.w32.h.in win32/php4dll.dsp win32/php4dllts.dsp NEWS: The Windows build can now be configures more comfortably, for instance in regard to built-in extensions. 2002-05-02 Jani Taskinen * configure.in: MFH * configure.in: Remove bogus warning. * NEWS: Sync with PHP_4_2_0 branch. 2002-05-02 Yasuo Ohgaki * main/output.c: Fixed header output. Only need to output header when it is actually sent to client. 2002-05-02 Jon Parise * pear/scripts/pear.in: Revert the previous commit (revision 1.40). (FreeBSD 4.5), thus producing a broken shebang line. substitution problem noted above needs to be resolved before the change is reapplied. 2002-05-02 Yasuo Ohgaki * main/output.c: Check buffer status * main/main.c main/output.c: Make Content-Type output always correct. * NEWS: Modify NEWS entry for Content-Length header change * main/output.c ext/zlib/zlib.c: Move Content-Length: header handling from zlib.c to output.c When output buffer is enabled and header can be sent, Content-Length: header is added always from now on. 2002-05-01 Derick Rethans * ext/standard/base64.c: - MFH * ext/standard/base64.c: - Fix String is not zero-terminated error in base64_decode 2002-05-01 Markus Fischer * ext/sockets/sockets.c: - Update protos for socket_read() and socket_write(). - Set last_error in socket_write(). * ext/sockets/sockets.c: - Update protos for getpeer/getsock-name. 2002-05-01 Jason Greene * ext/sockets/sockets.c: Fix BYREF_FORCE that was not being read Fix error message 2002-05-01 Sascha Schumann * configure.in: MFH * configure.in: Add a big disclaimer regarding register_globals. It just bit me again but now on a live customer site :-/ 2002-05-01 Derick Rethans * main/php_version.h configure.in: - Update version number * main/php_version.h NEWS configure.in: - Go with 4.2.1rc1 2002-05-01 Markus Fischer * ext/sockets/php_sockets.h ext/sockets/sockets.c: - Rename setopt and getopt to set_option and get_option, provide alias. * ext/sockets/sockets.c: - Fix couple of problems with socket_create_pair(): - Force fourth argument to be passed by reference - Since the argument is modified there is no need to force it to be an array since it's destroyed anyway - Only modify the argument if socketpair() was successfully - Fix string modified for error message message - Set global last_error when socketpair() fails * ext/sockets/sockets.c: - Add SOMAXCONN constant. 2002-05-01 Wez Furlong * ext/openssl/openssl.c: Fix for #16885 * ext/openssl/openssl.c: No asserts in branch * ext/openssl/openssl.c: MFH fix for #16940, compiler warnings and TSRMLS build fixes. * ext/openssl/openssl.c: Probable fix for #16940. 2002-05-01 Markus Fischer * ext/sockets/sockets.c: - WS fixes * NEWS: - Mention the socket_select() API change * ext/sockets/sockets.c: - MFH fix for socket_select() and some minor memory leak; NEWS entry follows. 2002-05-01 Jason Greene * ext/sockets/sockets.c: Changed socket_select to force reference copy, the older code would modify all references Also fix small memory leak. 2002-04-30 Harald Radi * ext/overload/overload.c: ZE2 compatibility fixes 2002-04-30 Markus Fischer * ext/sockets/sockets.c: - Forgot to update proto * ext/sockets/sockets.c: - Allow resetting the module global last_error too. 2002-04-30 Sebastian Bergmann * ext/mbstring/mbfilter_cn.c ext/mbstring/mbfilter_tw.c: More unused variables. 2002-04-30 Stanislav Malyshev * ext/standard/aggregation.c: Fix ZE1 build 2002-04-30 Harald Radi * NEWS: MFH 2002-04-30 Sebastian Bergmann * ext/mbstring/mbfilter_kr.c: Fix ZTS build. Remove unused variables. * main/config.w32.h: Add missing #define's. 2002-04-30 Harald Radi * NEWS: 2002-04-30 Sebastian Bergmann * win32/php4dll.dsp win32/php4dllts.dsp: Add new ext/mbstring/mbfilter_*.c files. 2002-04-30 Sascha Schumann * ext/standard/var_unserializer.c: Touch file 2002-04-30 Dan Kalowsky * ext/odbc/php_odbc.c: reverting the cursor change as it seems to break many ODBC drivers. * ext/odbc/php_odbc.c: re-setting the CURSOR back to DYNAMIC rather than FORWARD_ONLY. This change broke many other ODBC drivers (obviously testing wasn't extensive). 2002-04-30 Rui Hirokawa * ext/mbstring/mbfilter.c ext/mbstring/mbregex.c: fixed compile warning with Visual C++. * ext/mbstring/mbfilter_cn.c ext/mbstring/mbfilter_cn.h ext/mbstring/mbfilter_ja.c ext/mbstring/mbfilter_kr.c ext/mbstring/mbfilter_kr.h ext/mbstring/mbfilter_tw.c ext/mbstring/mbfilter_tw.h ext/mbstring/mbstring.c ext/mbstring/unicode_table_cn.h ext/mbstring/unicode_table_kr.h ext/mbstring/unicode_table_tw.h ext/mbstring/config.m4 ext/mbstring/mbfilter.c ext/mbstring/mbfilter.h: added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental. 2002-04-30 Stanislav Malyshev * ext/standard/browscap.c: ZE2 compatibility fix * ext/standard/aggregation.c: ZE2 compatibility fixes 2002-04-30 Jani Taskinen * ext/standard/tests/file/003.phpt: revert last bogus change. There is bug in is_file() 2002-04-30 Uwe Steinmann * ext/domxml/php_domxml.c ext/domxml/php_domxml.h: - added function domxml_parser_set_keep_blanks() 2002-04-30 Frank M. Kromann * ext/mbstring/mbstring.dsp: Adding missing files to project 2002-04-30 Sebastian Bergmann * ext/standard/file.c: Fix ZTS build. 2002-04-30 Wez Furlong * ext/standard/http_fopen_wrapper.c: Make use of new flag so that we can buffer http headers when we know that the stream is not intended to be used in require/include. * ext/standard/file.h ext/standard/file.c ext/standard/basic_functions.c: Implement user-space funtions to operate on stream contexts. * ext/standard/tests/file/003.phpt: Fix is_file test. * main/streams.c: Remove debug code that should not have been committed. * main/network.c: Remove this; it should not have been commited * main/main.c: revert... * main/main.c main/network.c main/php_streams.h main/streams.c: Implement context option setting API. Add/amend debugging code for sockets. Add a flag that will help the http wrapper optimize itself when it is not being used for include/require. 2002-04-29 Jani Taskinen * pear/pear.m4: MFH: Add the shared extension check. * ext/ming/config.m4: Never add libraries without checking that they exist and can be linked. 2002-04-29 Harald Radi * ext/com/COM.c: MFH * ext/com/COM.c: RETURN_NULL() is defined with braces while RETURN_TRUE and RETURN_FALSE are defined without. seems not very consistent ? 2002-04-29 Stanislav Malyshev * ext/standard/var.c: MFH * ext/standard/var.c: Add comments for the fix * ext/standard/var.c: Fix here too 2002-04-29 Harald Radi * ext/com/COM.c: MFH * ext/com/COM.c: functions returned FALSE in case of error and the oo api returned NULL. make them both behave equal (return NULL, as FALSE can be a valid value). 2002-04-29 Stanislav Malyshev * ext/standard/var.c: MFH serializer fix * ext/standard/var.c: Yet another serialization fix - for incomplete class 2002-04-29 Jani Taskinen * ext/recode/config.m4 ext/recode/recode.c: Make it possible to use recode 3.5 too. (happy now Wez? :) * NEWS: Sync with PHP_4_2_0 branch. 2002-04-29 Markus Fischer * ext/sockets/sockets.c: - Fix WS and CS a bit * ext/sockets/php_sockets.h ext/sockets/sockets.c: - Store last errno in the module global 'last_error' implicitely - Set the global 'last_error' explicitely for functions which can't return an error withing a single socket context (socket_create and socket_select) - Modified socket_last_error() to return global modules last error if no socket resource is given - Added a couple of more E_WARNING messages in case something goes foobar so the user isn't left alone in the dark. 2002-04-29 Mika Tuupola * pear/File/Find.php: * fixed the maxrecursion in mapTreeMultiple() 2002-04-29 Yasuo Ohgaki * NEWS: Added touch fix * ext/standard/filestat.c: MFH touch bag fix * NEWS: MFB * NEWS: Added NEWS entry for PostgreSQL function rename. Removed duplicate entry. 2002-04-29 Stig Bakken * pear/package-pear.xml: * version will be 0.10 * pear/PEAR/Packager.php: * slight cleanup * pear/PEAR/Packager.php: * call the right parent constructor * pear/PEAR/Command/Install.php: * PEAR_Installer constructor now expects only the UI object * pear/PEAR/Command/Remote.php: * PEAR_Common::downloadHttp no longer wants a config object * pear/PEAR/Common.php: * always set $this->config (use PEAR_Config::singleton) * rename setFrontend to setFrontendObject * add validPackageName method * added downloadHttp callback types setup, connfailed and writefailed * no more passing config objects around * pear/PEAR/Installer.php: * use the downloadHttp method w/callback 2002-04-29 Rui Hirokawa * ext/ming/config.m4: shlib suffix was not defind and rint() was not found without -lm. 2002-04-28 Jani Taskinen * build/rules.mk: Fixed bug: #16858 2002-04-28 Sascha Schumann * ext/standard/url_scanner_ex.c: touch file * ext/standard/url_scanner_ex.c: Touch generated file 2002-04-28 Sebastian Bergmann * main/config.w32.h main/internal_functions_win32.c win32/php4dll.dsp win32/php4dllts.dsp: Enable bundled build of ext/ctype and ext/mbstring on Win32. 2002-04-28 Stanislav Malyshev * ext/standard/var_unserializer.c ext/standard/var_unserializer.re ext/standard/var.c: MFH: serializer/unserializer fix * ext/standard/var.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re: Fix couple of nasty serializer bugs: a) When array unserializer encounters less data than it expects (like: a:1:{}) it crashes. I don't understand exactly why it does, but the fact is it does. So now it should catch "}" and bail out. b) When array/object data are serialized, the count is written by hash count. However, it can be that in-loop check fails and less data than expected will then be written into the array. Which, due to a), would crash on unserialize. So now it will write empty entries in place of entries it cannot serialize (the other choice would be make two passes on the data, which I don't like). 2002-04-28 Thies C. Arntzen * ext/standard/url_scanner_ex.c: timestamp * NEWS ext/session/php_session.h ext/session/session.c ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.h ext/standard/url_scanner_ex.re: revert session_set_userdata - diffent patch will come shortly 2002-04-28 Stig Bakken * pear/package.dtd: * forgot script element in release contents * pear/PEAR/Common.php pear/package.dtd: * package.dtd: version 1.0b7 - added element - added