From 59d34af972575fb0641000e36c8e1f92b76d80ce Mon Sep 17 00:00:00 2001 From: Date: Tue, 23 Nov 1999 22:29:19 +0000 Subject: [PATCH] Fixing results of an infelicity in ChangeLog generation. --- ChangeLog | 290 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 173 insertions(+), 117 deletions(-) diff --git a/ChangeLog b/ChangeLog index b43da23dea97e..ad94b1529dcef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,9 @@ * ext/standard/info.c: add MS SQL module to credit info + * ext/mssql/mssql.dsp: + Project changed to allow compilation for MS SQL 6.5 or 7.0 + 1999-11-22 Zeev Suraski * NEWS: *** empty log message *** @@ -25,9 +28,23 @@ * tests/testcpdf: - test for cpdf module + * ext/cpdf/Makefile.am + ext/cpdf/config.h.stub + ext/cpdf/config.m4 + ext/cpdf/cpdf.c + ext/cpdf/php3_cpdf.h: - port of clibpdf module based on ClibPDF 2.x. + This module is not tested yet, it just compiles. + I don't expect any real problem since the api hasn't changed. + ClibPDF 1.x isn't support anymore. + 1999-11-22 Stig Bakken - * Makefile.am + * pecl/DB/odbc.php + pecl/.cvsignore + pecl/DB.php + pecl/Makefile.am + pecl/README + Makefile.am build.mk configure.in: Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in the "pecl" subdir. "make install" will now install the database abstraction @@ -44,6 +61,17 @@ * NEWS: NEWS update +1999-11-22 Sascha Schumann + + * sapi/aolserver/aolserver.c: + (php_ns_hash_environment) Ns_ConnHost() may return NULL, check for it + + * sapi/aolserver/aolserver.c: + (PHP getallheaders) added function for AOLserver + + (php_ns_hash_environment) added REMOTE_PORT, SERVER_PORT, SERVER_NAME, + PATH_TRANSLATED, GATEWAY_INTERFACE variables + 1999-11-21 Sascha Schumann * ext/standard/url.c: @@ -72,6 +100,11 @@ * ext/standard/string.c: (PHP strtr) little smarter +1999-11-21 Stefan Roehrich + + * ext/java/README + ext/java/java.c: Java module now works with Linux jdk 1.2pre2. + 1999-11-21 Rasmus Lerdorf * ext/gd/config.m4 @@ -99,6 +132,7 @@ 1999-11-20 Sascha Schumann * sapi/cgi/php.sym + sapi/aolserver/php.sym sapi/apache/php.sym acinclude.m4 configure.in @@ -261,11 +295,6 @@ * php_version.h configure.in: 4.0b3 coming up -1999-11-16 Stig Bakken - - * php_version.h - configure.in: 4.0b3 coming up - 1999-11-15 Andrei Zmievski * NEWS: cleaning up @@ -304,9 +333,6 @@ 1999-11-14 Andi Gutmans * sapi/isapi/php4isapi.c - php4isapi/php4isapi.c - php4isapi/php4isapi.def - php4isapi/php4isapi.dsp php4ts.dsw: - Remove ISAPI project from main dir as it's been copied to sapi/isapi @@ -400,6 +426,7 @@ * sapi/cgi/Makefile.am sapi/isapi/Makefile.am ext/zlib/Makefile.am + sapi/aolserver/Makefile.am ext/wddx/Makefile.am ext/yp/Makefile.am ext/sysvsem/Makefile.am @@ -409,6 +436,7 @@ ext/session/Makefile.am ext/standard/Makefile.am ext/pdf/Makefile.am + ext/readline/Makefile.am ext/oracle/Makefile.am ext/pcre/Makefile.am ext/oci8/Makefile.am @@ -486,6 +514,10 @@ * fopen-wrappers.c: (PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854) +1999-11-10 Frank M. Kromann + + * ext/mssql/php_mssql.c: Fixing the use of mssql.textsize in pconnect() + 1999-11-10 Rasmus Lerdorf * ext/gd/config.m4: @@ -508,6 +540,10 @@ * NEWS: NEWS update +1999-11-10 Sam Ruby + + * ext/java/.cvsignore: add Java and MSDev outputs + 1999-11-09 Frank M. Kromann * php.ini-dist: Adding default mssql ini-setings @@ -541,6 +577,11 @@ 1999-11-09 Stig Bakken + * ext/java/.cvsignore + ext/java/config.m4: + - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD) + - add .cvsignore file + * configure.in php_version.h: 4.0b3-RC4 @@ -592,6 +633,28 @@ * configure.in php_version.h: Bump version to 4.0b3-RC3. +1999-11-09 Sam Ruby + + * ext/java/Makefile.am + ext/java/README + ext/java/config.h.stub + ext/java/config.m4 + ext/java/java.c + ext/java/java.dsp + ext/java/jawt.php + ext/java/jver.php + ext/java/reflect.java: Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, + royalty-free, non-transferable license to use, execute, prepare derivative + works of, and distribute (internally and externally, and including derivative + works) the code accompanying this license as part of, and integrated into PHP. + WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO + THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE + OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code + represents and warrants that it is legally entitled to grant the above license. + +1999-11-09 Stig Bakken + * makedist: Makedist can now be run from outside the CVS tree. * ext/standard/basic_functions.c: @@ -634,13 +697,14 @@ * configure.in php.h: (PHP tempnam) now uses mkstemp() if available -1999-11-08 changelog +1999-11-07 Sascha Schumann - * ChangeLog: ChangeLog update + * sapi/aolserver/aolserver.c: + (php_ns_request_ctor) enable HTTP Access Authentication -1999-11-07 changelog + (php_ns_hash_environment) supply PATH_TRANSLATED to scripts - * ChangeLog: ChangeLog update +1999-11-07 changelog * NEWS: NEWS update @@ -672,8 +736,6 @@ 1999-11-06 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-11-05 Rasmus Lerdorf @@ -696,10 +758,6 @@ * ext/sybase/sybase.c: (php3_sybase_get_column_content) initialize buffer before call to dbconvert() -1999-11-05 changelog - - * ChangeLog: ChangeLog update - 1999-11-04 Andrei Zmievski * ext/standard/basic_functions.c: @@ -715,19 +773,29 @@ configure.in php_version.h buildconf: -1999-11-04 changelog +1999-11-04 Andi Gutmans - * ChangeLog: ChangeLog update + * ext/mssql/mssql.dsp: + - Add include path. Used relative include path assuming php4 and bindlib_w32 + are in the same directory. 1999-11-03 Andrei Zmievski * TODO: *** empty log message *** -1999-11-03 Frank M. Kromann +1999-11-03 Frank M. Kromann * MAINTAINERS NEWS: Added MS SQL server module + * ext/mssql/.cvsignore: Changed directory names to match project + + * ext/mssql/.cvsignore + ext/mssql/Readme_w32.txt + ext/mssql/mssql.dsp + ext/mssql/php_mssql.c + ext/mssql/php_mssql.h: Adding MS SQL Server module for Win32 + 1999-11-03 Andi Gutmans * NEWS: @@ -737,8 +805,6 @@ 1999-11-03 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-11-02 Sascha Schumann @@ -761,8 +827,6 @@ 1999-11-02 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-11-01 Andrei Zmievski @@ -787,8 +851,6 @@ 1999-11-01 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-11-01 Evan Klinger @@ -810,10 +872,6 @@ 1999-10-31 Sam Ruby * configuration-parser.y: -1999-10-31 changelog - - * ChangeLog: ChangeLog update - 1999-10-30 Rasmus Lerdorf * php_regex.h: typing in the dark @@ -833,10 +891,6 @@ defines symbols that prevents other stuff from including the wrong versions of regex header files. -1999-10-30 changelog - - * ChangeLog: ChangeLog update - 1999-10-29 Rasmus Lerdorf * ext/imap/imap.c: Fix typo found by hholzgra@media-engineering.de @@ -849,8 +903,6 @@ 1999-10-29 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-10-28 Rasmus Lerdorf @@ -875,11 +927,9 @@ 1999-10-28 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update -1999-10-28 rubys +1999-10-28 Sam Ruby * php4dllts.dsp: look for output.c in its new location in the windows build @@ -911,10 +961,6 @@ * ext/standard/basic_functions.c: Forgot to remove function entry. -1999-10-27 changelog - - * ChangeLog: ChangeLog update - 1999-10-26 Thies C. Arntzen * ext/standard/file.c: eliminated warinigs @@ -928,13 +974,9 @@ * TODO: Some todo things. -1999-10-26 changelog +1999-10-25 Thies C. Arntzen - * ChangeLog: ChangeLog update - -1999-10-25 changelog - - * ChangeLog: ChangeLog update + * ext/readline/readline.c: added some more options 1999-10-24 Thies C. Arntzen @@ -949,7 +991,7 @@ ext/pcre/config.m4: Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480 -1999-10-24 rubys +1999-10-24 Sam Ruby * php4dllts.dsp php4dll.dsp: @@ -960,13 +1002,10 @@ * ext/session/session.c: (PHP session_register, session_unregister) always return true -1999-10-24 changelog - - * ChangeLog: ChangeLog update +1999-10-23 Thies C. Arntzen -1999-10-23 changelog - - * ChangeLog: ChangeLog update + * ext/readline/readline.c: + one can now use callbacks for custom completion functions (still work-in-progress) 1999-10-22 Sascha Schumann @@ -980,10 +1019,6 @@ * ext/standard/var.c: unserialize no longer complaints about unserializing empty-strings (started that just a few days ago) -1999-10-22 changelog - - * ChangeLog: ChangeLog update - 1999-10-21 Sascha Schumann * ext/standard/url_scanner.c @@ -1005,10 +1040,15 @@ 1999-10-21 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update +1999-10-20 Sascha Schumann + + * sapi/aolserver/aolserver.c: + (php_ns_hash_environment): provide more CGI/1.1 variables to scripts. + + Added REQUEST_METHOD, QUERY_STRING, REMOTE_ADDR + 1999-10-20 Andi Gutmans * ext/com/COM.c @@ -1033,6 +1073,8 @@ * ext/standard/info.c (_display_module_info): Add anchor for module names + * sapi/aolserver/aolserver.c (php_info_aolserver): add more information from the server context + 1999-10-20 Thies C. Arntzen * ext/xml/xml.c: @@ -1050,9 +1092,12 @@ * ext/xml/xml.c (PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML. -1999-10-20 changelog +1999-10-20 Sascha Schumann - * ChangeLog: ChangeLog update + * sapi/aolserver/aolserver.c: + (php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDDATE, SERVER_PROTOCOL + +1999-10-20 changelog * NEWS: NEWS update @@ -1088,11 +1133,9 @@ 1999-10-19 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update -1999-10-18 Egon Schmid +1999-10-18 Egon Schmid * ext/standard/formatted_print.c: More forgotten prototypes. @@ -1108,8 +1151,6 @@ 1999-10-18 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-10-17 Sascha Schumann @@ -1120,7 +1161,7 @@ ext/gd/gd.c ext/gd/php3_gd.h: Add PNG support. Tested with gd 1.7.3. -1999-10-17 Egon Schmid +1999-10-17 Egon Schmid * ext/standard/dl.c: Looks better, but isn't wrong @@ -1234,6 +1275,23 @@ php4dllts.dsp: - Converted math.c to use new convert_to_number_ex() macro. +1999-10-14 Thies C. Arntzen + + * ext/readline/config.m4 + ext/readline/php_readline.h + ext/readline/readline.c: configure works for me (RH 6.1) + + * ext/readline/.cvsignore: forgot + + * ext/readline/Makefile.am + ext/readline/config.h.stub + ext/readline/config.m4 + ext/readline/php_readline.h + ext/readline/readline.c + ext/readline/setup.stub: + interface to GNU-Readline! (not yet active, autoconf needs to be done) + very neat - but only usable in standalone (command-promt) mode! + 1999-10-13 Sascha Schumann * MAINTAINERS: Add dba and mcrypt extensions to list. @@ -1262,8 +1320,6 @@ 1999-10-13 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-10-12 Thies C. Arntzen @@ -1309,10 +1365,7 @@ 1999-10-12 changelog - * NEWS - ChangeLog: *** empty log message *** - - * ChangeLog: ChangeLog update + * NEWS: *** empty log message *** * NEWS: NEWS update @@ -1337,10 +1390,7 @@ (configure) Allow IFX_LIBDIR environment variable to specify the Informix library path to allow linking with the static libraries (libtool related). (Danny). - -1999-10-11 changelog - - * ChangeLog: ChangeLog update + path for configure (Danny). 1999-10-10 Sascha Schumann @@ -1382,12 +1432,6 @@ * ext/informix/Makefile.am ext/informix/config.m4: Link in IFX_LIBS properly. -1999-10-10 changelog - - * ChangeLog: ChangeLog update - -1999-10-10 Sascha Schumann - * build.mk: Clean up and add 'clean' target which removes standard targets recursively @@ -1413,8 +1457,6 @@ 1999-10-09 changelog - * ChangeLog: ChangeLog update - * NEWS: NEWS update 1999-10-08 Andreas Karajannis @@ -1442,41 +1484,53 @@ * README.CVS-RULES: More emphasis on ChangeLog and NEWS daily updates. +1999-10-08 changelog + + * tests/testclassfunc: mailing list test + + * tests/testfe: testing + + * tests/test.php4: test + 1999-10-08 Andrei Zmievski * README.CVS-RULES: More information on how to use the special prefixes and the frequency of NEWS and ChangeLog updates. +1999-10-08 Sascha Schumann + + * sapi/aolserver/aolserver.c: + (php_info_aolserver): Show information about the SAPI module + (php_ns_module_main): Return early, if request startup failed + 1999-10-08 Jouni Ahto * ext/gd/gdt1.c ext/gd/gdt1.h: Added the files for t1lib support. No porting from PHP3 done yet. -1999-10-08 changelog - - * ChangeLog: ChangeLog update - -1999-10-08 Jouni Ahto - * ext/standard/datetime.c: (PHP gmmktime) Should now give right values. Note that there was never need for the acrobacy adjusting the time for GMT. mktime() fills - tm_gmtoff with just the right offset to add. + tm_gmtoff with just the right offset to add. (Jouni) * ext/standard/php3_string.h ext/standard/string.c ext/standard/basic_functions.c: (PHP setlocale) Locale settings are now correctly restored to the values - set in environment at request shutdown. + set in environment at request shutdown. (Jouni) + +1999-10-07 Sascha Schumann + + * sapi/aolserver/aolserver.c: + Apparently, we did too much cleanup. The server survives now much longer. 1999-10-07 Andrei Zmievski * NEWS: NEWS update - * ChangeLog - MAINTAINERS + * MAINTAINERS README.CVS-RULES TODO: New files. @@ -1485,19 +1539,28 @@ 1999-10-07 Sascha Schumann + * sapi/aolserver/aolserver.c: POST works now and does not block anymore. + * sapi/cgi/config.m4 sapi/isapi/config.m4 sapi/apache/config.m4 + sapi/aolserver/config.m4 configure.in: Remove SAPI_TARGET and use PHP_SAPI completely. The target filename is now available as SAPI_PROGRAM, SAPI_SHARED, and SAPI_STATIC. + * sapi/aolserver/aolserver.c: + (ns_globals_struct): remove content_type member + + (php_ns_request_dtor): remove content_type destructor, re-add path_translated destructor + + * sapi/aolserver/aolserver.c: + Add comments to the source code and fix POST-read-data bug. + 1999-10-07 Andrei Zmievski - * ChangeLog.3 - ChangeLog.TODO - TODO-LeftOver: Some ChangeLog surgery. + * TODO-LeftOver: Some ChangeLog surgery. 1999-10-07 Sascha Schumann @@ -1511,17 +1574,12 @@ 1999-10-07 Sascha Schumann - * sapi/nsapi/.cvsignore - sapi/nsapi/Makefile.am - sapi/nsapi/aolserver.c - sapi/nsapi/config.m4: nsapi => aolserver - - "NSAPI" suggests Netscape too often. + * sapi/aolserver/Makefile.am + sapi/aolserver/config.m4: nsapi => aolserver changes 1999-10-07 Andrei Zmievski - * ChangeLog - NEWS: + * NEWS: Renaming ChangeLog to NEWS. All future entries intended for public should go into NEWS. @@ -1542,7 +1600,7 @@ * tests/testfunc: Testing commit. - * sapi/nsapi/.cvsignore + * sapi/aolserver/.cvsignore sapi/cgi/.cvsignore sapi/isapi/.cvsignore sapi/apache/.cvsignore @@ -1600,12 +1658,11 @@ * ext/db/db.c: fix ZTS compile - * ext/xml/xml.c - ChangeLog: fixed hopefully last XML problem. that one was hard! + * ext/xml/xml.c: fixed hopefully last XML problem. that one was hard! 1999-10-07 Sascha Schumann - * sapi/nsapi/aolserver.c (php_ns_request_handler): call ts_free_thread() to clean up + * sapi/aolserver/aolserver.c (php_ns_request_handler): call ts_free_thread() to clean up 1999-10-07 Thies C. Arntzen @@ -1620,8 +1677,7 @@ 1999-10-07 Thies C. Arntzen - * ChangeLog - php_content_types.c: + * php_content_types.c: SET_VAR_STR* expect a emalloc'ed copy of the string! 1999-10-06 Sascha Schumann