ssb             Fri Apr 13 16:33:50 2001 EDT

  Added files:                 
    /php4       ChangeLog.1999.gz ChangeLog.2000.gz 

  Modified files:              
    /php4       ChangeLog 
  Log:
  * separated and compressed changelogs from 1999 and 2000
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.679 php4/ChangeLog:1.680
--- php4/ChangeLog:1.679        Thu Apr 12 18:09:25 2001
+++ php4/ChangeLog      Fri Apr 13 16:33:49 2001
@@ -7248,34179 +7248,3 @@
 2001-01-02  Rasmus Lerdorf  <[EMAIL PROTECTED]>
 
     * ext/standard/datetime.c: Fix date('r') overflow
-
-2000-12-27  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/Numbers/Roman.php:
-    Add the Numbers_Roman class for converting to and from Roman numerals.
-
-2000-12-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/file.c
-      ext/standard/info.c
-      main/main.c
-      main/php_ini.c
-      win32/php4dll.dsp:
-    - Make the INI mechanism thread safe (fix necessary API changes from Zend)
-    - Make the Win32 non-TS configuration build again
-
-2000-12-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Fix argument check (bug #8421).
-
-2000-12-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp
-      sapi/isapi/php4isapi.dsp
-      win32/php4dllts.dsp
-      win32/php4ts.dsp:
-    Add Release_TSDbg support.  This mode compiles PHP with the release C runtime,
-    but with optimizations disabled and with debug info.  Some crashes can only
-    be debugged using this mode.
-
-2000-12-25  James L. Pine  <[EMAIL PROTECTED]>
-
-    * pear/DB/oci8.php:
-    added quoteString function to override the one in common.  replaces single quotes 
with double single quotes.
-
-2000-12-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gmp/tests/002.phpt
-      ext/mcrypt/tests/001.phpt:
-    Skip mcrypt/gmp tests, if the extensions are not available.
-
-    * ext/session/tests/001.phpt
-      ext/session/tests/002.phpt
-      ext/session/tests/003.phpt
-      ext/session/tests/004.phpt: Add session tests
-
-    * ext/session/mod_user.c
-      ext/session/session.c: MFH s/efree/FREE_ZVAL/ change
-
-    * ext/session/tests/004.phpt: Add session_set_save_handler test
-
-    * ext/session/mod_user.c
-      ext/session/session.c: More instances of s/efree/FREE_ZVAL/
-
-    * ext/session/mod_user.c:
-    Not freeing the zval using FREE_ZVAL caused a segfault in
-    shutdown_memory_manager.
-
-    * ext/session/tests/003.phpt:
-    Also call some member functions of the deserialized objects
-
-    * build/rules.mk:
-    Run run-tests.php in srcdir and add top_builddir/pear to the include
-    path (does not seem to work though yet.  The include path does not
-    seem to get changed at all).
-
-    * ext/session/tests/003.phpt: Add session object deserialization test
-
-    * ext/session/tests/001.phpt
-      ext/session/tests/002.phpt:
-    Add two regression tests for the session module
-
-    * ext/standard/var.c:
-    Fix segfault introduced through recent zend_hash_get_current_key* changes.
-
-    * tests/dirname.phpt:
-    Sync the expected output with Linux dirname output.  The test passes now.
-    Perhaps this should be split into two tests, because the
-    Win32 paths don't work properly with PHP's dirname on Unix.
-
-    * build/rules.mk
-      run-tests.php: Merge test-related changes
-
-    * build/rules.mk
-      run-tests.php: Fix "make test" in VPATH environments
-
-2000-12-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c:
-    revert last fix. the problem is now fixed globally in Zend.
-
-2000-12-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: fix #8363.
-    fix call_user_function when parser->object is not set.
-
-2000-12-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/Net/Curl.php: 4.0.5-dev is not a release tag for @since...
-
-    changed to 4.0.5
-
-2000-12-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Pass some more variables to AC_SUBST as those are needed for Apache 1.3's
-    libphp4.module.in.
-
-2000-12-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/Net/Curl.php:
-    Add the Net_Curl class which provides a nice friendly OO interface to PHP's curl 
extension.
-
-2000-12-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    (PHP session_unset) Return early, if no session was started.
-
-    PR: #8354
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Support multi-char arg separators.
-
-    PR: #8274
-
-    * ext/standard/file.c:
-    Signal an error condition, if write was unable to perform the complete
-    operation.
-
-    * ext/standard/file.c:
-    NULL is a valid return value of mmap.  Check against (void *) MAP_FAILED.
-
-    * ext/standard/file.c:
-    (php_file_copy) Use mmap to map the source file into our address space
-    and then simply write it out to the target file.  That avoids switching
-    between user and kernel land too many times.  If that does not work, we
-    fall back to the read/write method.
-
-2000-12-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c
-      ext/standard/array.c:
-    (PHP preg_replace) Fix to allow proper escaping of captured subpattern
-    references in the replacement string.
-    (PHP array_sum) Check that argument is an array.
-
-2000-12-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/info.c
-      ext/standard/string.c
-      ext/standard/var.c
-      ext/wddx/wddx.c
-      sapi/apache2filter/apache_config.c
-      ext/pcre/php_pcre.c
-      ext/pfpro/pfpro.c
-      ext/sablot/sablot.c
-      ext/session/session.c
-      ext/imap/php_imap.c
-      ext/java/java.c
-      ext/ldap/ldap.c
-      ext/oracle/oracle.c
-      ext/com/COM.c
-      ext/curl/curl.c
-      ext/hyperwave/hw.c: 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...
-
-2000-12-21  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    - Changed setlocale() to use LC_* constants. 
-
-2000-12-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_mm.c: No need for GCC extensions in non-debugging mode.
-
-    PR: #8345
-
-    * configure.in:
-    Some AC_SUBST substitutions were removed which are still needed.
-
-    Submitted by: Andrei Zmievski
-
-2000-12-20  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: install the Math/* files.
-
-2000-12-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/genif.sh
-      ext/oci8/config.m4
-      ext/odbc/config.m4
-      ext/oracle/config.m4
-      sapi/cgi/config.m4
-      acinclude.m4
-      configure.in
-      genif.sh: Stop automatically passing vars to AC_SUBST through PHP_SUBST.
-
-    There are some variables which are needed for Makefiles and files
-    created by AC_OUTPUT; we use PHP_SUBST_OLD for those now.
-
-    genif.sh was moved to an appropiate place.
-
-    * build/print_include.awk
-      configure.in
-      genif.sh:
-    Speed up the genif.sh script a little bit.  Whereas it took three seconds
-    previously, it takes now about 100ms on a P233.
-
-2000-12-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c:
-    - Use memcmp() instead of ugly char-by-char compare
-
-2000-12-20  Zak Greant  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Removed unused variable from is_scalar
-
-2000-12-20  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: Note about fix under correct version.
-
-2000-12-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ctype/ctype.c
-      ext/ctype/php_ctype.h
-      ext/ctype/tests/001.phpt
-      ext/ctype/tests/002.phpt: merge in function name changes
-
-2000-12-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/credits.c
-      ext/standard/info.c
-      ext/standard/info.h: Add the QA team to the credits
-
-2000-12-19  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/ctype/ctype.c
-      ext/ctype/php_ctype.h
-      ext/ctype/tests/001.phpt
-      ext/ctype/tests/002.phpt:
-     ctype functions now follow the extension naming conventions 
-
-2000-12-19  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c: Fix possible crash
-
-2000-12-19  Ron Chmara  <[EMAIL PROTECTED]>
-
-    * CODING_STANDARDS: Updated to reflect recent discussions on php-dev.
-
-2000-12-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in
-      main/php_version.h: Preparing 4.0.4
-
-2000-12-19  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4: wb fix.
-
-    * ext/java/config.m4: Fix pr: #7982
-
-2000-12-18  Zak Greant  <[EMAIL PROTECTED]>
-
-    * ext/standard/tests/general_functions/005.phpt:
-    Adding test for is_scalar().
-
-2000-12-18  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Crypt/HCEMD5.php: Add some error checking/tolerance.
-
-2000-12-18  Zak Greant  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Added is_scalar() function.
-
-2000-12-18  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * makedist: - No need to generate number.c and number.h anymore.
-
-2000-12-18  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/sysvshm/sysvshm.c:
-    fixed BUG #8306: shmat() returns -1 on errors, not NULL
-
-2000-12-18  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/mysql.php:
-    * change mysql sequence type to unsigned and add not null (thanks Mikhail)
-
-2000-12-17  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4:
-    No need to link main binary with ODBC libs if we use shared module
-
-2000-12-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: add a reminder about #3149
-
-2000-12-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    Don't do anything, if the input string has a length of 0.
-
-    PR: #7686
-
-2000-12-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba.c:
-    - How did CVS let me commit this? Probably it confused with the branch
-      merge
-
-    * ext/dba/dba_dbm.c:
-    - In PHP we're supposed to only use MAXPATHLEN (defined in php.h)
-
-    * ext/standard/dir.c
-      main/fopen-wrappers.c
-      main/safe_mode.c
-      sapi/phttpd/phttpd.c
-      sapi/servlet/servlet.c
-      ext/dba/dba.c:
-    - Make all places use MAXPATHLEN in the same way. It includes the
-      terminating NULL.
-
-2000-12-16  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c: AIX's XlC++ does not allow casts as an lvalue.
-
-2000-12-15  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * run-tests.php:
-    removed a warning when testing against a single .phpt file
-
-2000-12-15  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.c:
-    Attempt by Matt Bonneau to get thumbnail extraction working
-    (no need to bring this into the 4.0.4 branch)
-
-2000-12-15  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c:
-    Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI
-    environment variables
-    PR:
-    Submitted by:
-    Reviewed by:
-    Obtained from:
-
-2000-12-15  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/tests/001.phpt: - Added test for bug #8040
-
-    * ext/mcrypt/config.m4:
-    - Added a patch that changed the checking of which version of libmcrypt is
-      installed (Thanks to: Anil Madhavapeddy <[EMAIL PROTECTED]>)
-
-2000-12-15  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c: Removed unused variables.
-
-2000-12-15  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Fixing compilation on Win32. (and others)
-
-2000-12-15  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/db/tests/.cvsignore
-      run-tests.php:
-    * run-tests.php: fixed a few bugs, including the POST/GET problem reported by
-      Stas
-
-    * pear/DB/mysql.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/tests/db_factory.phpt
-      pear/DB/tests/errors.inc
-      pear/DB/tests/mysql/010.phpt
-      pear/DB/tests/numrows.inc
-      pear/DB/tests/pgsql/005.phpt
-      pear/DB/tests/pgsql/010.phpt:
-    * implemented error mapping for postgres (very early version) and tests
-      for mysql and pgsql
-
-    * pear/DB/oci8.php:
-    * DB_oci8: rewrite "SELECT 1+2" to "SELECT 1+2 FROM dual"
-
-    * ext/standard/tests/string/001.phpt
-      ext/standard/basic_functions.c
-      ext/standard/config.m4
-      ext/standard/php_string.h
-      ext/standard/string.c
-      ext/standard/tests/file/.cvsignore:
-    Added iconv() function (using libc or libiconv) 
-
-    * ext/odbc/php_odbc.c: Added ODBC_TYPE constant 
-
-2000-12-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - This is the correct way of doing it
-
-2000-12-14  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php_apache.c: added missing SLS_FETCH()
-
-2000-12-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in: New m4 macros should go into acinclude.m4.
-
-2000-12-14  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c:
-    enforce lenght limit and catch out-ouf-memory conditions
-
-2000-12-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ltconfig:
-    Fix OpenBSD behaviour WRT building shared libraries. Also add OpenBSD 2.8
-    support.
-
-2000-12-14  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c
-      ext/standard/tests/general_functions/003.phpt: revert my last patch
-
-2000-12-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: MFH strtr fix
-
-    * ext/standard/string.c:
-    Don't define LC_MESSAGES, if LC_MESSAGES is not defined.
-
-    PR: #8259
-
-2000-12-14  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/tests/general_functions/003.phpt
-      ext/standard/levenshtein.c: levenshtein() fixes and regression test
-
-    * ext/standard/file.c
-      ext/standard/tests/general_functions/004.data
-      ext/standard/tests/general_functions/004.phpt:
-    fgetcsv() will now work correct with empty fields in tab delimited files
-
-2000-12-14  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * main/config.w32.h: added define for force cgi redirect
-
-2000-12-14  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/fribidi/README: Fix shared description
-
-    * ext/fribidi/fribidi.c: Add proto
-
-2000-12-14  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c:
-    - handled possible case that an Anchor has no Position
-      (This used to cause a segm fault)
-
-2000-12-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in
-      main/php_version.h: Preparing RC6
-
-    * ext/pgsql/pgsql.c: MFH fix for #8225
-
-2000-12-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c: Rollback bogus patch
-
-    * ext/standard/exec.c: That slipped in :(
-
-2000-12-13  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c
-      ext/standard/tests/general_functions/003.phpt:
-    levenshtein() fixed, regression tests added (bug id #6562 and #7368)
-
-2000-12-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c
-      ext/xml/xml.c
-      ext/standard/basic_functions.c
-      ext/standard/exec.c
-      ext/standard/var.c: MFH - call_user_function() object fix
-
-    * ext/standard/basic_functions.c
-      ext/standard/exec.c
-      ext/standard/var.c
-      ext/wddx/wddx.c
-      ext/xml/xml.c:
-    Fix call_user_function() with objects - it could leak under certain circumstances
-
-2000-12-13  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c: - Bodytag is insertet by fnInsAnchors()
-    - several small bugs which might cause a segm fault
-
-2000-12-13  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c:
-    (Zeus) Re-added some server variables that will be used.
-    Also added DOCUMENT_ROOT, was missing before for non-Win32
-
-2000-12-13  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gmp/tests/001.phpt
-      ext/gmp/tests/002.phpt: Add GMP tests
-
-2000-12-13  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/MAINTAINERS
-      pear/DB/STATUS
-      pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/pgsql.php
-      pear/DB/tests/fetchmodes.inc
-      pear/DB/tests/mysql/001.phpt
-      pear/DB/tests/mysql/002.phpt
-      pear/DB/tests/mysql/005.phpt
-      pear/DB/tests/mysql/009.phpt
-      pear/DB/tests/mysql/connect.inc
-      pear/DB/tests/mysql/mktable.inc
-      pear/DB/tests/numrows.inc
-      pear/DB/tests/pgsql/.cvsignore
-      pear/DB/tests/pgsql/001.phpt
-      pear/DB/tests/pgsql/002.phpt
-      pear/DB/tests/pgsql/005.phpt
-      pear/DB/tests/pgsql/009.phpt
-      pear/DB/tests/pgsql/connect.inc
-      pear/DB/tests/pgsql/mktable.inc
-      pear/DB/tests/sequences.inc:
-    * added {mysql,pgsql}RaiseError() methods to DB_{mysql,pgsql} for more
-      consistent behaviour
-    * fixed DB_{pgsql,mysql}::numRows bug (returned an error on 0 rows), added
-      test for it
-    * added sequence support to DB_pgsql, and dropSequence() to pgsql/mysql
-      with some fixes by Alexey Borzov
-    * fixed a bug in DB_pgsql::fetchInto
-    * improved fetchmode tests
-
-    * run-tests.php:
-    * rename write* to dowrite* to avoid clash with ext/sockets
-    * sapi/cgi seems to ignore command-line options when running in "real"
-      CGI mode, need to find a way to pass include_path to it...
-
-    * build/rules.mk: * PEAR: don't require "make install" before "make test"
-
-2000-12-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.h
-      sapi/apache/php_apache.c:
-    Add apache_child_terminate() and INI setting apache.child_terminate
-    which defaults to 0.
-
-    Submitted by: Sam Liddicott <[EMAIL PROTECTED]>
-
-2000-12-13  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/printer/php_printer.h
-      ext/printer/printer.c: use true globals, and proper naming cheme
-
-2000-12-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    Don't increase the refcount of id, if we already have increased the refcount
-    of the same id before.
-
-    PR: #8225
-
-    * NEWS: Move cracklib entry to 4.0.5
-
-2000-12-13  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.dsp:
-    link against msvcrt(d).lib, ignoring it isn't a good idea
-
-2000-12-13  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/TESTERS: * added list of testers so far
-
-2000-12-13  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: MFH
-
-    * ext/standard/string.c: Fix crash when first argument to strtr is empty
-
-    * ext/curl/curl.c: Kill warning
-
-2000-12-13  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: Added a missing note.
-
-2000-12-12  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sockets/php_sockets.h: MFH
-
-2000-12-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-    Open files in binary mode - should fix readfile() on Windows
-
-    * ext/sockets/sockets.c: MFH
-
-2000-12-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in
-      main/php_version.h: Preparing 4.0.4RC5
-
-2000-12-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Fix memory leak
-
-    * ext/sockets/sockets.c: Fix socket read returning bad values.
-
-2000-12-12  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testhyperwave: - add test for hw_insertanchors()
-
-2000-12-12  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: fixed bug in beginOfWeek()
-
-2000-12-12  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c:
-    - new function hw_insertanchors(). It takes a document, a list of anchors
-      and its destination and inserts the anchors into the text.
-
-2000-12-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/php_variables.c
-      main/php_variables.h: MFH
-
-    * main/php_variables.c
-      main/php_variables.h:
-    Fix #7987: POST/GET: string with \0(%00) values not parsed correctly
-
-2000-12-11  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * INSTALL: MFH
-
-2000-12-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fix Win32 build
-
-2000-12-11  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * INSTALL: Added a note about --enable-versioning working with IRIX 6.5
-
-2000-12-11  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Fix serializer bug (merge with HEAD)
-
-2000-12-11  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c: Merge with HEAD
-
-2000-12-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Formatting.
-
-2000-12-11  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    Fix serializer bug that prevented serializer from working on any
-    variable that had non-reference copies of the same zval
-
-2000-12-11  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c:
-    Fix a crash related to the simple sablotron api. (thies)
-    make sablotron work with zts.
-    fix a leak or two,
-
-2000-12-11  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: fix #6348
-
-2000-12-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/README: Add TODO note
-
-2000-12-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/php_array.h: Make php_array_merge() an API function.
-
-2000-12-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      sapi/apache/php_apache.c:
-    Align ZTS handling of globals with common usage
-
-2000-12-10  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php_apache.c: fix win32 apache module
-
-    * sapi/apache/php_apache.c: fix windows build
-
-2000-12-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    - Merge message about assinging new MyClass() expressions by reference.
-
-    * NEWS: - Add NEWS about being able to assign new's by ref
-
-2000-12-10  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: [whitespace] make this code a bit less dense.
-
-2000-12-10  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Cache/Function_Cache.php
-      pear/Makefile.in: Initial commit of Function_Cache.
-
-2000-12-10  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Added constants for locale categories.
-
-    * ext/gettext/gettext.c
-      ext/gettext/php_gettext.h: Moved the constants into ext/standard
-
-2000-12-10  James Moore  <[EMAIL PROTECTED]>
-
-    * ext/shmop/shmop.c:
-    Making the shmop phpinfo entry look the same as others.
-
-2000-12-10  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: For nice looking error output. ;)
-
-    * ext/sablot/sablot.c: Fix crash on error handler.
-    Speed up a bit (only loop through errors when necessary).
-
-2000-12-10  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/tests/mysql/008.phpt
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/storage.php
-      pear/DB/sybase.php:
-    * added setOption/getOption to DB_common.  "optimize" is the first supported
-      option, possible values are "performance" (default) and "portability".
-    * added modifyQuery to DB_common (does nothing) and an implementation
-      in DB_mysql that patches "DELETE FROM table" queries in "optimize
-      portability" mode so affectedRows returns the right value
-
-    * pear/DB/STATUS
-      pear/DB/common.php
-      pear/DB/odbc.php: * implemented numCols and transactions for ODBC
-    * added "not capable" versions of affectedRows, errorNative, nextId
-      and createSequence to DB_common.
-
-    * pear/DB/STATUS
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php:
-    * make sure all DB backends call the DB_common constructor
-    * removed more duplicated code that can use DB_common defaults
-      (execute/prepare emulation, "not capable" versions of transaction functions
-      and numRows).
-    * implemented numRows for msql and mssql (untested)
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php:
-    * DB::isManip counts "REPLACE" as a manipulation command (MySQL specific)
-    * renamed DB_common::execute_emulate_query to DB_common::executeEmulateQuery
-    * moved "query" DB method to DB_common, there was duplicated logic in query
-      and simpleQuery in all backends.
-
-    * pear/DB/STATUS
-      pear/DB/mysql.php
-      pear/DB/tests/mysql/009.phpt
-      pear/DB/tests/numrows.inc
-      pear/DB/tests/pgsql/009.phpt: * added numRows tests for mysql and pgsql
-
-    * pear/DB/pgsql.php:
-    * removed some logic duplication, "SELECT" (not "SELECT INTO" is now
-      the only command that will return a result object.
-
-2000-12-10  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/gd/php_gd.h: Kills one compile warning.
-
-2000-12-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ltconfig: Enabled improved shared library handling on HP-UX 11.
-
-    * ext/swf/swf.c: MFH fix for #8181
-
-    * ext/swf/swf.c: Fetch SWF globals
-
-    PR: #8181
-
-2000-12-09  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c
-      ext/domxml/php_domxml.h:
-    Removed unused variable definitions. And libxml can be build NOT
-    to have support for either XPath or XPtr.
-
-2000-12-08  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/gettext/gettext.c: wb clean.
-
-2000-12-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: MFH off-by-one fix
-
-    * main/php_logos.c: MFH memory leak fix
-
-2000-12-08  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-     Added the call_user_method_array function which allows you to call a method with 
an
-     arbitrary number of parameters. 
-
-2000-12-08  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Fix off by one error in file upload code
-
-2000-12-08  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: Merge changes from HEAD.
-
-    * ext/domxml/config.m4:
-    Version checking for domxml. Requires >= 2.2.7 at the moment.
-
-2000-12-08  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c: Correct merge.
-
-2000-12-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * run-tests.php: * output fix for skipped tests
-
-2000-12-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/sablot/CREDITS
-      ext/sablot/php_sablot.h
-      ext/sablot/sablot.c: MFH on Sterling's request.
-
-    * main/php_logos.c: Fix a memory leak
-
-    * ext/standard/datetime.c
-      ext/standard/parsedate.y
-      ext/standard/php_parsedate.h: MFH namespace protecting changes
-
-2000-12-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/tests/db_error.phpt
-      pear/DB/tests/db_error2.phpt:
-    * updated tests after DB_Error("string") set $code to DB_ERROR
-
-2000-12-08  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/CREDITS
-      ext/sablot/php_sablot.h
-      ext/sablot/sablot.c: Fix sablotron.
-
-    Add a little beautifying of the extensions name for phpcredits() (Sablotron XSLT 
not Sablot).
-
-
-2000-12-08  Zak Greant  <[EMAIL PROTECTED]>
-
-    * ext/gettext/gettext.c
-      ext/gettext/php_gettext.h:
-    Added constants to represent the various categories of
-    locale (LC_ALL, LC_MESSAGES, etc...)
-
-2000-12-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/STATUS
-      pear/DB/mysql.php
-      pear/DB/pgsql.php
-      pear/DB/tests/fetchmodes.inc
-      pear/DB/tests/mysql/002.phpt
-      pear/DB/tests/pgsql/001.phpt
-      pear/DB/tests/pgsql/002.phpt
-      pear/DB/tests/pgsql/003.phpt
-      pear/DB/tests/pgsql/004.phpt
-      pear/DB/tests/pgsql/005.phpt
-      pear/DB/tests/pgsql/006.phpt
-      pear/DB/tests/pgsql/007.phpt
-      pear/DB/tests/pgsql/008.phpt
-      pear/DB/tests/pgsql/mktable.inc
-      pear/DB/tests/pgsql/skipif.inc:
-    * ported the mysql tests to pgsql (the nextId test is skipped for now)
-    * giving pgsql auto-commit a shot
-    * fixed error reporting some places in pgsql
-    * added horrible hack to avoid getting notices on stderr if
-      DB_pgsql::commit is called at the wrong time
-
-    * pear/DB/pgsql.php:
-    * fetchRow with DB_FETCHMODE_ASSOC returned an array with both string and
-      numerical indexes - fixed (supposed to be string only)
-
-    * pear/DB/STATUS: * updated status file
-
-    * pear/DB.php
-      pear/DB/STATUS
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php:
-    * applied fetch modes patch for odbc by Richard M. Yumul
-    * added DB::isManip so we have _one_ place for testing whether something
-      is a data manipulation query
-    * when passed a string as its first constructor arg, DB_Error now uses
-      the error code DB_ERROR rather than just 0
-    * implemented auto-commit for ibase (not yet fully tested)
-    * fixed persistent connections in odbc
-
-    * pear/DB/mysql.php
-      pear/DB/tests/mysql/008.phpt:
-    * change affectedRows semantics for MySQL: only return non-0 for
-      INSERT/UPDATE/DELETE queries
-
-    * run-tests.php: added TODO comment
-
-2000-12-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c
-      ext/standard/parsedate.y
-      ext/standard/php_parsedate.h:
-    Namespace protect parse_date interface and implementation
-
-2000-12-07  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/DB/STATUS: Updated STATUS.
-
-2000-12-07  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/mysql.php
-      pear/DB/tests/db_error.phpt
-      pear/DB/tests/db_error2.phpt
-      pear/DB/tests/mysql/008.phpt
-      pear/tests/pear_error.phpt:
-    * added Sebastian's affectedRows() and numRows() for MySQL
-    * added regression test for DB_mysql::affectedRows
-    * fixed some PEAR_Error based tests that had broken (line number change)
-
-2000-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/php.h
-      ext/standard/basic_functions.c
-      ext/standard/dir.c
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/filestat.c
-      ext/standard/php_dir.h
-      ext/standard/php_filestat.h: MFH LFS-related changes
-
-    * configure.in: MFH --enable-libgcc change
-
-2000-12-07  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/caudium.c:
-    Fix for Pike 7.1 (error -> Pike_error). Caudium bug #12486.
-
-2000-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Enable libgcc, if we are building on Solaris with GCC.
-
-2000-12-07  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/pgsql.php: * removed comment
-
-    * pear/DB/STATUS: * pgsql now supports affectedRows
-
-    * pear/DB/MAINTAINERS: * added Rui Hirokawa as pgsql maintainer
-
-2000-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Hardcode the readdir entry as well
-
-2000-12-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    We don't want any hard errors in PHP scripts unless absolutely necessary.
-
-2000-12-07  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * pear/DB/pgsql.php:
-    Added affectedRows (thanks to Mark Kirkwood <[EMAIL PROTECTED]>)
-
-2000-12-07  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Fugbix in call_user_func_array() if second argument is empty.
-
-2000-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      sapi/apache/php_apache.c:
-    Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI section
-
-    * ext/standard/filestat.c
-      ext/standard/php_dir.h
-      ext/standard/php_filestat.h
-      main/php.h
-      ext/standard/basic_functions.c
-      ext/standard/dir.c
-      ext/standard/file.c
-      ext/standard/file.h:
-    Hardcode all functions which are mentioned in the Large File Support Spec
-
-    http://ewe3.sas.com/standards/large.file/specs/api+.007.html
-
-    * pear/Makefile.in: Fix Makefile template.
-
-2000-12-07  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: Enable DB2 shared build
-
-2000-12-07  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Merge changes from HEAD.
-
-    * ext/curl/curl.c: Fixed bug #8145
-
-    * configure.in: merge from HEAD.
-
-    * configure.in: Added note that openssl 0.9.6 is required.
-
-2000-12-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: - set propper min version
-
-2000-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: Merge from HEAD
-
-    * ext/ext_skel: Fix ext_skel on Solaris
-
-    Submitted by: Sam Liddicott <[EMAIL PROTECTED]>
-
-2000-12-07  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/STATUS: * we have a test for DB_mysql::errorNative
-
-    * build/rules.mk:
-    * make it possible to override the start directory for "make test"
-
-2000-12-07  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c: Close bug #7013.
-
-2000-12-07  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Log.php
-      pear/Log/composite.php
-      pear/Log/file.php
-      pear/Log/mcal.php
-      pear/Log/observer.php
-      pear/Log/sql.php
-      pear/Log/syslog.php
-      pear/Makefile.in: Contribute Horde's Log:: abstraction class to PEAR.
-
-2000-12-07  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * configure.in: merge from HEAD.
-
-    * configure.in:
-    The new openssl extension requires OpenSSL version >= 0.9.6
-
-2000-12-06  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/tests/mysql/001.phpt
-      pear/DB/tests/mysql/002.phpt
-      pear/DB/tests/mysql/003.phpt
-      pear/DB/tests/mysql/004.phpt
-      pear/DB/tests/mysql/005.phpt
-      pear/DB/tests/mysql/006.phpt
-      pear/DB/tests/mysql/007.phpt
-      pear/DB/tests/numcols.inc
-      pear/DB/tests/prepexe.inc
-      pear/DB/tests/simplequery.inc
-      pear/DB/STATUS:
-    * added more tests for MySQL, including some test files common for all
-      backends
-
-2000-12-06  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: fixed bug with weeksInMonth()
-
-2000-12-06  Andr Langhorst  <[EMAIL PROTECTED]>
-
-    * tests/lang/030.phpt: updated with =& new syntax
-
-    * run-tests.php: made run-tests.php windows compatible
-
-    * tests/lang/030.phpt: added $this in constructor test (fails currently)
-
-2000-12-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/config.m4
-      ext/ccvs/config.m4
-      ext/domxml/config.m4
-      ext/gd/config.m4
-      ext/ctype/config.m4
-      ext/fribidi/config.m4
-      ext/gmp/config.m4
-      ext/qtdom/config.m4
-      sapi/thttpd/config.m4: Merge HEAD changes
-
-    * ext/bcmath/config.m4
-      ext/ccvs/config.m4
-      ext/domxml/config.m4
-      ext/gd/config.m4
-      ext/ctype/config.m4
-      ext/fribidi/config.m4
-      ext/gmp/config.m4
-      ext/qtdom/config.m4
-      sapi/thttpd/config.m4: Fix indentation of configure output
-
-2000-12-06  Andr Langhorst  <[EMAIL PROTECTED]>
-
-    * tests/lang/029.phpt: added OO test (will fail currently)
-
-2000-12-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: Fix T1 static build
-
-    * ext/gmp/README: Update README
-
-    * ext/gmp/gmp.c: Fix prototypes
-    Fix prefect_square return
-
-2000-12-06  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/MAINTAINERS:
-    * 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/parser3.i
-      pear/XML/tests/test.xml
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/mysql.php
-      pear/DB/tests/odbc/001.phpt
-      pear/DB/tests/odbc/skipif.inc
-      pear/XML/Parser.php
-      pear/DB.php: * cleanup
-
-    * pear/pear.in:
-    * pear/DB/STATUS: * added DB driver feature matrix
-
-2000-12-05  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c: spaces after commas. all whitespace.
-
-2000-12-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Update 4.0.4 branches NEWS file
-
-2000-12-05  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/DB/error.php
-      pear/DB/result.php
-      pear/DB/warning.php: Removed obsolete files.
-
-2000-12-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gmp/gmp.c: Make GMP use Zend's memory functions
-
-    * ext/gmp/gmp.c: Fix prototypes
-
-    * ext/gmp/gmp.c: Add check for conversion base
-
-2000-12-05  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/mcal/config.m4:
-    * applied patch by Stig-rjan Smelror <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c:
-    Applied IBM DB2 patch by Walter Franzini <[EMAIL PROTECTED]>
-
-    * pear/DB/tests/mysql/005.phpt: * added test for DB_mysql::nextId()
-
-2000-12-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Merge from HEAD
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Pass core_globals to new inline functions
-
-    Submitted by: Sebastian Bergmann
-
-2000-12-05  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/mysql.php: * MySQL sequence emulation using auto_increment
-    * fixed indentation
-
-2000-12-04  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/caudium.c:
-    Removed a fatal condition to allow for harmless user error plus some other
-    small changes.
-
-2000-12-04  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/PEAR.php.in:
-    have PEAR::isError() not take parameters by reference for now.
-
-2000-12-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    - Fix up the NEWS item. We need to make sure that this release we really
-      do put a link to the NEWS file on the downloads page.
-
-    * NEWS:
-    - Explanation about Zend change. I'll move it to the branch when I'm happy
-      with the way it's explained. It's rather hard to explain it well.
-
-2000-12-04  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php:
-    Added PHPDoc compliant inline documentation for nextid(). Fixed a bug in nextid().
-
-2000-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: Merge entries manually
-
-    * NEWS:
-    This branch will become 4.0.5. New entries should only be added to the
-    4.0.4 area, if you merge them.
-
-2000-12-04  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Merge changes from head branch.
-
-2000-12-04  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB.php:
-    Added nextid() method to DB_common. Added lock() and unlock() methods to DB_mysql.
-
-2000-12-04  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    - Made ldap_get_entries() return an array even if there are no entries
-       in search result. (Jani)
-
-2000-12-04  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c
-      ext/hyperwave/php_hyperwave.h:
-    - new function hw_new_document_from_file()
-
-2000-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: Merged with HEAD, 1.21
-
-    * ext/sablot/php_sablot.h: Merged with HEAD, 1.8
-
-    * sapi/apache/config.m4: Merged with HEAD, 1.35
-
-    * sapi/apache/config.m4:
-    Automatically carry over macro definitions from Apache.
-
-    We don't take everything, because apxs' CFLAGS also includes
-    optimization, debugging, et cetera flags.
-
-    PR: #7211
-
-2000-12-04  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/CREDITS: added name for credits on work for Solid interface..
-
-2000-12-04  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:
-    GD shared build fixes - should fix problem with gd.so not being linked
-    with right libraries
-
-2000-12-04  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: close the filehandle if it is a tempfile.
-
-2000-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Merge from HEAD
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Move code from macros to inline functions to ease debugging
-
-    * ext/dba/dba.c: Merge changes from HEAD.
-
-    * ext/dba/dba.c:
-    Handle the case of no-handlers properly and make handlers a proper C "string".
-
-2000-12-04  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/DB.php: No comment.
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/error.php
-      pear/DB/mysql.php
-      pear/DB/result.php
-      pear/DB/warning.php:
-    I couldn't read it in order to understand it in order to extend it :-)
-
-2000-12-03  Ulf Wendel  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/xmlwriter/PhpdocXMLWriter.php
-      pear/PHPDoc/warning/PhpdocWarning.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLClassExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLDocumentExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLIndexExporter.php
-      pear/PHPDoc/xmlreader/PhpdocXMLReader.php
-      pear/PHPDoc/indexer/PhpdocIndexer.php
-      pear/PHPDoc/parser/PhpdocClassParser.php
-      pear/PHPDoc/parser/PhpdocConstantParser.php
-      pear/PHPDoc/parser/PhpdocFunctionParser.php
-      pear/PHPDoc/parser/PhpdocParser.php
-      pear/PHPDoc/parser/PhpdocParserCore.php
-      pear/PHPDoc/parser/PhpdocParserRegExp.php
-      pear/PHPDoc/parser/PhpdocParserTags.php
-      pear/PHPDoc/parser/PhpdocVariableParser.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLClassRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLModuleRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLWarningRenderer.php
-      pear/PHPDoc/analyser/PhpdocAnalyser.php
-      pear/PHPDoc/analyser/PhpdocClassAnalyser.php
-      pear/PHPDoc/analyser/PhpdocModuleAnalyser.php
-      pear/PHPDoc/exceptions/PhpdocError.php
-      pear/PHPDoc/filehandler/PhpdocFileHandler.php: - doc comments refined
-
-    PHPDocs own Reportfile looks better now...
-
-2000-12-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: Import the MySQL updates from the main branch
-
-2000-12-03  Ulf Wendel  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/accessor/PhpdocDocumentAccessor.php
-      pear/PHPDoc/accessor/PhpdocIndexAccessor.php: - refined the doc comments
-
-    * pear/PHPDoc/core/Phpdoc.php
-      pear/PHPDoc/core/PhpdocArgvHandler.php
-      pear/PHPDoc/core/PhpdocObject.php
-      pear/PHPDoc/core/PhpdocSetupHandler.php
-      pear/PHPDoc/index.php
-      pear/PHPDoc/redist/IT.php
-      pear/PHPDoc/redist/ITX.php
-      pear/PHPDoc/xmlwriter/PhpdocXMLWriter.php: - refined doc comments.
-
-    core/* does no longer cause warnings.
-
-    - added @package to the it/itx doc comment
-
-    * pear/PHPDoc/parser/PhpdocConstantParser.php
-      pear/PHPDoc/parser/PhpdocParserRegExp.php
-      pear/PHPDoc/parser/PhpdocParserTags.php
-      pear/PHPDoc/parser/PhpdocVariableParser.php
-      pear/PHPDoc/renderer/html/templates/class.html: - fixed a @var bug
-
-2000-12-03  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sockets/php_sockets.h
-      ext/sockets/sockets.c: - Fix the handling of resource entries
-    - Fix the fd_dealloc() function
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c: Another attempt at fixing 8036
-
-2000-12-03  Ulf Wendel  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/parser/PhpdocConstantParser.php
-      pear/PHPDoc/parser/PhpdocParserRegExp.php: - fixed a @const bug
-
-
-    * pear/PHPDoc/parser/PhpdocParserTags.php
-      pear/PHPDoc/analyser/PhpdocAnalyser.php
-      pear/PHPDoc/analyser/PhpdocClassAnalyser.php
-      pear/PHPDoc/analyser/PhpdocModuleAnalyser.php:
-    - fixed a @see bug and improved @see
-
-    "@see element" now causes a warning. To referr to functions or variables within
-    a class/module use "@see $variable" and "@see function()". Note the $ and the 
"()".
-    If the referenced element is unknow, the reference will be dropped and a warning 
is generated.
-
-    - added @version CVS Id to some class doc comments
-
-    This is an eays way to add a version tag to inline docs if you use a CVS.
-
-    - added spaces around operators
-
-2000-12-03  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: Windows ist ser schlecht
-
-2000-12-03  Ulf Wendel  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/renderer/html/PhpdocHTMLClassRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLModuleRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLRendererManager.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLWarningRenderer.php
-      pear/PHPDoc/renderer/html/templates/class.html
-      pear/PHPDoc/renderer/html/templates/classtree.html
-      pear/PHPDoc/renderer/html/templates/module.html
-      pear/PHPDoc/renderer/PhpdocRendererObject.php:
-    - fixed a @see function() bug
-
-    Addes a pair of braches "()" to the function details anchor name in the class and 
module template.
-
-    - reformatted source
-
-    Sorry for this huge commit. Please make sure that you use "unix format" when 
saving files.
-    Added spaces around most operators. Replaced some spaces with tabs. The tabsize 
in PHPDoc is 2 spaces.
-    Do not replace tabs with spaces.
-
-2000-12-03  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c: Fix #8079 - filetype now knows about sockets
-
-2000-12-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Workaround for these two symptoms:
-
-    Some sed tools don't match strings which are not terminated with LF.
-
-    Some shells still support the ^ as a synonym for the pipe character.
-
-    Submitted by: Stanislav Malyshev
-
-2000-12-03  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * build/rules.mk
-      run-tests.php
-      tests/README: changed run-tests.php to use 'php -q' instead of 'php -f'
-
-2000-12-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: Merge with php_4_0_4
-
-2000-12-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    Fix the bug with -f not filling in the $argv[] arguments.
-    I'm not sure what used to be the behavior - but the new code puts the -f
-    argument as $argv[0], which is the Right Thing to do IMHO...  Comments
-    welcome
-
-    * README.BCMATH: Don't mislead people...
-
-2000-12-03  Ulf Wendel  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/parser/PhpdocParserCore.php
-      pear/PHPDoc/analyser/PhpdocAnalyser.php
-      pear/PHPDoc/analyser/PhpdocClassAnalyser.php
-      pear/PHPDoc/analyser/PhpdocModuleAnalyser.php
-      pear/PHPDoc/core/Phpdoc.php
-      pear/PHPDoc/core/PhpdocSetupHandler.php: - reformatted some files
-
-    Please use tabs (size: 2 spaces) to indent the source.
-     Do not replace tabs with spaces when you apply changed to PHPDoc.
-
-    - renamed add_number_suffix to addNumberSuffix
-
-    - changed the meaning of the placeholder {DESCRIPTION} in the templates
-
-    The internal array index "desc", the XML container <description> and
-    the template placeholder {DESCRIPTION} contained the "short description"
-    (first sentence of a doc comment) and the "long description" (everything from the 
first
-    sentence to the first doc tag) before the change. Now they do not contain
-    the short description as well but only the long description.
-
-    - fixed @brother/@sister
-
-    Elements that use @brother/@sister now inherit all fields from the specified
-    brother/sister that are not defined (or empty) in their own doc comment.
-    I hope this was the last "### PANIK ###" (panic, fixme) in the code.
-
-2000-12-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/db/php_db.h: Commit the fix to the 4.0.4 branch
-
-2000-12-03  Ulf Wendel  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/renderer/html/templates/class.html
-      pear/PHPDoc/renderer/html/templates/module.html:
-    - class variables, includes and constants are now shown with the description from 
the doc comment
-
-    ... well I forgot to add {SHORTDESCRIPTION}/{DESCRIPTION} so it looked as if 
PHPDoc would be buggy
-    because the description where not in the generated HTML apidoc files.
-
-2000-12-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/db/php_db.h: Fix DB build (hopefully, untested)
-
-2000-12-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: - Get the MySQL module a bit uptodate.
-    - Fix a bug in mysql_do_connect() - it would corrupt the host argument, if it 
contained a port
-      (or could corrupt the INI value, so that the port argument would work only the 
first time
-      around)
-
-2000-12-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/shmop/shmop.c
-      main/php.h
-      configure.in: Merge changes from HEAD
-
-    * ext/shmop/shmop.c:
-    Include <ext/standard/info.h> for php_info-related functions.
-
-    * main/php.h: Noone defines PACKAGE/VERSION anymore.
-
-    * configure.in:
-    Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
-    defining PACKAGE/VERSION.
-
-2000-12-02  Alexander Feldman  <[EMAIL PROTECTED]>
-
-    * ext/crack/.cvsignore
-      ext/crack/Makefile.in
-      ext/crack/config.m4
-      ext/crack/crack.c
-      ext/crack/php_crack.h
-      ext/crack/tests/001.phpt:
-    - Added extension for the cracklib library. (Alexander Feldman)
-
-2000-12-02  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: First attempt at fixing 8036
-
-2000-12-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in
-      main/php_version.h: Branched off 4.0.4. This trunk becomes 4.0.5-dev.
-
-    * main/php_version.h
-      configure.in: 4.0.4RC3 is coming.
-
-2000-12-01  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/config.m4: Minor cosmetic changes.
-
-    * sapi/caudium/config.m4: More config.m4 fixes.
-
-    * sapi/caudium/config.m4:
-    Updated config test to also work with debian pike 7 cvs etc.
-
-2000-12-01  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gmp/gmp.c
-      ext/hyperwave/hw.c: Fixed some protos.
-
-2000-12-01  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/DB/ibase.php: Small fix courtesy of Lauri Jesmin
-
-2000-12-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/skeleton.c
-      ext/ext_skel
-      ext/skeleton/php_skeleton.h:
-    Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
-    were unconditionally compiled. It is not necessary in PHP 4.
-
-2000-12-01  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c: Fixed some protos.
-
-2000-12-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * stub.c:
-    Add newline. Recent GCC snapshots segfault, if the input file is completely
-    empty. Should I report this? This appears to be quite lame.
-
-    * ext/dba/dba.c:
-    Please avoid potential buffer overflows in new code. If you deal
-    with strings, consider storing the string length along with the string
-    data. That will make your life easier.
-
-    * ext/sockets/.cvsignore
-      ext/satellite/.cvsignore
-      ext/sablot/.cvsignore
-      ext/readline/.cvsignore
-      ext/posix/.cvsignore
-      ext/qtdom/.cvsignore
-      ext/ircg/.cvsignore
-      ext/ingres_ii/.cvsignore
-      ext/gmp/.cvsignore
-      ext/ctype/.cvsignore
-      ext/exif/.cvsignore
-      ext/bz2/.cvsignore
-      ext/bcmath/.cvsignore
-      ext/ext_skel: Remove *.o
-
-2000-12-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/swf/php_swf.h
-      ext/swf/swf.c: - Fix swf build issues from bug #7612
-    - Not tested! Someone please compile it.
-
-2000-12-01  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    Fixing bug 8061. Position counter starts a 0 but was compared with length.
-    oops. the fix should be made twice.
-
-    * ext/standard/string.c:
-    Fixing bug 8061. Position counter starts a 0 but was compared with length.
-
-2000-12-01  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba.c: Beautifying of phpinfo().
-
-2000-11-30  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c:
-    Changed presentation of default values for textsize and textlimit in phpinfo().
-    the value -1 means "Server default"
-
-2000-11-30  David Eriksson  <[EMAIL PROTECTED]>
-
-    * ext/satellite/README
-      ext/satellite/config.m4: updated documentation and configuration
-
-    * ext/satellite/object.c
-      ext/satellite/struct.c: changed variable names to *_class_functions
-
-2000-11-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/config.m4: fix configure --help option name...
-
-2000-11-29  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    The ODBC extension looks for settings named odbc. and not uodbc.
-
-    * ext/mssql/mssql.dsp
-      ext/mssql/php_mssql.c
-      ext/mssql/php_mssql.h:
-    Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used  
with version 6,5.
-    Minor changes to use som Zend macros to define globals.
-
-    * ext/mssql/php_mssql.c:
-    Fixing wring resource handle returned from mssql_query().
-    The error was introduced when adding mssql_fetch_batch().
-
-2000-11-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gmp/.cvsignore: Add .cvsignore
-
-    * ext/gmp/TODO
-      ext/gmp/config.m4
-      ext/gmp/gmp.c
-      ext/gmp/php_gmp.h: Add more GMP functions, fix a couple of bugs
-
-2000-11-29  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-     Added the is_null() function that will return true if a variable is of
-     type null. 
-
-2000-11-29  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: made gd working correct under win32
-
-2000-11-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/HTML/Form.php:
-    * bugfix (reported by Francisco Echarte <[EMAIL PROTECTED]>)
-
-2000-11-29  Jason Greene  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c:
-    Added the capability to specify a different HTTP Redirection response code
-    before the Location Header.
-
-    Ex. header("HTTP/1.1 307 Temporary Redirect");
-        header("Location: URL");
-
-2000-11-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c: Output buffering was being enabled all the time - fixed
-
-2000-11-28  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * main/.cvsignore: One file missing.
-
-    * ext/bcmath/libbcmath/.cvsignore
-      ext/bcmath/libbcmath/src/.cvsignore: Added missing .cvsignore files.
-
-    * ext/sybase/php_sybase_db.c: Fixed typo. bug #8001
-
-    * main/reentrancy.c:
-    - Fixed a bug which made readdir() unusable in some systems. 
-
-    * ext/gd/config.m4
-      ext/gd/php_gd.h: AC_CHECK_LIB prints out yes/no itself.
-
-2000-11-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/SAPI.h: A field of mines
-
-    Submitted by: [EMAIL PROTECTED]
-
-    * NEWS: Add note about an old change
-
-    * build/rules_common.mk
-      configure.in: Always add top_srcdir to the header file search path.
-
-2000-11-27  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/gettext/gettext.c: fix path operations, under win32
-
-2000-11-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/SAPI.h:
-    Add a note about what a missing const specifier does mean in the context
-    of the request_info structure.
-
-    * ext/standard/array.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/standard/crypt.c
-      ext/standard/dns.c
-      ext/standard/exec.c:
-    The result of conv_z_macros and some manual conversion of
-    "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
-
-    * ext/pcre/php_pcre.c: Oh man, gcc's logic is really flawed
-
-    * .cvsignore
-      build-defs.h.in
-      build/build2.mk
-      build/rules_common.mk
-      configure.in
-      main/.cvsignore
-      main/build-defs.h.in: Move build-defs.h(.in) and php_config.h to main
-
-    * ext/pcre/php_pcre.c: Kill a warning (code is correct)
-
-2000-11-27  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: update win32 extension section
-
-2000-11-26  Jon Parise  <[EMAIL PROTECTED]>
-
-    * CODING_STANDARDS:
-    Added a brief section documenting the preference of tabs over spaces.
-    There are a few touch-ups in this commit, too.
-
-2000-11-26  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gmp/Makefile.in
-      ext/gmp/README
-      ext/gmp/TODO
-      ext/gmp/config.m4
-      ext/gmp/gmp.c
-      ext/gmp/php_gmp.h: GNU GMP - arbitrary precision nubers library
-
-2000-11-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Fix windows build
-
-    * ext/bcmath/Makefile.in
-      ext/bcmath/config.m4
-      ext/bcmath/libbcmath/Makefile.in
-      ext/bcmath/libbcmath/src/Makefile.in
-      ext/bcmath/libbcmath/src/config.h
-      ext/bcmath/libbcmath/src/div.c
-      ext/bcmath/libbcmath/src/num2str.c
-      ext/bcmath/libbcmath/src/output.c
-      ext/bcmath/libbcmath/src/recmul.c:
-    - Add bcmath to the standard UNIX build
-    - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
-
-2000-11-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    Add get_defined_functions() and get_defined_vars().  Clean up constant() entry a 
bit.
-
-
-2000-11-24  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-
-    * ext/sablot/sablot.c: Declaring variables is generally a good thing
-
-2000-11-24  Andr Langhorst  <[EMAIL PROTECTED]>
-
-    * ext/standard/html.c: fixed bug 7961
-
-2000-11-24  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c:
-    Fix segfault when non-array in params or arguments is given to
-    xslt_transform() or xslt_run().
-
-    Update xslt_output_begintransform() to new output buffering syntax 
([EMAIL PROTECTED])
-
-2000-11-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Fix the arg array size.
-
-2000-11-23  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/openssl/CREDITS
-      ext/openssl/README: Added README on usage, and added myself to CREDITS
-
-2000-11-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c
-      ext/standard/php_output.h
-      main/main.c:
-    Very initial work on chunked output buffering.  It's really unoptimized at
-    this time, and it can crash under some circumstances, but that's the
-    concept...
-
-2000-11-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: This submission introduces two features.
-
-    The first one is support for Perl-style matching regexp delimiters, i.e.
-    using <[{( and )}]> to delimit the regular expressions.
-
-    The second one is a new 'F' modifier that allows you to specify a function name
-    in the replacement argument to preg_replace(). This function will be called
-    when the replacement needs to be made. It is passed an array of full matched
-    pattern and captured subpatterns and it is expected to return a string that
-    will be used for replacement. 'e' and 'F' modifiers cannot be used together.
-
-
-
-2000-11-23  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Revert bad commit.
-
-2000-11-23  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: oops, libcrypt shouln't be in the linker libs
-    by default
-
-2000-11-23  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Fixed some compile warnings.
-
-    * ext/gd/gd.c: Fixed Bug #7939 + some cleaning.
-
-2000-11-23  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c:
-    - optional argument for hw_pipedocument() to specify link prefix
-
-2000-11-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/libbcmath.dsp
-      win32/php4dllts.dsp
-      win32/php4ts.dsw: I forgot to commit the .dsp update...
-
-2000-11-23  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/php_modules.dsw
-      ext/ctype/ctype.dsp: make ctype ext compile under windows
-
-2000-11-23  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: Fixed typo.
-
-2000-11-23  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: added missing SABLOTLS_FETCH()
-
-2000-11-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.c
-      ext/ccvs/ccvs.c: make genfunclist in phpdoc happy
-
-2000-11-23  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/config.m4:
-    - The name of the extension has to be fdf and not fdftk
-
-2000-11-23  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/libbcmath.dsp
-      win32/php4dllts.dsp
-      win32/php4ts.dsw: fix libbcmath compile, updated dependencies & add
-    libbcmath to linker options
-
-2000-11-23  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: - fixed copy and paste error
-
-2000-11-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/credits_ext.h
-      ext/standard/credits_sapi.h
-      scripts/credits: filename wildcards in a c comment were a bad idea
-
-2000-11-23  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * win32/libbcmath.dsp: Adding Win32 project for libbcmath
-
-    * ext/standard/credits_ext.h
-      ext/standard/credits_sapi.h:
-    changed comment to allow compilation under win32
-
-2000-11-22  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/credits_ext.h
-      ext/standard/credits_sapi.h
-      scripts/credits:
-    added a "DO NOT EDIT!" header and regenerated the credits_*h files
-
-    * ext/ircg/CREDITS: *** empty log message ***
-
-    * sapi/apache/CREDITS: merged ext/apache/CREDITS and sapi/apache/CREDITS
-
-    * scripts/credits: this little scripts will collect the CREDITS files from
-    all the ext/ and sapi/ subdirectories and put them all
-    together into ext/standard/credit_[ext|sapi].h
-
-2000-11-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ftp/php_ftp.c: Run through conv_z_macros
-
-    * ext/db/db.c:
-    Run through conv_z_macros and make use of RETVAL_STRING where useful
-
-    * ext/mhash/mhash.c: Avoid estrdup and a couple of other minor cleanups
-
-    * ext/dba/dba.c
-      ext/dba/php_dba.h
-      ext/mhash/mhash.c
-      ext/mcrypt/mcrypt.c: Run through conv_z_macros
-
-    * ext/standard/credits_ext.h: Add ircg
-
-2000-11-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/libbcmath/AUTHORS
-      ext/bcmath/libbcmath/COPYING.LIB
-      ext/bcmath/libbcmath/ChangeLog
-      ext/bcmath/libbcmath/FAQ
-      ext/bcmath/libbcmath/INSTALL
-      ext/bcmath/libbcmath/Makefile.am
-      ext/bcmath/libbcmath/Makefile.in
-      ext/bcmath/libbcmath/NEWS
-      ext/bcmath/libbcmath/README
-      ext/bcmath/libbcmath/acconfig.h
-      ext/bcmath/libbcmath/aclocal.m4
-      ext/bcmath/libbcmath/config.h.in
-      ext/bcmath/libbcmath/configure
-      ext/bcmath/libbcmath/configure.in
-      ext/bcmath/libbcmath/doc/Makefile.am
-      ext/bcmath/libbcmath/doc/Makefile.in
-      ext/bcmath/libbcmath/doc/bcmath.1
-      ext/bcmath/libbcmath/install-sh
-      ext/bcmath/libbcmath/missing
-      ext/bcmath/libbcmath/mkinstalldirs
-      ext/bcmath/libbcmath/src/Makefile.am
-      ext/bcmath/libbcmath/src/Makefile.in
-      ext/bcmath/libbcmath/src/add.c
-      ext/bcmath/libbcmath/src/bcmath.h
-      ext/bcmath/libbcmath/src/compare.c
-      ext/bcmath/libbcmath/src/config.h
-      ext/bcmath/libbcmath/src/debug.c
-      ext/bcmath/libbcmath/src/div.c
-      ext/bcmath/libbcmath/src/divmod.c
-      ext/bcmath/libbcmath/src/doaddsub.c
-      ext/bcmath/libbcmath/src/init.c
-      ext/bcmath/libbcmath/src/int2num.c
-      ext/bcmath/libbcmath/src/nearzero.c
-      ext/bcmath/libbcmath/src/neg.c
-      ext/bcmath/libbcmath/src/num2long.c
-      ext/bcmath/libbcmath/src/num2str.c
-      ext/bcmath/libbcmath/src/outofmem.c
-      ext/bcmath/libbcmath/src/output.c
-      ext/bcmath/libbcmath/src/private.h
-      ext/bcmath/libbcmath/src/raise.c
-      ext/bcmath/libbcmath/src/raisemod.c
-      ext/bcmath/libbcmath/src/recmul.c
-      ext/bcmath/libbcmath/src/rmzero.c
-      ext/bcmath/libbcmath/src/rt.c
-      ext/bcmath/libbcmath/src/sqrt.c
-      ext/bcmath/libbcmath/src/str2num.c
-      ext/bcmath/libbcmath/src/sub.c
-      ext/bcmath/libbcmath/src/zero.c
-      NEWS
-      ext/bcmath/bcmath.c:
-    At long last, import the bcmath library, by Phil Nelson
-
-2000-11-22  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: Fix memory leaks in cURL.
-    cURL doesn't free strings we pass to him, so let PHP do it.
-
-2000-11-22  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4:
-    This should remove the BUG#4615, thanks to Eric Veldhuyzen
-    ([EMAIL PROTECTED]) for the assistance on this (aka elegence vs
-    my hack).
-
-    This does not fix BUG#7922 though, which is currently being looked into
-
-2000-11-22  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Hmmm, that wasn't good.
-
-2000-11-22  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: fixed bug in endOfPrevMonth(), endOfNextMonth()
-
-2000-11-22  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: tsrm realpath implementation is fixed
-
-2000-11-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    Set the exit status from the return value of php_execute_script()
-
-    * main/main.c
-      main/php_main.h: Return the exit status from php_execute_script()
-
-    * ext/standard/string.c: removing '{' was certainly not intended
-
-    * ext/standard/string.c: Don't access opt, if opt was not set.
-
-    * ext/session/session.c: Whitespace fix and initialize ret properly
-
-2000-11-22  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/ctype/CREDITS
-      ext/ctype/EXPERIMENTAL
-      ext/ctype/README: some more info on the ctype extension
-
-    * ext/zziplib/.cvsignore
-      ext/zziplib/CREDITS
-      ext/zziplib/EXPERIMENTAL
-      ext/zziplib/Makefile.in
-      ext/zziplib/README
-      ext/zziplib/config.m4
-      ext/zziplib/php_zziplib.h
-      ext/zziplib/tests/.cvsignore
-      ext/zziplib/tests/001.phpt
-      ext/zziplib/zziplib.c:
-    the very beginning of ZIP file support (read only) using zziplib
-
-    * ext/ctype/.cvsignore
-      ext/ctype/Makefile.in
-      ext/ctype/config.m4
-      ext/ctype/ctype.c
-      ext/ctype/ctype.xml
-      ext/ctype/php_ctype.h
-      ext/ctype/tests/.cvsignore
-      ext/ctype/tests/001.phpt
-      ext/ctype/tests/002.phpt:
-    an experimental extension providing the C ctype function family
-
-2000-11-21  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: fixed bug in getCalendarMonth
-
-2000-11-21  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c:
-    Major rework of the basic api which provides:
-
-            - All Sablotron errors are now caught meaning nothing is
-              ever outputted directly to the screen allowing you to
-              catch all errors.
-            - A mechanism is provided for you to have an error function
-              which recieves all sablotron errors.
-            - All of the basic functions re-use a single processor increasing
-              performance (especially with high loads).
-            - Added a bunch of comments, more to come (this way other people
-              can easily modify my source).
-
-
-
-2000-11-21  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4: Fix bug #7034
-
-2000-11-21  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/zlib/config.m4
-      acinclude.m4:
-    make HAVE_FOPENCOOKIE available for other extensions besides zlib
-
-    * tests/.cvsignore
-      tests/lang/.cvsignore
-      tests/strings/.cvsignore
-      tests/classes/.cvsignore
-      tests/func/.cvsignore
-      pear/DB/tests/.cvsignore
-      pear/XML/tests/.cvsignore
-      pear/tests/.cvsignore
-      tests/basic/.cvsignore
-      ext/skeleton/tests/.cvsignore
-      pear/DB/tests/mysql/.cvsignore
-      ext/standard/tests/.cvsignore
-      ext/xml/tests/.cvsignore
-      ext/standard/tests/file/.cvsignore
-      ext/standard/tests/general_functions/.cvsignore
-      ext/standard/tests/math/.cvsignore
-      ext/standard/tests/reg/.cvsignore
-      ext/db/tests/.cvsignore
-      ext/interbase/tests/.cvsignore:
-    added .cvsignore files for tests directories
-
-2000-11-21  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: fix PDF image open under Win32
-
-2000-11-21  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    Adding php.ini value to set default batch size for mssql extension
-
-    * ext/mssql/php_mssql.c
-      ext/mssql/php_mssql.h:
-    Adding new functions, mssql_affected_rows and mssql_fetch_batch.
-    Added optional paramter to mssql_query, batchsize used minimize the memery usage 
during select of large datasats.
-
-2000-11-21  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib_fopen_wrapper.c:
-    * ext/zlib/zlib_fopen_wrapper.c
-      ext/zlib/Makefile.in
-      ext/zlib/php_zlib.h
-      ext/zlib/zlib.c:
-    all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.c
-    so all the #define/#include workarounds in zlib.c are no longer needed
-
-2000-11-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: Adding credits.c to project to allow compilation.
-
-    * main/main.c: removing compiler warning by including credits.h
-
-2000-11-20  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/zlib/config.m4
-      ext/zlib/zlib.c:
-    fixed a compile problem with glibc<=2.1.1 (#7327, #7892)
-
-2000-11-20  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php:
-    updated class to work statically. Added four new functions, see
-    www.phpinsider.com for details
-
-2000-11-20  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c: Fixed typo. #6933
-
-2000-11-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h: Revert.
-
-2000-11-20  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Move "replace value" logic to Zend
-
-2000-11-20  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/wddx/CREDITS
-      ext/xml/CREDITS
-      ext/yaz/CREDITS
-      ext/yp/CREDITS
-      ext/zlib/CREDITS
-      ext/sybase_ct/CREDITS
-      ext/sysvsem/CREDITS
-      ext/sysvshm/CREDITS
-      ext/swf/CREDITS
-      ext/sybase/CREDITS
-      ext/standard/CREDITS
-      ext/shmop/CREDITS
-      ext/skeleton/CREDITS
-      ext/snmp/CREDITS
-      ext/sockets/CREDITS
-      ext/recode/CREDITS
-      ext/sablot/CREDITS
-      ext/satellite/CREDITS
-      ext/session/CREDITS
-      ext/posix/CREDITS
-      ext/printer/CREDITS
-      ext/pspell/CREDITS
-      ext/qtdom/CREDITS
-      ext/readline/CREDITS
-      ext/oracle/CREDITS
-      ext/ovrimos/CREDITS
-      ext/pcre/CREDITS
-      ext/pdf/CREDITS
-      ext/pfpro/CREDITS
-      ext/pgsql/CREDITS
-      ext/odbc/CREDITS
-      ext/openssl/CREDITS
-      ext/mssql/CREDITS
-      ext/mysql/CREDITS
-      ext/oci8/CREDITS
-      ext/mcrypt/CREDITS
-      ext/mhash/CREDITS
-      ext/msql/CREDITS
-      ext/java/CREDITS
-      ext/ldap/CREDITS
-      ext/mcal/CREDITS
-      ext/ingres_ii/CREDITS
-      ext/interbase/CREDITS
-      ext/ircg/CREDITS
-      ext/imap/CREDITS
-      ext/informix/CREDITS
-      ext/hyperwave/CREDITS
-      ext/icap/CREDITS
-      ext/iisfunc/CREDITS
-      ext/ftp/CREDITS
-      ext/gd/CREDITS
-      ext/gettext/CREDITS
-      ext/fribidi/CREDITS
-      ext/fdf/CREDITS
-      ext/filepro/CREDITS
-      ext/domxml/CREDITS
-      ext/dotnet/CREDITS
-      ext/exif/CREDITS
-      ext/db/CREDITS
-      ext/dbase/CREDITS
-      ext/cybercash/CREDITS
-      ext/dav/CREDITS
-      ext/dba/CREDITS
-      ext/cpdf/CREDITS
-      ext/curl/CREDITS
-      ext/calendar/CREDITS
-      ext/ccvs/CREDITS
-      ext/com/CREDITS
-      ext/aspell/CREDITS
-      ext/bcmath/CREDITS
-      ext/bz2/CREDITS
-      ext/apache/CREDITS
-      sapi/thttpd/CREDITS
-      sapi/phttpd/CREDITS
-      sapi/pi3web/CREDITS
-      sapi/servlet/CREDITS
-      sapi/isapi/CREDITS
-      sapi/nsapi/CREDITS
-      sapi/apache/CREDITS
-      sapi/caudium/CREDITS
-      sapi/cgi/CREDITS
-      sapi/fhttpd/CREDITS
-      sapi/apache2filter/CREDITS
-      sapi/aolserver/CREDITS: 2nd step towards auto-credits
-
-    * ext/standard/Makefile.in
-      ext/standard/credits.c
-      ext/standard/credits.h
-      ext/standard/credits_ext.h
-      ext/standard/credits_sapi.h
-      ext/standard/info.c
-      ext/standard/info.h: first step towards auto-generated credits
-
-2000-11-19  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: typo fix (copy/paste bug?)
-
-2000-11-19  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h
-      NEWS: *** empty log message ***
-
-2000-11-19  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Fix #3261 - variables declared as "global" in function do not get the right
-    value after session_start.
-
-2000-11-19  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/config.m4
-      sapi/roxen/config.m4: Patch to find module dir
-
-2000-11-19  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/config.m4: include checks for cal_misc.h and icalroutines.h
-
-2000-11-18  dickmeiss  <[EMAIL PROTECTED]>
-
-    * ext/yaz/.cvsignore: Added .cvsignore file.
-
-2000-11-18  James Moore  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Stopping Compile Warnings when using old GD
-
-2000-11-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/bcmath.c:
-    Persist these numbers so that they stay for the duration of the entire process
-
-    * ext/bcmath/bcmath.c
-      ext/bcmath/php_bcmath.h: Fix thread-safety bug in bcmath
-
-    * sapi/pi3web/pi3web_sapi.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/isapi/php4isapi.c
-      sapi/nsapi/nsapi.c
-      sapi/phttpd/phttpd.c
-      sapi/apache/mod_php4.c
-      sapi/apache2filter/sapi_apache2.c
-      sapi/caudium/caudium.c
-      sapi/cgi/cgi_main.c
-      ext/standard/basic_functions.c
-      sapi/aolserver/aolserver.c:
-    Update SAPI modules to interface with the new TSRM.
-    Enable thread-safety memory debugging in ISAPI when in debug mode
-
-2000-11-17  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS: Added openssl extension info
-
-    * ext/openssl/openssl.c:
-    Added optional passphrase argument to openssl_get_privatekey()
-
-    * ext/openssl/openssl.c
-      ext/openssl/php_openssl.h:
-    Renamed openssl_read_privatekey openssl_get_privatekey, and some minor
-    fixes including init and shutdown functions
-
-2000-11-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Reset the state, if there is garbage in an HTML tag.
-
-    PR: #7854
-
-2000-11-17  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y: close bug 7851
-
-2000-11-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/php.h:
-    PHP does not care about inline at all, so get rid of this block.
-
-2000-11-17  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c:
-    Missed one section that required the addition of a new HAVE_SOLID_30
-    This should be correct now.
-
-2000-11-17  Jason Greene  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    Decided not to clutter NEWS file with build fix, It is big enough already.
-
-2000-11-17  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    Corrected the spelling of verion to version, and cleaned the configuration
-    code up a bit.  Also added in much better (read: tested) support for
-    Solid 3.0.   Credit for almost all of the patch goes to Eric Veldhuyzen,
-    minor modifications done (by me) to make it non-linux specific.
-
-    This commit also creates the HAVE_SOLID_30 define
-
-
-2000-11-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix.
-
-2000-11-17  Kirill Maximov  <[EMAIL PROTECTED]>
-
-    * ext/standard/quot_print.c
-      ext/standard/tests/general_functions/002.phpt:
-     quoted_printable_decode() function is made RFC-2045 compliant. 
-
-      This hopefully closes bugs #5321, #7138, #7855.
-      Test script for the function is added.
-
-2000-11-16  Jason Greene  <[EMAIL PROTECTED]>
-
-    * NEWS: Added ext/java fix line - I should learn to use '@' correctly : )
-
-    * ext/java/java.c:
-    SUN CC does not like like left side casting - see bug #6759
-
-2000-11-16  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/printer/php_printer.h
-      ext/printer/printer.c
-      ext/printer/printer.php: - fixed bug which crashed printer_write
-    - fixed bug which crashed get_default_printer() in case
-      no printer was detected
-    - added option "devicename" to printer_get_option()
-      to retrive the printer name ( similiar to printer_name() )
-
-2000-11-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c:
-    fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838)
-
-2000-11-16  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/openssl/php_openssl.h: extname -> openssl
-
-2000-11-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: don't use TLS in MINIT function.
-
-2000-11-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ircg/ircg.c: Add mIRC-style color handling
-
-    http://www.mirc.co.uk/help/color.txt
-    http://www.ircle.com/colorfaq.html
-
-2000-11-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ircg/ircg.c:
-    Fix bug with handling multiple users in user_add and add new_topic handler.
-
-    * sapi/thttpd/thttpd_patch: Clear idle_read_timer
-
-2000-11-15  Jan Borsodi  <[EMAIL PROTECTED]>
-
-    * ext/qtdom/qtdom.c:
-    Removed an unneccesary #warning which was used for testing purposes only.
-
-    * ext/qtdom/qtdom.php:
-    Initial import, PHP program for testing if the qtdom extension is available.
-
-    * ext/qtdom/qtdom_qt.cpp
-      ext/qtdom/qtdom_qt.h:
-    Initial import, since PHP cannot be compiled with a C++ compiler all C++ specific 
calls had to be moved to a separate file without any php includes.
-    It has several C functions which are used for initiating a QDomDocument and 
traversing it.
-
-    * ext/qtdom/qtdom.c
-      ext/qtdom/qtdom.h:
-    Initial import, contains PHP specific extensions, takes care of converting C++ 
QDom objects to PHP objects.
-    This version has only one function: qdom_tree() which returns a tree of a string 
containing an XML document.
-
-    * ext/qtdom/config.m4:
-    Autoconf configure script for qt dom, needs some more checking in the future.
-
-    * ext/qtdom/Makefile.in:
-    Makefile source, has a fix for compiling C++ files.
-
-    * ext/qtdom/.cvsignore: Initial import, ignores standard files.
-
-2000-11-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c:
-    - fixed silly bug (did check for 5 arguments but expected only 4)
-
-2000-11-15  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: updated description of weeksInMonth() function
-
-    * pear/Date/Calc.php:
-    rearranged arguments in functions to day,month,year for better usability.
-    also other small fixes and updates, see http://www.phpinsider.com
-
-2000-11-15  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Fix crash (#7802)
-
-2000-11-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/pcre/php_pcre.c
-      NEWS:
-    - Modified preg_replace() to take Perl-style $1 backreferences in addition
-      to \\n ones.
-    - Modified preg_grep() to always return the results with the keys
-      from the original array.
-
-2000-11-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_smart_str.h: Fix allocation
-
-2000-11-14  David Eriksson  <[EMAIL PROTECTED]>
-
-    * ext/satellite/.cvsignore:
-2000-11-14  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/openssl/openssl.c:
-    Changed to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP.
-
-2000-11-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ircg/ircg.c: Add kick handler
-
-    Requires ircg 0.3 or later
-
-2000-11-14  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/openssl/.cvsignore: Not using automake here either
-
-2000-11-14  Onn Ben-Zvi  <[EMAIL PROTECTED]>
-
-    * ext/fribidi/.cvsignore: initial - ONn
-
-2000-11-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ircg/ircg.c: Allow customization of format strings.
-
-    By using Javascript in these format strings, you can have various
-    customized front-ends to the same back-end.
-
-    * ext/standard/php_smart_str.h:
-    Add persistent memory handling to smart_str API
-
-    * ext/iisfunc/.cvsignore
-      ext/xml/.cvsignore
-      ext/xml/expat/xmltok/.cvsignore
-      ext/yp/.cvsignore
-      ext/zlib/.cvsignore
-      ext/sysvshm/.cvsignore
-      ext/wddx/.cvsignore
-      ext/xml/expat/.cvsignore
-      ext/xml/expat/xmlparse/.cvsignore
-      ext/sybase_ct/.cvsignore
-      ext/sysvsem/.cvsignore
-      ext/sybase/.cvsignore
-      ext/swf/.cvsignore
-      ext/session/.cvsignore
-      ext/snmp/.cvsignore
-      ext/standard/.cvsignore
-      ext/pspell/.cvsignore
-      ext/readline/.cvsignore
-      ext/recode/.cvsignore
-      ext/pfpro/.cvsignore
-      ext/pgsql/.cvsignore
-      ext/posix/.cvsignore
-      ext/pcre/.cvsignore
-      ext/pcre/pcrelib/testdata/.cvsignore
-      ext/pdf/.cvsignore
-      ext/pcre/pcrelib/.cvsignore
-      ext/pcre/pcrelib/doc/.cvsignore
-      ext/oci8/.cvsignore
-      ext/odbc/.cvsignore
-      ext/oracle/.cvsignore
-      ext/msql/.cvsignore
-      ext/mssql/.cvsignore
-      ext/mysql/.cvsignore
-      ext/mcrypt/.cvsignore
-      ext/mhash/.cvsignore
-      ext/java/.cvsignore
-      ext/ldap/.cvsignore
-      ext/mcal/.cvsignore
-      ext/informix/.cvsignore
-      ext/interbase/.cvsignore
-      ext/gettext/.cvsignore
-      ext/hyperwave/.cvsignore
-      ext/icap/.cvsignore
-      ext/imap/.cvsignore
-      ext/gd/.cvsignore
-      ext/ftp/.cvsignore
-      ext/domxml/.cvsignore
-      ext/fdf/.cvsignore
-      ext/filepro/.cvsignore
-      ext/db/.cvsignore
-      ext/dba/.cvsignore
-      ext/dbase/.cvsignore
-      ext/curl/.cvsignore
-      ext/cybercash/.cvsignore
-      ext/dav/.cvsignore
-      ext/ccvs/.cvsignore
-      ext/com/.cvsignore
-      ext/cpdf/.cvsignore
-      ext/.cvsignore
-      ext/aspell/.cvsignore
-      ext/bcmath/.cvsignore:
-    Automake is gone. No need to ignore a non-existing file.
-
-2000-11-14  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/openssl/.cvsignore: *** empty log message ***
-
-    * ext/openssl/openssl.c
-      ext/openssl/php_openssl.h: Made API simpler
-
-2000-11-13  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ingres.dsp: fix link object
-
-    * ext/ingres_ii/ingres.dsp: forgot to add...
-
-    * ext/ingres_ii/ii.c
-      ext/ingres_ii/ii.h
-      ext/ingres_ii/php_ii.h
-      win32/php_modules.dsw: make ingres compile under win32
-
-    * ext/openssl/openssl.dsp
-      win32/php_modules.dsw: added dsp for openssl win32
-
-2000-11-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:
-    - Modified preg_replace() to ignore backreferences that refer to
-      non-existing subpatterns. 
-
-2000-11-13  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/openssl/Makefile.in
-      ext/openssl/config.m4
-      ext/openssl/openssl.c
-      ext/openssl/php_openssl.h:
-    OpenSSL extension. So far it implements assymetric encryption functions.
-
-    * configure.in:
-    OpenSSL checking didn't work well, should be better now. Removed check
-    for include/evp.h, are there versions around that put it there? Recent
-    versions have it in include/openssl.
-
-2000-11-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: Handle unable-to-add-new-headers error nicely
-
-    * ext/zlib/php_zlib.h
-      ext/zlib/zlib.c
-      main/SAPI.c
-      main/SAPI.h
-      main/main.c
-      main/php_globals.h
-      sapi/apache/sapi_apache.c
-      sapi/cgi/cgi_main.c
-      NEWS
-      php.ini-dist
-      php.ini-optimized:
-    - Import Jade Nicoletti's transparent gzip encoding support as an output
-      handler.  Works quite nicely!
-    - Fix buglets in output buffering
-    - Add output_handler INI directive
-
-2000-11-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:    fix #7784
-
-2000-11-13  Onn Ben-Zvi  <[EMAIL PROTECTED]>
-
-    * ext/fribidi/php_fribidi.h
-      ext/fribidi/fribidi.php
-      ext/fribidi/fribidi.c
-      ext/fribidi/config.m4
-      ext/fribidi/README
-      ext/fribidi/Makefile.in: initial - ONn
-
-2000-11-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ircg/README.txt: Build instructions
-
-    * ext/ircg/.cvsignore
-      ext/ircg/Makefile.in
-      ext/ircg/config.m4
-      ext/ircg/ircg.c
-      ext/ircg/ircg.php
-      ext/ircg/php_ircg.h:
-    V0.1 of a duplex HTTP/IRC Gateway. You can join arbitrary channels,
-    send messages to arbitrary targets, and quit by hitting the stop button.
-
-    The cool part of this extension is that it does not tie up a complete
-    thread/process for one user. Instead, it keeps a connection open after
-    finishing the PHP script. Since connections are only an entry in some
-    table in thttpd, it allows us to handle arbitrary numbers of connections.
-
-    TODO:
-
-       - Allow sending of arbitrary IRC commands.
-       - Allow customization of message output.
-
-    A complete web-chat employing PHP 4 Sessions and IRCG is about 70 lines
-    long. =)
-
-    * sapi/thttpd/thttpd_patch:
-    Update patch and add persistent connection handling
-
-2000-11-13  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c: - fixed serveral prototypes
-    - replaced C++ style comments
-
-2000-11-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/php_thttpd.h
-      sapi/thttpd/thttpd.c:
-    Add thttpd-dependent interface for maintaining persistent connections on
-    an iterative web-server. This will be used by the IRCG extension.
-
-    * sapi/apache/config.m4:
-    More verbose error message for non-working apxs case
-
-    * sapi/thttpd/README: Add note about serialized requests and their impact
-
-2000-11-13  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Fixed bug: #7768. Some cleaning up too.
-
-2000-11-12  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c: Prototype corrected.
-
-2000-11-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd.c:
-    Fix aborted connection handling and stop modifying thttpd data
-
-    * ext/fdf/config.m4: PHP_FDFTK is always != no. $PHP_FDFTK is not.
-
-2000-11-12  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/fdf/Makefile.in
-      ext/fdf/config.m4: enabled shared module.
-
-2000-11-11  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: Fix for #7758. Plus some cleaning.
-
-2000-11-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Add Apache 2.0 sapi module and sort alphabetically.
-
-    * sapi/aolserver/aolserver.c:
-    strdup private AOLserver data before inserting it into SAPI's request_info.
-
-    * sapi/apache2filter/Makefile.in
-      sapi/apache2filter/README
-      sapi/apache2filter/php_apache.h
-      sapi/apache2filter/php_functions.c
-      sapi/apache2filter/sapi_apache2.c: Update README
-
-    Make Apache-related functions build
-
-    Add get_all_headers()
-
-    Fix segfault when SAPI outputs strings of length 0
-
-    Move request ctor/dtor into their own functions
-
-2000-11-11  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    RFC822 does specify two digit years, but practically every decent mail
-    client I could check is using 4-digit years these days.
-
-2000-11-11  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    fix for #7756 and #6743 : fatal error on 'include("")' instead of warning
-    (+ some cleanup)
-
-2000-11-10  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * README.Zeus: Further updates to README.Zeus
-
-2000-11-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c
-      ext/domxml/php_domxml.h:
-    - new function set_content() which is a workaround for bug #6457
-
-    * NEWS: - Note about improved domxml
-
-    * tests/testdom: - add testing for xpath
-
-    * ext/domxml/php_domxml.c: - Fixed many problems to make xpath working
-    - Each function now expects an object and not a resource anymore
-      I hope this makes it more straightforward for the PHP-Programmer
-
-    * ext/domxml/php_domxml.h
-      ext/domxml/php_domxml.c:
-    - Fixed several error including segm fault (but still one left :-(
-
-2000-11-09  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * NEWS: oops, forgot to document it :)
-
-    * ext/standard/datetime.c:
-    some changes, and added 'r' flag which generates an RFC822 compatible date string.
-
-2000-11-09  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: - fix crash when using blob_in_file mode (danny).
-
-2000-11-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/hyperwave/php_hyperwave.h: - Some more comments
-    - Initial support to just include anchors into documents
-
-    * ext/domxml/php_domxml.c
-      ext/domxml/php_domxml.h:
-    - Started support for XPath/XPtr (completely untested)
-
-2000-11-09  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Crypt/HCEMD5.php: beware maxint on 32-bit platforms
-
-2000-11-09  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: Beutifying the output of configure a bit.
-
-    * ext/gd/config.m4: Remove duplicate check for xpm support.
-
-    * ext/gd/config.m4: Fix to get jpeg/xpm support everytime.
-
-    * ext/curl/curl.c: Remove duplicates (when curl-7.4.1 is used).
-
-    * ext/gd/config.m4: Fixed bug: #5460
-
-2000-11-08  Marc Pohl  <[EMAIL PROTECTED]>
-
-    * ext/zlib/php_zlib.h
-      ext/zlib/zlib.c:
-    add gzdeflate() and gzinflate() for handling of pure gzip-datastreams
-
-2000-11-08  Mathieu Kooiman  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: E_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-)
-
-2000-11-08  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * ext/ovrimos/ovrimos.c: Added license
-
-2000-11-08  Mathieu Kooiman  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Alert user if they're trying to use
-    ImageCreateFromString() with GD < 1.5..
-    Sorry, should've added this last commit.
-
-    * ext/gd/gd.c: - Made gd extension build when using gd version < 1.5
-
-2000-11-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    Will work on a more thorough implementation for mysql_store_result() after 4.0.4
-
-2000-11-08  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c: Make this compile with libxml2.2.7.
-
-    * ext/gd/config.m4: Cleaned up a bit.
-
-    * ext/gd/config.m4: config.m4
-
-2000-11-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Forgot to commit it...
-
-2000-11-07  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * main/SAPI.h
-      main/php_open_temporary_file.c
-      ext/fdf/fdf.c
-      ext/fdf/fdf.dsp: win32 sapi symbol export fixes
-
-2000-11-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_variables.c
-      main/php_variables.h
-      sapi/cgi/cgi_main.c
-      main/main.c:
-    - In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables
-      as well 
-
-    * main/SAPI.h: cookie_data may also be modified...
-
-2000-11-07  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    Enable to use mysql_use_result in query functions.
-    You may need this if you use real big queries.
-
-    * ext/standard/var.c: Andi says it should be zval_ptr_dtor
-
-2000-11-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Use socklen_t for getsockopt
-
-    * main/php_logos.c:
-    zend_hash_find() treats this argument as const, but fails to declare
-    the function properly.
-
-2000-11-06  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: - Added myself to the credits...
-
-2000-11-06  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Crypt/HCEMD5.php
-      pear/Makefile.in:
-    add a Crypt_HCEMD5 class. This implements the same algorithm as the perl
-    Crypt::HCE_MD5 package, and should be cross-compatible with it. It provides
-    a secret-key based encryption algorithm possibly suitable for those who
-    don't have mcrypt enabled.
-
-2000-11-06  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/TODO:
-    Noted that setting of multiple headers with the same name is fixed.
-
-    * sapi/caudium/caudium.c (php_caudium_set_header): Allow for multiple headers 
with the same name.
-
-    * ext/gd/gd.c:
-    (ImageCreateFromString) Added forgotten GDLS_FETCH() needed for ZTS.
-
-2000-11-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fix bug #7667.
-
-2000-11-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: And now the right fix - should add it still
-
-    * ext/standard/var.c: Serialize as reference only if it's a true reference
-
-2000-11-06  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/printer/php_printer.h
-      ext/printer/printer.c: only beautifying
-
-    * ext/iisfunc/iisfunc.dsp: add libary path for TS Inline
-
-2000-11-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    Fixed a bug in $argv and $argc not being properly defined in command-line mode
-
-2000-11-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    I guess SG(request_info).argv0 and not !SG(request_info).argv0 was an intent, 
otherwise it doesn't make much sense.
-
-    * ext/standard/cyr_convert.c:
-    Add support to ukrainian characters (by [EMAIL PROTECTED])
-
-2000-11-06  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: Fixed windows build.
-
-2000-11-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/php_functions.c: Add apache_sub_req()
-
-2000-11-06  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/sybase/php_sybase_db.c: Make sure these are initialized to NULL
-
-2000-11-05  John Donagher  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Bring phpcredits() up to date
-
-2000-11-05  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Math/Fraction.php
-      pear/Math/Util.php:
-    Initial checkin of Math_Fraction and Math_Util. This is not really tested :-)
-
-2000-11-05  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Fix the other part...
-
-    * ext/curl/curl.c: This should fix the garbage.
-
-2000-11-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Fix crash from #7577 ([EMAIL PROTECTED])
-
-2000-11-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: PHP_EXTENSION_DIR is defined in build-defs.h
-
-2000-11-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: Fix the problem Sascha reported, about extension_dir
-
-2000-11-04  Mathieu Kooiman  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-    - ImageCreateFromString(): Fixed segfault that occured if an image was tried to be
-      generate while there was no support for such an image type.
-
-2000-11-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c: - Fix build
-
-2000-11-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c: fix #7573
-    closedir() now really close the directory - used to stay open 'cause the
-    default-directory resource was "remembered" for arg-less calls.
-
-2000-11-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/msql/php_msql.c:
-    Now make it work too (thanks for noticing that Andi :)
-
-    * ext/msql/php_msql.c: Fix build
-
-2000-11-04  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: Forgot to add one note. Plus some beutifying.
-
-2000-11-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ltconfig: Should be ok to use CC here
-
-2000-11-04  Jesus M. Castagnetto  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Updated proto for highlight_file/highlight_string
-
-2000-11-03  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    Fixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN.
-
-    * ext/ftp/ftp.c:
-    Fixed ftp_mkdir(). It return the dirname passed to it in case of
-    braindead ftp server which doesn't put the real path into reply.
-    PR: 7216
-
-2000-11-03  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: - Fixed gd by adding a define
-
-    * ext/gd/gd.c: - Fixing Mathieu's indentation problems
-
-2000-11-03  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: Include header file for phpi_get_le_gd()
-
-    * ext/pdf/pdf.c: Include header file for php_file_le_fopen()
-
-2000-11-03  Mathieu Kooiman  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h: - Introduced ImageCreateFromString() function,
-      works for GIF/JPEG/PNG and WBMP ..
-      (Note: This built with the latest snapshot I grabbed
-       tonight; Derick seemed to have trouble though..)
-    -Introduced ImageCreateFromString(), creates an image
-     stream out of eg a MySQL blob. 
-
-2000-11-03  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/config.m4: Fix build.
-
-2000-11-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_mm.c: Add some additional checks
-
-    Submitted by: [EMAIL PROTECTED] (Mikhail Zabaluev)
-
-    * ext/session/mod_mm.c: Fix implementation of hash algorithm
-
-2000-11-03  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/install.txt: install instructions for more webservers
-
-    * sapi/cgi/cgi_main.c:
-    use argv[1] if it's given, thanks to Bob Denny <[EMAIL PROTECTED]>
-
-2000-11-03  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * README.Zeus:
-    Added extra help with library issues, and some performance tuning tips
-
-2000-11-03  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    Fixed memory leak in array_diff and array_intersect, was introduced with
-    last change.
-
-2000-11-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/msql/php_msql.c
-      ext/mysql/libmysql/mysql_version.h
-      ext/pgsql/pgsql.c
-      ext/sybase_ct/php_sybase_ct.c
-      NEWS: Fix msql_close(), pg_close() and sybase_close() (Sybase CT)
-
-2000-11-03  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/sablot/config.m4: fix configure..
-
-2000-11-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    Fixed mysql_close()  - A bit more complicated than I originally thought
-
-2000-11-03  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/config.m4: Changed as per discussion with Sablotron folks.
-
-
-2000-11-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-11-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/msql/php_msql.c: Fix msql_close()
-
-    * ext/pgsql/pgsql.c: Fix pg_close()
-
-2000-11-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/crypt.c:
-    - Make the random generator work again. This patch seems to work.
-
-2000-11-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/mysql/php_mysql.c: Fix mysql_close()
-
-2000-11-03  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/caudium.c:
-    Use V_CHDIR_FILE instead of doing the job of that function myself and
-    added a define to disable the use of threads for debugging purposes.
-
-2000-11-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/sapi_apache2.c:
-    Setting no_cache causes Expires: to be send, which is not what we want.
-
-    Also disable ETag. It does not serve any purpose for dynamic pages.
-
-    Finally, disable keep-alive connections again, since we don't know
-    the content-length for sure.
-
-2000-11-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c
-      main/safe_mode.h: - When mode is specified the flag is a don't care
-
-    * main/fopen-wrappers.c: - Missed one of the php_checkuid() places
-
-2000-11-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Update NEWS
-
-2000-11-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/link.c
-      main/fopen-wrappers.c
-      ext/filepro/filepro.c
-      ext/pgsql/pgsql.c
-      ext/posix/posix.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/db/db.c
-      ext/dbase/dbase.c:
-    - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
-    - I did not test for validity of the actual php_checkuid() calls and there
-    - might be mistakes in the previous code.
-
-2000-11-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * genfiles: Update to reflect the changes in the parsers/scanners
-
-2000-11-02  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Mail.php: spelling. bad chuck.
-
-    * pear/Mail.php
-      pear/Mail/sendmail.php:
-    always prepend Receieved: headers to avoid generating mail that looks like
-    spam, and remove a silly comment from the sendmail backend.
-
-2000-11-02  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/caudium/caudium.c:
-    Now correctly detects Pike 7.0 and use the alternative code. It also sends the
-    number of written bytes to the done callback function.
-
-    * ext/standard/info.c: Added Caudium to credit line.
-
-    * sapi/roxen/README: Changed contact information.
-
-    * sapi/caudium/README: Added notice about Caudium websites.
-
-    * sapi/caudium/.cvsignore
-      sapi/caudium/Makefile.in
-      sapi/caudium/README
-      sapi/caudium/TODO
-      sapi/caudium/caudium.c
-      sapi/caudium/config.m4: Initial caudium support.
-
-2000-11-02  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Revert the patch - people don't like it
-
-2000-11-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: Add note
-
-    * TODO: .
-
-2000-11-02  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Fix issue with Sun CC not detecting readdir_r
-
-2000-11-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/output.c:
-    - Fixed a bug that caused PHP not to properly flush its output buffer, if more
-      than one output buffer was used
-
-2000-11-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/README: Update. Someone should really write better docs. =)
-
-    * ext/session/session.c
-      main/SAPI.h
-      main/main.c
-      main/php_logos.c
-      main/php_logos.h
-      main/php_variables.c
-      sapi/apache2filter/sapi_apache2.c: Const'ify part of sapi_request_info.
-
-    query_string, post_data, path_translated, request_uri, auth_user,
-    auth_password and argv0 are modified, so they cannot become const.
-
-    * ext/standard/array.c
-      main/mergesort.c
-      main/php.h: Namespace protect mergesort (caused conflict on Darwin).
-
-    * sapi/apache2filter/apache_config.c
-      sapi/apache2filter/php_apache.h
-      sapi/apache2filter/sapi_apache2.c:
-    Namespace protect dir_cmds and kill some warnings
-
-    * sapi/apache2filter/apache_config.c:
-    Restrict php_admin_value to *.conf files.
-
-2000-11-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php4apache.dsp
-      win32/php4dll.dsp
-      win32/php4dllts.dsp: - Fix Windows build
-    - Changed the Apache .dsp to expect the Apache source code files under php_build
-
-2000-11-02  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: Das war nicht gut.
-
-2000-11-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/Makefile.in
-      main/main.c
-      main/php_logos.c
-      main/php_logos.h: Fix a few warnings
-
-    * NEWS: update NEWS
-
-    * sapi/apache/sapi_apache.c:
-    Fix a nasty bug in the shutdown sequence of PHP under Apache.
-
-2000-11-01  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Validators are happy now.
-
-2000-11-01  dickmeiss  <[EMAIL PROTECTED]>
-
-    * ext/yaz/php_yaz.c
-      ext/yaz/php_yaz.h: Updated for ZTS mode.
-
-2000-11-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - Beautify
-
-2000-11-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/sapi_apache2.c:
-    Our context's lifetime differs from the lifetime of a filter's context,
-    so don't set the filter's context in the INIT_CTX macro.
-
-    * sapi/apache2filter/README
-      sapi/apache2filter/sapi_apache2.c:
-    Use Input filters for handling POST data
-
-2000-11-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/safe_mode.c
-      main/safe_mode.h:
-    - Define the different possible modes for readibility and use in the rest
-    - of PHP
-
-    * main/safe_mode.c:
-    - In function declerations the opening { should be on a new line
-
-    * ext/standard/file.c: - Change some estrdup()'s to estrndup()'s
-
-    * sapi/apache/mod_php4.c:
-    - Revert patch which seems to have caused the STOP mechanism not to work.
-    - I'm not quite sure why this should have caused harm even if not completey
-    - the right way of doing it.
-
-2000-11-01  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c: No more segfaults.
-
-    * ext/gd/gd.c: Add line of possible XBM support to the phpinfo()
-
-    * ext/mcal/php_mcal.c:
-    Fixed some compile warnings and removed useless code.
-
-2000-10-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Fix Apache build
-
-    * ext/standard/file.c
-      ext/standard/filestat.c
-      main/win95nt.h: mode_t fixes
-
-2000-10-31  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      ext/standard/info.h
-      main/main.c: generalization of image handling in phpinfo
-
-2000-10-31  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: Fix -d functionality
-
-2000-10-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_ini.c: - Fix phpinfo()
-    - Fix non-thread-safe build
-
-    * main/main.c: Fix memory_limit build problem
-
-2000-10-31  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: removed some bogus code
-
-    * ext/skeleton/create_stubs
-      README.EXT_SKEL:
-    support for short comments was added to ext_skel proto files
-    theese will be used in proto comments in the source
-    and as <refpurpose> information in the XML docs
-
-2000-10-31  Jesus M. Castagnetto  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c:
-    cosmetic changes (added some "proto"s missing in the function documentations)
-
-2000-10-31  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c: Both RETR and STOR have also 250 as possible return value
-
-    * ext/ftp/ftp.c: Fix the fix.
-
-2000-10-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      main/Makefile.in
-      main/configuration-parser.y
-      main/configuration-scanner.l
-      main/php_ini.c
-      main/php_ini.h
-      main/php_main.h
-      win32/php4.dsp
-      win32/php4.dsw
-      win32/php4dll.dsp
-      win32/php4dllts.dsp:
-    - Complete the move to the new INI parser.  (Side effect:  at last, people
-      can finally have spaces and tabs in their extension statements...)
-
-2000-10-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/pear.m4:
-    PATH is not optional (we print that message, because php-config isn't in the
-    PATH).
-
-2000-10-30  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.h: - Added the two constants mentioned in bug #6097
-
-2000-10-30  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/sysvshm/sysvshm.c: Update to use reference-serializer too
-
-    * ext/sysvshm/sysvshm.c
-      ext/session/session.c
-      ext/standard/php_var.h
-      ext/standard/var.c: Add support for serializing references.
-
-    * ext/standard/scanf.c: Fix crash in sscanf in error handler (#7533)
-
-    * ext/calendar/cal_unix.c: Don't try to work with negative timestamps
-
-    * main/rfc1867.c: Remove empty temp file on failed upload
-
-2000-10-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * dynlib.m4:
-    LTLIBRARY_DEPENDENCIES might depend on variables defined in config_vars.mk,
-    so we force inclusion of that file before we use LTLIBRARY_DEPENDENCIES
-    in a rule.
-
-2000-10-30  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/pack.c: Make "H*" work
-
-2000-10-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/config.m4: Remove --with-aolserver-src directive.
-
-    AOLserver 3.1 and up install the include directory as per suggestion.
-
-2000-10-30  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c:
-    Removed INI entry for read() function, made changes to read() so it will
-    take 4th parameter specifying whether to use the read() wrapper or the
-    system read() function, and modified the wrapper() so that it worked (mostly)
-    properly once again.
-
-2000-10-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    parse_ini_file() supports a new optional 2nd argument that instructs it
-    to divide the directives to arrays according to the sections in which they
-    reside
-
-    * ext/standard/browscap.c
-      main/configuration-parser.y:
-    Move browscap code to the new modular INI parser
-
-    * NEWS: Forgot the @...
-
-    * ext/standard/basic_functions.c
-      main/configuration-parser.y
-      main/php_ini.c
-      main/php_ini.h: Use the new INI parser for parse_ini_str()
-    - parse_ini_str() is now thread-safe, and supported under Windows (Zeev)
-
-2000-10-29  Thomas Weinert  <[EMAIL PROTECTED]>
-
-    * pear/DB/tests/mysql/003.phpt: I`m was wrong, sorry.
-
-2000-10-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/README: POSTs work fine
-
-    * sapi/apache2filter/apache_config.c
-      sapi/apache2filter/php_apache.h
-      sapi/apache2filter/php_functions.c
-      sapi/apache2filter/sapi_apache2.c: Add standard license
-
-    * NEWS: This is actually user-visible.
-
-    * sapi/pi3web/pi3web_sapi.c
-      sapi/roxen/roxen.c
-      sapi/isapi/php4isapi.c
-      sapi/nsapi/nsapi.c
-      sapi/phttpd/phttpd.c: Unify handling of aborted connections
-
-    * sapi/cgi/cgi_main.c: Unify aborted connection handling
-
-    * sapi/thttpd/thttpd.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/apache2filter/sapi_apache2.c: Add/unify aborted connection handling
-
-    * main/main.c
-      main/php_main.h: Add php_handle_aborted_connection()
-
-    Call this from your SAPI module to signal an aborted connection.
-
-    * sapi/apache2filter/README: New directive AddRequestBodyFilters
-
-    Currently it requires this patch:
-
-    http://schumann.cx/request-body-filters
-
-    * sapi/apache2filter/sapi_apache2.c: Handle user aborts
-
-    * sapi/apache2filter/php_apache.h
-      sapi/apache2filter/sapi_apache2.c:
-    Add Request Body filters. This is a much nicer concept than
-    ap_get_req_body, since it is much more flexible and does not
-    need to buffer everything in memory (PHP still does..).
-
-2000-10-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c: Fix Windows build
-
-    * sapi/cgi/cgi_main.c
-      win32/registry.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/apache2/mod_php4.c
-      sapi/apache2filter/apache_config.c
-      ext/session/session.c
-      ext/standard/basic_functions.c
-      ext/standard/info.c
-      main/configuration-parser.y
-      main/main.c
-      main/php_ini.c
-      main/php_ini.h:
-    Initial steps to move the INI mechanism to the Zend engine
-
-2000-10-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/phttpd/README
-      sapi/phttpd/php_phttpd.h
-      sapi/phttpd/phttpd.c
-      ext/sybase/php_sybase_db.c
-      ext/xml/php_xml.h
-      ext/xml/xml.c
-      sapi/cgi/cgi_main.c
-      ext/readline/php_readline.h
-      ext/readline/readline.c
-      ext/standard/assert.c
-      ext/standard/dir.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/iptc.c
-      ext/standard/math.c
-      ext/standard/metaphone.c
-      ext/standard/output.c
-      ext/standard/php_assert.h
-      ext/standard/php_dir.h
-      ext/standard/php_iptc.h
-      ext/standard/php_metaphone.h
-      ext/standard/var.c
-      EXTENSIONS
-      ext/oci8/oci8.c
-      ext/oci8/php_oci8.h
-      ext/oracle/oracle.c: update my email.
-
-2000-10-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * run-tests.php: Test descriptions showed up blank, fixed.
-
-2000-10-29  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4: Check also that the file isn't empty.
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4:
-    - Fixed conflict with OpenLDAP and Oracle 8.1.x 
-
-2000-10-28  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/ldap/php_ldap.h:
-    Fix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs.
-
-2000-10-28  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/snmp/config.m4
-      configure.in:
-    Moving --with-openssl to global configure, want OpenSSL for not just snmp
-
-2000-10-28  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c: Allow to send secure cookies
-
-2000-10-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: - Fix from Sascha. It fixes errorneous inclusion of bz2
-
-2000-10-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/basic_functions.c
-      ext/standard/fsock.c
-      ext/standard/http_fopen_wrapper.c
-      main/fopen-wrappers.c:
-    - URL-opened files now store the HTTP response header in $http_response_header
-    - Some layout updates
-
-2000-10-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/php_apache.h
-      sapi/apache2filter/sapi_apache2.c:
-    POST handler for my ubercool new Apache 2.0 function ap_get_req_body.
-
-2000-10-27  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/printer/printer.c:
-    Fixing problems in function caused by wrong use of function.
-
-    * ext/printer/php_printer.h: Adding missing prototype
-
-2000-10-27  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c:
-    Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way.
-
-    * ext/ftp/ftp.c: Fixes PR: 7245
-
-2000-10-27  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/printer/php_printer.h
-      ext/printer/printer.c: Adding cvs ID's and ading code in hex_to_rgb()
-
-    * ext/standard/math.c:
-    Making _php_math_longtobase() and _php_math_basetolong() callable from DLL and SO 
modules
-
-2000-10-27  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/printer/printer.c: added printer_draw_elipse()
-
-2000-10-27  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/printer/printer.c:
-    Adding checks on pointers before returning values.
-
-2000-10-27  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/printer/php_printer.h
-      ext/printer/printer.c
-      ext/printer/printer.dsp
-      win32/php_modules.dsw:
-    added "printer" extension, to access printers under win32
-
-2000-10-27  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h
-      ext/sablot/php_sablot.h
-      ext/sablot/sablot.c
-      ext/sockets/sockets.c
-      ext/swf/php_swf.h
-      ext/swf/swf.c
-      ext/bz2/bz2.c
-      ext/bz2/php_bz2.h: New e-mail address.
-
-2000-10-27  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: Kill compiler warning.
-
-2000-10-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/sapi_apache2.c:
-    use puts instead of fprintf in log handler. no need for a format string.
-
-    * sapi/apache2filter/README: Some information about this handler
-
-2000-10-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    - Fixed array_rand() to shuffle results when the number of requested
-      elements is the same as the number of elements in the array. 
-
-2000-10-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/sapi_apache2.c:
-    Looks like transient buckets are limited to 4096 bytes, so split up writes.
-
-    * sapi/apache2filter/sapi_apache2.c: Add log message sapi handler.
-
-    Reenable pipelining requests. Looks like the problems are caused by the
-    cache, not pipelining.
-
-    * sapi/apache2filter/sapi_apache2.c:
-    Apache 2.0 does some funky internal caching which works for static
-    content, but fails miserably in our context.
-
-    * sapi/apache2filter/sapi_apache2.c: speling
-
-2000-10-27  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: type fixes to make compilers happy
-
-2000-10-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache2filter/sapi_apache2.c: Add some comments
-
-    * sapi/apache2filter/sapi_apache2.c
-      sapi/cgi/cgi_main.c
-      sapi/thttpd/thttpd.c:
-    Leave initializing of auth_(user|password) to php_handle_auth_data().
-
-    * main/main.c:
-    Initialize auth_(user|password) to NULL, if data was not suitable.
-
-2000-10-27  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/reflect.java:
-    Allow strings to be passed to methods expecting primitive types.
-
-2000-10-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    The CGI RFC allows servers to pass Authorization data to the script,
-    if the server did not use the information contained therein.
-
-    See 6.1.5 and 11.2 of the proposed spec.
-
-    * sapi/apache2filter/sapi_apache2.c:
-    Handle cookies and make use of php_handle_auth_data.
-
-    * sapi/thttpd/thttpd.c: Use php_handle_auth_data
-
-    * main/main.c
-      main/php_main.h:
-    Utility function for sapi modules (it is not in SAPI.c, because it
-    relies on php_base64_encode).
-
-    * NEWS: bunch of changes
-
-    * ext/standard/head.c:
-    Allow users to specify whether they want to replace existing header fields.
-
-2000-10-27  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/hyperwave/php_hyperwave.h:
-    - added four functions to do fulltext query
-
-2000-10-22  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: Added new INI entries to default php.ini files.
-
-    * ext/sockets/php_sockets.h
-      ext/sockets/sockets.c:
-    Added ini entry for choosing whether to use the read() wrapper or directly
-    calling the read() system call.
-
-2000-10-22  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * win32/php_modules.dsw: Adding iisfunc to modules workspace
-
-    * ext/iisfunc/iisfunc.dsp: Adding missing ZTS define
-
-    * ext/iisfunc/iisfunc.dsp: Oops. wrong module name !
-
-    * ext/iisfunc/.cvsignore
-      ext/iisfunc/errors.txt
-      ext/iisfunc/iisfunc.cpp
-      ext/iisfunc/iisfunc.dsp
-      ext/iisfunc/iisfunc.h
-      ext/iisfunc/setup.c
-      ext/iisfunc/setup.h:
-    Adding new extention used to manage IIS webservers on NT4 and Windows 2000
-
-
-2000-10-22  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main/SAPI.h: Need a global server filter for the Apache 2.0 module
-
-2000-10-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - OCIBindByName() now does better parameter-checking. 
-
-2000-10-22  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c:
-    Makes curl extension compile again plus some typo fixes.
-
-2000-10-22  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache2/mod_php4.c:
-    Output function now passes the data onto the next filter in the chain
-    Clean up some variables - bb = bucket brigade, b = bucket
-
-    * sapi/apache2/mod_php4.c: Code to flatten Apache 2.0 bucket brigades
-
-2000-10-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    We don't need to store NUL of the key which simplifies the lookup
-    significantly.
-
-    * ext/standard/basic_functions.c:
-    Fix php://* being handled by the ftp handler
-
-2000-10-22  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache2/mod_php4.c.rej
-      sapi/apache2/mod_php4.c~
-      sapi/apache2/mod_php4.rasmus
-      sapi/apache2/sapi_apache.diff: Woops, get rid of some crap
-
-    * sapi/apache2/Makefile.in
-      sapi/apache2/apMakefile.libdir
-      sapi/apache2/apMakefile.tmpl
-      sapi/apache2/config.m4
-      sapi/apache2/libphp4.module
-      sapi/apache2/libphp4.module.in
-      sapi/apache2/mod_php4.c
-      sapi/apache2/mod_php4.c.rej
-      sapi/apache2/mod_php4.c~
-      sapi/apache2/mod_php4.exp
-      sapi/apache2/mod_php4.h
-      sapi/apache2/mod_php4.rasmus
-      sapi/apache2/php.sym
-      sapi/apache2/php4apache.dsp
-      sapi/apache2/php_apache.c
-      sapi/apache2/php_apache_http.h
-      sapi/apache2/sapi_apache.c
-      sapi/apache2/sapi_apache.diff: The start of an Apache 2.0 module
-
-2000-10-22  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/pws-php4cgi.reg
-      win32/pws-php4isapi.reg: added reg. files for the pws, thanks to phil
-
-    * sapi/isapi/PWS-php4.reg: i'll place the reg file in the win32 folder
-    cause it doesn't really fit in this folder
-
-2000-10-22  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    Corrected prototype comments for ldap_get_option and ldap_set_option
-
-    * ext/standard/array.c:
-    Fixed array_type_data_compare(). I want strings to always differ from
-    numbers, but not say 7 and 7.0 to differ.
-
-2000-10-22  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c:
-    Hopefully made some compile fixes for Solaris ("sun" is an already defined
-    symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a
-    string by checking if Z_STRVAL_PP(ptr) == NULL instead of
-    Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed
-    into certain functions.
-
-    * ext/sockets/sockets.c: Oops, forgot to remove those .. thought I had..
-
-    * ext/sockets/config.m4
-      ext/sockets/sockets.c:
-    Corrected some bugs dealing with compile failures (should now compile
-    on most varieties of Linux, and should hopefully fix at least 3 of the
-    compile errors that were discovered). Also modified read() slightly
-    to take an optional parameter as to whether the data was binary or
-    text so it wouldn't stop reading on a newline or null byte received.
-
-2000-10-21  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: added missing def.
-
-2000-10-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c:
-    - including php.h automatically includes the PHP config file.
-
-2000-10-21  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    Made array_unique use array_type_data_compare instead of array_data_compare
-
-    * ext/standard/array.c:
-    Added array_type_data_compare which is like array_data_compare but
-    compares type first. Also rewrote array_intersect and array_diff,
-    so that the order is not changed.
-
-2000-10-21  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c: i'm sure this should be ibase_query :)
-
-    * ext/zlib/zlib.c: i can find no php_config.h on win32 :)
-
-2000-10-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * genfiles:
-    Save url_scanner_ex.c and don't require re2c to be installed on
-    the release/snapshot machine.
-
-2000-10-21  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/php_modules.dsw
-      ext/yaz/php_yaz.c
-      ext/yaz/yaz.dsp: made yaz compile under windows
-
-2000-10-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:
-    Fix annoying $withval interaction in GD configure stuff
-
-    * ext/dba/dba.c: Gremlins?
-
-2000-10-21  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: Config Patch for DBMaker
-
-2000-10-21  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/php_modules.dsw:
-    added bz2 and removed ZendTS (not really nedded here)
-
-    * ext/bz2/bz2.dsp: forgot to add
-
-    * ext/bz2/bz2.c: made bz2 compile under win32
-
-    * ext/mysql/libmysql/config-win.h
-      ext/mysql/libmysql/libmysql.dsp: make libmysql compile under win
-
-2000-10-21  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp:
-    Removed files from Win32 workspace that were removed in libmysql 3.23
-
-2000-10-21  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * NEWS: more news
-
-2000-10-21  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/dba/config.m4:
-    Now checks that the library really exists even if path is specified as /usr
-    PR: 7358
-
-2000-10-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: test commit
-
-    * main/rfc1867.c: Parse quoted boundary correctly
-
-    * ext/gd/gd.c: Add explicit format string
-
-2000-10-20  MySQL Team  <[EMAIL PROTECTED]>
-
-    * NEWS: Mention the ext/mysql/libmysql upgrade in NEWS.
-
-    * ext/mysql/libmysql/Makefile.in
-      ext/mysql/libmysql/acinclude.m4
-      ext/mysql/libmysql/array.c
-      ext/mysql/libmysql/bchange.c
-      ext/mysql/libmysql/bmove_upp.c
-      ext/mysql/libmysql/charset.c
-      ext/mysql/libmysql/config-win.h
-      ext/mysql/libmysql/config-win32.h
-      ext/mysql/libmysql/ct_init.c
-      ext/mysql/libmysql/ctype-latin1.c
-      ext/mysql/libmysql/ctype.c
-      ext/mysql/libmysql/ctype_autoconf.c
-      ext/mysql/libmysql/ctype_extra_sources.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/errors.c
-      ext/mysql/libmysql/get_password.c
-      ext/mysql/libmysql/global.h
-      ext/mysql/libmysql/int2str.c
-      ext/mysql/libmysql/is_prefix.c
-      ext/mysql/libmysql/libmysql.c
-      ext/mysql/libmysql/list.c
-      ext/mysql/libmysql/longlong2str.c
-      ext/mysql/libmysql/m_ctype.h
-      ext/mysql/libmysql/m_string.h
-      ext/mysql/libmysql/mf_casecnv.c
-      ext/mysql/libmysql/mf_dirname.c
-      ext/mysql/libmysql/mf_fn_ext.c
-      ext/mysql/libmysql/mf_format.c
-      ext/mysql/libmysql/mf_loadpath.c
-      ext/mysql/libmysql/mf_pack.c
-      ext/mysql/libmysql/mf_path.c
-      ext/mysql/libmysql/mf_unixpath.c
-      ext/mysql/libmysql/mf_wcomp.c
-      ext/mysql/libmysql/mulalloc.c
-      ext/mysql/libmysql/my_alarm.h
-      ext/mysql/libmysql/my_alloc.c
-      ext/mysql/libmysql/my_compress.c
-      ext/mysql/libmysql/my_config.h
-      ext/mysql/libmysql/my_create.c
-      ext/mysql/libmysql/my_delete.c
-      ext/mysql/libmysql/my_dir.h
-      ext/mysql/libmysql/my_div.c
-      ext/mysql/libmysql/my_error.c
-      ext/mysql/libmysql/my_fopen.c
-      ext/mysql/libmysql/my_getwd.c
-      ext/mysql/libmysql/my_init.c
-      ext/mysql/libmysql/my_lib.c
-      ext/mysql/libmysql/my_list.h
-      ext/mysql/libmysql/my_malloc.c
-      ext/mysql/libmysql/my_messnc.c
-      ext/mysql/libmysql/my_net.c
-      ext/mysql/libmysql/my_net.h
-      ext/mysql/libmysql/my_once.c
-      ext/mysql/libmysql/my_open.c
-      ext/mysql/libmysql/my_pthread.c
-      ext/mysql/libmysql/my_pthread.h
-      ext/mysql/libmysql/my_read.c
-      ext/mysql/libmysql/my_realloc.c
-      ext/mysql/libmysql/my_static.c
-      ext/mysql/libmysql/my_static.h
-      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_write.c
-      ext/mysql/libmysql/mysql.h
-      ext/mysql/libmysql/mysql_com.h
-      ext/mysql/libmysql/mysql_version.h
-      ext/mysql/libmysql/mysqld_error.h
-      ext/mysql/libmysql/mysys_err.h
-      ext/mysql/libmysql/mysys_priv.h
-      ext/mysql/libmysql/net.c
-      ext/mysql/libmysql/password.c
-      ext/mysql/libmysql/safemalloc.c
-      ext/mysql/libmysql/str2int.c
-      ext/mysql/libmysql/strcend.c
-      ext/mysql/libmysql/strcont.c
-      ext/mysql/libmysql/strfill.c
-      ext/mysql/libmysql/string.c
-      ext/mysql/libmysql/strinstr.c
-      ext/mysql/libmysql/strmake.c
-      ext/mysql/libmysql/strmov.c
-      ext/mysql/libmysql/strnmov.c
-      ext/mysql/libmysql/strto.c
-      ext/mysql/libmysql/strtoll.c
-      ext/mysql/libmysql/strtoull.c
-      ext/mysql/libmysql/strxmov.c
-      ext/mysql/libmysql/thr_alarm.h
-      ext/mysql/libmysql/thr_mutex.c
-      ext/mysql/libmysql/typelib.c
-      ext/mysql/libmysql/violite.c
-      ext/mysql/libmysql/violite.h:
-    Update libmysql to 3.23 version.  No major changes visible to the user - mostly
-    bug fixes and other maintenance-oriented changes.
-
-2000-10-20  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * ext/ovrimos/ovrimos.c:
-    updated for the new sqlcli
-
-2000-10-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c: Fixing bug #6000
-    Return the full content for datetime colums
-
-    Make the same fix for smalldatetime
-
-    * ext/mssql/php_mssql.c: Fixing bug #6000
-    Return the full content for datetime colums
-
-2000-10-20  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.
-
-2000-10-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c:
-    Fixing bug in mssql_fetch_object() and mssql_close()
-
-    * main/SAPI.c: Changing datatype to remove compiler warning
-
-    * sapi/cgi/cgi_main.c: Adding type cast to remove compiler warning
-
-2000-10-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      ext/xml/xml.c
-      ext/zlib/zlib.c
-      ext/wddx/wddx.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/sysvshm.c
-      ext/sockets/sockets.c
-      ext/standard/dir.c
-      ext/standard/file.c
-      ext/standard/var.c
-      ext/sybase/php_sybase_db.c
-      ext/sablot/sablot.c
-      ext/shmop/shmop.c
-      ext/pdf/pdf.c
-      ext/pgsql/pgsql.c
-      ext/pspell/pspell.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/odbc/php_odbc.c
-      ext/oci8/oci8.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mysql/php_mysql.c
-      ext/interbase/interbase.c
-      ext/java/java.c
-      ext/ldap/ldap.c
-      ext/mcal/php_mcal.c
-      ext/imap/php_imap.c
-      ext/ingres_ii/ii.c
-      ext/icap/php_icap.c
-      ext/ftp/php_ftp.c
-      ext/gd/gd.c
-      ext/hyperwave/hw.c
-      ext/dbase/dbase.c
-      ext/domxml/php_domxml.c
-      ext/fdf/fdf.c
-      ext/cpdf/cpdf.c
-      ext/curl/curl.c
-      ext/db/db.c
-      ext/dba/dba.c
-      ext/com/COM.c
-      ext/aspell/aspell.c
-      ext/bz2/bz2.c:
-    Mega-patch to get better resource information for modules.
-      * Fixed a bug in zend_rsrc_list_get_rsrc_type()
-      * Switched register_list_destructors() to use
-        zend_register_list_destructors_ex() instead
-      * Updated all relevant modules to provide the resource type name
-        to register_list_destructors() call
-      * Updated var_dump() to output resource type name instead of number
-
-
-2000-10-20  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * TODO: Changed array_avg() to array_mean()
-
-    * TODO: added array_sum() and array_avg() to TODO list
-
-2000-10-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Should lessen confusion
-
-2000-10-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: Fix CURLOPT_REFERER.
-
-    transfer.  This function requires cURL 4.0 or above. (Sterling)
-
-    CURLOPT_POSTQUOTE, CURLOPT_QUOTE and CURLOPT_HTTPPROXYTUNNELL options.
-    (Sterling)
-
-2000-10-20  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * genfiles:
-    Regenerate url_scanner_ex.c (always) without '#line' directives for
-    releases and snapshots. PR: 7154, 7263, 7289
-
-2000-10-19  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/shmop/shmop.c: - Removed the shm_* aliases
-    - Removed the shm_* aliases, only the smhop_* function wiil be
-      supported 
-
-    * ext/shmop/php_shmop.h
-      ext/shmop/shmop.c:
-    - Renamed the shm_ to shmop_ and created aliases for the old shm_
-      functions
-    - Renamed the shm_* functions to shmop_* and added aliases for the
-      old functions 
-
-2000-10-19  Thomas Weinert  <[EMAIL PROTECTED]>
-
-    * pear/DB/tests/mysql/003.phpt:
-    I need some time to understand haw I can make a "select"
-
-2000-10-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Hack for #7262, not fixed yet
-
-2000-10-19  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c: Use sybct for INI values.
-
-    * ext/sybase/php_sybase_db.c: Fix compiler warnings.
-
-    * ext/sybase/php_sybase_db.c: Fix #7338.
-
-    * apidoc-zend.txt
-      main/fopen-wrappers.c: Close bug #7325. Patches by [EMAIL PROTECTED]
-
-2000-10-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: Remove left over ext_skel comment
-
-2000-10-19  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * configure.in
-      main/network.c: Check that AF_INET6 is defined before using IPv6
-
-2000-10-19  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: fixed a mistake.  should be .
-
-2000-10-19  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    add an optional parameter to imap_sort to specify a search program that
-    messages must match to be included in the sorted list.
-
-2000-10-18  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/domxml/Makefile.in
-      ext/domxml/config.m4:
-    modified the configure scripts to make shared extension.
-
-2000-10-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Back out circular references protection patch.
-
-    This causes problems with serializing regular variables and object
-    properties.
-
-    We need a smarter way to tell whether we have serialized one node
-    already.
-
-    PR: #7291, #7294
-
-2000-10-18  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/bz2/Makefile.in
-      ext/bz2/bz2.c
-      ext/bz2/config.m4
-      ext/bz2/php_bz2.h
-      ext/bz2/.cvsignore:
-    Initial commit of the bz2 extension which gives PHP 4 Bzip2 compression
-    abilities.
-
-2000-10-18  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c:
-    fixed logic error in the get parameters stage of mcal_list_alarms
-
-2000-10-18  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/standard/dir.c:
-    Fixed crash (bus error) in readdir() and session cleanup when compiled
-    with Sun CC.
-
-2000-10-18  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c:
-    Removed some zval_dtor calls. There were two more than needed, and I had
-    just added two more...
-
-    * ext/standard/fsock.c:
-    Added some missing zval_dtor calls in php_fsockopen()
-
-2000-10-18  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    url_rewriter.tags needs to have " around the parameter to work.
-
-2000-10-18  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    Added destruction of return value parameter, and using ZVAL_LONG and
-    ZVAL_STRING to set return value in ldap_get_option.
-
-2000-10-18  Ron Chmara  <[EMAIL PROTECTED]>
-
-    * CODING_STANDARDS:
-    As per andi, similar names are for legacy reasons only.
-
-2000-10-18  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * ext/mhash/mhash.c: corrected authors notice
-
-2000-10-18  Ron Chmara  <[EMAIL PROTECTED]>
-
-    * CODING_STANDARDS:
-    Updated naming standards as per 9/12 dev/doc discussion.
-
-2000-10-17  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: update for Date_Calc install
-
-2000-10-17  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * ext/mhash/mhash.c:
-    Added the mhash HMAC functionality. Now the mhash function can use
-    keyed hash by added the key as an extra parameter to the function.
-
-2000-10-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Fix warning
-
-    * main/main.c
-      NEWS: Fix a crash in CGI mode, in case no file is provided
-
-2000-10-17  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c:
-    (ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes
-                 #6721, #7117, #7278.
-
-
-2000-10-17  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c: spaces to tabs. do we have a standard on this?
-
-    * ext/imap/php_imap.c:
-    fix imap_fetchstructure(). msgindex is not valid if we're using FT_UID;
-    always use Z_LVAL_PP(msgno) in the actual c-client function call.
-
-2000-10-17  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/ldap/php_ldap.h:
-    Added ldap_get_option() and ldap_set_option() functions
-
-2000-10-17  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c:
-    replace fixed-size buffers for username and password with dynamically
-    allocated strings in the MCAL extension.
-
-2000-10-17  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    Removed some redundant convert_to_*_ex() calls. Edited some whitespace.
-
-2000-10-17  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: cvs commit message disappeared.
-
-    * ext/imap/php_imap.c
-      ext/imap/php_imap.h: *** empty log message ***
-
-2000-10-17  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.h
-      ext/odbc/setup.stub
-      ext/odbc/config.m4: Added support for SAP DB
-
-2000-10-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Initialize tags properly.
-
-    Submitted by: Andreas Karajannis <[EMAIL PROTECTED]>
-
-2000-10-17  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: fixed a bug in daysInMonth()
-
-2000-10-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.re: Back out ws changes
-
-    * NEWS: .
-
-    * ext/session/mod_files.c: fix indentation
-
-2000-10-16  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Aha, Sascha made a mistake!  ;)
-    Make this thing compile again without trans-sid
-
-2000-10-16  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: make compile again
-
-2000-10-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.h
-      ext/standard/url_scanner_ex.re
-      php.ini-dist: Enable users to set the HTML tags to rewrite
-    through a configuration directive
-
-2000-10-16  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php:
-    changed function names to studlyCaps for PEAR code consistancy
-
-2000-10-16  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/gd/gdttf.c: include php.h to have VIRTUAL_DIR defined this
-    should fix bugs where the ttf functions won't
-    find the font in the actual working dir
-
-2000-10-16  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4
-      ext/gd/gd.c
-      ext/gd/gdttf.c:
-    added a option to use the truetype string handling function in gd.\n it is useful 
for japanese because the truetype string function in gd supports some japanese 
encodings.
-
-2000-10-16  Thomas Weinert  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/core/PhpdocSetupHandler.php:
-    Small change to allow empty file extensions
-
-2000-10-16  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: fixes bug 7055 & 7235
-
-2000-10-16  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php: fixed bug in N_weekday_of_month()
-
-2000-10-15  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/config.m4:
-    Changed to look also for liblber.so (sometimes there are only shared libs)
-    Fixes bug 6072.
-
-2000-10-15  David Eriksson  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS: Added Satellite to list of extensions
-
-    * ext/satellite/README
-      ext/satellite/class.c
-      ext/satellite/class.h
-      ext/satellite/enum.c
-      ext/satellite/object.c
-      ext/satellite/struct.c:
-    Updated build instructions, changed E_ERRORs to E_WARNINGs
-
-2000-10-15  Jan Lehnardt  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/renderer/PhpdocRendererObject.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLClassRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLModuleRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLRendererManager.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLWarningRenderer.php
-      pear/PHPDoc/core/Phpdoc.php
-      pear/PHPDoc/core/PhpdocSetupHandler.php:
-    Again a commit for thomas weinert. now you can change the file extention of the 
genarated files to your needs. $doc->setTargetFileSuffix(".php"); to have .php e.g.
-
-2000-10-15  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/mysql.php
-      pear/PEAR.php.in: PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB.php:
-    PEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optional
-    "nativecode" parameter.
-
-    * pear/HTML/Form.php:
-    PEAR HTML_Form: select boxes now handles both scalars, arrays and
-    assoc. arrays in default value
-
-2000-10-15  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Fix the fix as Sascha suggested.
-
-2000-10-14  Marko Karppinen  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4
-      ext/gd/gdttf.c:
-    We don't support FreeType 2 - let's stop pretending we do
-
-2000-10-14  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: Missed this from last commit.
-
-    * ext/gd/config.m4: config.m4
-
-    * acinclude.m4: Fix to #7162.
-
-2000-10-14  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calc.php
-      pear/Date/Calendar.php:
-    renamed to Calc.php, fixed small bug in end_of_prev_month()
-
-2000-10-14  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/HTML/Form.php: PEAR HTML_Form class:
-     * multiple file upload support (by Urs Gehrig)
-     * select multiple fixes
-     * added form target
-
-2000-10-14  Jan Lehnardt  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/analyser/PhpdocAnalyser.php:
-    Thomas Weinert (subjective) fixed a small issue that messages like "the 4th 
parameter...." which need another suffix (1st, 2nd, 21st 22nd...) are handled 
correctly. I just coumit it for him. We hope its all OK for Ulf.
-
-2000-10-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/sapi_apache.c: This appears to be the correct fix to me.
-
-2000-10-13  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php_apache.c: trivial output change
-
-2000-10-13  Monte Ohrt  <[EMAIL PROTECTED]>
-
-    * pear/Date/Calendar.php: initial commit
-
-2000-10-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Fix php_value issue
-
-2000-10-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-10-13  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c
-      main/SAPI.h
-      ext/fdf/fdf.c: post handler registration done right
-    (never use emalloc in an extension MINIT function)
-
-    * ext/standard/basic_functions.c
-      main/fopen-wrappers.c
-      main/main.c:
-    now it works for me as CGI and APXS, with or without --enable-debug ...
-
-2000-10-13  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * configure.in
-      main/php_version.h: step to 4.0.4-dev
-
-    * main/fopen-wrappers.c
-      win32/php4dllts.dsp
-      ext/standard/basic_functions.c
-      ext/standard/ftp_fopen_wrapper.c
-      ext/standard/http_fopen_wrapper.c: compile fixes & update of win32 dsp
-
-2000-10-13  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/XML/RPC/Client.php
-      pear/XML/RPC/Definitions.php
-      pear/XML/RPC/Message.php
-      pear/XML/RPC/Parser.php
-      pear/XML/RPC/Response.php
-      pear/XML/RPC/Value.php:
-    Added preliminary rewrite of PEAR's XMLRPC interface. This is not working yet!
-
-2000-10-13  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/ftp_fopen_wrapper.c
-      ext/standard/http_fopen_wrapper.c
-      ext/standard/php_fopen_wrapper.c
-      ext/standard/php_fopen_wrappers.h
-      ext/zlib/zlib.c
-      main/fopen-wrappers.c
-      main/fopen-wrappers.h
-      main/main.c
-      main/php_globals.h
-      configure.in
-      ext/standard/Makefile.in
-      php.ini-dist
-      php.ini-optimized: fopen wrappers cleanup
-      - comfiguration is now done by an ini parameter
-        instead of a compile time option
-      - the implementations of the three standard wrappers
-        now live in seperate files in ext/standard
-      - the compiler is happy again, no more warnings
-
-2000-10-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Ignore trailing slashes
-
-2000-10-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - Fix memory leak.
-
-2000-10-12  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: fix make install for PEAR. (bug 7109)
-
-2000-10-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * TODO: I have a dream...
-
-2000-10-12  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main/Makefile.in: forgot this one yesterday, fdfdata.[ch] is no more ...
-
-2000-10-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Let strtr() use smart_str to reduce complexity
-
-    * ext/standard/string.c: Rewrite php_str_to_str using the smart_str API.
-
-    This removes much complexity from the function.
-
-    Speed is improved by pre-allocating memory instead of reallocating
-    the buffer each time the pattern is found.
-
-    * ext/standard/php_smart_str.h
-      ext/standard/php_smart_str_public.h
-      ext/standard/url_scanner_ex.h:
-    Move structure definition into its own file, so that public header
-    files don't need to include the complete source code.
-
-2000-10-11  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * TODO: added generalized SMTP code todo
-
-    * main/fdfdata.h: removed fdfdata.h
-
-    * main/fdfdata.c: removed fdfdata.c
-
-    * ext/fdf/fdf.c
-      main/SAPI.c
-      main/SAPI.h:    the FDF handler is now working and totaly living
-    in the fdf extension, no more special code in
-    main is needed
-
-    * ext/zlib/config.m4
-      ext/zlib/zlib.c:
-     -read and write .gz-files transparently on glibc based systems
-      using the 'zlib:' fopen wrapper 
-
-2000-10-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: This patch didn't make it for 4.0.3...
-
-2000-10-11  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Net/Socket.php:
-    fix a problem with the readLine() method of Net_Socket that occurred when
-    there was no timeout set.
-
-2000-10-11  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * ext/ovrimos/libs.mk
-      ext/ovrimos/ovrimos.c: fixed some includes and removed an unneeded file.
-
-    * ext/ovrimos/Makefile.in: corrected typo
-
-2000-10-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_user.c
-      ext/session/mod_user.h
-      ext/session/php_session.h
-      ext/session/session.c:
-    Add session_write_close(). This is primarily intended to enable
-    script writers to release the lock associated with the session lock
-    before the request finishes.
-
-    You can pass arrays now to session_set_save_handler(), so that the handlers
-    can be located in an object for better abstraction.
-
-    * sapi/thttpd/thttpd.c: Provide basic auth info to scripts.
-
-    Protect shutdown handler from being called multiple times.
-
-2000-10-11  Alexander Feldman  <[EMAIL PROTECTED]>
-
-    * NEWS
-      main/configuration-scanner.l:
-    Fixed a problem in the configuration scanner where two extra NULL bytes
-    were added to each encapsulated string.
-
-2000-10-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: NEWS update
-
-    * NEWS
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h: Added mysql_escape_String()
-
-2000-10-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-10-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: Remove conflict
-
-2000-10-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    - Commit Kristian's PHP 3 patch to PHP 4. Kristian I hope it's also the
-      same here.
-
-2000-10-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in
-      main/php_version.h: Go with 4.0.3
-
-2000-10-11  Nikos Mavroyanopoulos  <[EMAIL PROTECTED]>
-
-    * ext/ovrimos/ovrimos.c: Corrected a wrong include
-
-    * ext/ovrimos/Makefile.in
-      ext/ovrimos/config.m4
-      ext/ovrimos/libs.mk
-      ext/ovrimos/ovrimos.c
-      ext/ovrimos/php_ovrimos.h
-      ext/ovrimos/setup.stub: Added support for Ovrimos SQL Server.
-
-2000-10-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      NEWS:
-    Fixed a problem that allowed users to override admin_value's and admin_flag's
-
-2000-10-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Fix the readdir_r POSIX check
-
-2000-10-11  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: proto typo fixes
-
-    * ext/ccvs/ccvs.c: added protos
-
-2000-10-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    avoid giving the impression that they fix the security bug by upgrading...
-
-    * NEWS
-      ext/pgsql/pgsql.c:
-    Old PostgreSQL fix I forgot to commit, and NEWS consistency update
-
-2000-10-11  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: added missing protos
-
-    * ext/standard/basic_functions.c: added some missing protos
-
-    * ext/shmop/shmop.c: protos fixed
-
-2000-10-11  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/php_modules.dsw: added sablotron extension
-
-    * ext/sablot/sablot.c
-      ext/sablot/sablot.dsp: make windows compile
-
-2000-10-10  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c: Fix compilation, I wonder when these were omitted??
-
-2000-10-10  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c: - Reserved the patch
-
-2000-10-10  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/redist/IT.php: Removed a function used for debugging.
-
-2000-10-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c:
-    - added optional argument pdf_show_boxed() to determine if text is
-      actually shown or not.
-
-2000-10-10  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/redist/IT.php: Updated IntegratedTemplate class.
-
-2000-10-08  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/File/SearchReplace.php
-      pear/Makefile.in: Add File_SearchReplace class from Richard Heyes.
-
-2000-10-08  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * main/internal_functions_win32.c
-      ext/bcmath/bcmath.c
-      ext/bcmath/php_bcmath.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: more cleanup of info code
-
-    * ext/calendar/calendar.c: only beautifying
-
-2000-10-08  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/PHPDoc/renderer/html/templates/module.html
-      pear/PHPDoc/renderer/html/templates/modulegroup.html
-      pear/PHPDoc/renderer/html/templates/packagelist.html
-      pear/PHPDoc/renderer/html/templates/phpdoc.css
-      pear/PHPDoc/renderer/html/templates/warnings.html
-      pear/PHPDoc/renderer/html/templates/xmlfiles.html
-      pear/PHPDoc/renderer/html/PhpdocHTMLWarningRenderer.php
-      pear/PHPDoc/renderer/html/templates/class.html
-      pear/PHPDoc/renderer/html/templates/classtree.html
-      pear/PHPDoc/renderer/html/templates/elementlist.html
-      pear/PHPDoc/renderer/html/templates/frame_packageelementlist.html
-      pear/PHPDoc/renderer/html/templates/frame_packagelist.html
-      pear/PHPDoc/apidoc/keep/empty.html
-      pear/PHPDoc/apidoc/keep/index2.html
-      pear/PHPDoc/apidoc/keep/phpdoc.css
-      pear/PHPDoc/apidoc/keep/phpdoc.dtd
-      pear/PHPDoc/renderer/html/PhpdocHTMLClassRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLDocumentRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLModuleRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLRenderer.php
-      pear/PHPDoc/renderer/html/PhpdocHTMLRendererManager.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLClassExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLDocumentExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLIndexExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLModuleExporter.php
-      pear/PHPDoc/xmlexporter/PhpdocXMLWarningExporter.php
-      pear/PHPDoc/xmlreader/PhpdocXMLReader.php
-      pear/PHPDoc/xmlwriter/PhpdocXMLWriter.php
-      pear/PHPDoc/renderer/PhpdocRendererObject.php
-      pear/PHPDoc/warning/PhpdocWarning.php
-      pear/PHPDoc/filehandler/PhpdocFileHandler.php
-      pear/PHPDoc/indexer/PhpdocIndexer.php
-      pear/PHPDoc/parser/PhpdocClassParser.php
-      pear/PHPDoc/parser/PhpdocConstantParser.php
-      pear/PHPDoc/parser/PhpdocFunctionParser.php
-      pear/PHPDoc/parser/PhpdocModuleParser.php
-      pear/PHPDoc/parser/PhpdocParser.php
-      pear/PHPDoc/parser/PhpdocParserCore.php
-      pear/PHPDoc/parser/PhpdocParserRegExp.php
-      pear/PHPDoc/parser/PhpdocParserTags.php
-      pear/PHPDoc/parser/PhpdocUseParser.php
-      pear/PHPDoc/parser/PhpdocVariableParser.php
-      pear/PHPDoc/redist/IT.php
-      pear/PHPDoc/redist/ITX.php
-      pear/PHPDoc/README
-      pear/PHPDoc/accessor/PhpdocAccessor.php
-      pear/PHPDoc/accessor/PhpdocClassAccessor.php
-      pear/PHPDoc/accessor/PhpdocDocumentAccessor.php
-      pear/PHPDoc/accessor/PhpdocIndexAccessor.php
-      pear/PHPDoc/accessor/PhpdocModuleAccessor.php
-      pear/PHPDoc/accessor/PhpdocWarningAccessor.php
-      pear/PHPDoc/analyser/PhpdocAnalyser.php
-      pear/PHPDoc/analyser/PhpdocClassAnalyser.php
-      pear/PHPDoc/analyser/PhpdocModuleAnalyser.php
-      pear/PHPDoc/core/Phpdoc.php
-      pear/PHPDoc/core/PhpdocArgvHandler.php
-      pear/PHPDoc/core/PhpdocObject.php
-      pear/PHPDoc/core/PhpdocSetupHandler.php
-      pear/PHPDoc/exceptions/PhpdocError.php
-      pear/PHPDoc/index.php
-      pear/PHPDoc/prepend.php:
-    Initial commit for Ulf Wendel's PHPDoc. I hope I haven't forgot a directory or 
file along the way...
-
-2000-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/shmop/php_shmop.h
-      ext/shmop/shmop.c: Move static declaration to source file.
-
-2000-10-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: - Fixed returning of empty LOB fields in OCI8. 
-
-2000-10-06  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: Removed obsolete entries from php.ini.
-
-2000-10-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - News
-
-    * ext/calendar/calendar.dsp
-      ext/calendar/php_calendar.h
-      main/internal_functions_win32.c
-      win32/php4dllts.dsp
-      win32/php_modules.dsw: - Add calendar to default Win32 build.
-
-2000-10-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/ftp/ftp.dsp
-      main/config.w32.h
-      main/internal_functions_win32.c
-      win32/php4dllts.dsp
-      win32/php_modules.dsw: - Add FTP extension to default Win32 build
-
-    * CREDITS: - Update link
-
-    * php4ext.dsw: - Remove old dsw
-
-2000-10-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c: Get ext_skel working again
-
-2000-10-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/posix/posix.c: - Clean-up original code and add to NEWS.
-
-2000-10-05  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c
-      ext/ccvs/ccvs.h: Updated email address to reflect my php.net address.
-    I am no longer associated with Plexus InterActive (my plexmedia.com address) so
-    the old address is no longer any good.
-
-2000-10-05  Alexander Feldman  <[EMAIL PROTECTED]>
-
-    * ext/posix/posix.c:
-    Fixed posix_addlimit() when adding the string "unlimited" to the result.
-    Now the posix_getrlimit() function does not cause core dump.
-
-2000-10-05  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    - List entry types should be true globals.
-
-2000-10-05  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c:
-    Add more missing protos and make folding style closer to mysql module.
-
-2000-10-05  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: Now it really checks that libxml version is >= 2.0
-
-2000-10-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/skeleton.c:
-    Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif
-    construct.
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Ignore close tags and use unsigned char type.
-
-2000-10-04  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * tests/dirname.phpt
-      tests/testdirname:
-    * changed Andi's "testdirname" into a real regression test
-
-2000-10-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/shmop/README: typo
-
-    * ext/pfpro/pfpro.c:
-2000-10-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in
-      main/php_version.h: - Package RC2
-
-    * tests/testdirname:
-    - Add dirname() test. Don't have time to create a real regression test
-
-    * ext/standard/string.c: - Fix dirname()
-
-2000-10-03  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c: Fix some small issues.
-
-2000-10-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    - Fix V_CHDIR_FILE() to only chdir() when a directory part is specified.
-      Use this instead of broken php_dirname() in fopen-wrappers.c
-
-    * main/main.c
-      ext/standard/string.c: - Fix VC++ warning
-
-    * sapi/cgi/cgi_main.c:
-    - Fix request_uri to take it's value from SCRIPT_NAME if PATH_INFO is not
-      defined
-
-2000-10-02  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    Add --with-imap-ssl to support SSL'ized imap library in RH7 and others
-
-2000-10-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c: - Now really fix it.
-
-    * NEWS: - Update NEWS
-
-    * ext/standard/url.c: - Fix bug in parse_url()
-
-2000-10-02  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/sablot/config.m4
-      ext/shmop/config.m4
-      ext/sockets/config.m4
-      ext/curl/config.m4
-      ext/cybercash/config.m4
-      ext/java/config.m4
-      ext/pfpro/config.m4
-      ext/pgsql/config.m4
-      configure.in
-      ext/ccvs/config.m4: Clean up the alignment of configure --help output
-
-2000-10-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Aiming for thursday to release 4.0.3
-
-    * main/php_version.h:
-    - Darn file is needed for Windows. Maybe it should be called
-      php_version.w32.h?
-
-    * main/php_version.h:
-    - Any reason why php_version.h is in the CVS? I'm removing it so if I'm
-      screwing something up scream *now* :)
-
-2000-10-02  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * NEWS: forgot that a while ago...
-
-    * ext/mcrypt/mcrypt.dsp: fixed unresolved externals.
-
-2000-10-02  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-10-02  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c: Tiny change in copying of buffer.
-
-2000-10-01  James Moore  <[EMAIL PROTECTED]>
-
-    * INSTALL:
-    Adding note about having to make install if you do not have apache already 
installed (IE there is no apache dir to copy httpd binary to)
-
-2000-10-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - Remove unneeded IS_SLASH() definition.
-
-2000-10-01  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/shmop/.cvsignore
-      ext/shmop/Makefile.in
-      ext/shmop/README
-      ext/shmop/config.m4
-      ext/shmop/php_shmop.h
-      ext/shmop/setup.stub
-      ext/shmop/shmop.c:
-    - Added the shmop extension. It allows more general ways of shared memory
-      access. (thanks to Ilia Alshanestky <[EMAIL PROTECTED]> and Slava Poliakov
-      <[EMAIL PROTECTED]> 
-
-2000-10-01  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    It seems these entries were truncated in my commit, perhaps it was due to
-    the multiple NEWS entries in the same commit.
-
-2000-10-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    - Fixed conflicts. Those first two lines with the XXX need to be fixed.
-      I'm not sure if they were meant to be in the Changelog or NEWS file, in
-      any case they are broken. Whoever, commited them can you please fix it?
-      I couldn't find who commited them in the CVS commit messages
-
-2000-09-30  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: added filepro & snmp
-
-    * main/config.w32.h: move have_snmp to the dsp already
-
-    * ext/snmp/snmp.dsp: snmp win extension
-
-2000-09-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-2000-09-30  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/gd.dsp: uses php.h define
-
-2000-09-30  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: - Cleanup output functions
-
-    * ext/standard/incomplete_class.c
-      ext/standard/info.c
-      sapi/cgi/cgi_main.c
-      main/main.c
-      sapi/apache/mod_php4.c: - Cleanup some output functions
-
-2000-09-30  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/filepro/filepro.dsp: added dsp for the filepro extension
-
-    * ext/gd/gd.c: made win32 compile
-
-    * ext/pdf/pdf.dsp: removed zendts.lib from link options
-
-    * ext/mhash/mhash.dsp: cleanup
-
-    * ext/oracle/oracle.dsp: fix not producing valid extension
-
-2000-09-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/config.m4: leftovers.
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c:
-    Buncha changes, generally makes the module more stable and removes unnecessary
-    (as of Sablotron 0.44) workarounds.
-
-2000-09-30  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: install Benchmark/Iterate.php
-
-2000-09-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h:    parameters. (Sterling)
-    headers to a remote site from cURL. (Sterling)
-
-    Buncha other changes...
-
-      - Changed if () else if () in curl_setopt to switch .. case
-      - Fixed a couple crashes in certain cases.
-      - Finally a decent error reporting scheme.
-      - A few formatting changes.
-
-2000-09-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-    * ext/session/mod_mm.c: Return SUCCESS from write handler, if vallen is 0.
-
-    Submitted by: [EMAIL PROTECTED]
-    PR: #6958
-
-2000-09-29  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Benchmark/Benchmark.php
-      pear/Benchmark/Iterate.php: make filename match classname
-
-2000-09-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    UnixWare defines shutdown to _shutdown, which causes problems later
-    on when using a structure member named shutdown. Since this source
-    file does not use the system call shutdown, it is safe to #undef it.
-
-    PR: #6008, #6362
-
-2000-09-29  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    corrected lines for Solid 2.3 systems after some advice from users, please test...
-
-2000-09-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Don't try to serialize references.
-
-    Circular references would otherwise kill PHP, as the serializer
-    would overrun the stack.
-
-2000-09-29  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Benchmark/Benchmark.php:
-    Renamed Benchmark::Benchmark to Benchmark::Iterate.
-
-2000-09-29  Hnot David  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ii.c
-      ext/ingres_ii/ii.h:
-    Added clean up code for persistent connections to avoid some problems with
-    autocommit.
-
-2000-09-29  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Benchmark/Benchmark.php
-      pear/Benchmark/Timer.php: Tweaked inline documentation a bit.
-
-    * pear/Benchmark/Benchmark.php: Benchmark now extends Benchmark_Timer.
-
-2000-09-28  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: Fix configure (with Solaris).
-
-2000-09-28  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.dsp: a little cleanup
-
-    * ext/java/java.dsp: added tsrm dir to include path
-
-    * ext/pgsql/pgsql.dsp: removed ignoring msvcrt(d) libary
-
-    * ext/mcrypt/mcrypt.dsp: major cleanup
-
-2000-09-28  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/db/config.m4: - Changed ext/db not to be enabled by default 
-
-2000-09-28  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c:
-    Having odbc_tables() and odbc_columns() match the documentation with parameters 
optionel from the right
-
-2000-09-28  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Benchmark/Benchmark.php
-      pear/Benchmark/Timer.php: Fixed some typos.
-
-    * pear/Benchmark/Benchmark.php: First draft of Benchmark::Benchmark.
-
-2000-09-28  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Benchmark/Timer.php
-      pear/Makefile.in
-      pear/Timer.php:
-    move the timer class to Benchmark/Timer.php, and add it to Makefile.in so it
-    gets installed.
-
-2000-09-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: - Fix build of db2
-
-2000-09-28  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Timer.php:
-    Removed profiling_information() in favour of a more generalized approach with 
get_profiling().
-
-2000-09-28  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:
-    Line seems to be missing and causing configure test failures for other extensions.
-
-2000-09-28  Sebastian Bergmann  <[EMAIL PROTECTED]>
-
-    * pear/Timer.php: Hopefully converted all TABs to SPACEs
-
-    * pear/Timer.php:
-    Added PEAR/Timer class for timing script execution and generating profiling 
information. This class is based upon a concept by Allan Kent shown in his article on 
PHPBuilder.com
-
-2000-09-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c: complementary PHP patch
-
-2000-09-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * genfiles: Don't convert to BSD-style Makefiles
-
-    * ext/standard/file.c:
-    Automatic conversion might cause interpretation of 0xff as EOF, so we store
-    the result in an object of type int first.
-
-    Submitted by: [EMAIL PROTECTED]
-
-    * ext/standard/php_smart_str.h
-      ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Recognize single quotes around cdata.
-
-    Move smart_str functions to an extra file.
-
-    * ext/session/session.c: Clean up STR_CAT macro (it is still ugly)
-
-    * ext/standard/php_string.h
-      ext/standard/string.c:
-    Move php_memnstr to the header file, so that the function body is available
-    in all compilation units (note the static linkage).
-
-2000-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Revert controversial patch
-
-2000-09-20  brianlmoon  <brianlmoon@toye>
-
-    * ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h:
-    added mysql_fetch_assoc.  Acts like mysql_fetch_array used to.
-
-2000-09-20  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/curl/.cvsignore: This was missing..
-
-2000-09-20  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php:
-    declare var $fetchmode in DB_Common to avoid lots and lots of errors.
-
-2000-09-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Cleanup SCANNER_DEBUG and don't NUL terminate work buffer
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Use emalloc and friends. Since we reuse all buffers, this does not affect
-    the speed.
-
-    The smart_str_* functions don't NUL terminate strings anymore. We can
-    rely on the length of the strings completely.
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.h
-      ext/standard/url_scanner_ex.re:
-    Remove this pseudo optimization from the previous rewrite.
-
-    Since we leave/enter the loop more often, the cost of maintaining
-    c_arg/c_val is higher than simply copying the tag/arg string once.
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.h
-      ext/standard/url_scanner_ex.re:
-    Another 5%-10% speed increase achieved by
-
-    - making ctx->val read-only
-    - adding a special appendc function for appending single characters
-
-2000-09-20  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c:
-    le_link and le_plink are no longer part of the sybase_globals.
-
-2000-09-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Add support for URLs containing NAME info (for scrolling; #name).
-
-    * ext/session/session.c: Deactivate E_NOTICE message on gc
-
-    * ext/standard/url_scanner_ex.h:
-    Rename prototype to currently used name. These stupid names will go away once
-    the transition periode ends.
-
-    * ext/session/session.c: s/url_scanner.h/url_scanner_ex.h/
-
-    * ext/session/session.c: Make the new url scanner the default.
-
-    If there are any problems (especially with characters > 127), let me know.
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.h
-      ext/standard/url_scanner_ex.re:
-    2nd Rewrite of the main scanner engine. This version is cleaner and faster.
-
-    It handles the following tags currently:
-
-    <FRAME .. SRC=URL ..>
-    <INPUT .. TYPE=IMAGE SRC=URL ..>
-    <A     .. HREF=URL ..>
-    <AREA  .. HREF=URL ..>
-    <IMG   .. SRC=URL ..>
-
-    Additional ones can be added within seconds.
-
-    The support for HTML forms has been significantly improved. The scanner
-    will now add proper Hidden Fields for the Session ID.
-
-2000-09-19  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: This fix prevents adding an empty -l to LIBS
-
-2000-09-19  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: fix unresolved externals
-
-2000-09-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.h
-      ext/standard/url_scanner_ex.re:
-    Reduce the amount of copying in the mainloop. We copy tag/arg only, if we
-    need to preserve them for a new loop iteration (after we leave mainloop).
-    Otherwise, we can just let them point to the work area.
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Revert part of last commit. I'll refine it later.
-
-2000-09-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: - Change to Z_BVAL macro
-
-2000-09-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    Another speedup by avoiding string copies.
-
-    15% speed gain in test case (rewriting 1M URLs).
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Remove nextiter label
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re:
-    s/DEBUG/SCANNER_DEBUG/. "Convert" one macro to inline function to be more
-    consistent. Also use continue.
-
-2000-09-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.re: Fix a few build bugs, still no go
-
-2000-09-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Kill warning
-
-    * ext/standard/url_scanner.c:
-    The rewrite was completely authored by Hartmut
-
-2000-09-19  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c:
-    (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't use
-
-2000-09-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Remove unnecessary include directive
-
-2000-09-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/wddx/wddx.c
-      ext/standard/basic_functions.c
-      ext/standard/array.c: - Fix warnings
-    - Fix URL scanner startup crash
-
-2000-09-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Don't restore timestamp on internal_functions.c, otherwise rerunning
-    configure will cause config.status to be run again during make
-    (due to the rule in main/Makefile.in).
-
-2000-09-19  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Fixed bug which could truncate PHP_SELF
-
-2000-09-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.in
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/url_scanner_ex.c
-      ext/standard/url_scanner_ex.h
-      ext/standard/url_scanner_ex.re:
-    Add new URL scanner. This version is up to 20% faster. It will be
-    enabled by default once I'm sure that it works in every case.
-
-    To enable it, apply s/url_adapt_ext/url_adapt_ext_ex/ to session.c
-
-    * ext/session/session.c: *** empty log message ***
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.h:
-    Fix RINIT/RSHUTDOWN functions and add url_adapt_ext()
-
-2000-09-19  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * NEWS:
-2000-09-18  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/HTML/Form.php:
-    * added return* methods for all form elements (by Urs Gehrig <[EMAIL PROTECTED]>)
-
-2000-09-18  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * main/config.w32.h
-      win32/php4dllts.dsp: let windows build with trans sid
-
-2000-09-18  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/network.c: Fix crash
-
-2000-09-17  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: Fix decbin
-
-    * ext/standard/string.c: Add empty string checks to add?slashes
-
-2000-09-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    - Fix doc_root problem. If you need to limit under which directories the
-      scripts should reside use open_basedir.
-
-2000-09-16  Zak Greant  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c:
-    Thought that I had just committed something really stupid.
-    On closer inspection, realized that the proto comments
-    for chown and chgrp were reversed. :)
-    I did not realize this and had only fixed chown previously
-
-    * ext/standard/filestat.c: trivial change
-    corrected mistake in proto comment for chown fold
-
-2000-09-15  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Changed assignment in read() to be more sane.
-
-2000-09-15  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.h:
-    Remove CVS conflict. Zeev, I assume you wanted context inside the globals?
-
-2000-09-15  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README:
-    Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.
-
-2000-09-14  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Corrected memory leak in read().
-
-2000-09-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    - Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows
-
-    * main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: - Time to remove these two.
-
-2000-09-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: Fix warnings.
-
-    * ext/pcre/php_pcre.c: Fixed bug #6740.
-    I happen to think that this is php_addslashes() problem, not PCRE's.
-    When 0 is passed for the length of the string to php_addslashes() it
-    assumes that we want to process the whole string and happily runs
-    strlen() on it. That is bad. It should respect the length and return
-    an empty string if it's 0.
-
-2000-09-13  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c:
-    Added prototypes for socketpair() and shutdown(), and corrected an obvious
-    bug in socketpair (causing it to not return the created sockets to the PHP
-    script.)
-
-2000-09-13  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h:
-    - Added ftp_exec to the ftp functions (thanks to <[EMAIL PROTECTED]>)
-     Added ftp_exec to the ftp functions (thanks to <[EMAIL PROTECTED]>)
-     
-
-2000-09-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php: Fixed DB::getAll() to respect DB_FETCHMODE_FLIPPED.
-
-    * ext/wddx/php_wddx.h
-      ext/wddx/wddx.c: Create module info function.
-
-2000-09-13  Hnot David  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    Changed the php.ini examples to match the names in the source code.
-
-2000-09-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Really fix the de-allocation.
-
-    * ext/wddx/wddx.c: Fixed block overrun.
-
-2000-09-13  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: - a comma sneaked in before the java extension
-    - added the java configuration section
-
-    * php.ini-dist
-      php.ini-optimized:
-    added note about odbc support and changed to the appropriate names of the windows 
extensions
-
-2000-09-13  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php
-      pear/DB/tests/db_error.phpt
-      pear/DB/tests/db_error2.phpt
-      pear/PEAR.php.in
-      pear/tests/pear_error.phpt: PEAR:
-     * added $debuginfo parameter to PEAR_Error constructor
-     * put last query in $debuginfo from DB_common::raiseError()
-
-    * pear/tests/pear_error.phpt
-      pear/tests/pear_error_callback.phpt
-      pear/DB/mysql.php
-      pear/DB/tests/db_error.phpt
-      pear/DB/tests/db_error2.phpt
-      pear/Makefile.in
-      pear/PEAR.php.in: PEAR:
-     * show what's going on when PEAR files are installed
-     * allow multiple modes (or'ed) in PEAR_Error
-
-2000-09-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    - The Sprit of PHP is to have descriptive function names and not
-      necessarily short ones. Maybe we should have some FAQ for this?
-
-2000-09-12  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    updated some functions'name using obsolete name convention.
-
-2000-09-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: Thanks, Adam
-
-    * ext/sybase_ct/php_sybase_ct.c
-      ext/sybase_ct/php_sybase_ct.h:
-    - Made the Sybase CT module thread safe 
-
-    * ext/pcre/php_pcre.c
-      ext/standard/assert.c
-      ext/standard/basic_functions.c
-      NEWS
-      php.ini-dist:
-    - Made eval() and several other runtime-evaluated code portions report the
-      nature and location of errors more accurately (Stas)
-
-2000-09-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Forgot to update proto.
-
-    * ext/standard/array.c:
-    - Added second argument to array_reverse() that indicatese whether
-      the original array keys should be preserved. 
-
-2000-09-12  Daniel Beckham  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/string.c:
-    reversed chomp alias addition as per Andi Gutmans' request
-
-2000-09-12  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/html.c:
-    * ext/standard/html.c
-      ext/standard/html.h:
-    Clean up htmlspecialchars/htmlentities inconsistencies.
-
-2000-09-12  Daniel Beckham  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/string.c:
-    added chomp() alias for chop() for us Perl purists.
-
-2000-09-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix notice.
-
-2000-09-12  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    Make parse_str always register globals with 1 argument and never -
-    with 2 arguments
-
-    * ext/standard/string.c:
-    A quick attempt to make parse_str($str,$arr) not register globals.
-
-2000-09-12  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php: DB_common::getAssoc() bug fix
-
-2000-09-12  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Fix contribution
-
-2000-09-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c:
-    - Always use V_* macros even if logic seems to be only using fullpath.
-
-    * ext/standard/file.c: - Fix bug #5997
-
-2000-09-12  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    - Fix the function names here too.
-
-2000-09-12  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/storage.php
-      pear/DB/sybase.php
-      pear/DB/tests/fetchmodes.inc
-      pear/DB/tests/mysql/001.phpt
-      pear/DB/tests/mysql/002.phpt
-      pear/DB/tests/mysql/mktable.inc
-      pear/DB/tests/mysql/skipif.inc
-      pear/TODO:
-    PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()
-          in DB_common to set the default mode, added some MySQL tests 
-
-2000-09-11  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    - Renamed functions so that this extension finally starts to follow the
-      recommended naming scheme of PHP.
-
-2000-09-11  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: - Fix for bug #6673
-    - Added a "cut" option to wordwrap (as per feature request #6429)
-     Added an optional parameter to wordwrap that cuts a string if the length
-      of a word is longer than the maximum allowed with (Derick)
-
-2000-09-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp
-      main/php_open_temporary_file.c: - Windows and UNIX compile fixes
-
-    * main/php_open_temporary_file.c:
-    - Get rid of stuff which is already done in php.h
-    - More can probably be removed as the code doesn't use lots of sys calls.
-
-    * ext/standard/file.h: - Remove #if 0 code
-
-    * ext/standard/file.h
-      ext/swf/swf.c
-      main/Makefile.in
-      main/php_open_temporary_file.c
-      main/php_open_temporary_file.h
-      main/rfc1867.c
-      ext/standard/file.c: - Move php_open_temporary_file() out of file.c
-
-2000-09-11  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    - Use the same check for existence of a valid link as the other functions.
-    - Return TRUE if everything went OK.
-    - Fixed the number of arguments to pg_endcopy.
-    - Removed unused variables.
-    - Indentation, changed spaces to tabs.
-
-2000-09-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Kill a warning
-
-    * ext/sockets/sockets.c:
-    Add proper struct sockaddr * casts and make use of memcpy/memset ('coz we
-    don't provide any fallbacks for bcopy/bzero).
-
-2000-09-11  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    - Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf
-      <[EMAIL PROTECTED]>)
-     Added functions pg_putline and pg_endcopy (Dirk Elmendorf)
-
-2000-09-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Solaris-readdir_r-wants-large-buffer fix
-    Libc5-readdir_r workaround
-
-    * ext/session/mod_files.c: Libc5-readdir_r workaround
-
-2000-09-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (PHP parse_str) ParameterPassedByReference() check is not necessary.
-
-2000-09-11  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/string.c
-      main/main.c
-      main/php_variables.c
-      main/php_variables.h:
-    Add additional parameter to parse_str for saving result (thanks to
-    John Bafford <[EMAIL PROTECTED]>)
-
-2000-09-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: (PHP pathinfo) Fixed more typos.
-
-    * TODO
-      ext/standard/string.c:
-    (PHP pathinfo) Fixed leaks, saved some memory allocations, added
-    more error checking.
-
-    * NEWS: Fix attribution.
-
-2000-09-11  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4: Fixed bug #6356.
-
-2000-09-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: - Should fix compile warning
-
-2000-09-11  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c:
-    - Fix bug with curl places extra data in the output. ([EMAIL PROTECTED])
-
-2000-09-10  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Fix compile warning.
-    Fix proto.
-    Change PHP_MINFO output to be consistent.
-
-    * CODING_STANDARDS: php4ize a bit.
-    fix a little bit of grammar.
-
-    * NEWS: Fix attribution.
-
-2000-09-10  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/pack.c: Make unpack("H") work like in Perl
-
-    * ext/standard/pack.c: Fix pack() function reading string beyond the end
-
-    * ext/standard/pack.c: Fix double unpack bug
-
-2000-09-10  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * configure.in: A tiny fix to the getaddrinfo check
-
-    * configure.in:
-    refining getaddrinfo check further, checking that struct addrinfo is there
-
-2000-09-10  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_string.h
-      ext/standard/string.c: - Added the pathinfo() function. 
-
-2000-09-10  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c: Fix compile warnings.
-
-    * ext/sybase_ct/php_sybase_ct.c:    (sybase_query) Use high performance API in 
sybase_query. Will work on the others later.
-
-    * ext/sybase_ct/php_sybase_ct.c
-      ext/sybase_ct/php_sybase_ct.h: Use new Zend API stuff.
-
-2000-09-09  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * main/main.c: - Fixed missing parameter in php_atoi
-
-2000-09-09  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    Added IPv6 support to php_fopen_url_wrap_ftp (EPSV and php_hostconnect())
-
-2000-09-09  David Croft  <[EMAIL PROTECTED]>
-
-    * NEWS: fix typo
-
-2000-09-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Update NEWS
-
-2000-09-09  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: check the range of message numbers in imap_uid.
-
-2000-09-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix attribution.
-
-2000-09-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Update NEWS
-
-    * main/SAPI.c
-      main/SAPI.h
-      main/main.c
-      main/php_globals.h
-      main/php_ini.c
-      main/php_ini.h
-      main/rfc1867.c
-      php.ini-optimized
-      php.ini-dist: More security-related (control) patches:
-    - Avoid displaying errors during startup, unless display_startup_errors is 
enabled.
-    - Implemented post_size_max limit.  Defaults to 8MB.
-    - Implemented file_uploads on/off directive (defaults to on).
-
-2000-09-09  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/config.m4: - Fix for bug #6586
-
-2000-09-09  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    More restrictive getaddrinfo check, better not find it than breaking builds
-
-2000-09-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Fix UNIX build
-
-    * configure.in: Check for mkstemp()
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/swf/swf.c
-      main/SAPI.c
-      main/rfc1867.c
-      main/rfc1867.h: Security related updates:
-    - Introduce php_open_temporary_file(), in place of tempnam().  Still
-      needs testing under UNIX (mkstemp()), works reliably under Windows now.
-    - Reimplement the mechanism for unlinking uploaded files at the end of the request
-      (was it ever tested?).  Files moved with move_uploaded_file() will not be 
unlink()'d
-      again, to avoid (albeit very unlikely) race conditions.
-
-2000-09-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    Fixed #6627. Wrong logic...
-
-2000-09-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/.cvsignore
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php
-      pear/DB/tests/db_error.phpt
-      pear/DB/tests/db_error2.phpt
-      pear/DB/tests/db_factory.phpt
-      pear/DB/tests/db_parsedsn.phpt
-      pear/PEAR.php.in
-      pear/tests/DB_Error.phpt
-      pear/tests/DB_factory.phpt
-      pear/tests/DB_parseDSN.phpt
-      pear/tests/pear1.phpt
-      pear/tests/pear_error.phpt
-      pear/tests/pear_error2.phpt
-      pear/tests/pear_error_callback.phpt:    Added a more configurable error 
reporting interface to DB.
-    Also added some more tests, and moved the DB tests to pear/DB/tests.
-
-    * ext/standard/file.c: * compile fix
-
-    * run-tests.php:
-    * don't require "POST" section to be present (TEST, FILE and EXPECT
-      are enough)
-
-2000-09-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/file.c
-      ext/standard/file.h
-      main/SAPI.c: Implement move_uploaded_file() (untested)
-
-    * ext/standard/basic_functions.h: Fix build
-
-2000-09-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    is_uploaded_file() is probably a better name.
-
-2000-09-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c
-      main/SAPI.h
-      main/rfc1867.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: - Implemented is_upload_file()
-
-2000-09-08  Jon Parise  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Fix build after last commit.
-
-2000-09-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      sapi/phttpd/phttpd.c
-      sapi/pi3web/pi3web_sapi.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      sapi/nsapi/nsapi.c
-      main/SAPI.c
-      main/SAPI.h
-      sapi/aolserver/aolserver.c:
-    Restore the headers_only test to the centralized SAPI startup.  If necessary, it 
can
-    be overriden in the activate() callback.
-
-2000-09-08  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c
-      main/main.c: Never trust snprintf return value
-
-    * main/main.c: Fix crash on very long error messages
-    Manual for snprintf says:
-           If  the output was truncated, the return value is -1, oth-
-           erwise it is the number of characters stored, not  includ-
-           ing the terminating null.
-    And that's a blatant lie - in reality, libc 2.1 always returns number of
-    characters that _would be_ stored. I hate those libc bugs. Now we should go
-    and check every place we trusted snprintf return value.
-
-2000-09-08  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: Fixed typo. Changed php3_error to php_error.
-
-2000-09-08  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/main.c: Fix syslog call
-
-2000-09-08  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: Changed // to /* */ comments.
-
-2000-09-08  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/syslog.c:
-    Since we don't allow parameters for syslog, we shouln't pass the
-    string as format
-
-2000-09-08  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php4apache.dsp: - Add another ..\ to the TSRM search path
-
-    * sapi/apache/php4apache.dsp:
-    - Add TSRM to the apache workspace include path
-
-2000-09-08  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c:
-    - last parameter of pdf_get_parameter(), pdf_get_value() optional
-    - fixes to make it compile with sun cc
-
-2000-09-07  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS: - The mcrypt extension also works with 2.4.4 since php 4.0.2
-
-2000-09-07  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/network.c
-      configure.in: Better IPv6 checking
-
-2000-09-07  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c: Fix readdir bug in libc5
-
-2000-09-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php
-      pear/DB/storage.php
-      pear/PEAR.php.in
-      pear/tests/DB_Error.phpt:
-    - Converted __string_value() to toString(), since the former is obsolete.
-    - Made sure DB results are freed where necessary.
-    - Made DB::getAssoc() use $params if passed.
-    - Implemented DB::getAll().
-
-    * NEWS: Wrap long lines.
-
-2000-09-07  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: -
-
-    * main/php.h: - Smarter detection of MAXPATHLEN
-
-2000-09-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/php_sockets.h: make ZTS mode compile
-
-2000-09-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Send $HTTP_POST_FILES to the right place
-
-2000-09-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/php_version.h: 4.0.3-dev
-
-    * sapi/apache/libphp4.module.in: Add TSRM include dirs
-
-    * ext/session/session.c:
-    Convert some more "complex" expressions manually to Z_* macros.
-
-    * ext/session/mod_files.c
-      ext/session/php_session.h
-      ext/session/session.c:
-    Rename symbols whose first character was an underscore.
-
-    * ext/session/session.c: Convert to Z_* macros
-
-    * scripts/conv_z_macros:
-    A little script for converting source files to the Z_* macros
-
-2000-09-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c: fix #6552 & #6577
-    thanx to Blake Schwendiman" <[EMAIL PROTECTED]>
-
-2000-09-06  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * main/config.w32.h: deleted unnecessary defines
-    i also plan to let windows build with crypt() support
-
-    * ext/gd/gd.dsp: added LIBGD define
-
-    * ext/oracle/oracle.dsp
-      ext/oracle/oracle.dsw: fixed debug build and removed dsw
-
-    * ext/db/db.dsp: fix build
-
-    * ext/dbase/dbase.dsp: little fix for the debug extension
-
-2000-09-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_globals.h: Fix ordering
-
-2000-09-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Why make it more complex than necessary?
-
-    These changes should have been committed right after Zeev made the
-    original change to use the PHP_INI system months ago.
-
-    Instead of working around the system, we make proper use of it now.
-
-    This includes using php_alter_ini_entry(), so that we change the values
-    in the php_ps_globals struct indirectly.
-
-2000-09-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Now it should not crash, though still leaks
-
-2000-09-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    This fix wasn't quite right and is no longer necessary after the recent php_ini 
optimizations
-
-    * main/php_ini.c
-      ext/session/session.c: - Fix leak
-    - Remove redundant php_ini code
-
-    * main/main.c: broken logic fixed.  I'm getting old
-
-2000-09-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/session/session.c: Fix crash
-
-2000-09-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      main/main.c
-      main/network.c
-      main/php_globals.h
-      main/php_network.h
-      main/php_variables.c
-      main/rfc1867.c
-      win32/php4dllts.dsp
-      php.ini-dist
-      php.ini-optimized: - Remove track_vars - it is now always on
-    - Make the various $HTTP_*_VARS[] arrays be defined always,
-      even if they're empty
-    - Fix Win32 build and warnings
-
-2000-09-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Try to fix session INI variables handling
-    This should also fix #6538.
-
-    * ext/standard/basic_functions.c: More fixes fo ini_ handling functions
-
-2000-09-05  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    str_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...
-    Hope no one disagrees. :)
-
-2000-09-05  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: - back out unneeded patch (danny).
-
-2000-09-05  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/network.c: using emalloc and efree, instead of malloc and free
-
-2000-09-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/exec.c
-      ext/standard/exec.h:
-    Add EscapeShellArg() function which turns a b into 'a b' and
-    a'b into 'a'\''b'
-
-2000-09-05  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c
-      main/network.c
-      main/php_network.h: renamed hostconnect() to php_hostconnect()
-
-    * main/fopen-wrappers.c: using the new hostconnect() for the http wrapper
-
-    * configure.in: Added check for getaddrinfo()
-
-2000-09-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Fix ini_restore variable length
-
-2000-09-05  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/network.c:
-    hostconnect now supports IPv6 if getaddrinfo exists, and also tries to
-    connect to all addresses of a host before giving up. It should also be
-    thread safe when using getaddrinfo.
-
-2000-09-05  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * genfiles: Missed the Zend..fixed.
-
-2000-09-05  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c: Add:
-       Support for multiple processors (re-using the old one).
-       Support for basic functions when a processor is in use.
-
-    * win32/sendmail.c: This should fix the multiple-line problem.
-
-2000-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Protect arrays as well.
-
-2000-09-04  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: Add the session.use_trans_sid option to php.ini file.
-
-    * ext/standard/basic_functions.h
-      ext/standard/output.c
-      ext/standard/basic_functions.c:
-    Add a php.ini option session.use_trans_sid to enable/disable trans-sid. 
-
-2000-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Prevent exploit in [tmp_name] as well
-
-    * main/rfc1867.c: Fix the logic.  Tested.
-
-2000-09-04  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - remove a memory leak warning and fix a crash when tempnam()
-      failed for some reason (danny).
-
-2000-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: 3rd time's a charm
-
-    * sapi/isapi/php4isapi.dsp: Fix ISAPI compilation
-
-    * main/rfc1867.c: Fix the fix
-
-    * NEWS: update NEWS
-
-    * main/php_globals.h
-      main/rfc1867.c:
-    Fix the file upload security problem with no side effects (untested)
-
-2000-09-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/network.c:
-    Include "php.h", otherwise we don't have access to the PHP and autoconf
-    macros.
-
-2000-09-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Quick-fix for the file upload security alert
-
-2000-09-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c: - This shouldn't have been commited.
-      There are quite a few modules which are using VIRTUAL_DIR. I don't think
-      this should be happening.
-
-    * main/SAPI.c
-      main/php.h: - Found my bug and managed to move the V_* macros to TSRM
-
-2000-09-04  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c:
-    Convert 2 internal functions to follow naming conventions.
-    Revert small patch made earlier
-
-2000-09-03  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * genfiles: oops.
-
-    * genfiles:
-    This makes flex and bison not to add those #line directives which
-    cause trouble with some compilers.
-
-2000-09-03  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/php_sablot.h
-      ext/sablot/sablot.c:
-    If the user wants to use more than one handle reuse the old handle.
-
-2000-09-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c:
-    - Increase buffers of output buffering to 40KB and 10KB increments which
-      makes more sense when web pages are typically like 10KB-20KB.
-      I think it would be best to change the reallocation algorithm at least to
-      redoubling when it's full instead of incrementing and possibly use
-      a data structure similar to Zend/zend_static_allocator which uses memory
-      blocks and not realloc().
-
-    * main/php_virtual_cwd.c
-      main/php_virtual_cwd.h:
-    - Before removing php_virtual_cwd.[ch] #if 0 them to make sure nothing
-      is broken by this.
-
-    * win32/php4dllts.dsp: - Remove php_virtual_cwd.[ch] from Windows project
-
-2000-09-03  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/network.c
-      main/php_network.h: Added timeout argument, but not used yet
-
-2000-09-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/Makefile.in
-      main/php.h: - Move to virtual cwd in TSRM
-
-2000-09-03  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/sybase/php_sybase_db.c:
-    - Changed appname from "PHP 3.0" to "PHP 4.0"
-      Fix for #6517
-
-2000-09-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c: Make gcc happy
-
-    * ext/standard/output.c: Fix init bug
-
-2000-09-03  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sablot/sablot.c:
-    Just when you got something working they decide to change the API
-    on you :-).
-
-    * ext/sablot/config.m4: ucd -> sablot.
-
-    * ext/sablot/Makefile.in
-      ext/sablot/config.m4
-      ext/sablot/php_sablot.h
-      ext/sablot/sablot.c
-      ext/sablot/.cvsignore:
-    Folks, features include:
-
-    - Output Buffering Tie-ins
-    - Optional Descriptive error reporting (compile option)
-    - String Transformations
-    - File Transformations
-    - Logging
-    - SAX XML Processing support (slightly different from expat, even though
-    Sablotron uses expat to do the parsing.)
-
-2000-09-03  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * run-tests.php: Remove deprecated call-time reference
-
-2000-09-03  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/Makefile.in: Added network.c
-
-    * main/php_network.h: To be included by code using functions in network.c
-
-2000-09-03  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/quot_print.c:
-    Fix quoted_printable_decode (also should fix #6511)
-
-2000-09-03  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * main/network.c:
-    Network related functions, only for internal use by other PHP code. Tries
-    to hide the details of address families/protocols, and to reduce duplication
-    of code.
-
-2000-09-03  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/xml/tests/003.phpt: Remove deprecated call-time reference
-
-    * ext/xml/tests/skipif.inc: tests look for skipif.inc, so add it
-
-    * tests/lang/028.phpt: Remove deprecated call-time reference
-
-2000-09-03  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    - Fixed a bug in checkdate() which caused < 1 years to be valid 
-
-    * ext/standard/datetime.c: Fixed bug #6409.
-
-2000-09-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: - Remove another TSRM->Zend dependency
-
-2000-09-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c
-      ext/standard/php_output.h
-      main/main.c:
-    - Added support for an optional output handler function for output
-      buffering.  This enables transparent rendering of XML through XSL,
-      transparent compression, etc. 
-
-2000-09-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/php4nsapi.dsp
-      win32/php4dllts.dsp
-      win32/php4ts.dsp
-      sapi/aolserver/php4aolserver.dsp
-      sapi/apache/php4apache.dsp
-      sapi/isapi/php4isapi.dsp:
-    - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change
-
-    * main/php_virtual_cwd.c:
-    - Get rid of unused code and stop including PHP's win95nt.h
-
-    * sapi/aolserver/php4aolserver.dsp
-      sapi/apache/php4apache.dsp
-      sapi/isapi/php4isapi.dsp
-      sapi/nsapi/php4nsapi.dsp
-      win32/php4ts.dsp: - More Windows build fixes
-
-    * win32/php4dllts.dsp: - Fix windows build
-
-2000-09-02  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Unitialized variable causes trap on Windows
-
-2000-09-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * configure.in: - indent before someone shoots me
-
-    * configure.in:
-    - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check
-      for threads
-
-2000-09-01  David Eriksson  <[EMAIL PROTECTED]>
-
-    * ext/satellite/Makefile.in
-      ext/satellite/README
-      ext/satellite/class.c
-      ext/satellite/class.h
-      ext/satellite/common.c
-      ext/satellite/common.h
-      ext/satellite/corba.c
-      ext/satellite/corba.h
-      ext/satellite/enum.c
-      ext/satellite/enum.h
-      ext/satellite/findtype.c
-      ext/satellite/findtype.h
-      ext/satellite/hashtable.c
-      ext/satellite/hashtable.h
-      ext/satellite/namedvalue_to_zval.c
-      ext/satellite/namedvalue_to_zval.h
-      ext/satellite/object.c
-      ext/satellite/object.h
-      ext/satellite/php_orbit.c
-      ext/satellite/php_orbit.h
-      ext/satellite/struct.c
-      ext/satellite/struct.h
-      ext/satellite/typecode.c
-      ext/satellite/typecode.h
-      ext/satellite/typemanager.c
-      ext/satellite/typemanager.h
-      ext/satellite/zval_to_namedvalue.c
-      ext/satellite/zval_to_namedvalue.h:
-    * ext/satellite/Makefile.in
-      ext/satellite/README
-      ext/satellite/class.c
-      ext/satellite/class.h
-      ext/satellite/common.c
-      ext/satellite/common.h
-      ext/satellite/config.m4
-      ext/satellite/corba.c
-      ext/satellite/corba.h
-      ext/satellite/enum.c
-      ext/satellite/enum.h
-      ext/satellite/findtype.c
-      ext/satellite/findtype.h
-      ext/satellite/hashtable.c
-      ext/satellite/hashtable.h
-      ext/satellite/namedvalue_to_zval.c
-      ext/satellite/namedvalue_to_zval.h
-      ext/satellite/object.c
-      ext/satellite/object.h
-      ext/satellite/php_orbit.c
-      ext/satellite/php_orbit.h
-      ext/satellite/struct.c
-      ext/satellite/struct.h
-      ext/satellite/typecode.c
-      ext/satellite/typecode.h
-      ext/satellite/typemanager.c
-      ext/satellite/typemanager.h
-      ext/satellite/zval_to_namedvalue.c
-      ext/satellite/zval_to_namedvalue.h:
-    - Initial submission of CORBA extension for PHP: Satellite
-
-2000-09-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/basic_functions.c:
-    - Added support for user defined 'tick' callback functions. This helps
-      emulate background processing. 
-
-2000-09-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c:
-    Extend HTTP headers for private-caching and add a new PHP function
-    session_cache_limiter.
-
-    Submitted by: Jon Parise <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: s/PATH_MAX/MAXPATHLEN/
-
-    * ext/session/session.c:
-    Speed up standard php encoding function and add new php_binary serializer.
-
-2000-09-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c
-      main/main.c: - Fix dir.c
-    - Begin cleanup of php_error_cb()
-
-2000-09-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/main.c: Hopefully last round of fixing varargs use.
-
-    We don't need to create the log message twice, and by doing it only
-    once we also avoid the orig_args trap.
-
-    * ext/standard/dir.c
-      ext/session/mod_files.c:
-    Solaris/x86 insists of having a large buffer for storing the result of
-    readdir_r(), otherwise it will segfault.
-
-    PR: #6479
-
-2000-08-31  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    - Always include TSRM in PHP build. This will enable us to move virtual
-    - cwd to TSRM.
-    - BTW, if I comile with --enable-experimental-zts not from php4/ but from
-    - php4/cgi (ran ../configure there) then the build doesn't work also b4
-    - this patch.
-
-    * NEWS
-      main/configuration-parser.y
-      main/fopen-wrappers.c:
-    - Use emalloc() for opened_path now. This was a potential leak before.
-    - This patch has potential to break stuff but I tested it as much as I
-    - could. Fixes should be easy.
-
-2000-08-31  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/tests/file/001.phpt
-      ext/standard/tests/reg/003.phpt
-      ext/standard/tests/reg/007.phpt
-      run-tests.php
-      tests/classes/class_example.phpt
-      tests/lang/023.phpt
-      tests/lang/024.phpt
-      tests/lang/028.phpt:
-    * all tests should pass now (expect for the interbase stuff that I haven't
-      had the chance to test)
-
-2000-08-31  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * ext/standard/dl.c
-      main/config.w32.h
-      main/fopen-wrappers.c: - Remove redundant IS_SLASH
-    - Reverse config.w32.h patches
-    - Use IS_ABSOLUTE_PATH() in one place in fopen-wrappers.c
-
-2000-08-31  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c:
-    Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes with 
php and mssql server.
-
-2000-08-31  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/config.m4: Added detection of Netscape LDAP SDK 4.1
-
-2000-08-31  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/main.c: Make main.c compile again
-
-2000-08-31  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    removed some NSLDAP #if's giving more detailed error reporting
-
-2000-08-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c:
-    Safer shutdown process.  Continue to shut down even if we bail out in the middle 
of a certain part.
-
-2000-08-31  Hnot David  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/config.m4:
-    Made ingres extension use --with--ingres instead of --with-ii.
-    Andi actualy changed only the help line.
-
-2000-08-31  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c:
-    - Fixed problem with having $this as the XML parser object. 
-
-2000-08-30  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: updated with db and mhash
-
-    * ext/mhash/mhash.dsp: dsp for mhash
-
-    * main/config.w32.h: should be easier when compiling the modules
-
-    * ext/db/db.dsp: dsp for the db(m) extension
-
-2000-08-30  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - Missed a space
-
-    * main/fopen-wrappers.c:
-    - Fix bug when using safe_mode and doc_root together
-
-2000-08-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c: This is no longer relevant...
-
-    * main/main.c:
-    - Truly fix varargs handling - the current situation was a sure-fire crash in 
most platforms
-      (the older code worked, even though it didn't compile well for some very odd 
reason, probably
-      a compiler bug;  The new code would cause PHP to crash if both 
display_errors/log_errors and
-      track_errors were enabled)
-
-2000-08-30  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: more info for phpinfo()
-
-    * ext/standard/html.c:
-    Remove single quote from HTMLSpecialChars() ... use addslashes(),
-    htmlentities(), strtr() instead.
-
-2000-08-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Removing placeholder.
-
-2000-08-30  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/xml/tests/001.phpt
-      ext/xml/tests/002.phpt
-      ext/xml/tests/003.phpt
-      ext/xml/tests/004.phpt
-      ext/xml/tests/006.phpt
-      ext/xml/tests/inc.ent
-      ext/xml/tests/skipif.php
-      ext/xml/tests/xmltest.xml:
-    * added regression tests for the XML extension
-
-2000-08-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in:
-    Start on 4.0.3-dev. [placeholder] in NEWS is for automated nightly NEWS
-    file update script, it'll be removed after the first entry is there.
-
-2000-08-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/README
-      ext/ingres_ii/config.m4:
-    - To configure with ingres should be --with-ingres and not --with-ii
-    - Changing it for 4.0.2 so that we don't have backwards compatibility
-    - problems later on
-
-    * NEWS: - Close NEWS file for release.
-
-2000-08-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_version.h
-      configure.in: Go 4.0.2
-
-2000-08-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd.c:
-    Set SG(request_info).path_translated to the path of the main script.
-
-2000-08-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: fix var_dump()s "}"-indention
-
-2000-08-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      main/php_ticks.c
-      main/php_ticks.h:    Added PHP API for registering tick functions.  Ticks is a 
per-instruction
-    callback in Zend that allows us to implement cooperative multitasking
-    within PHP.  Example:
-
-    In extension code:
-
-    php_add_tick_function(my_tick_func);
-
-    void my_tick_func(int count) {
-        php_printf("[tick %d]", count);
-    }
-
-    In PHP code:
-    <?php
-
-    declare(ticks = 1) {
-        print "there should be two ticks here.\n";
-    }
-
-    ?>
-
-    * build/rules.mk
-      build/rules_common.mk
-      configure.in
-      run-tests.php:
-    * Added "test" make target so you can do "make test" in any directory.
-    * Added copyright header to run-test.php
-
-    * pear/.cvsignore
-      pear/Makefile.in
-      pear/tests/DB_Error.phpt
-      pear/tests/DB_factory.phpt
-      pear/tests/DB_parseDSN.phpt: All (three) current DB tests pass.
-
-2000-08-29  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.dsp:
-    Add reflect.java to the list of java classes to be compiled
-
-2000-08-28  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/storage.php
-      pear/PEAR.php.in: * renamed toString method to __string_value
-
-2000-08-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: - Change spaces to tab
-
-2000-08-28  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - updated on new zend_api
-
-    * ext/hyperwave/hw.c: - fixed prototyp
-
-2000-08-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php_apache.c
-      sapi/aolserver/aolserver.c: Missed a couple of center attributes
-
-2000-08-28  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/tests/DB::factory.phpt
-      pear/tests/DB::parseDSN.phpt
-      pear/tests/DB_factory.phpt
-      pear/tests/DB_parseDSN.phpt:
-    I said I had not _tested_ this on windows, didn't I? :-)
-
-2000-08-27  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: Fix up the implementation.
-
-
-2000-08-27  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/info.c:
-    Some minor cleanup to make W3C's tidy validator happy
-
-2000-08-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd.c: Compute absolute path to script
-
-    * main/main.c:
-    sizeof(old_cwd) evaluated to sizeof(char *) after last commit, so old_cwd
-    was not set correctly.
-
-2000-08-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/main.c:
-    - Use do_alloca()/free_alloca() for old_cwd. This will ensure speed in
-    - non-ISAPI environments but in ISAPI will use emalloc()/efree() to save
-    - stack space. MS only gives us 10KB those bastards.
-
-    * main/main.c:
-    - Reverting Sascha's patch although I don't like doing these kind of things
-    - but as it is Sascha who has reverted a zillion patches I don't feel that
-    - bad about it :)
-    - The patch is morally incorrect and it actually also has a crash bug which
-    - I won't point out because it shouldn't be there.
-    - SG(path_translated) should be set by the SAPI module correctly and if it
-    - isn't the SAPI module should be fixed and not add code to PHP. There is
-    - enough special case code in PHP and I would like to clean it up and not
-    - add more.
-    - Last but not least, old_cwd takes 4KB of stack space. We should probably
-    - malloc() it because in ISAPI we only have 10KB of stack space.
-
-2000-08-27  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: undid the undoing of Sascha's last commit
-
-    * tests/strings/001.phpt
-      tests/strings/002.phpt
-      tests/strings/003.phpt
-      tests/lang/001.phpt
-      tests/lang/002.phpt
-      tests/lang/003.phpt
-      tests/lang/004.phpt
-      tests/lang/005.phpt
-      tests/lang/006.phpt
-      tests/lang/007.phpt
-      tests/lang/008.phpt
-      tests/lang/009.phpt
-      tests/lang/010.phpt
-      tests/lang/011.phpt
-      tests/lang/012.phpt
-      tests/lang/013.phpt
-      tests/lang/014.phpt
-      tests/lang/015.inc
-      tests/lang/015.phpt
-      tests/lang/016.inc
-      tests/lang/016.phpt
-      tests/lang/017.phpt
-      tests/lang/018.phpt
-      tests/lang/019.phpt
-      tests/lang/020.phpt
-      tests/lang/021.phpt
-      tests/lang/022.phpt
-      tests/lang/023-1.inc
-      tests/lang/023-2.inc
-      tests/lang/023.phpt
-      tests/lang/024.phpt
-      tests/lang/025.phpt
-      tests/lang/026.phpt
-      tests/lang/027.phpt
-      tests/lang/028.phpt
-      tests/README
-      tests/basic/001.phpt
-      tests/basic/002.phpt
-      tests/basic/003.phpt
-      tests/basic/004.phpt
-      tests/basic/005.phpt
-      tests/basic/006.phpt
-      tests/basic/007.phpt
-      tests/basic/008.phpt
-      tests/basic/009.phpt
-      tests/basic/010.phpt
-      tests/basic/011.phpt
-      tests/classes/class_example.phpt
-      tests/classes/inheritance.phpt
-      tests/func/001.phpt
-      tests/func/002.phpt
-      tests/func/003.phpt
-      tests/func/004.phpt
-      tests/func/005.phpt
-      sapi/cgi/cgi_main.c
-      pear/XML/tests/parsererror.r
-      pear/XML/tests/parsererror.t
-      pear/tests/DB::factory.phpt
-      pear/tests/DB::parseDSN.phpt
-      pear/tests/DB_Error.phpt
-      pear/DB/mysql.php
-      pear/HTML/Form.php
-      pear/XML/Parser.php
-      ext/standard/tests/reg/001.phpt
-      ext/standard/tests/reg/002.phpt
-      ext/standard/tests/reg/003.phpt
-      ext/standard/tests/reg/004.phpt
-      ext/standard/tests/reg/005.phpt
-      ext/standard/tests/reg/006.phpt
-      ext/standard/tests/reg/007.phpt
-      ext/standard/tests/reg/008.phpt
-      ext/standard/tests/reg/009.phpt
-      ext/standard/tests/reg/010.phpt
-      ext/standard/tests/reg/011.phpt
-      ext/standard/tests/reg/012.phpt
-      ext/standard/tests/reg/013.phpt
-      ext/standard/tests/reg/014.phpt
-      ext/standard/tests/reg/015.phpt
-      ext/standard/tests/reg/016.phpt
-      pear/DB.php
-      pear/DB/common.php
-      pear/Makefile.in
-      pear/run-tests.in
-      ext/standard/tests/math/001.phpt
-      ext/db/tests/001.phpt
-      ext/db/tests/002.phpt
-      ext/db/tests/003.phpt
-      ext/db/tests/004.phpt
-      ext/db/tests/005.phpt
-      ext/db/tests/006.phpt
-      ext/interbase/tests/001.phpt
-      ext/interbase/tests/002.phpt
-      ext/interbase/tests/003.phpt
-      ext/interbase/tests/004.phpt
-      ext/interbase/tests/005.phpt
-      ext/interbase/tests/006.phpt
-      ext/interbase/tests/extension
-      ext/interbase/tests/interbase.inc
-      ext/standard/tests/file/001.phpt
-      ext/standard/tests/general_functions/001.phpt
-      run-tests.php:    Took the old PHP 3 regression testing framework and rewrote 
it in PHP.
-    Should work on both Windows and UNIX, however I have not tested it on
-    Windows.  See tests/README for how to write tests.  Added the PHP 3
-    tests and converted most of them.
-
-    * ext/standard/basic_functions.c
-      ext/standard/info.c
-      ext/standard/info.h:    Added php_uname() function.
-
-2000-08-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/main.c: Initializing new_path once is enough
-
-    * main/main.c:
-    If a SAPI module does not pass an absolute path as primary_file to
-    php_execute_script(), we will now change the filename to point to
-    the absolute path.
-
-    * main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: Export IS_ABSOLUTE_PATH to the outside world.
-
-    * main/Makefile.in: Real fix for this rule.
-
-2000-08-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c: - This should be more efficient.
-    - Post 4.0.2 it's time to move the whole opened_path and virtual stuff
-    - to emalloc() and friends including some alloca() improvements where
-    - possible but I don't want to break anything before
-
-2000-08-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/Makefile.in:
-    Fix internal_functions.c rule. This should also work better with BSD make's
-    VPATH support.
-
-2000-08-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php.h: - Remove some unused stuff.
-
-    * main/php.h:
-    - Test commit msg. This is Andi and it seems to come from Zeev.
-
-2000-08-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php.h: - Forgot to fix non-ZTS CHDIR_FILE macro
-
-2000-08-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      main/php.h
-      main/php_realpath.c
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: - Try and fix problem with opening wrong file.
-
-2000-08-27  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS:
-    Taking responsibility for the IMAP and MCAL extensions, so there's at least
-    a point of contact.
-
-    * ext/mcal/php_mcal.c:
-    fixing the license header and updating some prototypes/variable names in the
-    mcal extension.
-
-2000-08-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in:
-    Fix install-local-data target in VPATH mode. PEAR.php is generated and
-    stored in builddir.
-
-    * sapi/README: Remove obsolete note about Makefile.am
-
-    * main/SAPI.c: Fix strlcpy use at this place.
-
-    * main/php.h: Refine PHP_STRLCPY comment
-
-    * main/SAPI.c:
-    newtype has a length of newlen+1, 'len' refers to the length of *mimetype
-    here.
-
-    * main/php.h:
-    Add PHP_STRLCPY macro. This macro should be used in new code instead of
-    strlcpy/strlcat which are intended for fixing broken code.
-
-2000-08-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c: - Fix possible overflow in fsockopen().
-
-2000-08-26  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: updated with cybercash and dotnet
-
-    * ext/dotnet/dotnet.dsp:
-    added sam's readme and played with the directory's
-
-    * ext/cybercash/cybercash.dsp: dsp for cybercash
-
-2000-08-26  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * NEWS: News about ldap.c change to allow building with OpenLDAP 2.0
-
-    * ext/ldap/ldap.c:
-    Makes it work with OpenLDAP 2.0 and reduces number of ifdefs
-
-2000-08-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    Advise people to use error logging instead of error displaying on production web 
sites
-
-2000-08-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ii.c:
-    - Also change constants. Note: PHP tries to make names intuitive.
-    - PHP extensions don't necessarily need to use the exact C counter part, it
-    - should be easy to read and not be short names such as II_*
-
-    * ext/ingres_ii/ii.c
-      ext/ingres_ii/php_ii.h:
-    - Asked the author a long time already to change the function names to
-    - something which won't take up all of the ii_* names (not verbose enough).
-    - I'm doing it myself now so it really has to be checked as I can't compile.
-    - Changed both the function names and INI parameter names.
-
-2000-08-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/mkdep.perl: mkdep.perl was replaced by mkdep.awk
-
-2000-08-26  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/dotnet/README
-      ext/dotnet/dotnet.cpp
-      ext/dotnet/dotnet.dsp
-      ext/dotnet/dotnet.php
-      ext/dotnet/php_dotnet.h
-      ext/standard/info.c
-      EXTENSIONS
-      ext/com/COM.c:
-    Add ***EXPERIMENTAL*** Zend OO Extension support for Microsoft.Net
-
-2000-08-25  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: added the ifx (informix) extension
-
-    * ext/informix/ifx.dsp: updated dsp to build with custom build step
-
-    * ext/informix/ifx.dsw
-      ext/informix/ifx_custom_build.dsp
-      ext/informix/ifx_custom_build.dsw: lets keep it in one dsp
-
-2000-08-25  Hnot David  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ii.c
-      ext/ingres_ii/ii.h
-      ext/ingres_ii/php_ii.h: Copyright modification.
-
-2000-08-25  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:    This fixes bug #6346, that would truncate subject 
string if the
-    first argument was en empty array.
-
-2000-08-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd.c:
-    Use request_uri as PHP_SELF. decodedurl also includes the query string.
-
-    * sapi/aolserver/aolserver.c: Use SAPI' register_server_variables hook.
-
-    Defines PHP_SELF now.
-
-    * sapi/thttpd/thttpd.c: php_register_variables(.. ELS_CC ..)
-
-    * sapi/thttpd/thttpd.c:
-    Make proper use of SAPI's register_environment functionality.
-
-    * build/rules.mk
-      build/rules_pear.mk
-      configure.in: Add autoconf check for awk and use proper macro $(AWK)
-
-    * build/rules_pear.mk
-      pear/Makefile.in
-      pear/phpize.in:
-    Add new depend rule to rules_pear.mk and install mkdep.awk.
-
-    * scripts/.cvsignore: Remove old .cvsignore file
-
-2000-08-25  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/output.c
-      ext/standard/php_output.h:    Added ob_get_length() function (returns size of 
buffer)
-
-    * ext/snmp/config.m4: compile fix (RedHat 6.2)
-
-2000-08-24  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4:
-    prefer -gt to -lt, and dropped the version number to 2 instead of 3
-
-2000-08-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * makedist:
-    Don't distribute buildmk.stamp to the end user. Otherwise, buildcheck.sh
-    won't be run on the user's system, when they try to use buildconf.
-
-2000-08-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.dsp: Update .dsp
-
-    * main/php.h
-      ext/imap/php_imap.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: - Fix IMAP build problem
-    - Allow external DLLs to use warn_not_available
-
-2000-08-24  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/DB.php:
-    Remove bogus commit that made DB::DB() an alias for DB::connect()
-
-2000-08-24  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: updated dsw with fdf and gd
-
-    * ext/gd/gd.dsp: added the gd extension - see the comment!
-
-    * ext/fdf/fdf.dsp: dsp for the win32 fdf extension
-
-    * ext/sybase_ct/sybase_ct.dsp
-      ext/zlib/zlib.dsp
-      ext/pgsql/pgsql.dsp
-      ext/pdf/pdf.dsp
-      ext/oracle/oracle.dsp
-      ext/oci8/oci8.dsp
-      ext/mssql/mssql.dsp
-      ext/ldap/ldap.dsp
-      ext/java/java.dsp
-      ext/imap/imap.dsp
-      ext/interbase/interbase.dsp
-      ext/curl/curl.dsp
-      ext/dbase/dbase.dsp
-      ext/domxml/domxml.dsp
-      ext/exif/exif.dsp
-      ext/ftp/ftp.dsp
-      ext/calendar/calendar.dsp
-      ext/cpdf/cpdf.dsp:
-    deleted a few unnecceasary defines and added the Release_TS_Inline path to the 
libpath
-
-2000-08-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Andi's suggestion.
-
-2000-08-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/readline/readline.c: beautify
-
-2000-08-24  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/readline/readline.c: Fix segfault on readline without parameters
-
-2000-08-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/fix_copyright: More complete set of (C) notes
-
-    * ext/mysql/libmysql/fix_copyright:
-    Script for replacing the copyright messages
-
-    * scripts/armerge
-      scripts/mkextlib.in
-      scripts/preconfig: These scripts are not in use anymore. RIP.
-
-2000-08-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:
-    - Fixed a bug that did not respect limit parameter in preg_replace() when
-      using /e modifier. 
-
-2000-08-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: builddir is used by the Unix build framework.
-
-    Rename builddir to phpbuilddir
-
-    * build/mkdep.awk: Small speedup
-
-    * build/mkdep.awk: Speed it up by moving the two sub's into the main loop.
-
-    Also print out dependencies immediately instead of buffering them.
-
-    * build/mkdep.awk
-      build/rules.mk:
-    Create dependencies using an awk script. Works much nicer in vpath
-    environments.
-
-    * ext/java/README: Typo
-
-    * buildconf: Some crappy makes don't handle the .PHONY target correctly.
-
-    So we force a rebuild of generated_lists
-
-2000-08-24  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/DB/odbc.php: I didn't work on this file.
-
-
-    * pear/DB.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/odbc.php
-      pear/DB/sybase.php
-      pear/File/Find.php
-      pear/PEAR.php.in: -Add getCode() method to PEAR_Error
-    -Correct license versions + My Address for DB/* mods
-    -Correct ibase module
-    -Javadocize File_Find
-    -Add a optional constructor to DB that passes it on to DB::connect()
-
-2000-08-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS: ext/icap is obsolete.
-
-2000-08-23  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: added curl, dbase and gettext to the project
-
-    * ext/curl/curl.dsp: win32 projectfile for the curl extension
-
-2000-08-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: Add note about --with-kerberos
-
-2000-08-23  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbase.dsp: win32 projectfile for the dbase extension
-
-    * ext/gettext/gettext.dsp: win32 projectfile fot the gettext extension
-
-    * sapi/aolserver/php4aolserver.dsp
-      sapi/apache/php4apache.dsp
-      sapi/isapi/php4isapi.dsp
-      sapi/nsapi/php4nsapi.dsp
-      sapi/servlet/servlet.dsp:
-    changed the output directorys from the windowsbuilds
-
-    * win32/php4dllts.dsp
-      win32/php4ts.dsp:
-    changed the intermediate output dir, to make it a bit cleaner
-
-2000-08-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in:
-    phpextdist is located in $(srcdir), so don't try to install it from
-    $(builddir).
-
-2000-08-23  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Changed long to int.
-
-2000-08-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: formatting.
-
-2000-08-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: -lt is preferred over \>
-
-    * ext/gd/config.m4: Fix library order for -lpng -lz.
-
-    PR: #3978
-
-2000-08-23  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_parsedate.h: Make parsedate build again
-
-2000-08-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: A little condensing,
-      Add an additional check to make sure port is specified with
-      AF_INET in connect().
-
-2000-08-23  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c:
-    Corrected bugs in php_if_connect() to make it work properly -- needed to
-    run htons() on the port number provided, and needed to perform DNS lookups
-    properly and store the results as expected.
-
-2000-08-22  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4
-      ext/odbc/php_odbc.h:
-    cleaned up the PHP/SOLID integration code, and corrected some minor assumptions 
on my part for the 3.5 EE systems.  also removed a series of warnings on builds within 
the ODBC functions, and corrected header order.  include of the SS_LINUX and SS_FBX 
defines, needed to make solid headers completely happy with the wchar.h situation.
-
-    THIS DOES NOT FIX BUG ID #4615
-
-2000-08-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y:
-    'const' is problematic in code in the final section of a Bison file (Bison defines
-    it away)
-
-2000-08-22  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/cpdf/cpdf.dsp: Adding ..\..\..\bindlib_w32 to include path
-
-2000-08-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/xml/php_xml.h
-      ext/xml/xml.c:
-    - Added ability for each xml_set_*_handler() function to take the
-      array($obj, 'method') syntax for the handler argument as well
-      as the normal function name. 
-
-    * ext/standard/array.c:
-    - Updated array_walk() to be able to accept array($obj, 'method')
-      syntax for the walk function. 
-
-2000-08-22  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.dsp: some fixes
-
-    * php_modules.dsw: added cpdf and domxml
-
-    * ext/domxml/domxml.dsp: projectfile for the domxml extension
-
-2000-08-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/ctype-sjis.c
-      ext/mysql/libmysql/ctype-tis620.c
-      ext/mysql/libmysql/ctype-ujis.c
-      ext/mysql/libmysql/ctype.c
-      ext/mysql/libmysql/ctype_autoconf.c
-      ext/mysql/libmysql/ctype_extra_sources.c
-      ext/mysql/libmysql/raid.h
-      ext/mysql/libmysql/README
-      ext/mysql/libmysql/charset.c
-      ext/mysql/libmysql/config-win.h
-      ext/mysql/libmysql/ctype-big5.c
-      ext/mysql/libmysql/ctype-czech.c
-      ext/mysql/libmysql/ctype-euc_kr.c
-      ext/mysql/libmysql/ctype-gb2312.c
-      ext/mysql/libmysql/ctype-gbk.c: - Remove new libmysql files
-
-    * ext/mysql/libmysql/string.c
-      ext/mysql/libmysql/strinstr.c
-      ext/mysql/libmysql/strmake.c
-      ext/mysql/libmysql/strmov.c
-      ext/mysql/libmysql/strnmov.c
-      ext/mysql/libmysql/strto.c
-      ext/mysql/libmysql/strtoll.c
-      ext/mysql/libmysql/strtoull.c
-      ext/mysql/libmysql/strxmov.c
-      ext/mysql/libmysql/thr_alarm.h
-      ext/mysql/libmysql/thr_mutex.c
-      ext/mysql/libmysql/typelib.c
-      ext/mysql/libmysql/violite.c
-      ext/mysql/libmysql/violite.h
-      ext/mysql/libmysql/Makefile.in
-      ext/mysql/libmysql/array.c
-      ext/mysql/libmysql/bchange.c
-      ext/mysql/libmysql/bmove_upp.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/errors.c
-      ext/mysql/libmysql/get_password.c
-      ext/mysql/libmysql/global.h
-      ext/mysql/libmysql/int2str.c
-      ext/mysql/libmysql/is_prefix.c
-      ext/mysql/libmysql/libmysql.c
-      ext/mysql/libmysql/list.c
-      ext/mysql/libmysql/longlong2str.c
-      ext/mysql/libmysql/m_ctype.h
-      ext/mysql/libmysql/m_string.h
-      ext/mysql/libmysql/mf_casecnv.c
-      ext/mysql/libmysql/mf_dirname.c
-      ext/mysql/libmysql/mf_fn_ext.c
-      ext/mysql/libmysql/mf_format.c
-      ext/mysql/libmysql/mf_loadpath.c
-      ext/mysql/libmysql/mf_pack.c
-      ext/mysql/libmysql/mf_path.c
-      ext/mysql/libmysql/mf_unixpath.c
-      ext/mysql/libmysql/mf_wcomp.c
-      ext/mysql/libmysql/mulalloc.c
-      ext/mysql/libmysql/my_alarm.h
-      ext/mysql/libmysql/my_alloc.c
-      ext/mysql/libmysql/my_compress.c
-      ext/mysql/libmysql/my_config.h
-      ext/mysql/libmysql/my_create.c
-      ext/mysql/libmysql/my_delete.c
-      ext/mysql/libmysql/my_dir.h
-      ext/mysql/libmysql/my_div.c
-      ext/mysql/libmysql/my_error.c
-      ext/mysql/libmysql/my_fopen.c
-      ext/mysql/libmysql/my_getwd.c
-      ext/mysql/libmysql/my_init.c
-      ext/mysql/libmysql/my_list.h
-      ext/mysql/libmysql/my_malloc.c
-      ext/mysql/libmysql/my_messnc.c
-      ext/mysql/libmysql/my_net.c
-      ext/mysql/libmysql/my_net.h
-      ext/mysql/libmysql/my_once.c
-      ext/mysql/libmysql/my_open.c
-      ext/mysql/libmysql/my_pthread.c
-      ext/mysql/libmysql/my_pthread.h
-      ext/mysql/libmysql/my_read.c
-      ext/mysql/libmysql/my_realloc.c
-      ext/mysql/libmysql/my_static.c
-      ext/mysql/libmysql/my_static.h
-      ext/mysql/libmysql/my_sys.h
-      ext/mysql/libmysql/my_tempnam.c
-      ext/mysql/libmysql/my_thr_init.c
-      ext/mysql/libmysql/my_write.c
-      ext/mysql/libmysql/mysql.h
-      ext/mysql/libmysql/mysql_com.h
-      ext/mysql/libmysql/mysql_version.h
-      ext/mysql/libmysql/mysqld_error.h
-      ext/mysql/libmysql/mysys_err.h
-      ext/mysql/libmysql/mysys_priv.h
-      ext/mysql/libmysql/net.c
-      ext/mysql/libmysql/password.c
-      ext/mysql/libmysql/safemalloc.c
-      ext/mysql/libmysql/str2int.c
-      ext/mysql/libmysql/strcend.c
-      ext/mysql/libmysql/strcont.c
-      ext/mysql/libmysql/strfill.c: - Try and revert libmysql for 4.0.2
-
-2000-08-22  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/cpdf/cpdf.dsp: projectfile for the clibpdf extension
-
-    * php_modules.dsw: added interbase, pdf and sybase_ct
-
-    * ext/interbase/interbase.dsp: minor fixes
-
-2000-08-22  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * win32/php4dll.dsp: Removing php_realpath.c from win32 project
-
-2000-08-22  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/sybase_ct.dsp:
-    projectfile to build the sybase_ct extension
-
-    * ext/pdf/pdf.dsp: projectfile to build the pdf extension
-
-    * sapi/aolserver/php4aolserver.dsp: little fixes
-
-2000-08-22  MySQL Team  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/raid.h:
-    Interface for 'raid' files (ont in use by PHP)
-
-    * ext/mysql/libmysql/Makefile.in
-      ext/mysql/libmysql/README
-      ext/mysql/libmysql/array.c
-      ext/mysql/libmysql/bchange.c
-      ext/mysql/libmysql/bmove_upp.c
-      ext/mysql/libmysql/charset.c
-      ext/mysql/libmysql/config-win.h
-      ext/mysql/libmysql/ctype-big5.c
-      ext/mysql/libmysql/ctype-czech.c
-      ext/mysql/libmysql/ctype-euc_kr.c
-      ext/mysql/libmysql/ctype-gb2312.c
-      ext/mysql/libmysql/ctype-gbk.c
-      ext/mysql/libmysql/ctype-sjis.c
-      ext/mysql/libmysql/ctype-tis620.c
-      ext/mysql/libmysql/ctype-ujis.c
-      ext/mysql/libmysql/ctype.c
-      ext/mysql/libmysql/ctype_autoconf.c
-      ext/mysql/libmysql/ctype_extra_sources.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/errors.c
-      ext/mysql/libmysql/get_password.c
-      ext/mysql/libmysql/global.h
-      ext/mysql/libmysql/int2str.c
-      ext/mysql/libmysql/is_prefix.c
-      ext/mysql/libmysql/libmysql.c
-      ext/mysql/libmysql/list.c
-      ext/mysql/libmysql/longlong2str.c
-      ext/mysql/libmysql/m_ctype.h
-      ext/mysql/libmysql/m_string.h
-      ext/mysql/libmysql/mf_casecnv.c
-      ext/mysql/libmysql/mf_dirname.c
-      ext/mysql/libmysql/mf_fn_ext.c
-      ext/mysql/libmysql/mf_format.c
-      ext/mysql/libmysql/mf_loadpath.c
-      ext/mysql/libmysql/mf_pack.c
-      ext/mysql/libmysql/mf_path.c
-      ext/mysql/libmysql/mf_unixpath.c
-      ext/mysql/libmysql/mf_wcomp.c
-      ext/mysql/libmysql/mulalloc.c
-      ext/mysql/libmysql/my_alarm.h
-      ext/mysql/libmysql/my_alloc.c
-      ext/mysql/libmysql/my_compress.c
-      ext/mysql/libmysql/my_config.h
-      ext/mysql/libmysql/my_create.c
-      ext/mysql/libmysql/my_delete.c
-      ext/mysql/libmysql/my_dir.h
-      ext/mysql/libmysql/my_div.c
-      ext/mysql/libmysql/my_error.c
-      ext/mysql/libmysql/my_fopen.c
-      ext/mysql/libmysql/my_getwd.c
-      ext/mysql/libmysql/my_init.c
-      ext/mysql/libmysql/my_list.h
-      ext/mysql/libmysql/my_malloc.c
-      ext/mysql/libmysql/my_messnc.c
-      ext/mysql/libmysql/my_net.c
-      ext/mysql/libmysql/my_net.h
-      ext/mysql/libmysql/my_once.c
-      ext/mysql/libmysql/my_open.c
-      ext/mysql/libmysql/my_pthread.c
-      ext/mysql/libmysql/my_pthread.h
-      ext/mysql/libmysql/my_read.c
-      ext/mysql/libmysql/my_realloc.c
-      ext/mysql/libmysql/my_static.c
-      ext/mysql/libmysql/my_static.h
-      ext/mysql/libmysql/my_sys.h
-      ext/mysql/libmysql/my_tempnam.c
-      ext/mysql/libmysql/my_thr_init.c
-      ext/mysql/libmysql/my_write.c
-      ext/mysql/libmysql/mysql.h
-      ext/mysql/libmysql/mysql_com.h
-      ext/mysql/libmysql/mysql_version.h
-      ext/mysql/libmysql/mysqld_error.h
-      ext/mysql/libmysql/mysys_err.h
-      ext/mysql/libmysql/mysys_priv.h
-      ext/mysql/libmysql/net.c
-      ext/mysql/libmysql/password.c
-      ext/mysql/libmysql/safemalloc.c
-      ext/mysql/libmysql/str2int.c
-      ext/mysql/libmysql/strcend.c
-      ext/mysql/libmysql/strcont.c
-      ext/mysql/libmysql/strfill.c
-      ext/mysql/libmysql/string.c
-      ext/mysql/libmysql/strinstr.c
-      ext/mysql/libmysql/strmake.c
-      ext/mysql/libmysql/strmov.c
-      ext/mysql/libmysql/strnmov.c
-      ext/mysql/libmysql/strto.c
-      ext/mysql/libmysql/strtoll.c
-      ext/mysql/libmysql/strtoull.c
-      ext/mysql/libmysql/strxmov.c
-      ext/mysql/libmysql/thr_alarm.h
-      ext/mysql/libmysql/thr_mutex.c
-      ext/mysql/libmysql/typelib.c
-      ext/mysql/libmysql/violite.c
-      ext/mysql/libmysql/violite.h:
-    New files for MySQL 3.23.23 client library. New files are for qouting
-    using different character sets.
-
-2000-08-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/README
-      sapi/aolserver/aolserver.c:
-    Disable php_value and add note about reliability
-
-    * TODO: Add note about need to fix INI system
-
-    * sapi/aolserver/README: AOLserver CVS uses PREFIX.
-
-    * sapi/pi3web/pi3web_sapi.c
-      sapi/aolserver/aolserver.c: Set file_handle.opened_path to NULL
-
-    * INSTALL: Add note about installing PHP on web servers other than Apache.
-
-2000-08-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: - Cleanup imagetransparent in the GD library
-
-2000-08-22  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    Fix a crash in imap_fetchheader(). FT_PREFETCHTEXT isn't the only flag that
-    you can pass to mail_fetchheader_full().
-
-2000-08-22  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * configure.in: Slight Darwin tweak from Fred
-
-2000-08-21  Daniel Beulshausen  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php4apache.dsp:
-    updated project to work with readdir.h rev.1.5 from apache cvs
-
-    * win32/php4ts.dsw:
-    updated the projectfile to build the aolserver and nsapi modules
-
-    * sapi/aolserver/php4aolserver.dsp:
-    added the vs6 projectfile for the aolserver
-
-2000-08-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/README:
-    thttpd/PHP verified to run IMP 2.2.0 without any hitches.
-
-2000-08-21  Torben Wilson  <[EMAIL PROTECTED]>
-
-    * NEWS:
-
-    NEWS update for file-function segfault fix.
-
-    * ext/standard/file.c:
-
-    Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() when
-    called with negative length argument.
-
-2000-08-21  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c: Keep servlet working...
-
-2000-08-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/snmp/Makefile.in: Remove extra tab
-
-2000-08-21  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php:
-    make the definition of connect() consistent - always take the $dsn as a
-    reference.
-
-    * pear/DB.php
-      pear/DB/common.php:
-    Make the DB classes work with call-time pass-by-reference disabled.
-
-2000-08-21  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Fix crash in one-argument imagecolortransparent
-
-    * ext/standard/parsedate.y: Fix win32 build
-
-2000-08-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c
-      ext/standard/md5.c
-      ext/standard/md5.h
-      ext/standard/php_global.h
-      ext/icap/php_icap.c:
-    Get rid of php_global.h and the associated data types UINT4/_POINTER.
-
-    We use php_uint32 now globally.
-
-    Also removed K&R support from md5.[ch].
-
-    * main/win95nt.h: The macro CONVERT_TO_WIN_FS is not used anywhere.
-
-    * main/main.c
-      main/php.h
-      main/php_ini.c
-      main/php_ini.h
-      main/php_ticks.c
-      main/php_variables.c
-      ext/standard/basic_functions.h
-      ext/standard/crc32.c
-      ext/standard/datetime.c
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/levenshtein.c
-      ext/standard/parsedate.y
-      ext/standard/php_parsedate.h
-      main/fopen-wrappers.c: Cleaning up some mess
-
-2000-08-21  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c
-      ext/fdf/php_fdf.h: - added function fdf_set_javascript_action()
-
-2000-08-21  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/config.m4: - Reversed last 'fix'
-
-2000-08-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c:
-    - Remove old/deprecated version of expand_filepath
-
-2000-08-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * php.ini-optimized:
-    Delete this suggestion as it was leading newbie users to use this file
-    without understanding what they were doing.  Experienced users will find
-    and use this file on their own.
-
-2000-08-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd_patch:
-    Move thttpd_php_init() call to httpd_initialize().
-
-    Otherwise, some init stuff was done twice (like resetting the
-    known_post_content_types hash table which caused post requests
-    to fail).
-
-2000-08-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: Fix Win32 build
-
-    * ext/session/mod_files.c
-      sapi/pi3web/pi3web_sapi.c: Fix build
-
-2000-08-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c
-      main/main.c
-      main/php.h: - Change PHP_SEPARATOR to PHP_DIR_SEPARATOR
-
-    * main/php_virtual_cwd.c:
-    - Checking for ".." isn't enough. include_once() could mess up even if both
-    - names didn't include ".." but were referenced different directories which
-    - were symlinked to each other.
-
-2000-08-20  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c:
-    Added another bug fix to detect for negative values being passed into the
-    fd_*() functions, as passing negative values would cause PHP to segfault.
-
-2000-08-20  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Added Oracle LDAP SDK SSL support
-
-2000-08-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h:
-    - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to the
-    - right directory so this shouldn't be needed anymore.
-
-2000-08-20  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/config.m4: - Fix for bug #6263
-
-2000-08-20  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Net/Socket.php:
-    remove call-time pass-by-reference semantics from (p)fsockopen - works fine
-    without them.
-
-2000-08-20  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Fix by-reference passing for scanf's
-
-    * ext/xml/xml.c: Fix XML by-reference passing
-
-2000-08-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Fix numerus of SAPI Modules title
-
-    * sapi/apache/mod_php4.c
-      sapi/isapi/php4isapi.c
-      sapi/pi3web/pi3web_sapi.c
-      sapi/roxen/roxen.c
-      main/main.c:
-    The status quo in PHP is that the current directory is initialized
-    to the directory where the executing script is located.
-
-    Since this needs to be implemented for all SAPI modules anyway, this
-    change moves the functionality to php_execute_script() and gets rid
-    of the per-module code.
-
-    * main/SAPI.c
-      main/SAPI.h
-      sapi/apache/mod_php4.c:
-    Use size_t as parameter type in the getenv member of struct sapi_module
-
-    * main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: const'ify virtual-cwd API
-
-    * ext/session/mod_files.c
-      main/fopen-wrappers.c
-      main/php.h:
-    Provide PHP_SEPARATOR which expands to the default directory separator
-    on the target platform.
-
-2000-08-20  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Fix fgetc (#6259) and ftell error condition returns
-
-2000-08-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.h: Fix prototype of virtual_real_chdir_file.
-
-    * main/php.h
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h:
-    Add virtual_real_chdir_file. Silly name for a useful function.
-
-2000-08-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sockets/php_sockets.h
-      ext/sockets/sockets.c: A Whole buncha stuff, mostly bug fixing...
-       - Make constants case-sensitive, conforming with the rest of PHP &
-       the C API.
-       - Make module compatible with thread safety features.
-       - open_listen_sok() -> open_listen_sock()
-       - Remove ext_skel comments
-       - Get rid of the ZVAL macro and replace with the correct Z_*_*
-       macros
-       - declare all functions local to the file as static.
-       - Remove empty PHP_MSHUTDOWN() function.
-       - Removed confirm_sockets_compiled()
-       - Changed RETVAL_* macro's to RETURN_* macro's eliminating errors
-       with incorrect return values and a potential leak/crash or two.
-       - functions that return void, actually return void
-       - Replaced 'long' in the prototypes with 'int'
-       - Fixed fd_zero() function, it gave a WRONG_PARAM_COUNT when you
-       gave it the proper parameter count.
-       - Changed the way an arbitrary number of parameters were accessed
-       from build_iovec() to use the Zend API.
-       - Added socketpair() and shutdown() functions.
-
-2000-08-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd_patch:
-    Execute PHP scripts everywhere (not only in the top-level directory)
-
-    * build/rules_common.mk: Remove -DHAVE_CONFIG_H. It ain't used anywhere.
-
-2000-08-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: Bunch o' changes..
-       - Add the ability to return the web page into a variable
-       by setting the CURLOPT_RETURNTRANSFER constant to 1.
-       - Make everything conform to the naming guidelines.
-       - Delete the resource id from the file_id table when a
-       resource is closed.
-
-2000-08-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c: Make use of zend_isinf and zend_isnan.
-
-    * build/buildcheck.sh
-      build/fastgen.sh: Add/update license
-
-    * build/build.mk
-      build/build2.mk
-      build/dynlib.mk
-      build/library.mk
-      build/ltlib.mk
-      build/program.mk
-      build/rules.mk
-      build/rules_common.mk
-      build/rules_pear.mk
-      pear/Makefile.in
-      pear/phpize.in
-      dynlib.m4: Relicense build-related files under the PHP License
-
-    Move common make rules to rules_common.mk. This gets rid of the duplicated
-    stuff in rules.mk/rules_pear.mk.
-
-    * ext/standard/file.c
-      main/Makefile.in
-      main/fopen-wrappers.c
-      main/php_realpath.c
-      main/php_realpath.h: Remove php_realpath from build.
-
-    It was broken and should not be used in any way.
-
-2000-08-19  Jesus M. Castagnetto  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_math.h: Added some more predefined constants
-
-2000-08-19  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: We only need winsock.h one time
-
-    * win32/.cvsignore: Adding ignore file for Win32
-
-    * win32/php4.dsw: Fixing paths to Zend and libmysql
-
-    * win32/php4dll.dsp:
-    Fixing include path for compiling non thread safe php.exe
-
-2000-08-19  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * NEWS: Note about Oracle LDAP SDK support. Should I not say experimental?
-
-2000-08-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/basic_functions.c
-      ext/standard/file.c: - Update NEWS
-    - Fix non ZTS Windows build
-
-    * NEWS: Update NEWS
-
-    * main/SAPI.c:
-    Avoid an endless loop situation in case of an error situation while sending 
headers
-
-2000-08-19  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/ldap/config.m4
-      ext/ldap/php_ldap.h: Adding Oracle LDAP SDK support
-
-2000-08-18  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - Centralize more fopen-wrappers functionality.
-
-2000-08-18  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/mssql.dsp
-      ext/mssql/mssql_win32_howto.txt: Adding howto file for MS SQL
-
-2000-08-18  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    use estrndup and efree to hopefully avoid both munging of arguments and
-    leaking memory.
-
-2000-08-18  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c:
-    REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP
-
-2000-08-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c: Add necessary *_FETCH() macros
-
-2000-08-18  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: Purely cosmetic.
-
-    * ext/standard/string.c: Fix #6234
-
-2000-08-18  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    typo fix in array_diff error message, fixes bug #6236
-
-    * ext/standard/array.c: minor typo fix in proto
-
-2000-08-17  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c:
-    Reorder call to ELS_FETCH to be after declarations
-
-2000-08-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:
-    Reverting the pemalloc -> malloc change until we figure out why it breaks.
-
-    * ext/pcre/php_pcre.c: No need to have persistent allocation.
-
-2000-08-17  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    prevent mail_criteria from munging the variable passed in containing the
-    query - just had to add a cpystr(). if this isn't the right fix, let me
-    know, but it does work.
-
-2000-08-17  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c:
-    (send_headers) Removed code freeing http_status_line, this is performed
-                   in sapi_send_headers()
-
-2000-08-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c: additional include should fix bug #6086
-
-2000-08-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in:
-    Fix dependency. PEAR.php needs to be created before it can be installed.
-
-2000-08-17  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.c
-      ext/java/java.dsp
-      sapi/servlet/servlet.dsp:
-    Better error reporting when dll/shared library is not able to be loaded.
-    Submitted by: Brd Farstad <[EMAIL PROTECTED]>
-
-2000-08-17  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fix chunk_split (#6208)
-
-2000-08-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      win32/php4dllts.dsp: - It should be #ifdef PHP_WIN32
-
-2000-08-17  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: ts issues.
-
-2000-08-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c
-      main/fopen-wrappers.h:
-    - The beginning of an attempt to cleanup fopen-wrappers.
-    - I started with trying to localize the V_FOPEN's so that we can have a
-    - version which won't really open the file for include_once/require_once to
-    - work faster and have less chance of a race which would cause a fd leak.
-    - What I did will, therefore, change but I want to do this step by step
-    - because the code is extremley messy so first of all I want to make sure
-    - that the isolating of the V_FOPEN code doesn't break anything.
-    - How about moving URL stuff out of this file?
-    - php_fopen_url_wrapper() copy and pasted the second part of
-    - php_fopen_wrapper() (incorrectly). Please try not to copy&paste code but
-    - centralize functionality. Need to think of a nice way to nuke one of the
-    - copies and have both functions use the same one.
-
-2000-08-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: compile fix
-
-2000-08-16  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c: proto fixed
-
-2000-08-16  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    - Return NULL type when column is NULL, now that we have it in PHP4.
-    - Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL
-      pointer in this case, but a pointer to a string of 0 length...
-
-2000-08-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/rules.mk: Change the C++ extension to .cpp
-
-2000-08-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c: - Inserted constants for fdf flags
-
-2000-08-15  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/php_swf.h
-      ext/swf/swf.c:  Fix stdout support with the swf extension. 
-
-2000-08-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/main.c:
-    Fix varargs handling. The assignments are not necessary at all and
-    cause problems on various platforms, so we get rid of them.
-
-2000-08-15  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/php_curl.h: Leftovers...
-
-    * ext/curl/curl.c: Add Win32 support for cURL.
-
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: This fixes to problems:
-
-    - Apache not having the output go to stdout in some cases.
-    - Output being displayed before the header is displayed.
-
-    And causes the following:
-
-    - *Slightly* slower cURL transfers.
-
-2000-08-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c: Sync with Zend
-
-2000-08-15  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c: - Clearified which version of libmcrypt is enabled
-
-2000-08-15  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Fix byteorder for il2long and long2ip (#6159)
-
-2000-08-15  David Croft  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    renamed ini section, quoted default host and tabulated.
-
-
-    * ext/pfpro/pfpro.c
-      ext/pfpro/php_pfpro.h:
-    display ini file entries on phpinfo(), unregister them on shutdown
-    numeric ini file entries stored as ints
-    removed unnecessary casts from PFPROG()
-    pval -> zval
-
-2000-08-14  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/TODO:
-2000-08-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c:
-    Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against
-    libmcrypt 2.2.
-
-    * ext/mcrypt/mcrypt.c:
-    Remove unnecessary precompiler macros. The failure condition is catched
-    at configure time.
-
-    * ext/mcrypt/mcrypt.c:
-    Restrict INI entries when compiling against libmcrypt 2.4.
-
-    * ext/mcrypt/config.m4:
-    Fix check for libmcrypt in non-system library paths.
-    Fix case where neither libmcrypt 2.4.x and 2.2.x were found.
-    Fix library order (scope limited to static libraries)
-
-2000-08-14  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c: Fix print length - again
-
-    * ext/standard/formatted_print.c:
-    Fix another crash with long formats (#6145)
-
-    * ext/standard/formatted_print.c: Fix non-numbers printing (#6142)
-
-2000-08-14  David Croft  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: presumably this was wrong
-
-2000-08-13  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h: - Fix spacing.
-    - Add error constants.
-
-2000-08-13  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/apache/sapi_apache.c: Fix opened_path init
-
-    * sapi/roxen/roxen.c
-      sapi/thttpd/thttpd.c
-      sapi/isapi/php4isapi.c
-      sapi/nsapi/nsapi.c
-      sapi/cgi/cgi_main.c
-      main/main.c: Fix zend_fiel_handle handling. Should fix URL include
-    and various opened_path inconsistencies.
-
-2000-08-13  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbase.c:  Fixed dbase_add_record. 
-
-2000-08-13  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h:
-    - Now using the better way of using INI directives
-    - Changed some warning/error messages to be more clear
-
-2000-08-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-08-12  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/sysvshm/sysvshm.c: Some protos corrected.
-
-2000-08-12  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-     - The destructor for a connection resource closed the current
-       connection if the connection had been closed before (danny)
-
-2000-08-11  Derick Rethans  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c: - Fixed warning under VC6
-
-    * ext/mcrypt/config.m4
-      ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h:  Added support for libmcrypt 2.4.4
-
-2000-08-11  David Croft  <[EMAIL PROTECTED]>
-
-    * NEWS: Added news item for Andi's strncasecmp commit
-
-
-2000-08-11  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - restore ifx_close() to PHP3 behaviour for non-persistent connections
-      by silently reconnecting the existing link if closed earlier (danny)
-
-2000-08-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Make COM work in a multithreaded environment
-
-2000-08-11  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: return type in proto for OCIError fixed
-
-2000-08-11  dickmeiss  <[EMAIL PROTECTED]>
-
-    * ext/yaz/php_yaz.c:
-    Added support for username, group and password for function yaz_connect.
-
-2000-08-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-08-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - The commit messages didn't seem to update the news file
-
-2000-08-10  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c:
-    - Fixed FTP module to accept multiline server replies 
-
-2000-08-10  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c: -  changed all pvals to zvals (like they were before)
-
-2000-08-10  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/php_pspell.h
-      ext/pspell/pspell.c:
-    Added capability to create and manipulate a config object that can be
-    used later to create an instance of the spellchecker based on that
-    config.
-
-2000-08-10  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c
-      ext/ccvs/ccvs.h:
-    - Homogonized CCVS with the rest of the modules in the ext/ tree:
-        - All ZEND_* macro calls changed to PHP_* macros.
-        - All zval's converted to pval's.
-
-2000-08-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php3_compat.h
-      main/php.h: - Move compat macros to php3_compat.h
-
-2000-08-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Remove bogus "by"
-
-2000-08-10  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: Cut and paste error? :)
-
-2000-08-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Formatting.
-
-2000-08-10  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c:
-    last patch reverted, i didn't get the whole picture here
-
-    * ext/domxml/php_domxml.c: duplicate alias entry removed
-
-2000-08-10  David Croft  <[EMAIL PROTECTED]>
-
-    * ext/pspell/README:
-2000-08-10  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c: Correct bug in headers only logic.
-
-2000-08-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    Update NEWS, including some stuff that somehow got forgotten on my home machine
-
-    * main/main.c: Update to be consistent with the new Zend API
-
-2000-08-09  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c:
-    Updated Supported CCVS Versions based on Conversation with Doug. All versions of 
CCVS 3.0 and greater should work without problems.
-
-2000-08-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/msql/php_msql.c: - Fix mSQL_close(). ([EMAIL PROTECTED])
-
-2000-08-09  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c: Added Dougs name to the PHPINFO "Support By" call.
-    Added a "Release Supports CCVS Versions..." line in PHPINFO
-
-2000-08-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: fix #6061
-
-2000-08-09  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/ccvs.c
-      ext/ccvs/ccvs.h: Looks like I found my problem.
-    I was predeclaring my functions in ccvs.h (stupid of me), so PHP was seeing the 
predec from internal_functions.h, the predec again, and then the actual functions and 
barfing.  Compiles into apache now.  Will test further.
-
-    * ext/ccvs/config.m4:
-    Tracked the stray -libccvs call to a bad config directive in the config.m4 file.
-
-2000-08-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Fix a couple of bugs in the ISAPI module:
-    - I think NTLM should work now
-    - Fix the DOCUMENT_ROOT code
-
-2000-08-09  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/config.m4:
-    Trying to resolve the build issue. This module is currently broken. PHP compiles 
it fine but I'm having linking issues when it gets to the apache level.
-    Any help would be greatly appreciated.
-
-    * ext/ccvs/ccvs.c
-      ext/ccvs/ccvs.h:
-    Looks like my editor barfed sometime today and saved the source files as
-    PC Format. Fixed that.  Seeing some compiletime issues that I'm working on 
resolving.
-
-2000-08-08  Brendan W. McAdams  <[EMAIL PROTECTED]>
-
-    * ext/ccvs/Makefile.in
-      ext/ccvs/ccvs.c
-      ext/ccvs/ccvs.h
-      ext/ccvs/config.m4:
-    Had some issues with apache build.  PHP Was passing a -llibccvs inadvertantly.  
Seemed to be an issue with the autoconf file.  Fixed. I'll get back to cleaning up 
that AutoConf later.
-
-    * ext/ccvs/.cvsignore
-      ext/ccvs/Makefile.in
-      ext/ccvs/ccvs.c
-      ext/ccvs/ccvs.h
-      ext/ccvs/config.m4:
-    First commit of these files.  We have had them working for about 3 weeks, very 
well, as a DL.  The straight compile-into PHP support should work fine; I've got it 
compiling on my Slackware 7 i386 box with Apache 1.3.12 + mod_ssl.  Documentation, 
module info and example code are forthcoming.
-
-2000-08-08  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: Added missing 'subject'-key in envelope.
-
-2000-08-08  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gettext/gettext.c
-      ext/ftp/php_ftp.c: Beautified some protos.
-
-2000-08-08  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/README:
-    Added instructions on how to use personalized dictionaries
-
-    * ext/pspell/php_pspell.h
-      ext/pspell/pspell.c: added support for personalized dictionaries.
-    new functions: pspell_new_personal(), pspell_save_wordlist().
-
-    pspell_save_wordlist() needs to be changed to return error-codes
-    once pspell library gets fixed
-
-2000-08-08  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c
-      main/fopen-wrappers.h:
-    Standartize full path handling - everything now goes via expand_filepath
-    Add errno to open_basedir checking function
-
-    * main/php_virtual_cwd.c: fix return code for virtual_file_ex
-
-    * ext/standard/pageinfo.c:
-    Fix possible crash when stat information is not available
-
-2000-08-08  Martin Kraemer  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c: Bug #6016: Fix EBCDIC logic error in urlencode()
-    (a strchr() test was used backwards)
-    Reported by: [EMAIL PROTECTED]
-
-2000-08-07  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - fix for # 5980 (using ifx_connect/ifx_close multiple times for the
-      same database connection) (danny)
-
-2000-08-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c: Add support for <binary> WDDX element.
-
-    * NEWS: .
-
-    * sapi/thttpd/thttpd_patch: Remove some crud from diff output (Only in..).
-
-    * sapi/thttpd/Makefile.in
-      sapi/thttpd/README
-      sapi/thttpd/config.m4
-      sapi/thttpd/stub.c
-      sapi/thttpd/thttpd_patch: Fix building thttpd SAPI module.
-
-    This works now with thttpd 2.19.
-
-    Thanks to Andrzej Borsuk <[EMAIL PROTECTED]> for
-    pointing me into the right direction.
-
-    * configure.in:
-    Set abs_srcdir before SAPI modules' configure stuff is run.
-
-2000-08-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS: - updated those entries I feel responsible for
-
-2000-08-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: fixed binary mode for Win32
-
-2000-08-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c
-      ext/domxml/php_domxml.h:
-    - got rid of php_ prefix in Modulename and some structs
-
-2000-08-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Add DOCUMENT_ROOT
-
-2000-08-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c: - made compilation as dynamic lib possible
-
-    * ext/fdf/fdf.c
-      ext/fdf/php_fdf.h:
-    - added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action()
-      as proposed by <[EMAIL PROTECTED]>
-
-2000-08-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - Fixed CLOB handling in OCI8 driver when using variable-width
-      character sets. 
-
-2000-08-07  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: fixed for openldap 2.0beta.
-
-2000-08-07  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/sybase/php_sybase_db.c:
-    Add 4th optional parameter to sybase_[p]connect to specify the charset
-    for the connection
-
-2000-08-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c:
-    Reverse this patch - it really shouldn't be in the error handler, but in the place
-    that generates the error...
-
-    * win32/sendmail.c: Fix warning
-
-    * win32/sendmail.c: Fix & optimize
-
-2000-08-06  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/pspell/pspell.c: Added a parameter type.
-
-    * ext/pspell/pspell.c: Fixed some protos.
-
-2000-08-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.h: Including utime.h once is enough.
-
-2000-08-06  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    Description from the ChangeLog. Thies, is it correct?
-
-2000-08-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.h: Add utime include
-
-    * win32/sendmail.c: Add Joey Smith's sendmail_port patch
-
-2000-08-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in
-      main/php_virtual_cwd.h: Include <utime.h> in php_virtual_cwd.h.
-
-2000-08-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c: Replace min() - not everyone has it
-
-    * main/php.h: fix stupid bug
-
-2000-08-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/filestat.c
-      main/fopen-wrappers.c
-      main/php.h
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: Virtualize realpath, chmod, chown and utime
-    This should fix #5935 and #5904
-
-2000-08-06  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Changed some protos.
-
-2000-08-06  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c:
-    removed a BAD IDEA (tm) that filtered out backslashes
-
-2000-08-06  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c:
-    Support content-encoding headers in file upload mime parts
-
-    * main/php.h:
-    decouple this check just in case we hit a weird system that has one
-    and not the other.  And we specifically check for this, so we should
-    use the information.
-
-    * php.ini-dist: Remove mysql dll
-
-2000-08-05  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - Fix INT8 returning garbage because ifx_int8toasc does not null_terminate
-      the returned string. (danny)
-
-2000-08-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: Fix crash on broken setups (#5979)
-
-2000-08-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - Fixed warning when shutting down OCINLogon() connections. 
-
-2000-08-05  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: Open session files in binary mode (fix #5953)
-
-2000-08-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - OCIError() would sometimes not report failed connections. 
-
-2000-08-05  Hnot David  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ii.c: Fix for a bug with persistent connections.
-
-2000-08-04  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      php.ini-dist
-      php.ini-optimized:
-    changed default sendmail flags from '-t' to '-t -i' (bugid#5374)
-
-2000-08-04  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.c:
-    Fix for bug 5911 - ANSI C violation: lvalues are not assignable
-
-    * ext/java/java.c:
-    Restore the ability to clean compile in non-multithreaded environments
-
-2000-08-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/posix/posix.c: fixed ZTS compile
-
-2000-08-04  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: - This should fix bug #5964
-
-2000-08-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Fix typo
-
-2000-08-04  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.h:
-2000-08-04  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/reg.c: Sorry only the *_replaceparameters are wrong.
-
-    * ext/standard/reg.c: Wrong parameters found by Martin Buchholz @ six.de.
-
-2000-08-04  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/mysql.php: Removed debug output from DB_mysql::execute.
-
-2000-08-04  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: ooops - theese new parameters are optional
-
-    * ext/standard/array.c:
-    added new second parameter to osrt functions in the protos
-
-    * ext/standard/url_scanner.re: no longer needed
-
-    * ext/standard/url_scanner.c: do not rewrite absolute urls
-    (should be more clever and identify itself though)
-
-2000-08-04  Joey Smith  <[EMAIL PROTECTED]>
-
-    * win32/sendmail.c: Geez, you'd think English wasn' tmy native tongue.
-
-    * win32/sendmail.c: Outdated URL, link to the master site instead.
-
-2000-08-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: Small portability fix
-
-2000-08-03  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/mail.c:
-    evaluate sendmail exit status, fixes unix side of bug #5630
-
-2000-08-03  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Fix fclose prototype (#5930)
-
-    * main/fopen-wrappers.c:
-    If we can't find a protocol in URL wrapper, try it as a filename (fix #5931)
-
-2000-08-03  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c:
-    will now work again on 1-character urls, spaces before and after '='
-    and urls containing '#' scrolling info
-
-2000-08-02  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c: Leave this initialization in
-
-    * sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      sapi/pi3web/pi3web_sapi.c
-      sapi/roxen/roxen.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      sapi/nsapi/nsapi.c
-      sapi/phttpd/phttpd.c
-      sapi/apache/mod_php4.c
-      main/SAPI.c
-      sapi/aolserver/aolserver.c:
-    Heads up!  I have moved the headers_only and response_code checks out of
-    SAPI and down into the individual SAPI modules.  I have made the
-    appropriate changes in all the SAPI modules, but please verify these.
-    The reason for this change is that Apache sometimes will feed PHP
-    a request_method of GET but have r->header_only set to true.  This happens
-    in an ErrorDocument redirect.  In this same scenario we want to preserve
-    the status code as well instead of just overwriting it with a 200 and
-    losing this information.  For now the other sapi modules act exactly as
-    before since they probably do not make this distinction, and they may
-    not even have a valid response code this early in the request.
-
-    * ext/ldap/config.m4: Fix library ordering here so static builds will work
-
-2000-08-02  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/ldap/php_ldap.h:
-    - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
-      These functions are available only when using openldap which is compiled
-      with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani)
-
-2000-08-01  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.c: Add Olympus-specific tags to read_exif_data()
-
-2000-08-01  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c: typo fix
-
-2000-08-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    Enable building PHP against kerberized IMAP libraries
-
-2000-08-01  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: protect datetime() against all zero inputs ...
-
-2000-08-01  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    - Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
-      the body. Bug #4447. 
-
-2000-08-01  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c
-      main/main.c:
-    "undefined function" error message will now suggest similar named
-    functions as jikes compiler for java does (typo protection)
-
-    * ext/standard/Makefile.in
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/url_scanner.c
-      ext/standard/url_scanner.h:
-    trans-sid rewrite, is now state-aware (fix for bug #3411 and friends)
-
-2000-08-01  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    When output is empty, exec should return "", not "\0" (#5775)
-
-2000-08-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_realpath.c: - Get rid of whitespace.
-
-2000-07-31  James L. Pine  <[EMAIL PROTECTED]>
-
-    * pear/DB/oci8.php:
-    added affectedRows, which takes no arguements and returns the number of rows 
affected by the last query.  if the query was a select, returns 0.
-
-2000-07-31  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Missed a symbol
-
-2000-07-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * README.SELF-CONTAINED-EXTENSIONS: Add note about software requirements
-
-2000-07-30  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: fix for bug #5672
-
-2000-07-30  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/.cvsignore
-      pear/Makefile.in
-      pear/PEAR.php.in
-      pear/PEAR/Installer.php
-      pear/XML/Parser.php
-      pear/XML/RPC.php
-      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.i
-      pear/XML/tests/parser3.r
-      pear/XML/tests/parser3.t
-      pear/run-tests.in
-      pear/tests/PEAR.r
-      pear/tests/PEAR.t
-      pear/tests/PEAR_Error.r
-      pear/tests/PEAR_Error.t:    Also fixed a bug in the PEAR class that was 
discovered when testing :-)
-
-2000-07-30  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS:
-2000-07-30  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/rfc1867.c: Fix file upload types array handling (#5836)
-
-2000-07-30  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fix bug in strip_tags function as per bug #5857
-
-2000-07-30  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.java: Refactor in support of subclassing
-
-2000-07-30  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Net/Socket.php:
-    change deprecated call to set_socket_blocking() to socket_set_blocking()
-
-2000-07-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c
-      ext/standard/url.h
-      main/fopen-wrappers.c:
-    This url symbol was a bit too generic.  Change it to php_url instead.
-    It was clashing with a similar typedef in the UdmSearch integration I am
-    working on.
-
-2000-07-29  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    - Fixed bug in imap_compose_mail() which caused crashes. 
-
-2000-07-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c:
-    - Fix reading of IPTC via GetImageInfo() for certain JPEG files. 
-
-2000-07-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * INSTALL:
-    Add a couple of notes to the INSTALL file to hopefully cut down on a
-    couple of frequently asked questions.
-
-2000-07-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c
-      NEWS
-      ext/standard/output.c
-      ext/standard/php_output.h
-      main/main.c
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c:
-    Made ob_start() and friends reentrant.  It's now possible to implement this
-    long-requested functionality, now that output buffering is re-entrant:
-
-    function eval_ret($code)
-    {
-       ob_start();
-       eval($code);
-       $retval = ob_get_contents();
-       ob_end_clean();
-       return $retval;
-    }
-
-    * main/fopen-wrappers.c
-      main/main.c
-      main/php_main.h
-      main/php_virtual_cwd.c
-      win32/php4dll.dsp: - Update .dsp's
-    - Make non ZTS Win32 build again
-
-2000-07-29  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    Fix #5817 and really, really check what gets passed further...
-
-    * ext/pgsql/Makefile.in:
-    Removed an extra tab, it caused problems for Digital Unix' poor native make...
-
-    * ext/pgsql/config.m4
-      ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    This should fix #5826.
-
-2000-07-29  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: Just cleaning up.
-
-2000-07-28  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    Fixes bug which caused crash, if result_entry wasn't valid.
-
-    * ext/ldap/ldap.c:
-    * ext/ldap/ldap.c:
-    - Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
-      binary-safe. Original patch: Terrence Miao <[EMAIL PROTECTED]> 
-
-2000-07-28  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/README:
-    * PEAR now stands for "PHP Extension and Application Repository"
-
-2000-07-28  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in
-      pear/Net/Socket.php
-      pear/Socket.php:
-    Moving the Socket class to Net/Socket.php, and basing it on code that Stig
-    wrote, with a few extra utility functions from my old class.
-
-    Stig, I mucked with the constructor a bit since it didn't quite make sense
-    exactly as it was - does it still do what was intended?
-
-    Also, are the emacs folding things (// {{{ functionname() ...) a PEAR
-    standard? How do they fit with the javadoc?
-
-2000-07-28  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c
-      main/main.c:
-    added '-l' option to command line / CGI version for 'syntax check only'
-    plus a little cleanup and rearranging in command line option parsing
-
-
-    * win32/sendmail.c: should fix bug #5729
-
-
-2000-07-28  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    - Fixed bug in ldap_get_values_len() which makes it NULL-safe. 
-      Bug-report and fix submitted by Michel Alexeline <[EMAIL PROTECTED]>
-
-2000-07-27  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README:
-    Fix bug 5619 - explain how to add to the classpath on Win32 machines.
-
-    Reported by: "Carl S. in 't Veld" <[EMAIL PROTECTED]>
-
-2000-07-27  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel:
-    Make ext_skel create a Makefile.in set up to handle shared extension
-    support automatically
-
-2000-07-27  James L. Pine  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: added DB/oci8.php to PEAR_FILES
-
-2000-07-27  Jon Parise  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Reworded some of the php_error messages for grammar and clarity.
-    (For example, settled on "cannot" instead of "can't" in all case)
-
-2000-07-27  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * NEWS: Add news of recent fixes
-
-    * main/php_realpath.c:
-    Fix realpath not to die on non-existing files (bug #5790)
-    Thanks to [EMAIL PROTECTED]
-
-2000-07-27  Chuck Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in
-      pear/Socket.php:
-    Add a Socket class. If this should be somewhere other than top-level, just
-    let me know - none of the existing subdirectories made sense to me, and I
-    didn't want to add a new one just for this.
-
-2000-07-27  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c: Fix safe mode handling by touch
-
-    * ext/standard/filestat.c:
-    Fix memory leak in touch when safety check fails
-
-2000-07-26  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/posix/posix.c: Access to global variable safe_mode fixed.
-
-2000-07-26  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/pspell.c:
-    Changed syntax of pspell_new() (one more parameter - mode)
-
-    pspell_new() parameters that are empty ("") are now ignored
-
-    Removed pspell_mode() and pspell_runtogether() - their
-    functionality moved to pspell_new() because the ability
-    to dynamically change those settings is not in ISPELL, and
-    is likely do disappear from ASPELL, according to ASPELL
-    author.
-
-    Created a new constant - PSPELL_RUN_TOGETHER for pspell_new()
-
-    fixed a bug in pspell_new() that caused non-English dictionaries
-    to be ignored
-
-    removed a bogus line from pspell_new() that could result in
-    a memory leak
-
-2000-07-26  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/posix/config.m4
-      ext/posix/php_posix.h
-      ext/posix/posix.c:
-    Added seteuid and setegid functions on request by [EMAIL PROTECTED]
-    Also fixed the function detection for the HAVE_ functions.
-
-2000-07-26  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/php_pspell.h: Removed pspell_mode() and pspell_runtogether()
-
-2000-07-26  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    Fix symbol clash which caused a DSO problem on OpenBSD
-
-2000-07-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/crypt.c: Get rid of unnecessary preprocessor constructs.
-
-    * ext/standard/crypt.c:
-    Use the lcg as another entropy source for seeding the PRNG when creating
-    a salt for crypt().
-
-    * acinclude.m4
-      configure.in: Clean up the mess WRT rebuilding a limited set of files.
-
-    Earlier changes were based upon a wrong assumption (that CONFIG_FILES
-    could be relied upon).
-
-2000-07-26  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/string.c: Protos fixed.
-
-2000-07-26  Joey Smith  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    OK, got ahead of myself. Go back to where we started this morning.
-
-2000-07-26  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Proto fixed.
-
-2000-07-26  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c: Make proper object initialization
-
-2000-07-26  Joey Smith  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    OK, the fastgen stuff should be working OK, and normal configure should, too.
-    There is an annoying warning being generated due to null 1st arg to AC_OUTPUT,
-    but I don't know what to do a/b that.
-
-2000-07-26  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/ldap/php_ldap.h: - Added new function: ldap_compare(). 
-
-2000-07-26  Joey Smith  <[EMAIL PROTECTED]>
-
-    * configure.in: Make configure work again.
-    CONFIG_FILES is broken again, tho. (I think).
-    Will work with Stig to try and figure this out.
-
-2000-07-26  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php:
-    Multiple DB::connect or DB::factory calls using the same backend
-    should work now.
-
-2000-07-26  David Croft  <[EMAIL PROTECTED]>
-
-    * NEWS: tidy up news
-
-2000-07-26  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * NEWS: Just a little beutifuing.
-
-2000-07-26  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      EXTENSIONS
-      NEWS: * 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.
-
-    * ext/curl/curl.c: Add CURLOPT_TRANSFERTEXT option to curl_setopt().
-
-2000-07-26  Jon Parise  <[EMAIL PROTECTED]>
-
-    * README.CVS-RULES: MAINTAINERS has become EXTENSIONS
-
-2000-07-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c: Read from /dev/u?random until the buffer is filled.
-
-    Submitted by: Derick Rethans <[EMAIL PROTECTED]>
-
-2000-07-25  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/curl/curl.c
-      ext/curl/php_curl.h:
-    Trivial change to add access to CURL version information for
-    user programs in order to have them react appropriately.
-
-2000-07-25  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/php_pspell.h:
-    added several functions for manipulating wordlists:
-     pspell_store_replacement()
-     pspell_add_to_personal()
-     pspell_add_to_session()
-     pspell_clear_session()
-
-    * ext/pspell/pspell.c:
-    - added several functions for manipulating wordlists - 
pspell_store_replacement(), pspell_add_to_personal(), pspell_add_to_session(), 
pspell_clear_session().
-    - fixed a few confusing typos in comments
-
-2000-07-25  Joey Smith  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS: There is still something wrong with Sybase DB-Lib,
-    but CT-Lib works great.
-
-2000-07-25  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/configuration-parser.y: Make browscap parameter names lowercase
-    Fix . handling in browscap names
-
-    * ext/standard/browscap.c: Fix more bugs in browscap
-
-2000-07-25  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:    Fixes bugs #5433 and #5603.
-
-2000-07-25  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Finally fixed so config.status can regenerate single files without
-    doing the whole fastgen and warning message whoopla again.  Whee!
-
-    * acinclude.m4: forgot to commit this one last night
-
-2000-07-25  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c:
-    Report configuration path that is really used, not that is compiled in
-
-2000-07-25  David Croft  <[EMAIL PROTECTED]>
-
-    * EXTENSIONS
-      MAINTAINERS
-      MODULES_STATUS:
-    Merged MAINTAINERS and MODULES_STATUS into EXTENSIONS, added version
-    field, added the missing extensions, added comments, filled in some
-    maintainers.
-
-
-2000-07-25  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/html.c: htmlspecialchars and htmlentities will now
-    encode single quotes to &#39;
-    (due to feature request in BUG ID#5254)
-
-2000-07-25  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c:
-    Default section name should be uppercase, I guess
-
-2000-07-25  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/HTML/Form.php
-      pear/run-tests.in
-      pear/tests/PEAR.r
-      pear/tests/PEAR.t
-      pear/tests/php.ini
-      pear/.cvsignore
-      pear/package.dtd: * the beginning of a regression testing framework?
-
-2000-07-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/config.m4: remove comments for consistency.
-
-    * NEWS: .
-
-2000-07-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in
-      pear/Makefile.in
-      pear/PEAR/Installer.php
-      pear/pear.in
-      pear/php-config.in
-      pear/phpize.in: * generate pear scripts properly with configure
-
-    * pear/PEAR.php
-      pear/PEAR.php.in: * PEAR.php is now generated by configure
-
-2000-07-24  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/php_curl.h
-      ext/curl/config.m4
-      ext/curl/curl.c: 1.  Move from experimental -> production
-    2.  Thread safety
-    3.  Set some initial options
-    4.  Redo the placement of some functions and options.
-
-2000-07-24  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c:
-    sybase.globals was still using PHP 3.0 as the appname.
-
-2000-07-24  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4:
-    Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming 
the lib files, thanks to Kevin Way... fixed typo from GLIHC to GLIBC
-
-2000-07-24  John Donagher  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized:
-    * ext/pfpro/pfpro.c
-      ext/pfpro/php_pfpro.h:
-    - For the pfpro extension: defaulthost, defaultport, defaulttimeout, and
-      all of the default proxy settings can now be defined in php.ini
-
-2000-07-24  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4:
-    Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming 
the lib files, thanks to Kevin Way
-
-2000-07-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/TODO: added TODO file for PEAR
-
-2000-07-24  David Croft  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS:
-    updated MODULES_STATUS file. Perhaps this should be renamed EXTENSIONS_STATUS?
-
-    * pear/DB/ibase.php
-      pear/DB/sybase.php
-      pear/PEAR.php: licence versions -> 2.02 in pear files
-
-2000-07-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/ibase.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/sybase.php: Ported DB to new error reporting scheme
-
-    * pear/DB.php
-      pear/File/Find.php
-      pear/Makefile.in
-      pear/PEAR.php
-      pear/PEAR/Installer.php
-      pear/PEAR_Error.php
-      pear/Payment/Verisign.php
-      pear/pear.in:
-    * new class: PEAR - can be used as a base class for others.
-    * PEAR_Error moved into PEAR.php to reduce the number of files that are
-      always included
-    * cleaned up the PEAR_Error API a bit and changed the two classes using it
-    * added PEAR_Installer - an administration class for installing packages
-      and maintaining a "class/file cache"
-
-    * pear/DB/ibase.php
-      pear/DB/sybase.php:
-    Added Sterling Hughes's sybase and ibase DB backends
-
-2000-07-24  David Croft  <[EMAIL PROTECTED]>
-
-    * pear/Payment/Verisign.php: new pear package Payment_Verisign
-
-    * pear/File/Find.php
-      sapi/pi3web/pi3web_sapi.c
-      sapi/servlet/formatter.java
-      sapi/servlet/servlet.java
-      main/php_content_types.c
-      main/php_ticks.c
-      main/php_ticks.h
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h
-      pear/DB.php
-      pear/DB/common.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/oci8.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/storage.php
-      pear/HTTP.php
-      pear/PEAR_Error.php
-      ext/informix/ifx.ec
-      ext/java/java.c
-      ext/java/reflect.java
-      ext/standard/url_scanner.re:
-    various version 2.0 and 2.01 licenses -> 2.02
-
-2000-07-24  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c
-      sapi/servlet/servlet.java: Correct the value of request_uri
-
-2000-07-24  David Croft  <[EMAIL PROTECTED]>
-
-    * NEWS: corrections to NEWS file
-
-    * ext/yp/php_yp.h
-      ext/zlib/php_zlib.h
-      main/php_variables.h
-      ext/sybase/php_sybase_db.h
-      ext/sybase_ct/php_sybase_ct.h
-      ext/sysvsem/php_sysvsem.h
-      ext/sysvshm/php_sysvshm.h
-      ext/standard/array.c
-      ext/standard/base64.h
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/crc32.c
-      ext/standard/cyr_convert.h
-      ext/standard/datetime.h
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/dns.h
-      ext/standard/exec.h
-      ext/standard/file.h
-      ext/standard/flock_compat.c
-      ext/standard/flock_compat.h
-      ext/standard/fsock.h
-      ext/standard/head.h
-      ext/standard/html.c
-      ext/standard/html.h
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/lcg.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/md5.h
-      ext/standard/metaphone.c
-      ext/standard/microtime.h
-      ext/standard/output.c
-      ext/standard/pack.h
-      ext/standard/pageinfo.c
-      ext/standard/pageinfo.h
-      ext/standard/php_array.h
-      ext/standard/php_assert.h
-      ext/standard/php_browscap.h
-      ext/standard/php_crypt.h
-      ext/standard/php_ext_syslog.h
-      ext/standard/php_filestat.h
-      ext/standard/php_global.h
-      ext/standard/php_incomplete_class.h
-      ext/standard/php_iptc.h
-      ext/standard/php_lcg.h
-      ext/standard/php_link.h
-      ext/standard/php_mail.h
-      ext/standard/php_math.h
-      ext/standard/php_output.h
-      ext/standard/php_standard.h
-      ext/standard/php_string.h
-      ext/standard/php_var.h
-      ext/standard/quot_print.h
-      ext/standard/reg.h
-      ext/standard/scanf.c
-      ext/standard/scanf.h
-      ext/standard/type.c
-      ext/standard/type.h
-      ext/standard/uniqid.h
-      ext/standard/url.h
-      ext/odbc/php_odbc.h
-      ext/odbc/php_velocis.h
-      ext/pspell/php_pspell.h
-      ext/pspell/pspell.c
-      ext/hyperwave/hw_error.h
-      ext/hyperwave/php_hyperwave.h
-      ext/ldap/php_ldap.h
-      ext/msql/php_msql.h
-      ext/oci8/php_oci8.h
-      ext/gd/php_gd.h
-      ext/gettext/php_gettext.h
-      ext/hyperwave/hg_comm.h
-      ext/domxml/php_domxml.h
-      ext/fdf/php_fdf.h
-      ext/filepro/filepro.c
-      ext/filepro/php_filepro.h
-      ext/db/php_db.h
-      ext/dbase/php_dbase.h
-      build-defs.h.in
-      ext/aspell/php_aspell.h
-      ext/bcmath/bcmath.c
-      ext/bcmath/php_bcmath.h
-      ext/dav/php_dav.h:
-    Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
-    Added a few RCS Ids
-
-
-2000-07-23  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    It's better not touch those ldap->ld_* when they aren't given as parameters.
-    (Now using -1 the parameters not wanted can be omitted)
-
-2000-07-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/File/Find.php
-      pear/PEAR_Error.php: Remove $file and $line.
-
-    * pear/File/Find.php: Fixes.
-
-2000-07-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: (getimagesize) fix FORCE_REF.
-
-2000-07-23  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c: Add another check for broken browscap object
-
-    * main/configuration-parser.y:
-    Make browscap not to lowercase its arguments
-
-    * ext/standard/browscap.c:
-    Try to fix some get_browser crashes and clean it up
-
-2000-07-23  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c:
-    Setting "compatibility" parameter requires having a PDF structure that
-    has NOT had PDF_open_*() called on it, according to the documentation.
-
-    There is not currently any way to obtain such from user-land in PHP.
-
-    * main/php_sprintf.c
-      main/snprintf.h: BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF
-
-2000-07-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbase.c:
-    Fixed dbase_add_record
-
-2000-07-22  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README
-      ext/java/java.c
-      ext/java/reflect.java: Complete the work mapping arrays and hashtables
-
-    * ext/java/java.c: Fix regression in passing strings as parameters
-
-2000-07-22  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/msql/php_msql.c: fix bug 5322.
-
-2000-07-22  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.c
-      ext/java/reflect.java:
-    Allow java.lang.Hashtables to be passed into PHP as arrays.
-
-    * ext/java/java.c:
-    Verify that a classname is actually passed on a new Java() call.
-
-    * ext/java/reflect.java:
-    Respect the object type the user specified (i.e., never automatically
-    convert the result of "new Java()" to a primitive type)
-
-    * ext/java/java.c: Don't assume that Java byte arrays are null terminated.
-
-2000-07-22  David Croft  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-    * ext/standard/file.c: fixed socket_set blocking in windows
-    (bug 3845)
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_string.h
-      ext/standard/string.c:
-    wordwrap function from Chris Russel <[EMAIL PROTECTED]>
-    differences from his patch:
-     - wordwrap width and wrap-string now optional parameters
-       (default to 75 and "\n" respectively)
-     - wordwrap_byte is now just an automatic special case of wordwrap
-     - Zend API compliant
-
-
-2000-07-22  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Forgot those constants.
-
-2000-07-21  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.c
-      ext/java/reflect.java:
-    Pass PHP arrays to Java as hash tables; minor cleanup
-
-2000-07-21  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c:
-    INI stuff labelled sybase.* should be sybct.*.
-    Thanks to [EMAIL PROTECTED]
-
-2000-07-21  Jani Taskinen  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c:
-    - Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
-      were missing in ldap_search(), ldap_list() and ldap_read() functions 
-    - Fixed a bug in ldap_search/list/read() which prevented returning the partial
-      results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)
-
-
-2000-07-21  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/File/Find.php
-      pear/Makefile.in
-      pear/PEAR_ERROR.php
-      pear/PEAR_Error.php: New naming sequence for PEAR_Error
-      - PEAR_ERROR -> PEAR_Error
-      - $CLASSNAME -> $classname
-
-    New naming sequence for Exceptions
-      - ExceptionFileFind -> FileFindException.
-
-2000-07-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * pear/README: Fix this address
-
-2000-07-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/config.w32.h: Fix Win32 build
-
-2000-07-21  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    column size for date in imap_headers increased (see bug id #5699)
-
-2000-07-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (php_addslashes) Fixed stop condition - it should only take into account
-    the length of the string, not the characters.
-
-2000-07-21  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in
-      pear/PEAR_ERROR.php:
-    Add PEAR_ERROR class for returning exception objects.
-
-
-    * pear/File/Find.php: Beautify, simplify, and make use of PEAR_ERROR.
-
-2000-07-21  Ken Coar  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c:
-       Undo numerical format regression introduced by the fix of the
-       zero-precison %s formatting.
-
-2000-07-20  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: fix for bug #5707
-
-2000-07-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c: fix 5705
-    .
-
-2000-07-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Fix bug $5676.
-
-2000-07-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbase.c: Fix dbase_create() for real.
-
-2000-07-19  David Croft  <[EMAIL PROTECTED]>
-
-    * ext/pfpro/pfpro.c:
-    automatically initialise library at first use if necessary
-    automatically cleanup library at request end if user hasn't done so
-    libpfpro library version shown on phpinfo()
-
-    * ext/pfpro/php_pfpro.h:
-2000-07-19  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4: Itanium patch from Steve Robb <[EMAIL PROTECTED]>
-
-2000-07-19  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB/oci8.php:
-    Updates to the oci8 driver from James L. Pine <[EMAIL PROTECTED]>:
-
-    ok, there are a few changes that make this thing act more like the other
-    wrappers now.
-
-    changed the DSN to take the tnsnames.ora name as host instead of database
-    (it makes more sense in terms of the dsn format) changed fetchrow() and
-    fetchinto() to include keys whose values are null, as well as return lob
-    contents as values
-
-    this is definitely the way things should have been done before, but this is
-    the first that people other than me have tried using the file.  I'm sure
-    more things will come up shortly.
-
-2000-07-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/README: typo
-
-    * ext/ingres_ii/ii.c: Fix building ingres_ii as a shared module
-
-2000-07-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Shutup a gcc warning
-
-2000-07-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/cybercash/cybercash.c
-      ext/cybercash/cybercash.h: Fixed compilation errors.
-
-2000-07-18  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: Added myself
-
-2000-07-18  Ken Coar  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c:
-       Bring forward the zero-precision (%.0s) string formatting fix
-       from PHP3.  (After being nagged by Thies. :-)  Whee!  My first
-       PHP4 commit..
-
-2000-07-18  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * build-defs.h.in
-      configure.in
-      ext/standard/rand.c
-      main/main.c:
-    Set default include_path so PEAR files can be reached 
-
-2000-07-18  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: Patch STDOUT support.
-
-2000-07-17  Hnot David  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ii.c
-      ext/ingres_ii/php_ii.h: Added new function ii_autocommit()
-
-    * MAINTAINERS
-      ext/ingres_ii/Makefile.in
-      ext/ingres_ii/config.m4
-      ext/ingres_ii/ii.c
-      ext/ingres_ii/php_ii.h: Made ingres_ii module compile with its new name
-
-2000-07-17  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in
-      pear/pear.in:
-    Added "pear" executable, requires CGI version installed 
-
-2000-07-17  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/ingres_ii/ii.c:
-    Fixed some protos. Only one line for the description.
-
-2000-07-17  Hnot David  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS
-      ext/ingres_ii/.cvsignore
-      ext/ingres_ii/Makefile.in
-      ext/ingres_ii/README
-      ext/ingres_ii/config.m4
-      ext/ingres_ii/ii.c
-      ext/ingres_ii/ii.h
-      ext/ingres_ii/php_ii.h
-      php.ini-dist
-      php.ini-optimized: Added extension ii for Ingres II native support.
-
-2000-07-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.dsp: Build fixes
-
-    * ext/interbase/interbase.c
-      ext/interbase/interbase.dsp
-      ext/interbase/php_interbase.h:
-    - Made Interbase compile under Win32, cleaned warnings
-    - Added Win32 project for the Interbase module 
-
-2000-07-17  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * README.Zeus: Minor adjustments to compile-advice
-
-2000-07-17  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pfpro/test.output
-      ext/pfpro/test.php:
-    - Cannot see any good reason why the test script in the dir of
-      the extension, though it is in tests as well
-
-2000-07-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      NEWS: *** empty log message ***
-
-2000-07-17  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fix crash in stripcslashes("") (#5628)
-
-2000-07-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Update news
-
-2000-07-16  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/curl/Makefile.in
-      ext/curl/config.m4
-      ext/curl/curl.c
-      ext/curl/php_curl.h: Add CURL support (http://curl.haxx.se).
-
-
-2000-07-16  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * README.EXT_SKEL
-      ext/ext_skel
-      ext/skeleton/skeleton.c
-      ext/skeleton/skeleton.php: Tiny wording fix
-
-2000-07-16  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/storage.php: * DB_common:
-      - added getCol() and toString()
-      - added prepare/execute support to getRow()
-      - support for multiple simultaneous emulated prepare/execute
-    * DB_storage:
-      - added setup(), insert(), toString() and dump()
-
-2000-07-15  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/recode/php_recode.h
-      ext/recode/recode.c: Some cosmetic changes.
-
-2000-07-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php_oci8.h: fixed uninitilized var in ZTS mode.
-
-2000-07-15  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/posix/php_posix.h
-      ext/posix/posix.c: Some cosmetic changes.
-
-2000-07-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/php_oracle.h
-      ext/oracle/oracle.c:
-    - You can now call Ora_Error() without prameters to get the reason
-      for a failed connection attempt. (Kirill Maximov)
-
-2000-07-15  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/domxml/php_domxml.c: Some cosmetic changes.
-
-2000-07-15  David Croft  <[EMAIL PROTECTED]>
-
-    * ext/pfpro/.cvsignore:
-    * ext/pfpro/config.m4
-      ext/pfpro/pfpro.c
-      ext/pfpro/php_pfpro.h:
-    merged changes from Signio module by John Donagher <[EMAIL PROTECTED]>
-
-    * tests/testpfpro.php
-      ext/pfpro/test.php: test file for pfpro
-
-2000-07-15  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-2000-07-15  David Croft  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS
-      ext/pfpro/Makefile.in
-      ext/pfpro/config.m4
-      ext/pfpro/pfpro.c
-      ext/pfpro/php_pfpro.h
-      ext/pfpro/test.output
-      ext/pfpro/test.php:    New extension pfpro to interface with Signio Payflow Pro 
library for
-    credit card processing etc
-
-2000-07-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-    Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
-    imagetypes() function
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h:
-    Add ImageTypes() function which returns a bitfield with the supported
-    image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp
-
-2000-07-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/README.txt:
-    Hopefully this will stop the php_mysql.dll questions that haunt us...
-
-2000-07-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c:
-    Make it possible to specify an empty string as a thousands-seperator
-    in number_format()
-
-2000-07-14  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c: Protos fixed.
-
-2000-07-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/ldap/Makefile.in
-      ext/ldap/config.m4: Shared module support for LDAP extension
-
-2000-07-14  Mike Waychison  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    (imap_mail) Fixed a sizing of the arg parameter array.  Was causing
-                Seg-Faults if rpath was specified.
-
-2000-07-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    Use dashes and short day name in cookies since some browsers seem picky
-    about this
-
-2000-07-13  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/ftp/php_ftp.c: The description for protos need no period.
-
-2000-07-13  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/Makefile.in
-      ext/pspell/README
-      ext/pspell/config.m4
-      ext/pspell/php_pspell.h
-      ext/pspell/pspell.c: - Making pspell compile as a shared module
-    - fix a couple typos
-     Making pspell compile as a shared module
-
-2000-07-13  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/icap/php_icap.c
-      ext/dba/dba.c: Fixed protos.
-
-    * ext/zlib/zlib.c: Forgotten to change.
-
-    * ext/zlib/zlib.c: Corrected some protos.
-
-2000-07-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c: Fix disable_functions feature
-
-    * NEWS: *** empty log message ***
-
-2000-07-13  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: make -c in stand-alone mode work again.
-    Setting ini_path after php_module_startup doesn't do much good -
-    since php_module_startup reads .ini.
-
-2000-07-12  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testcpdfclock: - The pdfclock example using cpdf
-
-2000-07-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main/main.c:
-    (php_error) only set php_errormsg if we (still) have an active_symbol_table.
-
-2000-07-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - By mistake recommited bad entry
-
-    * NEWS: - Add some Zend Engine changes to the NEWS file
-
-2000-07-11  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: - typo
-
-    * ext/informix/ifx.ec:
-    - Work-around for ESQL/C bug with BLOBs and NULL values (Danny).
-
-2000-07-11  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4:
-    Fix for problem noted by Jay Greenspan on TurboLinux machines
-
-2000-07-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Updated comments.
-
-    * ext/standard/array.c
-      ext/standard/php_array.h:
-    - Improved array_multisort() to be able to specify sort type as well sort
-      order. Incidentally, it can be used to sort multi-dimensional arrays
-      as well. 
-
-2000-07-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.dsp
-      main/SAPI.c
-      main/php_ini.c:
-    Disable the hash_apply() protection on hashes that persist across requests - it's 
unsafe
-    because we may be aborted at any point
-
-2000-07-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Thies, finish your news entries next time. :)
-
-2000-07-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/config.m4
-      ext/pgsql/pgsql.c:
-    The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/
-
-    * ext/session/mod_files.c:
-    Always use the current DIR_DELIMITER to create the session file path
-
-2000-07-11  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * win32/sendmail.c: fix warning in VC6
-
-2000-07-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/zlib/php_zlib.h: - Don't need extern for functions
-
-2000-07-10  Vlad Krupin  <[EMAIL PROTECTED]>
-
-    * ext/pspell/pspell.c: - PS_* constants changed to PSPELL_*
-    - zval is used instead of pval
-    (as Andrei Zmievski suggested)
-
-    Modified Files:
-       ext/pspell/pspell.c
-
-    * ext/pspell/.cvsignore
-      ext/pspell/Makefile.in
-      ext/pspell/README
-      ext/pspell/config.m4
-      ext/pspell/php_pspell.h
-      ext/pspell/pspell.c:
-    Initial release. Includes:
-    - Functionality of aspell
-    - 3 modes of spellchecking (fast, normal, bad_spellers)
-    - support for run-together words
-
-2000-07-10  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/sysvshm/sysvshm.c: Changed the descriptions.
-
-    * ext/sysvshm/php_sysvshm.h
-      ext/sysvshm/sysvshm.c:
-    Changed some protos and the authors email address.
-
-2000-07-10  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - Fix the case of NULL BYTE and TEXT columns. (Danny).
-      ESQL/C (sometimes ?) does not set the indicator variable,
-      but the locator->loc_indicator instead.
-
-2000-07-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * INSTALL: php.ini install docs from David Croft <[EMAIL PROTECTED]>
-
-2000-07-10  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * win32/sendmail.c:
-    - Oops, missed two GLOBAL()'s.
-
-    * win32/sendmail.c:
-    - Another attempt to sync with PHP3 and handle multiple recipients.
-    - Change all \'s to \r\n.
-    - It's now PHP 4.0 WIN32 -mailer.
-
-
-2000-07-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Lift the add-once limit for libraries, because there are valid reasons
-    against it. When dealing with static libraries, the link order is
-    important and it might be necessary to add a library multiple times to
-    satisfy mutual symbol requirements.
-
-    * sapi/thttpd/README
-      ext/dba/dba.c
-      ext/dba/dba_cdb.c
-      ext/dba/dba_db2.c
-      ext/dba/dba_db3.c
-      ext/dba/dba_dbm.c
-      ext/dba/dba_gdbm.c
-      ext/dba/dba_ndbm.c
-      ext/dba/php_dba.h
-      ext/mcrypt/mcrypt.c
-      ext/session/mod_files.c
-      ext/session/mod_files.h
-      ext/session/mod_mm.c
-      ext/session/mod_mm.h
-      ext/session/mod_user.c
-      ext/session/mod_user.h
-      ext/session/php_session.h
-      ext/session/session.c
-      ext/standard/flock_compat.c
-      ext/standard/lcg.c
-      ext/standard/php_lcg.h
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h: Unify use of my email address
-
-    * sapi/apache/mod_php4.c:
-    Fix prototype of apache_child_exit_handler and remove popen-related
-    preprocessor directives/macros.
-
-    * configure.in:
-    Substitute CXX_PHP_COMPILE. Compiling C++ source files works now.
-
-    * build/rules.mk: Make the cxx suffix easily adjustable
-
-    * ext/session/session.c:
-    Also output the name of the save_handler when reporting a failed write
-    attempt.
-
-2000-07-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: masquarading as sascha;-)
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/sapi_apache.c: - Fixed closing
-
-2000-07-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      build/library.mk
-      build/rules.mk
-      configure.in
-      dynlib.m4: Add support for building C++ sources.
-
-    In your extension's config.m4, you need to use the m4 macro
-
-        PHP_REQUIRE_CXX
-
-    This shall be called only, if your extension is enabled.
-
-    C++ source files shall not be put into the LTLIBRARY_SOURCES macro.
-    Instead, the filename of the object shall be put into
-    LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use
-
-        LTLIBRARY_OBJECTS_X = foo.lo
-
-2000-07-09  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fixed other protos.
-
-    * ext/standard/pack.c: Fixed a proto.
-
-    * ext/standard/math.c: Corrected a mispelled word.
-
-2000-07-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-    * main/main.c: Restore INI entries after the request shutdown of modules.
-
-    This fixes the problems users of the session module encountered when
-    using a save handler other than files.
-
-2000-07-09  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Fixed module / global shutdown for apache.
-    GSHUTDOWN functions are now executed and MSHUTDOWN functions are executed on 
child process exit
-
-2000-07-09  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Fix stupid bug.
-
-2000-07-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c:
-    - Left debugging accidentally on...
-
-    * ext/interbase/interbase.c:
-    (ibase_blob_import) It's good to have link handle available, if you want to
-                        use it...
-    (_php_ibase_exec)   On error situations, only xsqlda was freed, not its
-                        contents.
-
-    * ext/interbase/interbase.c:
-    - I must be getting demented. Forgot to add and register list destructor
-      function when creating new list entry type. Several other modifications
-      too related to this. Blobs still not working.
-
-2000-07-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README
-      ext/java/java.c
-      ext/java/reflect.java: Reentrancy fixes
-
-    * sapi/servlet/reqparams.php: Fix for JDK1.2.2/Tomcat3.2
-    (can't find beanInfo for interfaces which extend other interfaces)
-
-2000-07-08  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Eliminated a typo.
-
-2000-07-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_string.h
-      ext/standard/string.c:
-    - Updated str_pad() to be able to pad on left/right/both sides. 
-
-2000-07-08  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Uncomplete proto.
-
-    * ext/sockets/sockets.c: Aren't there some function names conflicts?
-
-2000-07-08  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README
-      ext/java/except.php
-      ext/java/java.c
-      ext/java/reflect.java:
-    Add experimental APIs to get and clear the last exception
-
-2000-07-08  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/php_sockets.h
-      ext/sockets/sockets.c: * php4/ext/sockets.c, php4/ext/php_sockets.h:
-       Numerous changes. Many prototypes changed to be more like the
-       appropriate *NIX counterparts. Many new prototypes defining many
-       more advanced socket routines. Better AF_UNIX socket support.
-       bind() now recognizes the socket type and acts appropriately,
-       instead of needing the AF_* for the socket passed in.
-
-2000-07-07  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gdttf.c:
-    - Restore testing for Unicode charmap to what it was, it was working(?), this
-      shouldn't have any effect on other charmaps.
-    - Remove bogus message about not finding any Unicode mapping table.
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    - Move away from encoding transaction number into link_id and use properly
-      resources instead for both.
-    - Some cleaning.
-
-2000-07-07  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-    Fix fgets re-allocation (add +1 to accomondate ending \0).
-
-    * ext/posix/posix.c: Fix add_assoc_string functions.
-    add_assoc_string(l) last parameter is "duplicate", not string length.
-
-2000-07-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: WDDX now implements __sleep()/__wakeup() functionality.
-
-    * TODO: preg_replace() can be non-greedy now.
-
-2000-07-06  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    Fix #5432: should register all variables. Thanks [EMAIL PROTECTED]
-
-2000-07-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/php_fdf.h: - still an error in my last patch (thanks Andi)
-
-2000-07-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c
-      ext/fdf/php_fdf.h: - Use #ifdef PHP_WIN32 to detect Windows
-
-2000-07-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: - Fixed crash in gzopen(). 
-
-2000-07-06  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/odbc/Makefile.in
-      ext/odbc/config.m4
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    Applied DBMaker patch by Jeffrey Lin <[EMAIL PROTECTED]>
-
-    * ext/gd/gdttf.c:
-    Applied multiple character set support diff by Rob Goodwin
-
-2000-07-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/php_fdf.h:
-    - last commit indroduced a new compile warning, should be fixed now
-
-    * ext/fdf/php_fdf.h
-      ext/fdf/fdf.c:
-    - fixed compile problems on win32 (thanks to Gabriel Weisz <[EMAIL PROTECTED]>)
-
-2000-07-05  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    - Still one misssing zend_list_addref() and small fix in pg_close.
-      Fixes #5349 (but not the way reporter wants...).
-
-
-    * ext/pgsql/config.m4:
-    - Test pg_encoding_to_char instead (it's existence in libpq means that
-      PostgreSQL was compiled with multibyte support and client encoding
-      functions do something meaningful). Fixes #5417.
-
-2000-07-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    That's no bug, it's quite fine the way it is (if id is
-    set to -1, it's ignored, and the passed_id argument is used).
-
-    If you're experiencing trouble with mysql_close(), please give me a
-    reproducing script.  If there's a bug, it's not as simple as that.
-
-2000-07-05  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    - Discoverd possible bug. Could somebody have a look.
-
-    * ext/hyperwave/hw.c: - Link is now of type RESOURCE and not LONG
-
-2000-07-05  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - Increase allowed number of columns from 256 to 384.
-
-2000-07-05  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/sockets/sockets.c: Fixed some protos.
-
-2000-07-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    When using HTTP auth from PHP, fill in the %u custom log field so the
-    authenticated used id will get logged in the Apache access_log
-
-2000-07-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/wddx/wddx.c: Fix attribution on NEWS.
-
-2000-07-05  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/pdf/pdf.c: - Support for pdflib 3.01
-
-2000-07-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c:
-    Fix typo. A shutdown function is of course called, when the server
-    exits.
-
-2000-07-05  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS: - Note about FDF working again
-
-    * main/Makefile.in
-      main/SAPI.c
-      main/fdfdata.c
-      main/fdfdata.h: - fixed handling of fdf data (application/vnd.fdf)
-
-2000-07-05  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    - First try at getting interbase to compile and work in ZTS-mode. Compiles.
-
-2000-07-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/session/session.c:
-    (PHP session_destroy) return the error condition from storage handler's
-    session_destroy method.
-
-    Submitted by: [EMAIL PROTECTED]
-
-2000-07-04  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Not every argument type is mixed.
-
-    * ext/standard/array.c: Missed a two liner.
-
-2000-07-04  Mike Waychison  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    (PHP date) Added new 'O' format modifier for printing out the GMT Offset in
-               the same manner as emails have in their Date: header.  The format
-               is similar to [+-]HHMM of offset.
-
-2000-07-04  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      main/php_globals.h:
-    Added "html_errors" directive to optionally disable HTML formatting of error
-    messages.  The default is on. (Stig)
-
-2000-07-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: Make script work on POSIX sh
-
-2000-07-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase/php_sybase_db.c: Fix logic (thanks to Dean Bennett)
-
-2000-07-03  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.dsp
-      ext/informix/ifx_custom_build.dsp:
-    - Informix driver : Changes for new "main" directory (win32 build)
-
-2000-07-03  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README: Fix typo.  Thanks to Adam Trachtenberg for noticing it!
-
-2000-07-03  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: - Fixed crash on OCI?Logon() failure. (thies)
-
-2000-07-03  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README:
-    Add suggestions for dealing with difficult installations, based on feedback
-    from multiple people.  The .bashrc suggestion was from Rael Dornfest.
-
-2000-07-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/sockets/php_sockets.h:
-    Identifiers which begin with an underscore are reserved. Changed
-    _PHP_SOCKETS_H to PHP_SOCKETS_H.
-
-2000-07-03  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/sockets/config.m4: Use AC_CHECK_HEADERS(unistd.h) instead
-
-2000-07-03  Chris Vandomelen  <[EMAIL PROTECTED]>
-
-    * ext/sockets/.cvsignore: * ext/sockets/.cvsignore
-    - Forgot to import into repository.
-
-    * ext/sockets/Makefile.in
-      ext/sockets/config.m4
-      ext/sockets/php_sockets.h
-      ext/sockets/sockets.c
-      ext/sockets/sockets.php: * Makefile.in
-      config.m4
-      php_sockets.h
-      sockets.c
-      sockets.php:
-      - Added files needed for Unix-style sockets support in PHP.
-
-2000-07-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * win32/syslog.h
-      main/fopen-wrappers.h
-      main/php3_compat.h
-      main/php_main.h:
-    Rename macros which begin with underscore to valid macros.
-
-    * ext/standard/md5.h
-      ext/standard/pageinfo.h
-      ext/standard/php_filestat.h
-      ext/standard/php_image.h
-      ext/standard/php_iptc.h
-      ext/standard/php_mail.h
-      ext/standard/php_math.h
-      ext/standard/php_metaphone.h
-      ext/standard/php_output.h
-      ext/standard/php_string.h
-      ext/standard/php_var.h
-      ext/standard/scanf.h
-      ext/sybase/php_sybase_db.h
-      ext/wddx/php_wddx.h
-      ext/interbase/php_interbase.h
-      ext/mcal/php_mcal.h
-      ext/skeleton/php_skeleton.h
-      ext/standard/base64.h
-      ext/icap/php_icap.h
-      ext/imap/php_imap.h
-      ext/informix/php_informix.h
-      ext/dbase/php_dbase.h
-      ext/filepro/php_filepro.h
-      ext/gettext/php_gettext.h
-      ext/hyperwave/php_hyperwave.h
-      ext/aspell/php_aspell.h
-      ext/calendar/php_calendar.h
-      ext/dba/php_dba.h:
-    Rename macros which begin with underscore to appropiate macros. The general
-    rule is:
-
-       macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
-
-2000-07-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * win32/php_registry.h
-      win32/pwd.h
-      win32/readdir.h
-      win32/time.h
-      ext/zlib/php_zlib.h
-      main/SAPI.h
-      main/internal_functions_registry.h
-      main/php.h
-      main/php_content_types.h
-      main/php_globals.h
-      main/php_ini.h
-      main/php_realpath.h
-      main/php_regex.h
-      main/php_ticks.h
-      main/php_variables.h
-      main/rfc1867.h
-      main/safe_mode.h
-      main/snprintf.h
-      sapi/apache/mod_php4.h
-      ext/sysvshm/php_sysvshm.h
-      ext/xml/php_xml.h
-      ext/yp/php_yp.h
-      ext/swf/php_swf.h
-      ext/sybase_ct/php_sybase_ct.h
-      ext/sysvsem/php_sysvsem.h
-      ext/snmp/php_snmp.h
-      ext/standard/basic_functions.h
-      ext/standard/cyr_convert.h
-      ext/standard/datetime.h
-      ext/standard/dl.h
-      ext/standard/dns.h
-      ext/standard/exec.h
-      ext/standard/file.h
-      ext/standard/flock_compat.h
-      ext/standard/fsock.h
-      ext/standard/head.h
-      ext/standard/html.h
-      ext/standard/info.h
-      ext/standard/microtime.h
-      ext/standard/pack.h
-      ext/standard/php_array.h
-      ext/standard/php_assert.h
-      ext/standard/php_browscap.h
-      ext/standard/php_dir.h
-      ext/standard/php_ext_syslog.h
-      ext/standard/php_link.h
-      ext/standard/php_rand.h
-      ext/standard/quot_print.h
-      ext/standard/reg.h
-      ext/standard/type.h
-      ext/standard/uniqid.h
-      ext/standard/url.h
-      ext/readline/php_readline.h
-      ext/recode/php_recode.h
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/pcrelib/pcreposix.h
-      ext/pdf/php_pdf.h
-      ext/pgsql/php_pgsql.h
-      ext/posix/php_posix.h
-      ext/odbc/php_odbc.h
-      ext/odbc/php_velocis.h
-      ext/oracle/php_oracle.h
-      ext/pcre/php_pcre.h
-      ext/mysql/php_mysql.h
-      ext/oci8/php_oci8.h
-      ext/ldap/php_ldap.h
-      ext/msql/php_msql.h
-      ext/mssql/php_mssql.h
-      ext/ftp/ftp.h
-      ext/gd/php_gd.h
-      ext/hyperwave/debug.h
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw_error.h
-      ext/dba/php_cdb.h
-      ext/dba/php_db2.h
-      ext/dba/php_db3.h
-      ext/dba/php_dbm.h
-      ext/dba/php_gdbm.h
-      ext/dba/php_ndbm.h
-      ext/dbase/dbf.h
-      ext/dbase/dbf_ndx.h
-      ext/domxml/php_domxml.h
-      ext/fdf/php_fdf.h
-      ext/cybercash/cybercash.h
-      ext/dav/php_dav.h
-      ext/db/php_db.h
-      ext/bcmath/php_bcmath.h
-      ext/calendar/sdncal.h
-      ext/com/php_COM.h
-      ext/cpdf/php_cpdf.h:
-    Change header protection macros to conform to standard.
-
-    Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"
-
-      All identifiers that begin with an underscore and either an uppercase
-      letter or another underscore are always reserved for any use by the
-      implementation.
-
-2000-07-02  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB.php:
-    i don't think there's a reason to nuke the db handle here (when freeing
-    results).
-
-2000-07-02  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: fix php4dllts dsp file
-
-    * sapi/apache/php4apache.dsp: fix apache dsp file
-
-    * sapi/nsapi/php4nsapi.dsp: fix nsapi dsp file
-
-2000-07-02  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * main/main.c: react only on CORE_ERROR
-
-    * ext/session/session.c: Fix couple of crashes on error conditions
-    Make session_module_name really work
-
-    * main/main.c: Be strict on errors in modules startup
-
-2000-07-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/standard/basic_functions.c
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/link.c
-      ext/standard/php_link.h: - Make PHP compile again under Windows.
-    - Please be careful when you make such changes.
-
-2000-07-02  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    unlink() is not a function related to HAVE_SYMLINK. It is being
-    used to delete files (actually, in Unix, names of files, as in
-    Unix nobody has deleted a file, ever).
-
-2000-07-02  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/config.m4
-      ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.
-
-2000-07-01  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: revert + note.
-
-    * ext/snmp/snmp.c: - strdup -> estrdup
-    - check whether return_value array is initialized.
-
-2000-07-01  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c:
-    This is documented to not be case sensitive and it is not case sensitive
-    in PHP 3, so let's not make it case sensitive.
-
-2000-07-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c:
-    - Commit tiny patch to remove redundant code by Amit Schreiber.
-
-2000-07-01  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/cybercash/cybercash.c: stylistic modifications.
-
-    * ext/cybercash/cybercash.h: definition.
-
-    * ext/cybercash/cybercash.c:
-    -Allow cybercash to compile as a DL module.
-    -Stylistic changes.
-    -Add RETURN_STRINGL + Z_*_PP macros
-
-2000-06-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbase.c: Fix bug 4813.  Fixed by [EMAIL PROTECTED]
-
-    * ext/dbase/dbase.c:    Fixed the dbase_create function.
-
-2000-06-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Typo.
-
-2000-06-30  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB/oci8.php:
-    OCI8 implementation for PEAR. From James L. Pine <[EMAIL PROTECTED]>. There
-    are apparently problems with ocierror(), but it mostly works.
-
-2000-06-30  Dan Kalowsky  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    updates for the SolidEE to work for 3.5 with PHP4.0.1.  Still causes warning of 
"integer from pointer used without typecast" but does not seem to effect the final 
build any.  have not found a correction yet.  has not shown the SQLParamData bug 
either, but unknown if it is closed as i was unable to reproduce it.
-
-    basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to 
the solidee 3.5 vs all other solidee systems being drastically different.  and 
solidtech providing no means for testing what version you are using.
-
-    does not include fixes for the linux users of glibc2 (automatically assumes 
libc5).  temporary work around, link your /usr/local/solid/lib files from a scll2x23 
or scll2x30 to a scllux30 or scllux23 name...  suggestions to automate this are 
welcome.
-
-2000-06-30  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB.php:
-    DB::parseDSN() now checks the value it is passed, and if it is already an
-    array, returns it. This lets you pass arrays to the connect functions and
-    they'll work transparently.
-
-2000-06-30  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    Some user-agents send 'basic' instead of 'Basic' in their Authorization
-    header.  ApacheBench is an example.  PHP's HTTP Auth would not work with
-    these.
-    Some user-agents send 'basic' instead of 'Basic' in their Authorization
-    header.  ApacheBench is an example.  PHP's HTTP Auth would not work with
-    these. (Rasmus)
-
-2000-06-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase/php_sybase_db.h
-      ext/sybase/sybase.c
-      ext/sybase/Makefile.in
-      ext/sybase/php_sybase.h
-      ext/sybase/php_sybase_db.c: First Sybase-DB fix patch
-
-2000-06-30  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.dsp: remove unnecessary dependency
-
-2000-06-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/time.h
-      NEWS
-      main/configuration-parser.y
-      main/main.c: - Revert bogus time.h commit
-    - Fixed a problem under some versions of Windows that could cause PHP to hang
-      on startup if errors occured, e.g. in the php.ini file
-
-2000-06-30  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main/php_version.h: hmm, this file is not really auto-generated.
-
-2000-06-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.dsp
-      win32/php4dllts.dsp
-      win32/php4ts.dsp
-      win32/time.h
-      main/configuration-parser.y
-      main/main.c
-      sapi/apache/php4apache.dsp
-      sapi/isapi/php4isapi.dsp
-      sapi/nsapi/php4nsapi.dsp: Set version number on DLLs
-
-    * win32/php4ts.dsw:
-    PHP modules should only be in the php_modules.dsw workspace...
-
-2000-06-30  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c
-      ext/hyperwave/php_hyperwave.h: - using more of the zend API
-
-2000-06-30  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.c
-      ext/java/reflect.java:
-    Fix garbage in warning strings, and IllegalArgumentException on
-    assignments which require data type conversions.
-
-2000-06-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-2000-06-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_dir.h
-      NEWS
-      ext/standard/basic_functions.c
-      ext/standard/dir.c: Fixed opendir() thoroughly
-
-2000-06-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * configure.in: welcome 4.0.2-dev
-
-2000-06-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.dsp: - Get rid of absolute path
-
-    * ext/pgsql/pgsql.dsp: - Make pgsql compile on Windows.
-
-2000-06-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Lowercase class name before checking for it
-
-    * ext/standard/var.c: Lowercase class name before looking for it
-
-2000-06-29  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/mail.c
-      ext/standard/php_mail.h: ezmlm_hash() function also available for php4.
-
-2000-06-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: - Extra newline crept in somehow
-
-2000-06-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-    Make fgets not use maximal buffer length always, but shrink buffer
-    if it's too big.
-
-2000-06-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c
-      main/config.w32.h:
-    - Fix problem with DICARD_PATH being defined in windows
-
-2000-06-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Starting 4.0.2 changes.
-
-2000-06-29  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Try to fix #5271 - crash when $HTTP_SESSION_VARS is already defined
-    via "global"
-
-2000-06-29  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB/mysql.php:
-    check the return value of mysql_select_db() ("James L. Pine"
-    <[EMAIL PROTECTED]>)
-
-2000-06-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Would be a useful thing to have.
-
-    * ext/standard/array.c: Oops, didn't mean to commit that.
-
-    * ext/standard/array.c
-      ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h:
-    - Added an optional parameter to preg_replace() that can be used to
-      specify how many replacements to make. 
-
-2000-06-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    I'm not sure whether this is necessary or not.  Is it guarenteed that 
get_module_conf()
-    will always return a value?  Even if there were no relevant directives at all?
-
-2000-06-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c:
-    - Fix problem with VIRTUAL_DIR and relative paths containing ..
-
-2000-06-28  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: Added note about creating PDF documents in memory.
-    This is not quite complete, due to a bug in pdflib 3.0.
-
-2000-06-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Cosmetic name change
-
-2000-06-27  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/dba/dba.c
-      ext/dba/dba_db2.c
-      ext/dba/dba_db3.c
-      ext/dba/php_dba.h:
-
-2000-06-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/README.txt: - Limit lines to 80 chars
-    - Let people know they don't have to use the ISAPI filter if they don't need
-      HTTP authenatication
-
-2000-06-27  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba_db3.c
-      ext/dba/php_dba.h
-      NEWS
-      ext/dba/dba.c
-      ext/dba/dba_db2.c:
-    - dba_[p]open accepts now a new parameter, which kind of database to create
-      (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
-      mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists.
-
-2000-06-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/dir.c:
-    Fixed a bug in opendir(), which prevented readdir() from working properly if
-    the $dir argument wasn't explicitly specified
-
-    * win32/sendmail.c:
-    Revert the sendmail.c patch - it uses 4 different variables that aren't defined, 
and breaks
-    the Win32 build
-
-2000-06-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c: - Fix bug with VIRTUAL_DIR, .., and symlinks.
-
-2000-06-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * genif.sh:
-    Use [\]n to refer to the two characters '\' and 'n'. This is the correct way
-    according to SUS II.
-
-    PR: #5212
-
-2000-06-27  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * win32/sendmail.c: should now get multiple To: and Cc: recievers right
-    (code taken from php3 version)
-
-2000-06-27  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    (pg_loreadall) Was using zval ** but forgot to convert to use
-              zend_get_parameters_ex(). Fixes #5244.
-
-2000-06-27  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * win32/php4ts.dsw: add Java as a valid package
-
-    * sapi/servlet/servlet.java: defer loading of the native code
-
-2000-06-27  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: (fgetcsv) fixed leak
-
-    * ext/ldap/ldap.c:
-    - Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)
-
-2000-06-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Made discard-path work again
-
-2000-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/file.c:
-    Removed 8KB limit on line length of the file() function
-
-    * NEWS
-      ext/standard/dl.c:
-    - Disabled dl() when PHP is being used as a module inside a multithreaded web
-      server - it didn't work before, and caused weird results (Zeev)
-
-2000-06-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c:
-    - Don't depend on USE_PATH being equal to 1. Use #define value
-
-2000-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: Add missing enable_dl
-
-    * main/configuration-parser.y
-      main/configuration-scanner.l:
-    Support boolean NOT in the php.ini processor
-
-2000-06-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      sapi/roxen/roxen.c
-      sapi/pi3web/pi3web_sapi.c
-      sapi/nsapi/nsapi.c
-      sapi/phttpd/phttpd.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      sapi/apache/mod_php4.c
-      ext/standard/info.c
-      main/SAPI.h
-      sapi/aolserver/aolserver.c:
-    Separate plain name returned by php_sapi_module() and pretty name
-    used for output.
-
-2000-06-26  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Fixed some protos.
-
-2000-06-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: - Pray this is an OK fix for the DISCARD_PATH junk
-
-2000-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c:
-    - Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
-    - enough as is and need cleaning up. Duplicating the mess makes things just
-    - worse and prevents bug fixes in the functions from propogating throughout
-    - PHP.
-    - This fix is untested so someone who uses zlib, please test it and report
-    - back.
-
-2000-06-26  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c: Make exec() fwork on Unix again
-
-2000-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in
-      main/config.w32.h
-      main/main.c: TRACK_VARS is really no longer necessary...
-
-    * php.ini-dist
-      php.ini-optimized: max_execution_time is no longer UNIX only...
-
-2000-06-26  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: Right name for the function persist_alloc
-
-2000-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c:
-    - Fix bug in virtual dir under Windows when using absolute paths without
-    - drive letter
-
-2000-06-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    - Try two in fixing the problem with memory leaks reporting path_translated
-
-2000-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    - Fix problem with filename being freed before possible memory leaks are
-    - reported by the memory manager
-
-2000-06-26  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4
-      ext/gd/gd.c:
-    - Fixed another missing test for existing functions in libgd.
-
-2000-06-26  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Corrected a syntax error: Macro requires braces.
-
-    * ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/basic_functions.c:
-    Added function php_sapi_name() as written by Stefan Livieratos.
-
-2000-06-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * .cvsignore: ignore libs.mk
-
-    * NEWS: Fix up news.
-
-2000-06-26  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: If we freed it, we might not touch it
-
-2000-06-26  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4
-      ext/gd/gd.c:
-    - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.
-    - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge.
-
-2000-06-26  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/config.m4: Fix for configure not setting the library path.
-
-2000-06-26  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * NEWS: two too many.
-
-2000-06-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * makedist: Fix Bison version check
-
-2000-06-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/Win32_Package.txt: Update
-
-    * ext/zlib/zlib.dsp: Make the zlib DLL work with the stock zlib library
-
-    * ext/pgsql/pgsql.dsp
-      win32/Win32_Package.txt: - Update .dsp
-    - Add Win32 'spec' file
-
-2000-06-25  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    Another late one.
-
-2000-06-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * NEWS: Add it manually for the release.
-
-2000-06-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.dsp:
-    imap_sendmail.[ch] are missing... Whomever added them, please cvs add them and 
then
-    readd them to the project...
-
-2000-06-25  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win32/README.txt:
-    - Line breaks at 80 chars and change php4ts.dll -> php4isapi.dll
-
-    * makedist:
-    - The check for bison nukes $1 and $2 which are used later on in the script
-    - This needs to be fixed sometime. I have 1.28 on my system :)
-
-    * NEWS: - Get ready to package
-
-2000-06-25  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/standard/datetime.c: Now its a todo.
-
-2000-06-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.c: Get rid of a warning
-
-    * ext/exif/exif.c: PHPAPI is invalid here...
-
-2000-06-25  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/standard/formatted_print.c:
-    It was Jouni: Prevent Hartmut finding this until it is actually implemented...
-
-2000-06-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c
-      main/fopen-wrappers.c
-      main/main.c
-      main/safe_mode.c
-      main/safe_mode.h
-      ext/posix/posix.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/link.c
-      ext/db/db.c
-      ext/dbase/dbase.c
-      ext/filepro/filepro.c
-      ext/pgsql/pgsql.c:
-    - I wrote a long msg but the commit didn't go through.
-    - So here is the short version:
-    - a) Start moving to binary opens in Windows
-    - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
-    - The mode to this function should at least be a #define but that is for
-    - another day. Anyway this whole stuff should be given more face lifts in
-    - the future.
-
-    * win32/README.txt: Add Win32 README file
-
-2000-06-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: better description for recent serializer change
-
-2000-06-25  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    The second array_merge() is now array_merge_recursive().
-
-    * ext/gd/gd.c: A droto is not a proto.
-
-2000-06-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Add version checking.
-
-2000-06-25  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-
-2000-06-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Proto.
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h:
-    -Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions
-
-2000-06-25  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h:
-    - Added imagecreatefromwbmp().
-    - Fixed missing parenthesis when calling function get_active_function_name.
-    - Added function imagecreatefromwbmp(). 
-
-2000-06-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Correct protos call_user_func() and call_user_method().
-
-2000-06-24  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: - winsnmp.c has moved to ext/snmp
-
-2000-06-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/snmp/winsnmp.c: Revice winsnmp.c from repo-copy
-
-2000-06-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: credit where credit's due
-
-    * sapi/nsapi/nsapi.c: Apply the NSAPI patch
-
-2000-06-24  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    - Close cursor immediately before reuse so that calling ibase_free_result is
-      not necessary anymore. Seems to also prevent a a situation where at request
-      shutdown cursor was first dropped and tried to close it afterwards when
-      all the resources were not manually freed, and could occasionally segfault.
-
-2000-06-24  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php_virtual_cwd.c: - Forgot to remove comment
-
-    * main/php.h
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h:
-    - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
-    - Mutex popen() in Windows as the UNIX trick doesn't work there.
-
-2000-06-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: Also install XML-related header files.
-
-    * ext/snmp/winsnmp.c: Get rid of files in the dl directory hierarchy.
-
-    PHP compiles without them under Unix, please test this also under Win32.
-
-    * ext/informix/ifx.ec
-      ext/xml/xml.c
-      ext/zlib/zlib.c
-      sapi/servlet/servlet.c
-      ext/snmp/snmp.c
-      ext/oracle/oracle.c
-      ext/pdf/pdf.c
-      ext/mcal/php_mcal.c
-      ext/mssql/php_mssql.c
-      ext/odbc/php_odbc.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/interbase/interbase.c
-      ext/java/java.c
-      ext/fdf/fdf.c
-      ext/filepro/filepro.c
-      ext/gd/gd.c
-      ext/cpdf/cpdf.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/dbase/dbase.c: Stop including dl/phpdl.h.
-
-2000-06-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/incomplete_class.c
-      ext/standard/output.c
-      ext/standard/php_output.h
-      win32/php4dllts.dsp:
-    - Make the output globals accessible from the outside world
-    - Fix Win32 compilation
-
-2000-06-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/apMakefile.tmpl:
-    alloc.h has been removed from the Apache 1.3 CVS tree
-
-2000-06-24  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/config.m4: Fix for bug #3983
-
-2000-06-24  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Entries start with capital letters
-
-2000-06-24  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/create_stubs: <funcprototype> added to xml generation
-
-2000-06-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Fix Win32 compilation
-
-2000-06-23  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c: Added a description to get_browser().
-
-    * ext/session/session.c: Fixed protos.
-
-    * ext/pgsql/pgsql.c: Typos.
-
-2000-06-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Make use of incomplete class API
-
-    * ext/standard/incomplete_class.c
-      ext/standard/php_incomplete_class.h
-      ext/standard/var.c: API change: Use zval * instead of zval **
-
-    * ext/standard/Makefile.in
-      ext/standard/incomplete_class.c
-      ext/standard/php_incomplete_class.h
-      ext/standard/var.c:
-    Move the incomplete class stuff into its own file, so that we can
-    make it easier accessible to WDDX.
-
-2000-06-23  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix UdmSearch spelling
-
-2000-06-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/var.c: Change the serialization semantics to:
-
-      * if a certain object is of class INCOMPLETE_CLASS, the serializer will
-        lookup the previously stored original class name of that object, and
-        use that class name to serialize the object.
-
-    Change the deserialization semantics to:
-
-      * if the class of an object, which is to be instantiated, is not found
-        in the current context, the class name will be stored for later
-        retrieval, and the class of that object is changed to INCOMPLETE_CLASS.
-
-    All function calls, property gets, and property sets operating on an
-    object of class INCOMPLETE_CLASS cause the execution to halt and to
-    output an informative error message.
-
-2000-06-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/SAPI.c: - COMPILE_ERROR should only be used in Zend
-
-2000-06-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/reg.c
-      ext/standard/reg.h: - added spliti() function. 
-
-2000-06-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c: debug-code removed
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.re:
-    this change should solve all problems regarding trans_sid_id and
-    "empty" href urls like "", "#name", "?param=val" ...
-
-2000-06-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      main/main.c: Remove some unnecessary CLS_FETCH()s.
-
-2000-06-23  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4:
-    Fix spacing and say that --with-oracle uses the oci7 interface
-
-2000-06-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win32/php4dllts.dsp: - Make Windows compile. Was missing crc32.c
-
-2000-06-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/php_version.h
-      configure.in: Update to 4.0.1
-
-2000-06-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    - Improve memory cache performance and increase cache size. (Stas, Zend Engine)
-
-2000-06-22  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * pear/DB/odbc.php
-      pear/DB/pgsql.php:
-    added a variable to save the current row in pgsql. added a function to odbc 
module.
-
-2000-06-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.in
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/crc32.c:
-    Add a crc32 checksum function - used by the UdmSearch search engine
-    and currently run through a system call.  This will speed up the UdmSearch
-    php frontend significantly.
-
-2000-06-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Add alloca.h check
-
-    Remove some unused header checks
-
-    * main/config.w32.h: HAVE_MEMORY_H is not used by PHP.
-
-    * ext/standard/var.c
-      ext/wddx/wddx.c: Revert earlier commit.
-
-2000-06-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_var.h
-      ext/standard/var.c
-      ext/wddx/wddx.c:
-    unserialize() and wddx_deserialize() now create an empty class if they enconter
-    a class which's code is yet unknown. this makes sessionized data retain the
-    class name of objects even if you visited pages that don't have the classes
-    code available.
-
-2000-06-21  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * pear/DB/pgsql.php
-      pear/DB.php
-      pear/DB/msql.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/odbc.php:
-    Here is a brief start towards getting the DB stuff up to speed and working
-    (I need it to move forward on some stuff, and I really do want to see PEAR
-    succeed, so I'm going to work with the official code to get it working. Hope
-    that's okay). I've replaced all instances of 'use' and 'import' with
-    'include_once' (and added the .php extension where necessary). This gets my
-    short test script working. More possibly to come.
-
-2000-06-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in
-      ext/mysql/config.m4: Warn about using the built-in MySQL library
-
-    * ext/mysql/Readme_w32.txt: This is no longer needed
-
-2000-06-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * tests/testinclude: bonsai test
-
-2000-06-20  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Initialise lcg_globals correctly
-
-2000-06-19  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c:
-    Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?
-
-2000-06-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: Unbreak imap by fixing the assignment
-
-2000-06-19  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - minor changes
-
-    * ext/domxml/php_domxml.c: - added prototype
-
-2000-06-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c:
-    Call __wakeup() after all the instance variables are initialized.
-
-2000-06-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.h: kill warinig
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4: good morning, thies!
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4: some adjustments to the sysliblist
-
-    * ext/standard/fsock.c: (fsockopen) fix #5090
-
-2000-06-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: - Fixed problem in imap_fetch_overview
-
-2000-06-18  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c: - Nuke warning
-
-2000-06-18  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c: No response from Sascha so changed to lowercase.
-
-    * ext/ldap/ldap.c
-      ext/mcrypt/mcrypt.c
-      ext/informix/ifx.ec: More protos.
-
-2000-06-18  Holger Zimmermann  <[EMAIL PROTECTED]>
-
-    * sapi/pi3web/pi3web_sapi.c: Changed strtok_r to php_strtok_r
-
-2000-06-18  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    - Fix return type in proto once again...
-
-2000-06-18  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/hyperwave/hw.c
-      ext/imap/php_imap.c
-      ext/pgsql/pgsql.c: Some protos fixed.
-
-2000-06-18  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    - Fix return type in proto.
-
-2000-06-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/config.m4
-      sapi/pi3web/config.m4: Cosmetic cleanups
-
-2000-06-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (implode), (strtr) no longer touch the internal array-pointer.
-
-    * ext/standard/var.c:
-    (serialize) no longer touches the internal array-pointer
-
-2000-06-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/pi3web/pi3web_sapi.c: Readd pi3web_sapi.c and reset flags.
-
-2000-06-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: One more place.
-
-    * ext/standard/array.c:
-    - Modified in_array() to not touch array pointer. 
-
-2000-06-18  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * NEWS: Slightly more accurate description here
-
-2000-06-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Relic from cvs conflict?
-
-2000-06-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Update news
-
-2000-06-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Add notice about CGI fix
-
-2000-06-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/php_ftp.c
-      ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/parsedate.y
-      ext/standard/string.c
-      ext/standard/var.c
-      ext/wddx/wddx.c:
-    - Fix a couple of wranings in the FTP code and in parsedate.y
-    - Be safer with LC_MESSAGES
-    - Align with the latest Zend change in call_user_function_ex()
-
-2000-06-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Wrong number of commas.
-
-    * ext/wddx/wddx.c
-      ext/standard/var.c:
-    Have to use zval_ptr_dtor() on values returned from user functions.
-
-2000-06-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c
-      win32/sendmail.c
-      ext/standard/string.c: - Make Windows compile
-    - Windows doesn't support LC_MESSAGES
-
-    * sapi/pi3web/pi3web_sapi.c: - Remove ^M and C++ comments
-
-2000-06-17  Holger Zimmermann  <[EMAIL PROTECTED]>
-
-    * NEWS: Announced Pi3Web support
-
-    * sapi/pi3web/Makefile.in
-      sapi/pi3web/README
-      sapi/pi3web/config.m4
-      sapi/pi3web/php.sym
-      sapi/pi3web/pi3web_sapi.c: Added Pi3Web support
-
-2000-06-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Suppress AC_ADD_LIBRARY(x) where x is matched by /^(c|c_r|pthread*)$/
-
-    * ext/yaz/config.m4:
-    Make use of the new macros PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE
-
-    * acinclude.m4: Add PHP_EVAL_LIBLINE and PHP_EVAL_INCLINE
-
-2000-06-17  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/create_stubs:
-    - Missed one if() and cosmetic changes.
-
-2000-06-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c:
-    changed default cell alignment to "left" (see bug id #5048)
-
-    * ext/standard/string.c:
-    setlocale didn't recognize LC_MESSAGES (BUG ID#3957)
-
-    * sapi/apache/config.m4:
-    look for apxs in /usr/sbin (that's where SUSE puts it)
-    if no path is given and apxs is not found in $PATH
-
-2000-06-16  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * configure.in: fix for BUG #5066
-
-2000-06-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c
-      ext/wddx/wddx.c: Just to make extra sure.
-
-    * ext/standard/var.c: Plug a memory leak: retval_ptr should be destroyed.
-
-    * ext/wddx/wddx.c:
-    - Enhanced WDDX functions to call __sleep() and __wakeup() when working on
-      objects. 
-
-2000-06-16  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c: typo fix
-
-    * ext/dav/dav.c
-      ext/imap/php_imap.c:
-    retro-patch from // comments, theese where private experimental changes
-
-2000-06-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Typo.
-
-2000-06-16  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/icap/php_icap.c
-      ext/imap/php_imap.c
-      ext/msql/php_msql.c
-      ext/mysql/libmysql/config-win32.h
-      ext/mysql/libmysql/my_pthread.h
-      ext/standard/info.c
-      ext/standard/levenshtein.c
-      ext/yaz/php_yaz.c
-      ext/zlib/zlib.c
-      sapi/isapi/php4isapi.c
-      win32/sendmail.c
-      win32/sendmail.h
-      win32/syslog.h
-      win32/winutil.c
-      dl/snmp/winsnmp.c
-      ext/com/COM.c
-      ext/cpdf/cpdf.c
-      ext/dav/dav.c
-      ext/domxml/php_domxml.c
-      ext/hyperwave/hw.c
-      ext/hyperwave/php_hyperwave.h
-      dl/crypt/sflcryp.c: C++ // comments are evil ...
-
-2000-06-16  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Protos looks now equal in both versions.
-
-2000-06-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c:
-    - Changed WDDX to serialize arrays as structs only if needed. 
-
-2000-06-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/libphp4.module.in: More main work
-
-    * genfiles: Some stuff has moved to main
-
-2000-06-16  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-    - Forgot to test check for errors in two places.
-
-2000-06-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - Make Windows compile
-
-2000-06-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      main/php_globals.h:
-    Improve timeout support - ini_get("max_execution_time", ...) works now
-
-    * ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h
-      main/main.c
-      php.ini-dist
-      php.ini-optimized: Move timeout code to Zend, allow Win32 timeouts
-
-2000-06-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/fopen-wrappers.c: - Don't need to check doc_root's length twice
-
-    * main/fopen-wrappers.c:
-    - Last one for tonight. Make sure that we don't check uninitialized
-    - memory
-
-    * main/fopen-wrappers.c:
-    - Last patch for tonight. A more optimized way to check for absolute path
-    - in Windows. This should be fixed to use the virtual cwd macro for
-    - ABSOLUTE_DIR() but I need to have time to understand the logic first
-
-    * main/fopen-wrappers.c: - Missed a bracket
-
-    * main/fopen-wrappers.c: - Beautify fopen-wrappers a bit.
-    - Still needs quite a lot of improvement in order to treat Windows well
-
-2000-06-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/odbc/php_odbc.c
-      ext/pdf/pdf.c
-      ext/xml/xml.c
-      sapi/apache/php_apache.c
-      ext/cpdf/cpdf.c
-      ext/db/db.c: - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions
-
-    * sapi/cgi/cgi_main.c: - Beautify a bit
-
-    * sapi/cgi/cgi_main.c: - Try and fix crash with CGI.
-    - Please check out the comment I wrote in init_request_info(). There was a
-    - lot of code there which was running for no apparent reason. Should it be
-    - removed or should it actually run?
-
-2000-06-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    Use hardcoded 3600 seconds offset instead of altzone which may not be present
-    on all systems.
-
-2000-06-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: - Unncessary SLS_FETCH();
-
-2000-06-15  brianlmoon  <brianlmoon@va>
-
-    * ext/standard/basic_functions.c:
-    set_file_buffer was not being exported.  This is now fixed.
-
-2000-06-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * main/php_virtual_cwd.c: - virtual_fopen() should fail on empty path
-
-2000-06-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-2000-06-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Another entry.
-
-    * configure.in
-      ext/standard/datetime.c
-      ext/standard/parsedate.y:
-    - Updated strtotime() to handle many more formats. It now has complete
-      feature parity with GNU date command. 
-
-2000-06-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c: fixed typo
-
-2000-06-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * .cvsignore: Add php_version.h.
-
-2000-06-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testdom:
-    - changes to handle the slightly different access to attributes
-
-    * ext/domxml/php_domxml.c:
-    - fixed problems with missing attributes due to a change
-      in libxml 2.0.0
-
-2000-06-15  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    patch from [EMAIL PROTECTED] - add deleted info to imap_mailboxmsginfo() and
-    fix some prototype info.
-
-2000-06-15  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * README.EXT_SKEL
-      ext/ext_skel
-      ext/skeleton/create_stubs
-      ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c:
-    - Fixed incorrect code generated when all parameters are optional.
-    - Fixed handling of grouped optional parameters.
-    - Added an option to generate xml documentation.
-    - Added an option not to be nice and helpful and create all kinds
-      of comments and testing functions.
-    - Added on option to create function stubs only.
-    - Added options --assing-params and --string-lens that change
-      the generated code.
-    - Updated documentation.
-
-2000-06-14  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    return FALSE from strftime on negative timestamp values
-    they do not make sense anyway and seem to crash win2k
-
-2000-06-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    Refine checkdate() fix to accept numeric strings and floating point as well
-
-2000-06-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4.dsp
-      php4.dsw
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp
-      php4ts.dsw
-      win32/php4.dsp
-      win32/php4.dsw
-      win32/php4dll.dsp
-      win32/php4dllts.dsp
-      win32/php4ts.dsp
-      win32/php4ts.dsw:
-    - Moved VC++ Win32 project and workspace files to the win32 directory
-      
-
-2000-06-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: reminder
-
-2000-06-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    Require the year arg to checkdate to be an integer - fix for bug #5034
-
-2000-06-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4dll.dsp
-      php4dllts.dsp: Thoroughly fix .dsp problems - restore custom builds
-
-2000-06-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * tests/testarray: test
-
-2000-06-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c
-      ext/mcal/php_mcal.h: no c++ comments, please
-
-2000-06-14  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * configure.in: Fix for #5028.
-
-2000-06-14  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4ts.dsw
-      sapi/servlet/servlet.dsp:
-    Find servlet includes in new "main" directory.  Add (finally) java and
-    servlet to the list of projects
-
-2000-06-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in
-      pear/php-config.in:
-    Copy header files from main and also add that directory to the list
-    of include directories.
-
-    * NEWS: .
-
-    * pear/pear.m4: Use the new PHP_GEN_* macros in pear
-
-2000-06-14  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-
-2000-06-14  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/reflect.java
-      sapi/servlet/servlet.java:
-    Export the necessary functions to enable servlet support to be subclassed
-
-    This is in preparation for xml-cocoon support
-
-2000-06-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main/main.c:
-    Plus a leak when both register_globals and track_vars are off.
-
-2000-06-13  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * NEWS: News of ldap_add() and ldap_modify() fix.
-
-    * ext/ldap/ldap.c:
-    Also need to 0-terminate when adding/modifying an array of values.
-
-    * ext/ldap/ldap.c:
-    Think have to 0-terminate mod_values strings, got trailing garbage,
-    this fixes bug #5001 I think.
-
-2000-06-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/link.c
-      ext/standard/php_link.h:
-    We should define symlink functions only when HAVE_SYMLINK is defined.
-    Otherwise, they should be aliased as not available.
-
-2000-06-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4:
-    Due to creating the Makefiles later, generating libphp4.module failed,
-    because sapi/apache had not been created. This applies to VPATH builds
-    only.
-
-2000-06-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: array_uniq() has been implemented by someone else.
-
-2000-06-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_math.h:
-    Include <math.h> in php_math.h. This is necessary, because we might
-    otherwise redefine system macros.
-
-    * ext/standard/phpdir.h:
-    Delete phpdir.h. Someone moved this to php_dir.h in the past and
-    forgot to delete it.
-
-    * ext/standard/basic_functions.c
-      ext/standard/math.c
-      ext/standard/php_math.h
-      ext/standard/php_standard.h
-      ext/standard/phpmath.h
-      ext/standard/rand.c: Rename phpmath.h to php_math.h.
-
-2000-06-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-    copy() now creates the destination file with mode 0777 again. this is
-    the way it used to be in PHP 3
-
-2000-06-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Damn.
-
-    * NEWS: Forgot to add this yesterday.
-
-2000-06-13  Jim Jagielski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/db/db.c: O_APPEND breaks 'c' for DBM files - this is handled
-    correctly by PHP3, so it's almost a forward'' port :)
-
-2000-06-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c
-      sapi/cgi/cgi_main.c: Proper casts
-
-    * ext/standard/scanf.c:
-    Remove extra cast. `ch' is already of type `char *'.
-
-    This unbreaks the build with xlc on AIX.
-
-    * ext/standard/basic_functions.c: Remove single ;
-
-    * configure.in: Fix spelling
-
-2000-06-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c:
-    (php_math_number_format) Simplifying the logic also fixed bugs #4954
-    and #4998.
-
-2000-06-13  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/config.m4:
-    Check more locations. Submitted by Anil Madhavapeddy <[EMAIL PROTECTED]>
-
-2000-06-12  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/config.m4: Removed obsolete, commented line
-
-2000-06-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix verified, update news
-
-    * ext/mssql/php_mssql.c:
-    - Fixed an initialization problem in the MS-SQL problem that could cause
-      a crash in mssql_query() 
-
-    * ext/standard/dl.c:
-    Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the 
time php_dl() is called
-
-2000-06-12  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.dsp:
-    making zlib module compile on win32 with new directory structure
-
-    * ext/oracle/oracle.dsp:
-    making oracle module compile on win32 with new directory structure
-
-    * ext/oci8/oci8.dsp:
-    making oci8 module compile on win32 with new directory structure
-
-    * ext/ldap/ldap.dsp:
-    making ldap module compile on win32 with new directory structure
-
-    * ext/java/java.dsp:
-    making java module compile on win32 with new directory structure
-
-    * ext/imap/imap.dsp:
-    making imap module compile on win32 with new directory structure
-
-    * ext/ftp/ftp.dsp:
-    making ftp module compile on win32 with new directory structure
-
-    * ext/exif/exif.dsp:
-    making exif module compile on win32 with new directory structure
-
-    * ext/calendar/calendar.dsp:
-    making calendar module compile on win32 with new directory structure
-
-2000-06-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: news update
-
-    * main/fopen-wrappers.c
-      main/main.c
-      ext/standard/dl.c:
-    Avoid using E_CORE_* errorlevels in any place which is not in the global startup 
sequence
-
-2000-06-12  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/mssql.dsp:
-    making MSSQL module compile with new directory structure
-
-2000-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/testdata/testinput3
-      ext/pcre/pcrelib/testdata/testoutput1
-      ext/pcre/pcrelib/testdata/testoutput2
-      ext/pcre/pcrelib/testdata/testoutput3
-      ext/pcre/pcrelib/testdata/testoutput4
-      ext/pcre/pcrelib/ChangeLog
-      ext/pcre/pcrelib/LICENCE
-      ext/pcre/pcrelib/doc/pcre.3
-      ext/pcre/pcrelib/doc/pcre.html
-      ext/pcre/pcrelib/doc/pcre.txt
-      ext/pcre/pcrelib/doc/pcretest.txt
-      ext/pcre/pcrelib/internal.h
-      ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcretest.c
-      ext/pcre/php_pcre.c:
-    - Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
-      matched an empty string. 
-
-    * ext/gd/gdttf.c: Document change.
-
-2000-06-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c
-      ext/standard/file.c
-      main/php.h
-      main/php_virtual_cwd.c:
-    - On UNIX support popen() which works with current working directory
-    - when in VIRTUAL_DIR mode.
-
-2000-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/gd/gdttf.c: Make gdttf.c work with virtual dir support.
-
-2000-06-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main/php.h
-      main/php_virtual_cwd.c
-      main/php_virtual_cwd.h:
-    - Start of popen() fix for UNIX. Still unclear what we'll do on Windows.
-
-2000-06-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main/main.c
-      NEWS: Killed <?php_track_vars?>
-
-2000-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: (PHP str_pad) Terminate string with a null.
-
-2000-06-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in: Lets not offend anyone :)
-
-2000-06-12  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: Fixed a proto.
-
-    * ext/standard/filestat.c: Fixed protos.
-
-2000-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main/reentrancy.c: (php_readdir_r) Revert that bad patch.
-
-2000-06-12  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c: Fixed some protos.
-
-2000-06-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main/.cvsignore: Quiet CVS.
-
-    * main/reentrancy.c:
-    (php_readdir_r) Last argument to readdir_r was missing.
-
-2000-06-11  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * build/rules.mk
-      build/rules_pear.mk: Fix overlooked core->main change
-
-2000-06-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c
-      php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp
-      sapi/apache/php4apache.dsp
-      sapi/isapi/php4isapi.dsp
-      sapi/nsapi/php4nsapi.dsp: Fix Windows .dsp's
-
-2000-06-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      configure.in
-      main/Makefile.in
-      php4dll.dsp
-      php4dllts.dsp: Change directory name from core to main.
-
-    * Makefile.in
-      build/rules.mk
-      build/rules_pear.mk
-      configure.in
-      main/Makefile.in
-      php4dll.dsp
-      php4dllts.dsp:
-    Prepare move of the top-level source files to the core directory.
-
-2000-06-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Update NEWS
-
-    * ext/standard/cyr_convert.c:
-    - Untested but it should fix the problem with cyr_convert() not being
-    - binary safe and destroying other values in the script
-
-    * ext/swf/swf.c: - Make shockwave work with virtual_dir (a bit ugly).
-    - swf_openfile doesn't return any values. This seems to mean that you can
-    - only have one file open at a time.
-
-2000-06-11  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c: Added argument type.
-
-2000-06-11  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    Forgot to set_compare_func in the new array functions, had only tested
-    with older source.
-
-2000-06-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in: Separate creating config_vars.mk and generating Makefiles.
-
-    This change enables you to regenerate Makefiles by running config.status.
-
-    * build/fastgen.sh: Remove unnecessary second cat invocation
-
-2000-06-11  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main/main.c: (set_time_limit) converted to new API.
-
-2000-06-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * config.guess
-      config.sub
-      ltconfig
-      ltmain.sh: Upgrade to Libtool 1.3.5.
-
-2000-06-11  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: oops.
-
-
-2000-06-11  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/create_stubs
-      ext/ext_skel:
-    - Avoid generating unnecessary switch statemets.
-    - Add a test if argument was given (if it is optional) before trying to
-      fetch a resource and a note that something should be done if it wasn't.
-    - Some cosmetic fixes in the code generated.
-    - Some other small fixes in the code generated, already forgotten.
-
-2000-06-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: One more place.
-
-    * ext/pcre/php_pcre.c: Terminate the string with '\0'.
-
-2000-06-10  Stig Venaas  <[EMAIL PROTECTED]>
-
-    * NEWS: Notice about adding array_unique, array_intersect and array_diff
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/php_array.h: Changed array_subtract to array_diff
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/php_array.h:
-    Adding fuctions array_unique, array_intersect and array_subtract.
-
-2000-06-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c:
-    - Fix bug in virtual_file_ex when the resulting path is the root.
-
-    * NEWS: - Commit message says it all
-
-    * ext/posix/php_posix.h: - Erased an extra line by mistake
-
-    * config.w32.h
-      ext/pgsql/pgsql.dsp: - Fix PostgreSQL project file a bit.
-    - Remove some HAVE_* from config.w32.h. More can be removed. Right now
-    - most HAVE_*'s in config.w32.h can actually be removed as they usually are
-    - only used by the module itself and not by PHP. MSQL is an exception as
-    - log can use it too
-
-2000-06-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Define _POSIX_PTHREAD_SEMANTICS on Solaris by default.
-
-2000-06-10  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * README.EXT_SKEL
-      ext/skeleton/create_stubs:
-    - Fix incorrect code creation when an optional argument is resource type.
-
-2000-06-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    - This seems to be a bug. Anyone know who wrote this code? Should it stay
-    - in?
-
-    * ext/zlib/zlib.dsp
-      ext/ftp/ftp.dsp
-      ext/java/java.dsp
-      ext/ldap/ldap.dsp
-      ext/mcrypt/mcrypt.dsp
-      ext/mssql/mssql.dsp
-      ext/oci8/oci8.dsp
-      ext/oracle/oracle.dsp
-      ext/pgsql/pgsql.dsp
-      ext/swf/swf.dsp
-      ext/calendar/calendar.dsp
-      ext/exif/exif.dsp: - Update module project files to include:
-    - HAVE_MODULE=1
-    - ZEND_WIN32
-    - PHP_WIN32
-    - COMPILE_DL_MODULE
-    - ZTS=1
-
-2000-06-10  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * README.EXT_SKEL
-      README.SELF-CONTAINED-EXTENSIONS:
-    - Add some documentation for ext_skel and a note about it's existence.
-
-2000-06-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c: - #ifdef COMPILE_DL_FOO
-    - #if HAVE_FOO
-
-    * ext/recode/php_recode.h
-      ext/snmp/php_snmp.h
-      ext/swf/php_swf.h
-      ext/sybase/php_sybase.h
-      ext/sybase_ct/php_sybase_ct.h
-      ext/sysvsem/php_sysvsem.h
-      ext/sysvshm/php_sysvshm.h
-      ext/yp/php_yp.h
-      ext/zlib/php_zlib.h
-      ext/informix/php_informix.h
-      ext/interbase/php_interbase.h
-      ext/mcal/php_mcal.h
-      ext/msql/php_msql.h
-      ext/mysql/php_mysql.h
-      ext/odbc/php_velocis.h
-      ext/pgsql/php_pgsql.h
-      ext/posix/php_posix.h
-      ext/bcmath/php_bcmath.h
-      ext/db/php_db.h
-      ext/exif/config.m4
-      ext/exif/exif.c
-      ext/exif/php_exif.h
-      ext/ftp/php_ftp.h
-      ext/gd/php_gd.h
-      ext/hyperwave/php_hyperwave.h
-      ext/icap/php_icap.h:
-    - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
-    - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
-
-2000-06-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4: Fix MYSQL_LIB_CHK ($i is used by the outer loop)
-
-    * ext/mysql/config.m4: Search for mysqlclient library in lib and lib/mysql
-
-    * README.SELF-CONTAINED-EXTENSIONS: Fix typo
-
-2000-06-10  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel
-      ext/skeleton/create_stubs:
-    - Fix typos, add default case to switch and other small things.
-
-    * ext/ext_skel
-      ext/skeleton/create_stubs:
-    - Automatically generate C code to handle arguments passed to a PHP function
-      based on function proto.
-
-2000-06-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/yaz/Makefile.in
-      ext/yaz/config.m4
-      ext/yaz/php_yaz.c: Make yaz compilable as shared module.
-
-2000-06-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h:
-
-2000-06-09  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/pgsql.dsp
-      ext/pgsql/php_pgsql.h: - Update postgress to build on Windows
-
-2000-06-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c:
-
-2000-06-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    - Fixed 'Z' flag in date() to adjust for daylight savings time. 
-
-2000-06-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel
-      ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c
-      ext/skeleton/skeleton.php:
-    - Cosmetic changes.
-    - Optionally, create function entries, stubs and declarations from names
-      listed in a file.
-
-2000-06-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in
-      php_syslog.h:
-    Real fix for std_syslog issue on OpenServer. This is limited to the native
-    development system (/bin/cc and icc) and does not show up with the UDK.
-
-    * Makefile.in
-      sapi/apache/config.m4: The ! command is not portable.
-
-2000-06-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Update news
-
-    * ext/standard/var.c:    Fixed the buffer overflow as well
-
-2000-06-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel:
-    - Changed user instructions.
-
-2000-06-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    - Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
-      leaving it. 
-
-    * ext/wddx/wddx.c
-      fopen-wrappers.c:
-    Changed WDDX to always serialize arrays as structs. PR #4924
-
-2000-06-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/url.c: Fix #4928
-    Be *CAREFUL* with the _ex API, guys!
-
-2000-06-09  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c: Make chmod in safe mode not allow SUID bits
-
-2000-06-09  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/standard/basic_functions.c
-      ext/standard/dir.c
-      ext/com/COM.c
-      ext/domxml/php_domxml.c
-      ext/java/java.c:
-    - Change register_internal_class to zend_register_internal_class for
-    - consistency.
-    - Andrei: I'm still thinking about the _ex you want me to implement
-
-    * ext/icap/php_icap.c: - Use PHP_WIN32
-
-2000-06-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel
-      ext/skeleton/create_module
-      ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c:
-    - As Sascha requested.
-
-2000-06-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c
-      ext/session/session.c:
-    (php_wddx_deserialize_ex) return SUCCESS/FAILURE
-    Use that return value in WDDX session deserializer.
-
-2000-06-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/php_skeleton.h: Change COMPILE_DL to COMPILE_DL_EXTNAME
-
-2000-06-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/skeleton/create_module
-      ext/skeleton/php_skeleton.h
-      ext/skeleton/skeleton.c
-      ext/skeleton/skeleton.php:
-    - Added skeleton module creating script.
-
-2000-06-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configuration-parser.y
-      main.c:
-    - Parse errors in the php.ini files under Windows will no longer mess up the
-      HTTP headers in CGI mode and are now displayed in a message box
-
-    * ext/standard/info.c: Move back everything to where it belongs...
-
-    * ext/msql/php_msql.c: This should no longer be necessary
-
-    * config.guess:
-    This seems to be a valid report, can't hurt anyway (PR 4252)
-
-    * ext/standard/dl.c:
-    Restore the check for the trailing slash.  Windows does not apply s#/+#/# (PR 
4375)
-
-2000-06-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * README.SELF-CONTAINED-EXTENSIONS:
-    You need to include dynlib.mk in Makefile.in.
-
-    * ext/session/session.c: The default serializer is still php.
-
-    * ext/session/session.c:
-    Automatically recover from a failed attempt to decode a session object.
-
-    PR: #4886
-
-2000-06-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Fix format strings. cache_expire's type was changed to long.
-
-    * ext/icap/php_icap.c:
-    Somehow I screwed up the find parameters while doing the original change.
-
-    s/global.h/php_global.h/
-
-2000-06-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c: Include php_global.h, instead of global.h
-
-2000-06-08  Anthony Whitehead  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/nsapi.c:
-    Added more server variables to the HTTP_SERVER_VARS array, all the
-    variables listed in the structs in nsapi.c should work now. Untested on
-    Windows platform.
-
-2000-06-08  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - Fixed crash in OCIFetchStatement() when trying to read after
-      all data has already been read. 
-
-2000-06-08  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c
-      fopen-wrappers.h
-      main.c:    so here it finaly is, the more general approach to fopen wrappers
-
-2000-06-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php.h: Add PHP_BROKEN_SPRINTF check here.
-
-    Also remove unnecessary #ifdef's for PACKAGE and VERSION.
-
-    * acconfig.h.in
-      acinclude.m4
-      configure.in
-      sapi/apache/config.m4
-      sapi/cgi/config.m4
-      sapi/isapi/config.m4:
-    Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.
-
-    * Makefile.in:
-    Always define PROGRAM_NAME to avoid problems with Irix's and OpenServer's
-    makes.
-
-    * README.SELF-CONTAINED-EXTENSIONS:
-    Add note about using PHP_ARG_WITH/ENABLE
-
-2000-06-07  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h:
-    - Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.
-    - Fixed bug when calling imagejpeg() with 3 arguments, the second one empty,
-      introduced yesterday.
-    - Nuked even more code.
-
-2000-06-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - fixed compilation error
-
-    * ext/pdf/pdf.c:
-    - more removal of obsolete pdflib functions, but no changes to the php
-      api
-
-2000-06-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Fix test for php_always_shared
-
-2000-06-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      php4dll.dsp
-      php4dllts.dsp: - Fix Win32 build
-    - Nuke a warning
-
-2000-06-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pdf/php_pdf.h:
-    - new function pdf_set_info() to replace pdf_set_info_xxx()
-
-2000-06-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: beautify
-
-2000-06-07  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y:
-    cyscape's "current" browscap.ini file doesn't terminate the last line
-    in the file with a newline character
-    this resulted in a parse error
-
-2000-06-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Purely formatting.
-
-2000-06-07  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Make trim strip \0 to match php 3
-
-2000-06-07  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h:
-    - Added functions imagewbmp(), imagecreatefromxbm().
-    - Nuked a lot of duplicate code.
-    - Added function imagecreatefromxbm(). 
-    - Added function imagewbmp(). (Jouni, based on patch from Rune Nordbe 
Skillingstad)
-
-2000-06-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_string.h
-      ext/standard/string.c
-      TODO:
-
-    Added str_pad() for padding a string with an arbitrary string on left or right.
-
-
-2000-06-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pdf/php_pdf.h:
-    - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),
-      pdf_set_border_dash()
-    - some prototype fixes
-
-2000-06-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: I guess Zeev's done it already.
-
-2000-06-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      main.c
-      php_globals.h:
-    - Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives 
work
-      on a per-directory basis as well, e.g. from .htaccess files 
-
-2000-06-06  Clayton Collie  <[EMAIL PROTECTED]>
-
-    * tests/scan_cases
-      tests/testscanf.php: PHP code to test sscanf()
-
-    * ext/standard/Makefile.in: Modified Makefile.in so scanf.c compiles
-
-2000-06-06  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:
-    - Preparing to add new image types to gd module.
-
-2000-06-06  Clayton Collie  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/php_string.h
-      ext/standard/scanf.c
-      ext/standard/scanf.h
-      ext/standard/string.c: Added sscanf() function.
-
-2000-06-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c:
-    - I didn't have anything to do with this buggy code. Just kidding :)
-
-2000-06-06  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/standard/flock_compat.h:
-     adding definition for EWOULDBLOCK for Win32 to compile
-
-2000-06-06  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c:
-    added missing '/' to closing <center> tag (BUG ID #4416)
-
-    * ext/gd/gd.c: added T1LIB information to info function
-
-2000-06-06  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/TODO: Added another bug to be fixed
-
-2000-06-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/recode/config.m4
-      ext/recode/php_recode.h
-      ext/recode/recode.c: add check for stdbool.h
-
-    * ext/recode/recode.c: bool -> int
-
-    * ext/standard/basic_functions.c
-      ext/standard/file.c
-      ext/standard/file.h: - added fflush() function. (Eric Huss)
-
-    * ext/xml/expat/xmlparse/xmlparse.c: hashtable.h -> expat_hashtable.h
-
-2000-06-06  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.dsp
-      ext/pgsql/php_pgsql.h:
-    Adding correct compiler directives for Win32 compilation
-
-2000-06-06  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/domxml/Makefile.in
-      ext/domxml/domxml.c
-      ext/domxml/php_domxml.c: Use common naming convention.
-
-    * ext/domxml/config.m4: Get the version #'s right...
-
-2000-06-06  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: Move to the Z_*_PP macros.
-
-2000-06-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/xml/expat/xmlparse/expat_hashtable.h
-      ext/xml/expat/xmlparse/hashtable.c
-      ext/xml/expat/xmlparse/hashtable.h:
-    Move hashtable.h to expat_hashtable.h.
-
-2000-06-06  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/Makefile.in
-      sapi/roxen/config.m4
-      sapi/roxen/roxen.c: PRE_INCLUDES hack reverted
-
-    * build/rules.mk: PRE_INCLUDE hack reverted
-
-2000-06-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/global.h
-      ext/standard/md5.h
-      ext/standard/php_global.h: Move global.h to php_global.h.
-
-    * internal_functions.c.in
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      sapi/nsapi/nsapi.c
-      sapi/phttpd/phttpd.c
-      sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      ext/standard/basic_functions.c
-      ext/standard/head.c
-      internal_functions_win32.c
-      main.c
-      main.h
-      php_main.h
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/apache/sapi_apache.c: Move main.h to php_main.h.
-
-2000-06-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php_apache.c: Fix virtual() when used with output buffering
-
-2000-06-05  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/TODO: List with TODO items
-
-    * sapi/roxen/Makefile.in
-      sapi/roxen/config.m4: Fixed include directory problems.
-
-    * build/rules.mk:
-    Added a new user-definable include variable, PRE_INCLUDES. It works
-    like EXTRA_INCLUDES but is added before the global INCLUDES variable.
-
-    * sapi/roxen/roxen.c:
-    Changed include statement for main.h to avoid inclusion of Pike's main.h.
-
-2000-06-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c
-      ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/sysvshm.c
-      ext/wddx/wddx.c
-      ext/xml/xml.c
-      ext/yaz/php_yaz.c
-      ext/yp/yp.c
-      ext/readline/readline.c
-      ext/recode/recode.c
-      ext/session/session.c
-      ext/snmp/snmp.c
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      ext/standard/crypt.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/filestat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/iptc.c
-      ext/standard/levenshtein.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/microtime.c
-      ext/standard/pack.c
-      ext/standard/quot_print.c
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/var.c
-      ext/swf/swf.c
-      ext/mysql/php_mysql.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/pdf/pdf.c
-      ext/posix/posix.c
-      ext/ldap/ldap.c
-      ext/mcal/php_mcal.c
-      ext/mcrypt/mcrypt.c
-      ext/mhash/mhash.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/ftp/php_ftp.c
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gettext/gettext.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/informix/ifx.ec
-      ext/interbase/interbase.c
-      ext/java/java.c
-      ext/cybercash/cybercash.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/dba/dba.c
-      ext/dbase/dbase.c
-      ext/domxml/domxml.c
-      ext/exif/exif.c
-      ext/fdf/fdf.c
-      ext/filepro/filepro.c
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      ext/calendar/cal_unix.c
-      ext/calendar/calendar.c
-      ext/calendar/easter.c
-      ext/com/COM.c
-      ext/cpdf/cpdf.c: - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
-
-2000-06-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Oops, fixed slight miscue there.  Now it works.
-
-2000-06-05  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    - Restore locale settings to state they were at module startup if they
-      were changed.
-
-2000-06-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:    Clean up constants in flock() function and add optional 
3rd arg which
-    is set to true on EWOULDBLOCK
-
-2000-06-05  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.dsp
-      ext/exif/php_exif.h: Getting exif module to compile on win32
-
-    * ext/oci8/oci8.dsp:
-    fixing compiler directive so the module will actually build a php module
-
-2000-06-05  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4
-      ext/domxml/php_domxml.h:
-    - should now compile and configure with libxml 2.0.0
-
-2000-06-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c:
-    - Revert Thies' locale patch. It was screwing up language level things.
-    - We could add support for locale in some specific output functions at a
-    - later time to make everyone happy
-
-2000-06-05  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: compile fix regarding bug report #4780
-
-2000-06-04  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    (pg_connect) Missed adding reference to link.
-
-2000-06-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/session/mod_files.c
-      ext/standard/dir.c
-      reentrancy.c
-      win32/readdir.c
-      win32/readdir.h: Fix Win32 build
-
-    * NEWS: *** empty log message ***
-
-2000-06-04  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    - Added functions pg_loimport(), pg_loexport().
-    - Added functions pg_loimport(), pg_loexport(). 
-
-2000-06-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c:    Add SWF support to getimagesize() function
-
-2000-06-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in: Redirect messages from cp modules/* to /dev/null
-
-2000-06-04  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: \0 is part of they key, but not of the variable
-
-2000-06-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Back out the last change by Andi which caused TSRM to be always configured.
-
-    This needs to be refined. It caused breakage on several platforms.
-
-2000-06-04  Stanislav Malyshev  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c
-      php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h: add opendir to VIRTUAL_DIR
-
-    * php_virtual_cwd.c: chdir returns -1 on error, so should V_CHDIR
-
-    * ext/standard/dir.c: chdir returns 0 on success, compare against it
-
-2000-06-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * rfc1867.c:    Add support for both indexed and non-indexed arrays of file 
uploads
-    eg. name="file[]" type="file" (Rasmus)
-
-2000-06-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * NEWS: news update
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c
-      sapi/apache/php4apache.dsp
-      sapi/isapi/php4isapi.dsp
-      sapi/nsapi/php4nsapi.dsp
-      NEWS
-      TODO
-      ext/mysql/libmysql/libmysql.dsp
-      php4dllts.dsp
-      php4ts.dsp:
-    - Allow all functions that receive user-defined function callbacks to accept
-      an array that contains an object and a method name, in place of a function
-      name, e.g. usort($array, array($obj, "ObjSort"))
-    (I checked the code in array.c and basic_functions.c, other code which uses
-    call_user_function() may still force the function_name argument to be of type
-    IS_STRING, which prevents this feature from working - and is no longer necessary)
-
-    * ext/standard/info.c
-      TODO
-      main.c
-      php_ini.c
-      php_ini.h: - Make the INI entries sorted in phpinfo()
-
-2000-06-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Update NEWS so that this is documented
-
-2000-06-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php.h: Use the new error code
-
-    * ext/standard/math.c: Small optimization
-
-2000-06-02  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: -
-
-2000-06-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    - Make TSRM always compile into PHP. We can now move virtual_cwd over here.
-    - We might not want to compile TSRM.c in case we are on a platform which
-    - doesn't support threads. Sascha? What do you think?
-
-2000-06-01  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    patch for redhat 6.2 from Teodor Cimpoesu <[EMAIL PROTECTED]>.
-
-2000-06-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.h: Update header file.
-
-    * ext/pcre/php_pcre.c:
-    - Cleaned up PCRE extension and made it binary-safe. 
-
-2000-06-01  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (ucwords) Remove unnecessary code.
-
-    * ext/standard/string.c:
-    (ucwords) Yet another fix for #4748.
-
-2000-06-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Some tweaks.
-
-    * TODO
-      ext/standard/array.c:
-
-    Fixes bug #4753
-
-2000-06-01  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (ucwords) Fixed fix for fix for fix for #4748.
-
-2000-06-01  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    uh, off by one?!! this time it's regression-tested, fast and compact
-
-2000-06-01  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (ucwords) Another try to fix #4748.
-
-2000-06-01  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    ucwords will now test against isspace() instead of just ==" "
-    (see BUG #4748)
-
-2000-06-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_syslog.h: s/sys_syslog/std_syslog/
-
-2000-05-31  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c:
-    Correct fix this time... (?)
-
-    * ext/standard/formatted_print.c:
-    Fix a nasty off-by-one with negative numbers.
-
-2000-05-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in: Make use of already existing macro PHP_PROG_SENDMAIL
-
-2000-05-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    - Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
-
-2000-05-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Use sed instead of tr. The tr regexp syntax does not seem to be portable
-    enough to make wide use of it. This should fix problems on Solaris 8
-    and possibly on older SysV-derivatives.
-
-2000-05-31  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/config.m4:
-    monkeying Sascha's suggested change to allow relative pathnames.
-
-2000-05-31  Anthony Whitehead  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/nsapi.c:
-    Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC.
-
-2000-05-31  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c: - ignore_user_abort=Off is now default. 
-
-2000-05-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/config.m4:
-    The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
-    failing to build.
-
-2000-05-31  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO:
-    just do phpinfo() and "collect" all error_reporting related ini-entries -
-    you'll get my point;-)
-
-2000-05-30  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.dsp
-      ext/imap/imap.h
-      ext/imap/php_imap.h:
-    Making imap module compile on win32 and include imap_mail() function)
-
-2000-05-30  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * README.Zeus:
-    Updated help section with some more compile problems & solutions
-
-2000-05-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/php_array.h:
-    - Added array_merge_recursive() that will recursively merge values
-      under the same keys. 
-
-    * TODO: retab
-
-    * TODO: Finally figured out what pathinfo() was all about.
-
-2000-05-30  Anthony Whitehead  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/config.m4
-      sapi/nsapi/nsapi-readme.txt
-      sapi/nsapi/nsapi.c:
-    Altered NSAPI autoconf to check for location of include files automatically, 
tested for Netscape 3.x and iPlanet 4.x.
-    Added very basic variable support for usefull things such as PHP_SELF. I'll 
extend this to supply this rest of the variables soon.
-    Commited a patch to activate ZTS in the NSAPI module, this patch comes from
-    Jayakumar Muthukumarasamy.
-
-2000-05-30  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - fixed crash in OCIParse when parsing invalid SQL. 
-
-2000-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.in: Forgot to update the makefile
-
-    * NEWS
-      ext/mysql/php_mysql.c: Fix bug #4678
-
-    * main.c
-      php4dllts.dsp
-      php_globals.h: Fix startup sequence.  It should do it this time.
-
-    * NEWS
-      internal_functions_win32.c
-      main.c
-      php.ini-dist
-      php.ini-optimized: - Added disable_functions php.ini support
-    - Fixed Win32 build
-
-2000-05-29  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * php.h: warn_not_available() will be used by other modules besides
-    ext/standard in the (very near) future
-
-2000-05-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_content_types.c
-      php_virtual_cwd.c: - License is at 2.02
-
-2000-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Oh yeah, I said there's no need for it to be defined didn't I? :)
-
-2000-05-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.c
-      php_content_types.c
-      php_virtual_cwd.c:
-    Clean up EXIF code and give up on extracting the embedded thumbnail for
-    now.  Will return to it when I find some real specs on it.
-    Also added a couple of missing copyright headers
-
-2000-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.h: Remove stale reference to .h file
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/php_noavail.c
-      ext/standard/php_noavail.h:
-    There's really no need for an entire file for a one line function...
-
-2000-05-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: detab
-
-    * TODO: add some notes
-
-    * ext/standard/basic_functions.c:
-    allow_call_time_pass_reference fix: similar_text
-
-2000-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Remove stale macro
-
-2000-05-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    `len' is not the actual length of the string, but the possible maximum
-    length. This fixes a couple of problems, like not setting the cookie path
-    correctly.
-
-2000-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: More secure mode
-
-    * php_virtual_cwd.c: Creat is creat is creat, no open
-
-2000-05-28  Jim Winstead  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: Add maintainer info for dbase extension.
-
-    * calendar.mak
-      crypt.mak
-      dbase.mak
-      dbm.mak
-      filepro.mak
-      gd.mak
-      hyperwave.mak
-      imap4.mak
-      ldap.mak
-      makeall.bat
-      makeparser.bat
-      msql.mak
-      msql1.mak
-      mtparser.bat
-      mysql.mak
-      php_custom_build.mak
-      snmp.mak
-      zlib.mak: Remove old, unused files.
-
-    * header: fix license version number in sample header
-
-2000-05-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * configure.in: - This should have been done for 4.0.0.
-    - Default build is without debug now. Use --enable-debug if you want a
-    - debug build which includes leak/memory overwrite etc. detection
-
-2000-05-28  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c: Changed parameter naming some function prototypes
-
-2000-05-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c: - Move zend_activate_modules() to later on.
-
-2000-05-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_syslog.h:
-    Remove win32/php_registry.h from include list. That slipped in by accident.
-
-    * ext/standard/syslog.c
-      main.c
-      php_syslog.h:
-    Use php_syslog() for system call. On OpenServer 5, syslog is defined to
-    var_syslog/sys_syslog which causes various problems.
-
-    Submitted by: Paul Gardiner <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/php_ext_syslog.h
-      ext/standard/php_standard.h
-      ext/standard/php_syslog.h
-      ext/standard/syslog.c: Make syslog module thread-safe.
-
-2000-05-28  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * tests/odbc-display.php
-      tests/odbc-t1.php
-      tests/odbc-t2.php
-      tests/odbc-t3.php
-      tests/odbc-t4.php
-      tests/odbc-t5.php: Test scripts for ODBC added
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h: Cosmetic changes.
-
-2000-05-28  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c: (php_execute_script) fix leak for phpinfo() images.
-
-2000-05-28  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.dsp
-      ext/informix/ifx.dsw: - added COMPILE_DL_INFORMIX to WIN32 project file
-
-    * ext/informix/ifx.ec:  - Name correction.
-
-2000-05-27  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:
-    added comments to the System/Distribution specific default
-    path tests for gd.h
-
-    ? can someone imagine a clever way to have that done for
-      _all_ packages in a simple and general way ?
-
-    * ext/gd/config.m4:
-    should make SuSE 6.x users happy (and anybody else with gh.d in
-      /usr/include/gd ... )
-
-2000-05-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R,
-    but with different values.
-
-2000-05-27  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.in
-      ext/standard/basic_functions.c
-      ext/standard/crypt.c
-      ext/standard/datetime.c
-      ext/standard/dl.h
-      ext/standard/dns.c
-      ext/standard/microtime.c
-      ext/standard/php_noavail.c
-      ext/standard/php_noavail.h
-      php.h: a second (cleaner?) try on warnings about unsupported functions
-
-2000-05-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/crypt.c
-      ext/standard/datetime.c
-      ext/standard/dns.c
-      ext/standard/file.c
-      ext/standard/microtime.c
-      php.h:
-    - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
-    - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
-
-    * NEWS
-      ext/session/mod_files.c
-      fopen-wrappers.c
-      sapi/cgi/cgi_main.c:
-    - Fix problem in sessions module under Win32. Need to use ; as an options
-    - delimiter in save_path instead of :.
-
-2000-05-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Add Sam Ruby
-
-2000-05-26  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:    Changed the Apache handler's return status to 
'Declined' when a requested
-    PHP file could not be found.  Returning 'Not Found' caused problems
-    in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES
-    was not getting set at all.  Moving to 'Declined' shoudl fix this and I
-    can't see any other side effects.
-
-2000-05-26  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/mhash/mhash.c: protos fixed
-
-    * ext/mcal/php_mcal.c: proto fixed
-
-    * ext/mcrypt/mcrypt.c: protos fixed
-
-    * ext/standard/crypt.c
-      ext/standard/datetime.c
-      ext/standard/dl.h
-      ext/standard/dns.c
-      ext/standard/file.c
-      ext/standard/microtime.c
-      ext/standard/php_crypt.h
-      ext/standard/basic_functions.c
-      php.h:
-    if a module provides a function it should also do so if the function
-    is not functional due to configure findings
-    the function should offer a meaningful warning if it is not supported
-    instead of just beeing undefined
-    i had already changed this in 'gd', now this is doing it for 'standard'
-
-2000-05-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c:
-    Save more overhead.  Look for the serializer/save_handler only when they're 
actually modified.
-
-    * ext/session/php_session.h
-      ext/session/session.c: Use the INI framework in the session module
-
-2000-05-26  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/swf/config.m4
-      ext/swf/swf.h:
-    - swf.h belongs to the libswf distribution and should not be copied
-      in the php distribution.
-    - the configure script now checks for the libswf.a and swf.h in
-      <swf-dir>/lib and <swf-dir>/include. If it doesn't find it the
-      default directories /usr/local and /usr are checked.
-
-2000-05-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Update news file
-
-2000-05-25  dickmeiss  <dickmeiss@va>
-
-    * NEWS: Added extension YAZ.
-
-    * ext/yaz/README: Added short README for ext YAZ.
-
-    * MAINTAINERS
-      ext/yaz/Makefile.in
-      ext/yaz/config.m4
-      ext/yaz/php_yaz.c
-      ext/yaz/php_yaz.h
-      ext/yaz/setup.stub: Added extension YAZ (Z39.50 client role).
-
-2000-05-25  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Update proto.
-
-    * ext/pcre/php_pcre.c:
-    - Added second argument to preg_quote() which allows quoting of
-      one additional character, usually the regex delimiter. 
-
-2000-05-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: Test commit
-
-2000-05-25  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/zlib/php_zlib.h
-      ext/zlib/zlib.c:
-    added functions gzcompress() and gzuncompress() for direct string
-    compression as requested by BugId #1151
-
-2000-05-25  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/zlib/php_zlib.h: Making ZLIB compile on Win32
-
-    * ext/ldap/ldap.dsp: fixing typo
-
-2000-05-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    (about the removed line - we agreed that the NEWS file should only contain stuff
-    that would interest end users, removing warnings isn't such a thing in my opinion)
-
-    * sapi/cgi/cgi_main.c:
-    Only fetch globals if it's necessary (which it usually won't be)
-
-2000-05-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/buildcheck.sh: Accept CVS version of libtool (1.3c)
-
-2000-05-25  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS
-      MODULES_STATUS
-      ext/standard/info.c: - Added credits.
-
-2000-05-25  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    - Move to high performance api, use Z_* macros.
-    - Added some spaces here and there.
-
-2000-05-25  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - Uncommitted outstanding OCI8 transactions are now rolled back
-      before the connection is closed. 
-
-    * sapi/cgi/cgi_main.c:
-    - ignore_user_abort() & friends should now work in CGI mode as well.
-      (Patch by [EMAIL PROTECTED])
-
-2000-05-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/config.m4: Check lib.
-
-2000-05-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/levenshtein.c:  Fixed min()/max() segfault. 
-
-2000-05-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX.
-
-    Also fix the search path for sendmail.
-
-2000-05-24  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/sybase/sybase.c: proto takeover from php3
-
-2000-05-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * reentrancy.c
-      win32/readdir.c:
-    The behaviour for result == NULL || entry == NULL is undefined.
-
-    * reentrancy.c:
-    If no further directory exists, php_readdir_r() returns success and sets
-    *result to NULL.
-
-2000-05-24  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/exif/exif.dsp:
-    Adding PHP_EXIF directive to actually include the functions
-
-    * php_modules.dsw: Updating workspace with the latest modules
-
-    * ext/exif/exif.c
-      ext/exif/exif.dsp: Adding project for new exif module
-
-2000-05-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in
-      reentrancy.c: Support old-style readdir_r()
-
-    * reentrancy.c:
-    Avoid building two versions of the time-related reentrant functions.
-
-2000-05-24  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/exif/.cvsignore
-      ext/exif/Makefile.in
-      ext/exif/config.m4
-      ext/exif/exif.c
-      ext/exif/php_exif.h:    exif module
-
-    * ext/gd/gd.c
-      ext/ldap/ldap.c:    num_links is a long there
-
-2000-05-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: remove gremlin
-
-2000-05-24  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    Added PostgreSQL module info function.
-
-2000-05-24  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h:
-    php_basename() prototype changed according to latest changes in string.c
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/snmp/Makefile.in
-      ext/snmp/config.m4:
-    Convert config.m4 to make use of the new build system features
-
-    * ext/imap/Makefile.in
-      ext/imap/config.m4: Make imap extension buildable as shared module.
-
-    * ext/recode/Makefile.in
-      ext/recode/config.m4
-      ext/recode/recode.c: Make recode extension buildable as shared module.
-
-    * ext/msql/Makefile.in
-      ext/msql/config.m4: Make msql extension buildable as shared module.
-
-    * ext/informix/Makefile.in: Add INFORMIX_SHARED_LIBADD to LT_SHARED_LIBADD
-
-    * ext/informix/Makefile.in
-      ext/informix/config.m4
-      ext/informix/ifx.ec:
-    Make informix extension buildable as shared module on Unix.
-
-    * acinclude.m4: A couple of cleanups and shared-libadd additions
-
-2000-05-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/metaphone.c
-      ext/standard/output.c
-      configuration-parser.y
-      ext/db/db.c
-      ext/domxml/domxml.c
-      ext/session/session.c: another bunch of proto fixes
-
-    * ext/oci8/oci8.c: proto function name fixed
-
-    * ext/gd/gd.c: added a missing proto
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gettext/Makefile.in
-      ext/gettext/config.m4
-      ext/gettext/gettext.c:
-    Make gettext extension compilable as shared module.
-
-2000-05-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/com/COM.c: even more protos were missing
-
-    * ext/com/COM.c: some protos where missing, took them from php3
-
-    * ext/pgsql/pgsql.c: proto typo fix
-
-    * ext/mssql/php_mssql.c: some protos where missing proto keyword
-
-    * ext/mhash/mhash.c
-      ext/mcrypt/mcrypt.c: protos where lacking return types
-
-    * ext/filepro/filepro.c: integratet protos from php3 version
-
-    * ext/icap/php_icap.c: some protos fixed
-    commented out yet not implemented function icap_popen() from functiontabe
-
-    * ext/mcal/php_mcal.c: some protos got to the wrong function - fixed
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * makedist:
-    Add check for Bison. A recent version is required when in ZTS mode.
-
-2000-05-23  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h
-      ext/standard/string.c:
-    Need a PHPAPI version of basename for some stuff I am working on.
-    Also fixed a bug along the way in the basename function.  If it
-    was fed something like "filename.ext/////" it would return the string
-    with all the slashes whereas if you fed it "/path/filename.ext////" it
-    would get it right.
-
-2000-05-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c:
-    one little unimportant detail (cut&paste is evil :)
-
-    * ext/standard/levenshtein.c:
-    a little less optimized, but no dirty tricks anymore
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c:
-    Make calc_levdist static and fix pointer swapping.
-
-2000-05-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      php4dllts.dsp:
-    - Update Windows project to include levensthein.c and update NEWS file
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * INSTALL:
-    Add interesting email which explains why disabling -fPIC works on Linux
-    by Martin v. Loewis <[EMAIL PROTECTED]>
-
-2000-05-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * dl/log/log_db.c
-      ext/standard/file.c
-      php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Virtual current working directory is now enabled
-    - Added support for mkdir()/rmdir() and more
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Cosmetic changes
-
-    * php_reentrancy.h:
-    Some systems don't have dirent.h. Wrap include appropiately.
-
-    * ext/standard/dir.c
-      acinclude.m4
-      configure.in
-      ext/session/mod_files.c
-      php_reentrancy.h
-      reentrancy.c:
-    Use reentrant version of readdir. If the target platform does not support
-    the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will
-    cause php_readdir_r calls to be serialized.
-
-    * config.w32.h
-      win32/readdir.c
-      win32/readdir.h: Add POSIX-like readdir_r for Win32
-
-2000-05-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/levenshtein.c: - English fix.
-
-2000-05-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/levenshtein.c
-      ext/standard/php_string.h: name changed from levdist() to levenshtein()
-    (although i bet we'll get a    levenstein() alias some day)
-
-2000-05-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/db/db.c
-      ext/session/mod_files.c
-      ext/standard/file.c
-      ext/standard/link.c
-      dl/log/log_sql.c
-      php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Support virtual unlink()
-
-2000-05-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.in
-      ext/standard/basic_functions.c
-      ext/standard/levenshtein.c
-      ext/standard/php_string.h:
-    added function "int levdist(string str1, string str2)"
-    that will calculate the Levenshtein distance between two
-    strings (faster and possibly more accurate than similar_text())
-
-2000-05-23  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c:
-    Changed the #ifdefs around "errno = ETIMEDOUT;" to include the rest
-    of the statement ["if (n == 0)"]
-
-2000-05-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/php_ftp.c: - PHP_WIN32 macro should be used with #ifdef/#ifndef
-    - Always use PHP_WIN32 instead of WIN32/WINNT values
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/calendar/calendar.c: Revert recent COMPILE_DL change.
-
-2000-05-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Clean up the patch by Hartmut.
-
-2000-05-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.h: 'char *' to 'char'
-
-2000-05-23  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c: fixing type
-
-    * ext/ftp/ftp.c: chang #if to #ifdef
-
-2000-05-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c: fixed newly introduced crash
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * README.SELF-CONTAINED-EXTENSIONS: Use new syntax
-
-    * ext/gd/config.m4: --with-foo causes $withval to be set to "yes," not ""
-
-2000-05-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.h: even better check for netinet/in.h
-
-    * ext/ftp/ftp.h: make ftp compile on unix again
-
-2000-05-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * calendar.mak
-      dbase.mak
-      dbm.mak
-      filepro.mak
-      gd.mak
-      hyperwave.mak
-      imap4.mak
-      ldap.mak
-      msql.mak
-      msql1.mak
-      mysql.mak
-      snmp.mak
-      zlib.mak: s/COMPILE_DL/COMPILE_DL_EXTNAME/
-
-    * ext/zlib/zlib.c
-      ext/sysvshm/sysvshm.c
-      ext/xml/xml.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/sybase/sybase.c
-      ext/standard/mail.c
-      ext/swf/swf.c
-      ext/session/session.c
-      ext/snmp/snmp.c
-      ext/pgsql/pgsql.c
-      ext/posix/posix.c
-      ext/pcre/php_pcre.c
-      ext/pdf/pdf.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      ext/mysql/php_mysql.c
-      ext/mcal/php_mcal.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/ldap/ldap.c
-      ext/imap/php_imap.c
-      ext/interbase/interbase.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/filepro/filepro.c
-      ext/gd/gd.c
-      ext/db/db.c
-      ext/dbase/dbase.c
-      ext/fdf/fdf.c
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      ext/cpdf/cpdf.c
-      ext/dav/dav.c: Use #ifdef COMPILE_DL_EXTNAME solely.
-
-    * ext/zlib/zlib.dsp
-      ext/pgsql/pgsql.dsp
-      ext/swf/swf.dsp
-      ext/oci8/oci8.dsp
-      ext/oracle/oracle.dsp
-      ext/mssql/mssql.dsp
-      ext/mysql/mysql.dsp
-      ext/java/java.dsp
-      ext/ldap/ldap.dsp
-      ext/mcrypt/mcrypt.dsp
-      ext/calendar/calendar.dsp
-      ext/ftp/ftp.dsp
-      ext/imap/imap.dsp
-      ext/informix/ifx.dsp:
-    s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.
-
-    * ext/standard/config.m4:
-    Only print the attention thing, if the MD5 and DES checks failed.
-
-2000-05-23  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/php_ftp.c: making ftp module compile and work on win32
-
-2000-05-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in
-      php_version.h: bump version to 4.0.1-dev
-
-2000-05-23  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/config.m4
-      ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    According to current PostgreSQL docs, using PQoidStatus() is deprecated.
-
-2000-05-23  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h
-      ext/standard/string.c: again (due to feature request in bug id #3251)
-    added optional 3rd parameter 'limit' to explode() as in split()
-
-2000-05-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/php_swf.h
-      ext/swf/swf.c: -Add the swf_ortho function. 
-
-2000-05-22  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main.c: fix for bug #2852 : argc inconsistency
-
-    * sapi/cgi/cgi_main.c:
-    -i, -v, -h and -? execution pathes didn't flush the output buffer
-    on exit, resultiong in no output at all when "output-buffering=On"
-    ( BUG id#3420 )
-
-2000-05-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * README.SELF-CONTAINED-EXTENSIONS:
-    Add section about adding shared module support to an existing module.
-
-2000-05-22  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: adding project for swf
-
-    * ext/swf/swf.dsp: oops forgot to save project before commit
-
-    * ext/swf/swf.dsp: adding project for swf
-
-2000-05-22  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/php_ftp.c:
-    applied Luca Montecchiani's win32 fixes (open files in binary mode
-    using the "b" fopen flag, and use closesocket rather than close
-    when closing sockets)
-
-2000-05-22  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: -Allow the writing of flash files to stdout.
-
-    * MAINTAINERS: Add SWF.
-
-2000-05-22  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/rand.c: in [mt_]rand(): (see BUG #3353)
-    - additional range checking for (max-min)<=[MT_]RAND_MAX
-    - [mt_]rand(0,[mt_]getrandmax()) will now work without integer overflow
-
-2000-05-22  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS:
-
-2000-05-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * LICENSE: Sigh, that should be the last one :I
-
-2000-05-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * LICENSE: - Fix LICENSE (one language error and one URL error)
-
-2000-05-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/calendar/calendar.c: - Make calendar compile as a dll on Windows
-
-2000-05-22  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/config.m4:
-    Fixed check for Zeus under Solaris (/bin/sh doesn't understand '!')
-
-2000-05-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: Notify people that .phps is now fixed
-
-2000-05-21  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba_cdb.c: fix bug 4533
-
-2000-05-21  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Fix #4230. Putenv() was modifying its argument, a no-no.
-
-2000-05-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c:
-    - Move activate_models() back to where it was. I don't want to make such
-    - an optimization right before 4.0.0. Who knows, maybe one of the phpinfo()
-    - functions depends on some information only available after RINIT.
-    - In any case, my fix for .phps stays in.
-
-    * main.c:
-    - Fix Apache php source highlighting mode. It was crashing due to the
-    - module shutdown functions being called when the startup functions weren't
-    - being called.
-
-2000-05-21  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/cookies.php: use simpler foreach instead of while
-
-    * ext/java/reflect.java: passing Strings as Objects
-
-2000-05-21  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c: Turn off retrieving the whole error stack
-
-2000-05-20  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h
-      ext/standard/string.c:
-    patch to explode (bug id #3251) suspended till 4.0.1
-
-2000-05-20  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: Proto fixes.
-
-
-2000-05-19  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h
-      ext/standard/string.c:
-    added optional 3rd parameter 'limit' to explode() as in split()
-    (due to feature request in bug id #3251)
-
-2000-05-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * LICENSE: Give some more room for configurability
-
-    * LICENSE: be consistent with the URLs
-
-2000-05-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c: fix the fix (it's still a hack)
-
-    * main.c: make sigchild handler more robust.
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4: added some Notice about --enable-sigchild
-
-2000-05-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      php.h: Minor output mods
-
-2000-05-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c
-      configure.in
-      config.w32.h
-      acconfig.h.in: added new option "--enable-sigchild" (default is off)
-    when using this option php will setup it's own SIGCHLD handler.
-    when using oracle-libraries >= 8.1 on linux you need this option
-    if you are connecting using the BEQ interface - elsewise you will
-    see <defunc> processes whenever a php-script disconnects from oracle.
-
-    * NEWS: 22 May is my birthday!
-
-2000-05-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in
-      php_version.h
-      NEWS: Package 4.0.0
-
-    * sapi/servlet/servlet.c
-      sapi/thttpd/php_thttpd.h
-      sapi/thttpd/thttpd.c
-      sapi/roxen/roxen.c
-      sapi/nsapi/nsapi.c
-      sapi/phttpd/php_phttpd.h
-      sapi/phttpd/phttpd.c
-      sapi/fhttpd/fhttpd.c
-      sapi/isapi/php4isapi.c
-      sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c
-      sapi/cgi/cgi_main.c
-      ext/zlib/zlib.c
-      sapi/aolserver/aolserver.c
-      ext/wddx/php_wddx_api.h
-      ext/xml/php_xml.h
-      ext/xml/xml.c
-      ext/yp/yp.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/sysvshm.c
-      ext/standard/syslog.c
-      ext/standard/type.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/url_scanner.c
-      ext/standard/url_scanner.h
-      ext/standard/var.c
-      ext/swf/php_swf.h
-      ext/swf/swf.c
-      ext/sybase/sybase.c
-      ext/standard/browscap.c
-      ext/standard/crypt.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/flock_compat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/iptc.c
-      ext/standard/lcg.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/metaphone.c
-      ext/standard/microtime.c
-      ext/standard/output.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/php_array.h
-      ext/standard/php_assert.h
-      ext/standard/php_crypt.h
-      ext/standard/php_dir.h
-      ext/standard/php_image.h
-      ext/standard/php_lcg.h
-      ext/standard/php_metaphone.h
-      ext/standard/php_output.h
-      ext/standard/php_rand.h
-      ext/standard/quot_print.c
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/session/mod_files.c
-      ext/session/mod_mm.c
-      ext/session/mod_user.c
-      ext/session/mod_user.h
-      ext/session/session.c
-      ext/snmp/php_snmp.h
-      ext/snmp/snmp.c
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/readline/php_readline.h
-      ext/readline/readline.c
-      ext/recode/php_recode.h
-      ext/recode/recode.c
-      ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h
-      ext/pdf/pdf.c
-      ext/pgsql/pgsql.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h
-      ext/oci8/oci8.c
-      ext/mhash/mhash.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mssql/php_mssql.h
-      ext/java/java.c
-      ext/ldap/ldap.c
-      ext/mcrypt/mcrypt.c
-      ext/interbase/interbase.c
-      ext/interbase/php_interbase.h
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/imap/php_imap.c
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gd/gdt1.h
-      ext/gettext/gettext.c
-      ext/domxml/domxml.c
-      ext/fdf/fdf.c
-      ext/filepro/filepro.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/dbase/dbase.c
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      ext/calendar/cal_unix.c
-      ext/calendar/calendar.c
-      ext/calendar/easter.c
-      ext/com/COM.c
-      LICENSE
-      SAPI.c
-      SAPI.h
-      configuration-parser.y
-      configuration-scanner.l
-      fopen-wrappers.c
-      fopen-wrappers.h
-      internal_functions.c.in
-      internal_functions_registry.h
-      internal_functions_win32.c
-      main.c
-      main.h
-      php.h
-      php_globals.h
-      php_ini.c
-      php_ini.h
-      php_realpath.c
-      php_realpath.h
-      php_reentrancy.h
-      php_sprintf.c
-      php_variables.c
-      reentrancy.c
-      rfc1867.c
-      safe_mode.c
-      snprintf.h: Update the license with the new clause 6
-
-2000-05-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/README
-      sapi/aolserver/config.m4:
-    Later AOLserver releases will copy the include to the installation dir.
-
-2000-05-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: (PHP round) Fix proto.
-
-    * ext/standard/array.c: (PHP array_multisort) Fix the array_size test.
-
-2000-05-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/build2.mk: Cosmetic change
-
-    * configure.in
-      Makefile.in
-      acinclude.m4:
-    Make the shared library suffix dynamic. Improve workaround for libtool's
-    inflexibility WRT -avoid-version to support various numbers of .0
-
-    * Makefile.in
-      configure.in:
-    Fix workaround for systems where libtool cannot handle -avoid-version
-    correctly.
-
-2000-05-18  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - fixed bug #4076
-
-2000-05-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Tough to explain in two lines.
-
-    * ext/standard/array.c
-      ext/standard/php_array.h:
-    Update for sort functions - user can now specify sort type.
-
-2000-05-18  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/config.m4
-      ext/swf/swf.c:
-    Make the SWF module compile again + 1 stylistic change.
-
-2000-05-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dll.dsp: - Make non-threaded project build on Win32
-
-    * configuration-parser.y: - Fix Win32 build
-
-2000-05-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/sysvshm/sysvshm.c: proto corrected
-
-2000-05-17  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c: Fixed the format.
-
-2000-05-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * main.c: proto-takeover from php3
-
-    * ext/standard/var.c: proto takeover from php3
-
-    * ext/standard/image.c
-      ext/standard/head.c
-      ext/standard/crypt.c: proto-takeover from php3
-
-    * ext/standard/filestat.c: typo fix
-
-    * ext/standard/filestat.c: correction
-
-2000-05-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: - Nuke dlist.[ch] from Win32 build.
-
-    * Makefile.in: - Remove dlist from build
-
-    * dlist.c
-      dlist.h: - Remove dlist.[ch]. Should not be needed anymore
-
-2000-05-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in
-      ext/standard/config.m4:
-    Add debug.log facility. If there are any obscure bugs in our build system,
-    this will give us enough information to find and fix it.
-
-2000-05-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/db/db.c: proto-takeover from php3
-
-2000-05-17  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: Second parameter is optional.
-
-2000-05-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c: took over missing prototypes from php3 source
-    (copied them only, didn't check for parameter changes!)
-
-    * ext/imap/php_imap.c:
-    name in proto should be name of real function, not alias
-
-2000-05-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd.c: Fix build against recent thttpd versions
-
-    * NEWS: .
-
-    * ext/standard/dns.c: Fix 64-bit issue in gethostbyaddr().
-
-2000-05-17  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/swf/config.m4
-      ext/swf/swf.c:
-    - fixed wrong interpretation of last parameter of swf_rotate()
-    - add MOD_COLOR and MOD_MATRIX constants
-
-    * tests/testswf: - test script to test creation of flash files
-
-2000-05-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y:
-    Only allow loading of extensions only during .ini file parsing
-
-2000-05-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: Let's cast it.
-
-    * configure.in
-      ext/standard/math.c:
-    - Improved round() to allow specification of rounding precision.
-      (Andrei, Todd Kirby <[EMAIL PROTECTED]>)
-
-2000-05-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    Fix crash when server_context is not longer valid (e.g., when
-    coming from php_apache_request_shutdown)
-
-2000-05-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: ANSIfy declarations/prototypes
-
-    * acinclude.m4: s/normal/SUSV2/
-
-    * php_virtual_cwd.h: Remove extra declarations of cwd_globals(_id)
-
-2000-05-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h:
-    - Reverse the patch until I have time to look at it. The global id should
-      be defined by ZEND_DECLARE_GLOBALS(cwd)
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h:
-    - Commit Sascha's patch to the virtual_cwd code. Will test it on Windows
-      soon.
-
-2000-05-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/cpdf/config.m4: Fix PHP_EXTENSION argument
-
-    PR: #4458
-
-2000-05-16  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: - fixed prototype
-
-2000-05-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Fix pointer to FAQ entry.
-
-    PR: #4451
-
-    * sapi/apache/config.m4: Fix wording (not "to apxs", but "of apxs").
-
-    * sapi/apache/config.m4:
-    Complain loudly and stop configuration, if we cannot run apxs.
-
-    * sapi/servlet/Makefile.in
-      build/rules.mk
-      configure.in
-      ext/java/Makefile.in:
-    Use "mkdir -p" instead of "test -d || mkdir" where possible
-
-    * INSTALL: Cosmetic changes
-
-    * ext/session/mod_files.c: Complain, if write(2) failed.
-
-2000-05-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    - NULL values are now preserved in the return value of mysql_fetch_array()
-      and mysql_fetch_object(). 
-
-2000-05-15  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Define PHP_SELF properly with Zeus+ISAPI
-
-2000-05-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/config.m4
-      ext/oci8/config.m4: fix .sl <-> .so recognition
-
-2000-05-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Drop slower strchr in favor of memchr.
-
-2000-05-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4: this now works on .so and .sl (HP) systems
-
-2000-05-14  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS:
-    - InterBase module finally ported from PHP3 to PHP4. Full support for
-      InterBase 6. 
-
-    * ext/interbase/interbase.c:
-    Default to the highest SQL version supported by libs.
-    Fixed associative array values returned by ibase_field_info.
-    Fixed compatibility problems with old versions of InterBase.
-
-2000-05-14  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/php_swf.h
-      ext/swf/swf.c:
-    -Add swf_definepoly for drawing polygons to the SWF functions. 
-
-2000-05-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/nsapiphp4.dsp
-      sapi/nsapi/php4nsapi.dsp
-      php4ts.dsw
-      sapi/apache/apachephp4.dsp
-      sapi/apache/php4apache.dsp:
-    Please maintain consistency in these names... :)
-
-    * sapi/apache/mod_php4.c:
-    - Fix a crash bug in case output is generated in the Apache module while
-      in request_shutdown
-
-2000-05-14  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h: -Port imagegammacorrect from PHP3 to PHP4. 
-
-
-2000-05-13  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/README:
-    Fix typo - thanks to Christian Wenz <[EMAIL PROTECTED]>
-
-2000-05-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/icap/php_icap.c
-      ext/mcal/php_mcal.c: Do not use non-standard type u_int32_t.
-
-    Instead, use UINT4 for now which is platform-independent.
-
-    PR: #4262
-
-    * ext/standard/assert.c: "INT" configuration values must be of type long
-
-2000-05-12  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Add Meself for LibSWF.
-
-2000-05-12  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c:
-
-2000-05-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * tests/foo4
-      tests/testhyperwave: Testing.
-
-    * tests/testobj: test
-
-    * tests/testfunc: Another test.
-
-    * tests/testfunc: Testing.
-
-    * tests/testarray2: test
-
-2000-05-12  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.c
-      ext/java/reflect.java: i18n, part I
-
-2000-05-12  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    Changed ibase_num_fields to use high-performance api (which fixed a *very*
-    obscure bug).
-
-2000-05-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/fastgen.sh
-      dynlib.m4:
-    Remove directory test when creating directories using mkdir -p
-
-    * build/shtool:
-    Upgrade shtool to 1.4.9 and fix "mkdir -p" behaviour. Patch has been
-    sent to the author of shtool.
-
-2000-05-12  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/config.m4
-      ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    Fixed all (?) remaining issues with InterBase 6 datatypes, especially
-    with timestamp, date and time.
-    Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
-    Incompatible change: renamed configuration directive ibase.timeformat
-    to ibase.timestampformat.
-    Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME.
-    Added configuration directives ibase.dateformat and ibase.timeformat.
-    ibase_timefmt() now takes an optional second argument specifying which
-    format to change, default is IBASE_TIMESTAMP (for even a little backwards
-    compatibility).
-
-2000-05-11  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c:
-    SQL_INT64 binding support in prepared and executed queries.
-    Fixed a (probably) longtime bug with binding to DECIMAL/NUMERIC stored as
-    scaled integer.
-
-2000-05-11  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c: Prototype adapted
-
-    * ext/odbc/php_odbc.c:
-    Restoring old parameter ordering in odbc_fetch_into()
-
-2000-05-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    - Remove unneeded object_init(return_value) from three places
-
-2000-05-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Typo.
-
-2000-05-11  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c: Fixed some typos.
-
-2000-05-11  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    Forcing passing by reference for array in odbc_fetch_into()
-    Added function odbc_column_scale(), new alias odbc_column_precision for 
odbc_column_len
-    Added better description in Prototypes for some functions
-
-2000-05-11  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/config.m4: build error on Unix
-
-2000-05-10  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    -  fix for SQLLVARCHAR provided by Alan Shepherd. (Danny)
-
-2000-05-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Move to past RC2.
-
-2000-05-10  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    fix for segfault. patch from Jade Nicoletti <[EMAIL PROTECTED]>.
-
-2000-05-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php.ini-dist
-      php.ini-optimized: Fix register_argc_argv entry.
-
-    Submitted by: Andr Langhorst <[EMAIL PROTECTED]>
-
-2000-05-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c:
-    revert last patch - you can only specify the dl() path relative to extension_dir
-    again
-
-2000-05-09  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    Support (partially) the new datatypes in InterBase 6.
-
-2000-05-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/php_array.h:
-
-2000-05-07  Jim Winstead  <[EMAIL PROTECTED]>
-
-    * header: another minor change to test CVS mails again
-
-2000-05-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Never tell link editor to libc. Some systems use thread-safe
-    replacements for libc in Pthreads mode.
-
-    * configure.in:
-    Libtool creates libphp4.so.0.0 on at least AIX and FreeBSD 2.2.
-
-    This hack will catch the resulting shared library anyway.
-
-    The Right Way to approach this is to fix libtool to properly
-    handle -module on all platforms.
-
-    * ext/ftp/php_ftp.c: executor_globals is always passed to MINIT functions
-
-    * ext/dbase/dbf_misc.c: s/localtime_r/php_localtime_r/
-
-    * makedist: Avoid relying on non-standard tar `z' option.
-
-    Turn on best compression for creating the archive.
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_syslog.h
-      ext/standard/syslog.c:
-    Move <syslog.h> inclusion into php_syslog.h. This will make sure that
-    all source files "get it."
-
-2000-05-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    This change addresses an issue on systems which cannot link against libnsl
-    and libsocket, resulting in segfaults. If yp_get_default_domain is
-    available after checking for libsocket, we assume we do not need libnsl
-    anymore.
-
-    * ext/standard/basic_functions.c:
-    On some systems, <syslog.h> defines syslog to another symbol, so that
-    syslog.lo does not contain the expected symbols. Including <symbol.h>
-    in basic_functions.c fixes the resulting linking problem.
-
-2000-05-06  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * php4ts.dsw: add nsapi to workspace
-
-    * NEWS: news
-
-    * sapi/nsapi/nsapi-readme.txt
-      sapi/nsapi/nsapi.c
-      sapi/nsapi/nsapiphp4.dsp: nsapi now compiles under win32, untested
-
-    * php4ts.dsw: add apache module to workspace
-
-    * NEWS: some news
-
-2000-05-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Some breaking news for RC2.
-
-    * php.ini-dist: It helps to change the comment too.
-
-2000-05-06  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * sapi/apache/apachephp4.dsp: oh boy! apache-win32 works!
-
-2000-05-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: Enable assert by default,
-
-    * ext/pcre/php_pcre.c
-      ext/standard/assert.c: Fixes for possible failure of zend_eval_string().
-
-2000-05-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbf_head.c:
-    Fix dbase breakage related to the virtual path changes.
-
-    * NEWS
-      configure.in
-      php_version.h: Planning for 4.0RC2 on Monday
-
-    * pear/Makefile.in: Fix regex
-
-2000-05-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * tests/testarray: Testing.
-
-2000-05-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Fix a bug introduced when the SAPI checks were moved.
-
-    INCLUDES were overwritten, so i.e. APXS builds failed.
-
-    * ext/standard/config.m4
-      configure.in:
-    Move dlopen in -ldl check to configure.in. This should ensure that if libdl
-    exists, it will be always found. We define HAVE_LIBDL now always, if the
-    function dlopen is found.
-
-    * ext/standard/crypt.c:
-    Put in a hack, so that users can compile PHP, even if the configure-time
-    checks failed to detect the capabilities of crypt().
-
-2000-05-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    - Fix problem with sapi_globals being used before it is initialized.
-
-    * ext/com/COM.c
-      sapi/cgi/cgi_main.c: - Make Windows compile again.
-
-2000-05-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: testing
-
-2000-05-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Updates for changed WDDX API.
-
-    * ext/wddx/wddx.c:
-    Got rid of infinite recursion when serializing $GLOBALS[].
-
-    * TODO: Done.
-
-    * ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c:
-    . Reworked string serialization
-    . <, >, and & in strings are now properly escaped
-    . Removed a lot of unnecessary calls to strlen()
-
-
-2000-05-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * genfiles: Generate missing files
-
-2000-05-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * makedist: Typo.
-
-2000-05-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/fastgen.sh
-      build/rules.mk
-      build/rules_pear.mk:
-    `.deps' are sourced only by Makefiles created by fastgen.sh, so it makes
-    sense to create empty .deps there.
-
-    * makedist:
-    Don't distribute ChangeLog. You can download it from lxr.php.net
-
-    * acinclude.m4
-      build/fastgen.sh: Remove trailing slash(es) from pathnames
-
-2000-05-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Some formatting.
-
-2000-05-04  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c:
-    Fix (?) #4314.
-
-2000-05-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      sapi/cgi/cgi_main.c: - Add -z and -g switches to the CGI
-
-2000-05-04  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c:
-    If using a persistent connection, check if it's still there and reopen if
-    needed.
-
-2000-05-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Install extensions in different directories, so that users can have
-    various PHP installations with different parameters.
-
-    * php_virtual_cwd.c: s/strtok_r/php_strtok_r/
-
-    * reentrancy.c: Missed localtime_r/ctime_r. Prefix them with php
-
-    * ext/session/session.c
-      ext/standard/datetime.c
-      ext/standard/info.c
-      ext/standard/parsedate.y
-      sapi/isapi/php4isapi.c
-      win32/registry.c
-      ext/calendar/cal_unix.c
-      ext/filepro/filepro.c
-      ext/ftp/ftp.c
-      ext/hyperwave/hw.c
-      acinclude.m4
-      configure.in
-      main.c
-      php_reentrancy.h
-      php_variables.c
-      reentrancy.c: 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.
-
-    * configure.in
-      ext/db/config.m4
-      ext/informix/config.m4
-      ext/standard/config.m4
-      acinclude.m4: Determine first whether we will use ZTS mode or not.
-
-    This is important, because the system checks will yield different
-    results depending on whether POSIX threads are enabled or not.
-
-    We also use PTHREADS_CFLAGS only in ZTS mode now. Using these flags
-    in non-ZTS mode causes complete build failures on some platforms
-    (i.e. FreeBSD 2.2.x). This will cause harmless warnings on some
-    platforms (i.e. Solaris 2).
-
-2000-05-04  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * sapi/apache/apachephp4.dsp
-      sapi/apache/mod_php4.c
-      sapi/apache/sapi_apache.c:
-    more apachewin32 work.  much better now, but still crashing in zend_execute.  At 
least it's getting the file open now though.
-
-2000-05-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-    * TODO: have to work now - maybe ill do it tonight
-
-2000-05-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c:
-    Let's enable assert by default since it's so useful.
-
-2000-05-03  Joey Smith  <[EMAIL PROTECTED]>
-
-    * README.CVS-RULES:
-    Add fact that every entry in NEWS has to have a name after it
-
-    * NEWS: Sascha pointed me in the right direction.
-
-2000-05-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: We want to have name at the very end.
-
-2000-05-03  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * config.w32.h: Correct build breakage - win32
-
-2000-05-03  Joey Smith  <[EMAIL PROTECTED]>
-
-    * README.BCMATH
-      README-BCMATH: Moving README-BCMATH to README.BCMATH
-
-    * ext/bcmath/config.m4:
-    I am going to move README-BCMATH to README.BCMATH for consistency.
-
-    * Makefile.in: Changed install-local to install-sapi for clarity.
-
-    * ext/bcmath/.cvsignore:
-    Shut up CVS and make cvsclean wipe this file out...
-
-2000-05-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      pear/Makefile.in
-      pear/install-pear.txt:
-    Complain loudly, if we were not able to install everything.
-
-2000-05-02  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: adda dir..
-
-2000-05-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * README.SELF-CONTAINED-EXTENSIONS:
-    Verbose "give the reader a quick success" tutorial
-
-    * ext/bcmath/Makefile.in
-      ext/bcmath/config.m4: Make bcmath buildable as shared module
-
-    * NEWS: .
-
-    * pear/pear.m4:
-    Set abs_srcdir. Last example in README.S-C-EXTENSIONS works now.
-
-    * ext/mysql/libmysql/mysql.m4
-      ext/mysql/config.m4: Make MySQL independent of build location
-
-2000-05-02  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/sybase/sybase.c: Add a ; for Sybase
-
-2000-05-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * README.SELF-CONTAINED-EXTENSIONS:
-    First try at explaining how to create a self-contained extension
-
-    * pear/Makefile.in
-      pear/pear.m4
-      pear/php-config.in
-      acinclude.m4: Pear Changes:
-
-      Store EXTENSION_DIR in php-config
-
-      Ignore errors during header installation
-
-      Automatically enable modules in self-contained mode
-
-      Create empty .deps in builddir
-
-    * build/rules_pear.mk
-      pear/Makefile.in
-      pear/pear.m4
-      pear/phpize.in: Fix building external extensions.
-
-    * Makefile.in
-      build/rules.mk:
-    Move install-modules target into top-level Makefile template
-
-2000-05-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c:
-    - Shouldn't be needed. The configuration mechanism makes sure this is
-    - up-to-date
-
-2000-05-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix attribution.
-
-2000-05-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build-defs.h.in
-      build/rules.mk
-      configure.in
-      main.c:
-    Preset extension_dir to the installation directory of PHP modules.
-
-    This effectively means that dl() will work without having an installed
-    configuration file.
-
-    * ext/standard/dl.c:
-    Make php_dl() respect the configured extension_dir setting.
-
-2000-05-02  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/gdt1.h
-      ext/gd/php_gd.h:
-    calling a function that is not supported in the current build due to a
-    missing library or unsupported feature (especially GIF-Output)
-    will now give a slightly more usefull error message than eg.
-    " Call to undefined function:  imagegif()"
-    (this seemed to confuse a lot of users ....)
-
-2000-05-02  Ben Mansell  <[EMAIL PROTECTED]>
-
-    * README.Zeus: Updated build advice for different platforms
-
-2000-05-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h:
-    Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE
-
-    * ext/dbase/dbf_head.c: Include php_virtual_cwd.h for V_OPEN
-
-    * ext/filepro/Makefile.in
-      ext/filepro/config.m4: Make filepro compilable as shared module
-
-    * ext/dbase/Makefile.in
-      ext/dbase/config.m4: Make dbase compilable as shared module
-
-    * ext/sybase/Makefile.in
-      ext/sybase/config.m4: Make sybase compilable as shared module
-
-    * ext/readline/Makefile.in
-      ext/readline/config.m4
-      ext/readline/readline.c: Make readline compilable as shared module
-
-    * ext/interbase/Makefile.in
-      ext/interbase/config.m4: Make interbase compilable as shared module
-
-    * ext/mysql/config.m4
-      ext/pcre/config.m4
-      ext/pgsql/config.m4
-      ext/session/Makefile.in
-      ext/session/config.m4
-      ext/swf/config.m4
-      ext/zlib/config.m4
-      ext/dba/config.m4
-      ext/icap/config.m4
-      ext/mcrypt/config.m4
-      ext/mhash/config.m4:
-    Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd
-
-    * ext/mcal/Makefile.in
-      ext/mcal/config.m4: Make mcal buildable as shared module
-
-    * acinclude.m4: Add shared-libadd option to AC_ADD_LIBRARY_WITH_PATH.
-
-    This lets you replace
-
-      if test "$ext_shared" = "yes"; then
-        FOO_SHARED_LIBADD="-R$LIBDIR -L$LIBDIR -l$LIB"
-      else
-        AC_ADD_LIBRARY_WITH_PATH($LIB, $LIBDIR)
-      fi
-
-    with
-
-      AC_ADD_LIBRARY_WITH_PATH($LIB, $LIBDIR, FOO_SHARED_LIBADD)
-
-    * ext/dba/Makefile.in
-      ext/dba/config.m4
-      ext/dba/dba.c: Make dba compilable as shared module
-
-    * ext/mhash/Makefile.in
-      ext/mhash/config.m4
-      ext/mhash/mhash.c: Make mhash builable as shared module
-
-    * ext/mcrypt/Makefile.in
-      ext/mcrypt/config.m4
-      ext/mcrypt/mcrypt.c: Make mcrypt buildable as shared module
-
-    * ext/ftp/Makefile.in
-      ext/ftp/config.m4
-      ext/ftp/php_ftp.c: Make ftp buildable as shared module
-
-    * ext/calendar/Makefile.in
-      ext/calendar/calendar.c
-      ext/calendar/config.m4: Make calendar buildable as shared module
-
-    * ext/icap/Makefile.in
-      ext/icap/config.m4: Make icap buildable as shared module
-
-    * ext/sysvshm/Makefile.in
-      ext/sysvshm/config.m4: Make sysvshm buildable as shared module
-
-    * ext/sysvsem/Makefile.in
-      ext/sysvsem/config.m4: Make sysvsem buildable as shared module
-
-    * ext/yp/Makefile.in
-      ext/yp/config.m4
-      ext/yp/yp.c: Make yp buildable as shared module
-
-    * ext/zlib/Makefile.in
-      ext/zlib/config.m4: Make zlib buildable as shared module
-
-    * ext/sysvshm/sysvshm.c
-      ext/xml/xml.c
-      ext/zlib/zlib.c
-      ext/snmp/snmp.c
-      ext/standard/mail.c
-      ext/swf/swf.c
-      ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/pdf/pdf.c
-      ext/pgsql/pgsql.c
-      ext/posix/posix.c
-      ext/session/session.c
-      ext/ldap/ldap.c
-      ext/mcal/php_mcal.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mysql/php_mysql.c
-      ext/oci8/oci8.c
-      ext/filepro/filepro.c
-      ext/gd/gd.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/imap/php_imap.c
-      ext/interbase/interbase.c
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      ext/cpdf/cpdf.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/dbase/dbase.c
-      ext/fdf/fdf.c:     #if COMPILE_DL
-
-    becomes
-
-        #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
-
-    * ext/zlib/zlib.c
-      ext/swf/swf.c
-      ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/sysvshm.c
-      ext/xml/xml.c
-      ext/pdf/pdf.c
-      ext/pgsql/pgsql.c
-      ext/posix/posix.c
-      ext/session/session.c
-      ext/snmp/snmp.c
-      ext/standard/mail.c
-      ext/mysql/php_mysql.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/ldap/ldap.c
-      ext/mcal/php_mcal.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/gd/gd.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/imap/php_imap.c
-      ext/interbase/interbase.c
-      ext/java/java.c
-      ext/cpdf/cpdf.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/dbase/dbase.c
-      ext/fdf/fdf.c
-      ext/filepro/filepro.c
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c:
-    Replace the various get_module() functions with a uniform
-    ZEND_GET_MODULE(name) macro.
-
-2000-05-02  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/swf.c: Make swf_nextid() return a value.
-
-2000-05-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/Makefile.in
-      sapi/phttpd/Makefile.in
-      sapi/roxen/Makefile.in
-      sapi/servlet/Makefile.in
-      sapi/thttpd/Makefile.in
-      pear/Makefile.in
-      regex/Makefile.in
-      sapi/Makefile.in
-      sapi/aolserver/Makefile.in
-      sapi/apache/Makefile.in
-      sapi/cgi/Makefile.in
-      sapi/isapi/Makefile.in
-      ext/swf/Makefile.in
-      ext/xml/Makefile.in
-      ext/xml/expat/xmlparse/Makefile.in
-      ext/xml/expat/xmltok/Makefile.in
-      ext/yp/Makefile.in
-      ext/zlib/Makefile.in
-      ext/sybase_ct/Makefile.in
-      ext/sysvsem/Makefile.in
-      ext/sysvshm/Makefile.in
-      ext/wddx/Makefile.in
-      ext/xml/expat/Makefile.in
-      ext/standard/Makefile.in
-      ext/sybase/Makefile.in
-      ext/recode/Makefile.in
-      ext/session/Makefile.in
-      ext/snmp/Makefile.in
-      ext/pcre/Makefile.in
-      ext/pcre/pcrelib/Makefile.in
-      ext/pdf/Makefile.in
-      ext/pgsql/Makefile.in
-      ext/posix/Makefile.in
-      ext/readline/Makefile.in
-      ext/msql/Makefile.in
-      ext/mysql/Makefile.in
-      ext/mysql/libmysql/Makefile.in
-      ext/oci8/Makefile.in
-      ext/odbc/Makefile.in
-      ext/oracle/Makefile.in
-      ext/informix/Makefile.in
-      ext/interbase/Makefile.in
-      ext/java/Makefile.in
-      ext/ldap/Makefile.in
-      ext/mcal/Makefile.in
-      ext/mcrypt/Makefile.in
-      ext/mhash/Makefile.in
-      ext/ftp/Makefile.in
-      ext/gd/Makefile.in
-      ext/gettext/Makefile.in
-      ext/hyperwave/Makefile.in
-      ext/icap/Makefile.in
-      ext/imap/Makefile.in
-      ext/db/Makefile.in
-      ext/dba/Makefile.in
-      ext/dbase/Makefile.in
-      ext/domxml/Makefile.in
-      ext/fdf/Makefile.in
-      ext/filepro/Makefile.in
-      ext/bcmath/Makefile.in
-      ext/calendar/Makefile.in
-      ext/cpdf/Makefile.in
-      ext/cybercash/Makefile.in
-      ext/dav/Makefile.in
-      Makefile.in
-      ext/Makefile.in
-      ext/aspell/Makefile.in: Remove trailing empty lines
-
-2000-05-01  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Never mind on the error check
-
-2000-05-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in
-      sapi/thttpd/Makefile.in
-      sapi/apache/Makefile.in
-      sapi/cgi/Makefile.in
-      sapi/isapi/Makefile.in
-      sapi/nsapi/Makefile.in
-      sapi/phttpd/Makefile.in
-      sapi/roxen/Makefile.in
-      ext/swf/Makefile.in
-      ext/yp/Makefile.in
-      ext/zlib/Makefile.in
-      pear/Makefile.in
-      regex/Makefile.in
-      sapi/Makefile.in
-      sapi/aolserver/Makefile.in
-      ext/sysvshm/Makefile.in
-      ext/wddx/Makefile.in
-      ext/xml/Makefile.in
-      ext/xml/expat/Makefile.in
-      ext/xml/expat/xmlparse/Makefile.in
-      ext/xml/expat/xmltok/Makefile.in
-      ext/session/Makefile.in
-      ext/snmp/Makefile.in
-      ext/standard/Makefile.in
-      ext/sybase/Makefile.in
-      ext/sybase_ct/Makefile.in
-      ext/sysvsem/Makefile.in
-      ext/pgsql/Makefile.in
-      ext/posix/Makefile.in
-      ext/readline/Makefile.in
-      ext/recode/Makefile.in
-      ext/pcre/Makefile.in
-      ext/pdf/Makefile.in
-      ext/oci8/Makefile.in
-      ext/odbc/Makefile.in
-      ext/oracle/Makefile.in
-      ext/pcre/pcrelib/Makefile.in
-      ext/mhash/Makefile.in
-      ext/msql/Makefile.in
-      ext/mysql/Makefile.in
-      ext/mysql/libmysql/Makefile.in
-      ext/imap/Makefile.in
-      ext/informix/Makefile.in
-      ext/interbase/Makefile.in
-      ext/java/Makefile.in
-      ext/ldap/Makefile.in
-      ext/mcal/Makefile.in
-      ext/mcrypt/Makefile.in
-      ext/filepro/Makefile.in
-      ext/ftp/Makefile.in
-      ext/gd/Makefile.in
-      ext/gettext/Makefile.in
-      ext/hyperwave/Makefile.in
-      ext/icap/Makefile.in
-      ext/dav/Makefile.in
-      ext/db/Makefile.in
-      ext/dba/Makefile.in
-      ext/dbase/Makefile.in
-      ext/domxml/Makefile.in
-      ext/fdf/Makefile.in
-      Makefile.in
-      ext/Makefile.in
-      ext/aspell/Makefile.in
-      ext/bcmath/Makefile.in
-      ext/calendar/Makefile.in
-      ext/cpdf/Makefile.in
-      ext/cybercash/Makefile.in: Large test commit IV
-
-    * sapi/phttpd/Makefile.in
-      sapi/roxen/Makefile.in
-      sapi/servlet/Makefile.in
-      sapi/thttpd/Makefile.in
-      sapi/isapi/Makefile.in
-      sapi/nsapi/Makefile.in
-      pear/Makefile.in
-      regex/Makefile.in
-      sapi/Makefile.in
-      sapi/aolserver/Makefile.in
-      sapi/apache/Makefile.in
-      sapi/cgi/Makefile.in
-      ext/swf/Makefile.in
-      ext/xml/Makefile.in
-      ext/xml/expat/xmlparse/Makefile.in
-      ext/xml/expat/xmltok/Makefile.in
-      ext/yp/Makefile.in
-      ext/zlib/Makefile.in
-      ext/sysvsem/Makefile.in
-      ext/sysvshm/Makefile.in
-      ext/wddx/Makefile.in
-      ext/xml/expat/Makefile.in
-      ext/snmp/Makefile.in
-      ext/standard/Makefile.in
-      ext/sybase/Makefile.in
-      ext/sybase_ct/Makefile.in
-      ext/readline/Makefile.in
-      ext/recode/Makefile.in
-      ext/session/Makefile.in
-      ext/pgsql/Makefile.in
-      ext/posix/Makefile.in
-      ext/pcre/Makefile.in
-      ext/pcre/pcrelib/Makefile.in
-      ext/pdf/Makefile.in
-      ext/msql/Makefile.in
-      ext/mysql/Makefile.in
-      ext/mysql/libmysql/Makefile.in
-      ext/oci8/Makefile.in
-      ext/odbc/Makefile.in
-      ext/oracle/Makefile.in
-      ext/interbase/Makefile.in
-      ext/java/Makefile.in
-      ext/ldap/Makefile.in
-      ext/mcal/Makefile.in
-      ext/mcrypt/Makefile.in
-      ext/mhash/Makefile.in
-      ext/gd/Makefile.in
-      ext/gettext/Makefile.in
-      ext/hyperwave/Makefile.in
-      ext/icap/Makefile.in
-      ext/imap/Makefile.in
-      ext/informix/Makefile.in
-      ext/domxml/Makefile.in
-      ext/fdf/Makefile.in
-      ext/filepro/Makefile.in
-      ext/ftp/Makefile.in
-      ext/dav/Makefile.in
-      ext/db/Makefile.in
-      ext/dba/Makefile.in
-      ext/dbase/Makefile.in
-      ext/aspell/Makefile.in
-      ext/bcmath/Makefile.in
-      ext/calendar/Makefile.in
-      ext/cpdf/Makefile.in
-      ext/cybercash/Makefile.in
-      Makefile.in
-      ext/Makefile.in: Large commit test III
-
-    * ext/imap/Makefile.in
-      ext/filepro/Makefile.in
-      ext/ftp/Makefile.in
-      ext/gd/Makefile.in
-      ext/gettext/Makefile.in
-      ext/hyperwave/Makefile.in
-      ext/icap/Makefile.in
-      ext/dba/Makefile.in
-      ext/dbase/Makefile.in
-      ext/domxml/Makefile.in
-      ext/fdf/Makefile.in
-      ext/dav/Makefile.in
-      ext/db/Makefile.in
-      ext/cpdf/Makefile.in
-      ext/cybercash/Makefile.in
-      Makefile.in
-      ext/Makefile.in
-      ext/aspell/Makefile.in
-      ext/bcmath/Makefile.in
-      ext/calendar/Makefile.in: Large test commit II
-
-    * ext/db/Makefile.in
-      ext/cpdf/Makefile.in
-      ext/cybercash/Makefile.in
-      ext/dav/Makefile.in
-      ext/aspell/Makefile.in
-      ext/bcmath/Makefile.in
-      ext/calendar/Makefile.in
-      Makefile.in
-      ext/Makefile.in: Large test commit I
-
-    * ext/posix/Makefile.in
-      ext/posix/config.m4
-      ext/posix/posix.c: Make posix module buildable as shared module
-
-    * ext/pgsql/Makefile.in
-      ext/pgsql/config.m4: Revamp config stuff
-
-    * NEWS: .
-
-2000-05-01  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Dynamically allocate points for ImagePolygon (Marc Pohl)
-
-2000-05-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Use GCC's --print-libgcc-file-name flag to find libgcc's path.
-
-    Obtained from: mod_ssl
-
-2000-05-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: It's nice to keep them alphabetized.
-
-    * TODO: Nother entry.
-
-    * NEWS: New function.
-
-    * NEWS: Fix attribution.
-
-2000-05-01  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/calendar/calendar.dsp: oops wrong settings commited in project.
-
-    * php_modules.dsw
-      ext/calendar/calendar.dsp: adding calendar project
-
-2000-05-01  Joey Smith  <[EMAIL PROTECTED]>
-
-    * makerpm: Small fix: Description still referred to package as PHP3.
-
-2000-05-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/xml/expat/Makefile.in: Remove white-space, breaks UnixWare make
-
-2000-05-01  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/config.m4:
-    Forgot to mention: Added configure time checking for bcmath package. (Thanks, 
Sascha!)
-
-    * README.bcmath
-      ext/bcmath/config.m4:
-    There was already a perfectly good README-BCMATH, I just found the different 
naming confusing.
-
-    * ext/recode/.cvsignore: Shut up CVS
-
-2000-05-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: php_reentrancy.h is needed for strtok_r
-
-    * sapi/nsapi/.cvsignore: Ignore standard files
-
-    * ext/xml/Makefile.in
-      ext/xml/expat/Makefile.in: Rebuild xml, if libexpat changed.
-
-    * ext/xml/Makefile.in: Link expat into static and shared module.
-
-    * pear/Makefile.in: Copy dynlib.mk to the build directory.
-
-    * build/library.mk: Get rid of old cruft. Broke build on Irix.
-
-    * ext/zlib/.cvsignore
-      ext/zlib/Makefile.in
-      ext/yp/.cvsignore
-      ext/yp/Makefile.in
-      ext/xml/expat/.cvsignore
-      ext/xml/expat/Makefile.in
-      ext/xml/expat/xmlparse/.cvsignore
-      ext/xml/expat/xmlparse/Makefile.in
-      ext/xml/expat/xmltok/.cvsignore
-      ext/xml/expat/xmltok/Makefile.in
-      ext/sysvsem/.cvsignore
-      ext/sysvsem/Makefile.in
-      ext/sysvshm/.cvsignore
-      ext/sysvshm/Makefile.in
-      ext/wddx/.cvsignore
-      ext/wddx/Makefile.in
-      ext/xml/.cvsignore
-      ext/xml/Makefile.in
-      ext/xml/config.m4
-      ext/standard/.cvsignore
-      ext/standard/Makefile.in
-      ext/swf/.cvsignore
-      ext/swf/Makefile.in
-      ext/swf/config.m4
-      ext/swf/php_swf.h
-      ext/swf/swf.c
-      ext/sybase/.cvsignore
-      ext/sybase/Makefile.in
-      ext/sybase_ct/.cvsignore
-      ext/sybase_ct/Makefile.in
-      ext/snmp/Makefile.in
-      ext/recode/.cvsignore
-      ext/recode/Makefile.in
-      ext/session/.cvsignore
-      ext/session/Makefile.in
-      ext/session/config.m4
-      ext/session/session.c
-      ext/snmp/.cvsignore
-      ext/pcre/pcrelib/testdata/.cvsignore
-      ext/pdf/.cvsignore
-      ext/pdf/Makefile.in
-      ext/pgsql/.cvsignore
-      ext/pgsql/Makefile.in
-      ext/posix/.cvsignore
-      ext/posix/Makefile.in
-      ext/readline/.cvsignore
-      ext/readline/Makefile.in
-      ext/oracle/.cvsignore
-      ext/oracle/Makefile.in
-      ext/pcre/.cvsignore
-      ext/pcre/Makefile.in
-      ext/pcre/config.m4
-      ext/pcre/pcrelib/.cvsignore
-      ext/pcre/pcrelib/Makefile.in
-      ext/pcre/pcrelib/doc/.cvsignore
-      ext/pcre/php_pcre.c
-      ext/mssql/.cvsignore
-      ext/mysql/.cvsignore
-      ext/mysql/Makefile.in
-      ext/mysql/config.m4
-      ext/mysql/libmysql/.cvsignore
-      ext/mysql/libmysql/Makefile.in
-      ext/oci8/.cvsignore
-      ext/oci8/Makefile.in
-      ext/odbc/.cvsignore
-      ext/odbc/Makefile.in
-      ext/mcal/.cvsignore
-      ext/mcal/Makefile.in
-      ext/mcrypt/.cvsignore
-      ext/mcrypt/Makefile.in
-      ext/mhash/.cvsignore
-      ext/mhash/Makefile.in
-      ext/msql/.cvsignore
-      ext/msql/Makefile.in
-      ext/imap/Makefile.in
-      ext/informix/.cvsignore
-      ext/informix/Makefile.in
-      ext/interbase/.cvsignore
-      ext/interbase/Makefile.in
-      ext/java/.cvsignore
-      ext/java/Makefile.in
-      ext/ldap/.cvsignore
-      ext/ldap/Makefile.in
-      ext/icap/Makefile.in
-      ext/imap/.cvsignore
-      ext/gettext/.cvsignore
-      ext/gettext/Makefile.in
-      ext/hyperwave/.cvsignore
-      ext/hyperwave/Makefile.in
-      ext/icap/.cvsignore
-      ext/fdf/.cvsignore
-      ext/fdf/Makefile.in
-      ext/filepro/.cvsignore
-      ext/filepro/Makefile.in
-      ext/ftp/.cvsignore
-      ext/ftp/Makefile.in
-      ext/gd/.cvsignore
-      ext/gd/Makefile.in
-      ext/dbase/.cvsignore
-      ext/dbase/Makefile.in
-      ext/domxml/.cvsignore
-      ext/domxml/Makefile.in
-      ext/dav/.cvsignore
-      ext/dav/Makefile.in
-      ext/db/.cvsignore
-      ext/db/Makefile.in
-      ext/dba/.cvsignore
-      ext/dba/Makefile.in
-      ext/cybercash/.cvsignore
-      ext/cybercash/Makefile.in
-      ext/calendar/.cvsignore
-      ext/calendar/Makefile.in
-      ext/com/.cvsignore
-      ext/cpdf/.cvsignore
-      ext/cpdf/Makefile.in
-      build/build2.mk
-      build/dynlib.mk
-      build/rules.mk
-      ext/Makefile.in
-      ext/aspell/.cvsignore
-      ext/aspell/Makefile.in
-      ext/bcmath/.cvsignore
-      ext/bcmath/Makefile.in
-      ext/ext_skel
-      acinclude.m4
-      configure.in
-      dynlib.m4: Improved in-tree shared libraries build system
-
-    The following new/revived shared modules are available now:
-
-      ... MySQL (*)
-      ... PCRE (*)
-      ... Session
-      ... SWF
-
-      (*) capable of using bundled library or external library
-
-    All changes:
-
-      The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
-      This effectively means that all extensions have to use dynlib.
-
-      ext/mysql/config.m4 was revamped.
-      Uses LIB_BUILD for building bundled library.
-
-      ext/pcre/config.m4 was revamped.
-      Uses LIB_BUILD for building bundled library.
-
-      ext/ext_skel was changed to reflect that more modules should be
-      compileable as shared module.
-
-      ext/Makefile.in has been simplified enormously.
-
-      Dependencies are now stored in the build tree.
-
-      Empty dependencies are not generated by buildconf anymore. They
-      are now dynamically created during the build process.
-
-      Implicit rules for .S were removed.
-
-      The NO_RECURSION feature was removed.
-
-      "libs.mk" has been added to all cvsignore files in ext.
-
-2000-05-01  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * NEWS: Added info about the swf module
-
-
-2000-04-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/php_swf.h: Allow the SWF module to compile as a dl.
-
-    * ext/swf/swf.c: Proto's and the such.
-
-2000-04-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/swf/.cvsignore: Ignore standard files
-
-2000-04-30  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/session/session.c
-      ext/dba/dba_cdb.c
-      ext/dba/dba_dbm.c
-      ext/dbase/dbase.c
-      ext/dbase/dbf_head.c
-      ext/oci8/oci8.c
-      dl/log/log_sql.c
-      ext/db/db.c: - Change some open's to V_OPEN()'s
-
-2000-04-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/swf/Makefile.in
-      ext/swf/config.m4
-      ext/swf/php_swf.h
-      ext/swf/swf.c
-      ext/swf/swf.h:
-    Add LibSWF support to PHP, will be sending an e-mail on the files and
-    uses shortly.
-
-2000-04-30  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/nsapi/Makefile.in
-      sapi/nsapi/config.m4
-      sapi/nsapi/nsapi.c:
-    Add initial NSAPI module from Jayakumar Muthukumarasamy
-
-2000-04-30  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      php.h:
-    - Take Sascha's advice and create on V_OPEN() which replaces open().
-    - Unlike the other macros its argument has to have braces around it, for
-    - example, open(filename, flags) becomse V_OPEN((filename, flags))
-    - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val
-    - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist
-    - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).
-
-2000-04-30  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    Debian 2.2 puts rfc822.h in /usr/include/c-client, check that place too.
-
-    * MODULES_STATUS:
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-    Moving module to the high-performance API & fixing it for PHP4.
-
-2000-04-30  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * sapi/apache/sapi_apache.c:
-    zeroing the variables fixes one crash...now crashes on memory allocation during 
zend_compile_files
-
-    * sapi/apache/mod_php4.c: sorry, do comments right
-
-    * sapi/apache/apachephp4.dsp
-      sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c:
-    apache module now compiles under win32, apache loads, but crashes on line 1167 
main.c on page request
-
-2000-04-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in
-      sapi/thttpd/Makefile.in
-      sapi/roxen/Makefile.in
-      sapi/isapi/Makefile.in
-      sapi/phttpd/Makefile.in
-      sapi/aolserver/Makefile.in
-      sapi/apache/Makefile.in
-      sapi/cgi/Makefile.in
-      pear/Makefile.in
-      regex/Makefile.in
-      sapi/Makefile.in
-      ext/xml/expat/xmlparse/Makefile.in
-      ext/xml/expat/xmltok/Makefile.in
-      ext/yp/Makefile.in
-      ext/zlib/Makefile.in
-      ext/wddx/Makefile.in
-      ext/xml/Makefile.in
-      ext/xml/expat/Makefile.in
-      ext/sysvsem/Makefile.in
-      ext/sysvshm/Makefile.in
-      ext/standard/Makefile.in
-      ext/sybase/Makefile.in
-      ext/sybase_ct/Makefile.in
-      ext/recode/Makefile.in
-      ext/session/Makefile.in
-      ext/snmp/Makefile.in
-      ext/pcre/pcrelib/Makefile.in
-      ext/pdf/Makefile.in
-      ext/pgsql/Makefile.in
-      ext/posix/Makefile.in
-      ext/readline/Makefile.in
-      ext/oci8/Makefile.in
-      ext/odbc/Makefile.in
-      ext/oracle/Makefile.in
-      ext/pcre/Makefile.in
-      ext/mysql/libmysql/Makefile.in
-      ext/msql/Makefile.in
-      ext/mysql/Makefile.in
-      ext/ldap/Makefile.in
-      ext/mcal/Makefile.in
-      ext/mcrypt/Makefile.in
-      ext/mhash/Makefile.in
-      ext/informix/Makefile.in
-      ext/interbase/Makefile.in
-      ext/java/Makefile.in
-      ext/icap/Makefile.in
-      ext/imap/Makefile.in
-      ext/gettext/Makefile.in
-      ext/hyperwave/Makefile.in
-      ext/ftp/Makefile.in
-      ext/gd/Makefile.in
-      ext/fdf/Makefile.in
-      ext/filepro/Makefile.in
-      ext/db/Makefile.in
-      ext/dba/Makefile.in
-      ext/dbase/Makefile.in
-      ext/domxml/Makefile.in: Overall UNIX build system improvements:
-
-    * Makefile header is now completely dynamic
-    * Absolute paths in (top_)?(src|build)dir and VPATH
-      (fixes Tru64 support)
-    * VPATH does not contain variables anymore
-      (fixes UnixWare support)
-
-    * ext/cybercash/Makefile.in
-      ext/dav/Makefile.in
-      ext/aspell/Makefile.in
-      ext/bcmath/Makefile.in
-      ext/calendar/Makefile.in
-      ext/cpdf/Makefile.in:
-    (The first part of this commit died with a SIGPIPE from the CVS server.)
-
-    Overall UNIX build system improvements:
-
-    * Makefile header is now completely dynamic
-    * Absolute paths in (top_)?(src|build)dir and VPATH
-      (fixes Tru64 support)
-    * VPATH does not contain variables anymore
-      (fixes UnixWare support)
-
-    * build/fastgen.sh
-      build/ltlib.mk
-      build/rules.mk
-      build/rules_pear.mk
-      ext/Makefile.in
-      ext/ext_skel
-      Makefile.in
-      NEWS: Overall UNIX build system improvements:
-
-    * Makefile header is now completely dynamic
-    * Absolute paths in (top_)?(src|build)dir and VPATH
-      (fixes Tru64 support)
-    * VPATH does not contain variables anymore
-      (fixes UnixWare support)
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: Fix virtual_open() by adding ellipse
-
-2000-04-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Implement V_OPEN() V_OPEN_CREAT() and V_CREAT().
-      Next step is to substitute all open()'s and creat()'s in the PHP tree
-
-2000-04-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/strnatcmp.c:
-
-    Martin Pool updated the natural comparison/sort algorithm so that fractions
-    compare more "naturally", e.g. 1.002 < 1.1.
-
-2000-04-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.h:
-    - Never mind. Seems like we're still missing the open() functionality
-
-    * php.h:
-    - Give VIRTUAL_DIR another try after testing it extensively on our web site
-
-2000-04-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * build/build2.mk: Oops, wrong path
-
-    * build/build2.mk: An empty .deps was not getting generated here
-
-2000-04-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-2000-04-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4: Improve imap-lib check
-
-2000-04-28  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * SAPI.c:
-    no more broken scripts by erroneously terminating header()'s argument
-    with a CR-LF
-
-2000-04-28  tedp  <tedp@va>
-
-    * ext/imap/php_imap.c:
-    Removed bug that prevented it to work on longer strings.
-    Changed commenting to c-style commenting.
-
-2000-04-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Fix an empty arrays condition and optimize a bit.
-
-2000-04-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/head.c
-      ext/standard/head.h
-      SAPI.c
-      SAPI.h
-      ext/session/session.c
-      main.c: - Fix an invalid trick (it was valid when header() was using
-      zend_get_parameters(), but it became invalid when someone switched it
-      to zend_get_parameters_ex(), and I decided to remove it anyway).
-    - Remove a redundant function call
-
-2000-04-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Fix up.
-
-2000-04-28  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c:
-    (php_module_startup) is now doing setlocale(LC_ALL, "") instead of just 
setlocale(LC_CTYPE, ""). suggested by Jon Forsberg <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-    * ext/oci8/oci8.c
-      ext/oracle/oracle.c: compile fix
-
-    * TODO-LeftOver: no longer needed
-
-2000-04-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Change to using macros
-
-    * ext/standard/info.c
-      php.h
-      php4dll.dsp
-      main.c: More error handling work (still completely disabled)
-
-2000-04-27  Joey Smith  <[EMAIL PROTECTED]>
-
-    * README.bcmath: Please, no more bug reports about bcmath
-
-2000-04-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/standard/string.c: TODO update and fix for C++ comments.
-
-2000-04-27  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.dsp: using vi to update DevStudio Files, yeah!
-
-    * ext/oci8/oci8.c: .
-
-    * ext/oci8/Makefile.in
-      ext/oci8/config.m4
-      ext/oci8/oci8.c: allow oci8 to be build as loadable module.
-
-2000-04-26  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Small proto fix.
-
-2000-04-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_string.h
-      ext/standard/string.c
-      TODO
-      ext/pcre/php_pcre.c: Added substr_count() from Peter Kovacs. 
-
-2000-04-24  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: * typecast fs_give parameter to void**
-    * removed wide-character treatment from imap_utf7_encode
-    * suggestion to #include "linkage.c" rather than link in auth/mail drivers
-      manually
-
-2000-04-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/rand.c: - Get rid of newly introduced warning
-
-2000-04-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: .
-
-2000-04-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * reentrancy.c:
-    - Fix crash bug in localtime_r. If locatime() returns NULL then also return
-      NULL
-
-2000-04-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: RINIT was called twice for modules loaded vi php.ini
-
-2000-04-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Exterminate warnings.
-
-    * NEWS
-      ext/standard/file.c:
-    The third argument to fseek() is now one of the standard SEEK_* constants.
-
-
-2000-04-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.dsp: enabel PDB
-
-    * ext/oci8/oci8.c: fix warning
-
-2000-04-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/DB/msql.php: Add mSQL DB extension.
-
-    * pear/Makefile.in
-      TODO: TODO:
-      Just did that.
-    PEAR:
-      Fix typo
-
-    * ext/standard/file.c:
-    -Add an optional third argument to fseek to indicate were to seek from. 
-
-2000-04-23  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.dsp
-      ext/ldap/ldap.dsp: Moving output files to common folder
-
-    * ext/mssql/Readme_w32.txt: Removing invalid readme file
-
-    * ext/oci8/oci8.dsp
-      ext/oracle/oracle.dsp
-      ext/mssql/mssql.dsp
-      ext/mssql/php_mssql.h:
-    moving pointers to header and library files to match php_build structure
-
-    * php_modules.dsw
-      ext/mcrypt/mcrypt.dsp: adding project file for mcrypt module
-
-2000-04-23  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in:
-    Add a new directory for File (it was supposed to be there
-    in the first place).
-
-2000-04-22  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    back off from high-performance api in imap_rfc822_parse_adrlist. if you
-    called it twice on the same string, there were _strange_ side effects. This
-    may be slower, but it works.
-
-2000-04-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_rand.h
-      ext/standard/rand.c: - In Windows RAND_MAX is defined in stdlib.h
-    - Get rid of comment which is confusing.
-
-    * ext/standard/rand.c:
-    - Hopefully fix mt_rand() functions under Windows. This patch will effect
-      all platforms so I hope it's OK.
-
-2000-04-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: add VDIR info
-
-    * php_modules.dsw: add oracle and oci8
-
-    * ext/oracle/oracle.dsp: .
-
-    * ext/oracle/oracle.c
-      ext/oracle/oracle.dsp
-      ext/oracle/oracle.dsw
-      ext/oracle/php_oracle.h: oracle compiles now on win32 - untested!
-
-    * ext/oci8/oci8.dsp
-      ext/oci8/oci8.dsw: *** empty log message ***
-
-2000-04-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - Missed second argument
-
-2000-04-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - Fix last fix for Windows
-
-2000-04-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: make it compile on Win32
-
-2000-04-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c:
-    - Small fix to virtual_Chdir_file() to include the trailing slash when
-      the file is in the root directory.
-
-2000-04-21  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.dsp
-      ext/mssql/mssql.dsp: Moving output modules
-
-    * ext/zlib/zlib.dsp
-      ext/zlib/zlib_win32_howto.txt:
-    Adding a short WIN32_HOWTO and moving library and header files to php_build
-
-2000-04-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - OCIBindByName() will no longer complain about bindlength beeing zero. 
-
-2000-04-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: createfrom* fixes
-
-2000-04-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: Compile fixes
-
-    * ext/ldap/ldap.dsp
-      ext/imap/imap.dsp: Add .txt files to .dsp's
-
-    * NEWS: Another consistency fix
-
-    * NEWS: Consistency fix
-
-    * ext/ftp/ftp.dsp
-      ext/mssql/mssql.dsp
-      ext/zlib/zlib.dsp
-      fopen-wrappers.c: A few .dsp fixes
-
-2000-04-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: - Change a getcwd()
-
-2000-04-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: Adding Java project to modules workspace
-
-    * php_modules.dsw: Adding ftp project to modules workspace
-
-2000-04-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h: - virtual_lstat() doesn't exist on Windows.
-
-2000-04-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.dsp: Adding project file for ftp module on Win32
-
-2000-04-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.dsp: Remove strlcpy from the zlib project
-
-    * NEWS
-      ext/imap/php_imap.c
-      ext/zlib/zlib.dsp
-      php_modules.dsw:
-    - Add the zlib project to the php_modules workspace, and fix it's C-runtime 
definitions
-    - Move IMAP to the high performance API
-
-2000-04-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.dsp: Adding strlcpy to makefile
-
-2000-04-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h
-      strlcat.c
-      strlcpy.c: - Export strlcat()/strcpy() for Frank.
-    - Windows doesn't have lstat().
-
-2000-04-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c
-      ext/session/mod_files.c
-      ext/session/session.c
-      ext/standard/filestat.c
-      ext/standard/link.c
-      dl/log/log_db.c
-      ext/db/db.c
-      ext/dba/dba_db2.c
-      ext/dba/dba_db3.c
-      php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Fix virtual cwd bug
-    - Add more V_STAT() V_LSTAT() changes
-
-2000-04-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c
-      ext/zlib/zlib.dsp: Making zlib compile under Win32 and fixing a typo
-
-2000-04-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      fopen-wrappers.c
-      php.h
-      php_realpath.c
-      php_virtual_cwd.c
-      php_virtual_cwd.h
-      safe_mode.c: - Add missing V_STAT()
-
-2000-04-20  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c: Fixing init problem for Zval's in mssql_query
-
-2000-04-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/calendar/config.m4: New style
-
-    * ext/gd/config.m4: Do not enable GD, if --without-gd was used
-
-2000-04-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: - CHange macro names from Z to Z_
-
-    * ext/imap/php_imap.c:
-    Fix, beautify and convert the IMAP module to the high performance API
-
-2000-04-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * configure.in: Check for ieeefp.h.
-
-2000-04-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: - Another PHP_WIN32 patch
-
-    * sapi/cgi/cgi_main.c: - Change to PHP_WIN32
-
-2000-04-20  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: improve fix
-
-2000-04-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Fix Win32 compilation.  Hillarious April 1st joke!
-
-2000-04-19  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * logos.h
-      main.c: *** empty log message ***
-
-    * ext/standard/info.c
-      ext/standard/info.h: A little easter egg for April 1st ... :)
-
-2000-04-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Modified entry.
-
-    * ext/standard/basic_functions.c: Just a type cast is sufficient.
-
-2000-04-19  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: SIGPIPE is unknown on WIN32 platforms
-
-2000-04-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/calendar/config.m4: Make ext/calendar optional.
-
-2000-04-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    ignore SIGPIPE in standalone-mode so that one can actually use fsockopen() *and* 
have the remote side close the socket whithout PHP dying!
-
-2000-04-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c
-      NEWS: author fixes
-
-    * sapi/isapi/php4isapi.c:
-    Improve performance of the PHP_SELF registration under ISAPI
-
-    * NEWS
-      main.c
-      php.ini-dist
-      php.ini-optimized: Support E_USER_* error types
-
-2000-04-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Some fixes.
-
-    * NEWS: Fix attribution
-
-2000-04-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Kill warning
-
-    * ext/imap/php_imap.c: Fix a couple of _ex()'s
-
-2000-04-19  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: fgetcsv() patch from Nick Talbott
-
-2000-04-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: phpcredits() update.
-
-2000-04-18  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    - Fixed long2ip() to return the correct IP address. 
-
-2000-04-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/imap/php_imap.c: - Fix many memory leaks in the IMAP module
-    - Begin migrating to the high performance API
-
-2000-04-18  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c: Corrected some protos.
-
-2000-04-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c: indent/beautify
-
-    * ext/standard/output.c: Document the ob_*() functions
-
-2000-04-18  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS
-      MODULES_STATUS
-      ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-
-2000-04-17  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c: minor optimization
-
-2000-04-17  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c
-      ext/imap/php_imap.h: fixed imap quota/relogin compilation errors
-
-2000-04-17  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Have forgotten myself.
-
-2000-04-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/doc/.cvsignore
-      ext/pcre/pcrelib/testdata/.cvsignore: shut up CVS!
-
-2000-04-17  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/calendar/.cvsignore: ignore stuff
-
-2000-04-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/calendar/cal_unix.c: initial checkin
-
-2000-04-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: This doesn't belong in NEWS.
-
-2000-04-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_reentrancy.h: Undefine HAVE_*_R, so that we get our replacements
-
-2000-04-16  Nick Gorham  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      NEWS:
-    Removed unnecessary FAR's (I am assuming we don't need to work under
-    16 bit windows). They break several ODBC builds.
-
-2000-04-16  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/calendar/calendar.c: The comma is also optional.
-
-2000-04-16  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * configure.in
-      ext/standard/config.m4:
-    Move this check to the main configure.in file.  Fixes #3979
-
-2000-04-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: Updates
-
-2000-04-16  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/calendar/Makefile.in
-      ext/calendar/calendar.c
-      ext/calendar/easter.c
-      ext/calendar/php_calendar.h:
-    added unixtojd() and jdtounix() to convert from unix time_t to
-    Julian Days and vice versa
-
-2000-04-15  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/calendar/Makefile.in
-      ext/calendar/calendar.c
-      ext/calendar/config.m4
-      ext/calendar/dow.c
-      ext/calendar/easter.c
-      ext/calendar/french.c
-      ext/calendar/gregor.c
-      ext/calendar/jewish.c
-      ext/calendar/julian.c
-      ext/calendar/php_calendar.h
-      ext/calendar/sdncal.h:
-    made calendar a real extension instead of a dl one only
-
-2000-04-15  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * php_modules.dsw: Adding mssql to modules
-
-    * ext/mssql/mssql.dsp
-      ext/mssql/php_mssql.c: Fixing compilation errors in MSSQL module
-
-    * sapi/isapi/php4isapi.c:
-    Adding $PHP_SELF variable for compatibility with other platforms
-
-2000-04-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c: SECTION is not defined in info.h anymore
-
-    * sapi/aolserver/config.m4:
-    Support install directories other than srcdir/root
-
-    * sapi/aolserver/README:
-    Add documentation on how to install PHP in AOLserver
-
-2000-04-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y: - PHP_FOPEN -> V_FOPEN
-
-2000-04-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Remove unnecessary argument
-
-2000-04-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win32/registry.c
-      ext/posix/posix.c
-      ext/standard/dir.c
-      ext/standard/filestat.c
-      ext/standard/image.c
-      ext/standard/iptc.c
-      sapi/apache/mod_php4.c
-      sapi/isapi/php4isapi.c
-      sapi/roxen/roxen.c:  - Change PHP_ to V_ (directory & file functions)
-
-    * ext/gd/gd.c
-      ext/db/db.c
-      ext/filepro/filepro.c
-      ext/ftp/php_ftp.c
-      ext/com/COM.c
-      fopen-wrappers.c
-      main.c
-      php.h
-      php_realpath.c
-      rfc1867.c
-      safe_mode.c: - Change PHP_ to V_ (directory & file functions)
-
-    * ext/standard/math.c:  Fix bug in number_format (Jon Forsberg)
-
-2000-04-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php3_compat.h
-      main.c: Forgot to commit the php4 fixes
-
-2000-04-15  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.dsp
-      ext/informix/ifx.dsw:
-    - fix Win32 Release_TS build of Informix driver (danny).
-
-2000-04-14  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Small corrections.
-
-2000-04-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Add the documentation team to the credits page
-
-2000-04-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_globals.h: Make error_prepend_string and error_append_string work
-
-    * php_version.h: Undo bogus commit
-
-    * ext/sysvsem/sysvsem.c
-      php_version.h:
-    I don't see why this should be gcc dependant and this fixes bugs 4140
-    and 4143
-
-2000-04-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: fseek() idea.
-
-2000-04-13  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.java: Oops - remove debug statement
-
-    * sapi/servlet/servlet.java
-      sapi/servlet/sessions.php: match changes to Tomcat example
-
-2000-04-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-
-2000-04-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/strnatcmp.c
-      php4dll.dsp
-      php4dllts.dsp
-      NEWS: - Make Windows builds build again
-    - Make non-gcc based platforms compile again
-
-2000-04-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/strnatcmp.c:
-    the asset call caused an undefined __eprintf here!
-
-2000-04-13  Martin Kraemer  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in: Test for EBCDIC platform
-
-2000-04-13  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Fix for bug #4125
-
-2000-04-12  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c: - Fixed a couple of POST problems.
-    - Use virtual path functionality when available, to set the cwd of the
-    script to it's own directory prior to starting it.
-    - Fixed a bug in php_roxen_sapi_header_handler.
-
-2000-04-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Claim some stuff.
-
-    * TODO: Already done.
-
-    * ext/standard/Makefile.in
-      ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/php_array.h
-      ext/standard/php_string.h
-      ext/standard/string.c
-      ext/standard/strnatcmp.c:
-    Added natural comparison/sorting routines using code from Martin Pool.
-
-
-2000-04-12  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/internal.h: make it compile on Win32
-
-2000-04-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: something with the @ commit stuff *is* broken.
-
-2000-04-12  joosters  <joosters@www>
-
-    * INSTALL
-      README.Zeus
-      sapi/isapi/php4isapi.c:
-    - Zeus Webserver support (version 3.3.6+) for ISAPI
-
-2000-04-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/AUTHORS
-      ext/pcre/pcrelib/COPYING
-      ext/pcre/pcrelib/ChangeLog
-      ext/pcre/pcrelib/INSTALL
-      ext/pcre/pcrelib/LICENCE
-      ext/pcre/pcrelib/Makefile.in
-      ext/pcre/pcrelib/NEWS
-      ext/pcre/pcrelib/NON-UNIX-USE
-      ext/pcre/pcrelib/README
-      ext/pcre/pcrelib/RunTest
-      ext/pcre/pcrelib/chartables.c
-      ext/pcre/pcrelib/dftables.c
-      ext/pcre/pcrelib/dll.mk
-      ext/pcre/pcrelib/get.c
-      ext/pcre/pcrelib/internal.h
-      ext/pcre/pcrelib/maketables.c
-      ext/pcre/pcrelib/pcre-config.in
-      ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcre.def
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/pcrelib/pcreposix.c
-      ext/pcre/pcrelib/pcreposix.h
-      ext/pcre/pcrelib/pcretest.c
-      ext/pcre/pcrelib/perltest
-      ext/pcre/pcrelib/pgrep.c
-      ext/pcre/pcrelib/study.c: Re-add.
-
-    * TODO: One off the list.
-
-    * ext/pcre/pcrelib/testdata/testinput1
-      ext/pcre/pcrelib/testdata/testinput2
-      ext/pcre/pcrelib/testdata/testinput3
-      ext/pcre/pcrelib/testdata/testinput4
-      ext/pcre/pcrelib/testdata/testoutput1
-      ext/pcre/pcrelib/testdata/testoutput2
-      ext/pcre/pcrelib/testdata/testoutput3
-      ext/pcre/pcrelib/testdata/testoutput4
-      ext/pcre/pcrelib/doc/Tech.Notes
-      ext/pcre/pcrelib/doc/pcre.3
-      ext/pcre/pcrelib/doc/pcre.html
-      ext/pcre/pcrelib/doc/pcre.txt
-      ext/pcre/pcrelib/doc/pcreposix.3
-      ext/pcre/pcrelib/doc/pcreposix.html
-      ext/pcre/pcrelib/doc/pcreposix.txt
-      ext/pcre/pcrelib/doc/pcretest.txt
-      ext/pcre/pcrelib/doc/perltest.txt
-      ext/pcre/pcrelib/doc/pgrep.1
-      ext/pcre/pcrelib/doc/pgrep.html
-      ext/pcre/pcrelib/doc/pgrep.txt: Added PCRE 3.01.
-
-    * ext/pcre/pcrelib/ChangeLog
-      ext/pcre/pcrelib/LICENCE
-      ext/pcre/pcrelib/Makefile.in
-      ext/pcre/pcrelib/README
-      ext/pcre/pcrelib/RunTest
-      ext/pcre/pcrelib/Tech.Notes
-      ext/pcre/pcrelib/chartables.c
-      ext/pcre/pcrelib/dftables.c
-      ext/pcre/pcrelib/dll.mk
-      ext/pcre/pcrelib/get.c
-      ext/pcre/pcrelib/internal.h
-      ext/pcre/pcrelib/maketables.c
-      ext/pcre/pcrelib/pcre.3
-      ext/pcre/pcrelib/pcre.3.html
-      ext/pcre/pcrelib/pcre.3.txt
-      ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcre.def
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/pcrelib/pcreposix.3
-      ext/pcre/pcrelib/pcreposix.3.html
-      ext/pcre/pcrelib/pcreposix.3.txt
-      ext/pcre/pcrelib/pcreposix.c
-      ext/pcre/pcrelib/pcreposix.h
-      ext/pcre/pcrelib/pcretest.c
-      ext/pcre/pcrelib/perltest
-      ext/pcre/pcrelib/pgrep.1
-      ext/pcre/pcrelib/pgrep.1.html
-      ext/pcre/pcrelib/pgrep.1.txt
-      ext/pcre/pcrelib/pgrep.c
-      ext/pcre/pcrelib/study.c
-      ext/pcre/pcrelib/testinput1
-      ext/pcre/pcrelib/testinput2
-      ext/pcre/pcrelib/testinput3
-      ext/pcre/pcrelib/testinput4
-      ext/pcre/pcrelib/testoutput1
-      ext/pcre/pcrelib/testoutput2
-      ext/pcre/pcrelib/testoutput3
-      ext/pcre/pcrelib/testoutput4: *** empty log message ***
-
-2000-04-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h
-      fopen-wrappers.c: - Turn off VIRTUAL_DIR by default
-
-2000-04-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: another option
-
-2000-04-11  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c: Eliminate warning if virtual cwd is specified
-
-2000-04-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: Fix another missing opened_path assignment
-
-    * NEWS
-      ext/com/COM.c:
-    - Added support for reading properties that require arguments in the COM
-      module - writing to them will only be supported in PHP 4.1 (Zeev)
-
-    * ext/com/COM.c: indent
-
-    * NEWS
-      ext/com/COM.c: *** empty log message ***
-
-    * ext/domxml/domxml.c
-      ext/java/java.c
-      ext/standard/basic_functions.c
-      ext/standard/info.c
-      tests/testcom
-      ext/com/COM.c:
-    Object overloading API changed slightly (llist is now a pointer)
-
-2000-04-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_virtual_cwd.c
-      php_virtual_cwd.h:
-    - Try and resolve the problem with current working directories not being
-      set to the script directory
-
-2000-04-09  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c
-      fopen-wrappers.h
-      php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Don't need to extern functions
-    - Use virtual_file_ex() in expand_filepath()
-
-2000-04-09  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/recode/recode.c:
-    fixed unterminated string constant introduces by foreign patch.
-
-2000-04-08  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/math.c
-      ext/standard/phpmath.h:
-    added the other usefull constants besides M_PI from math.h
-     as PHP constants
-
-2000-04-08  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h: - Make all CVS users use the new virtual dir support.
-      Will probably disable this for the release.
-
-2000-04-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    - Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache
-      (Paul Gregg & Zeev)
-
-2000-04-07  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/ldap/php_ldap.h:
-    -Added ldap_get_values_len function from PHP3 to PHP4. 
-
-2000-04-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: Add a missing expand_filepath()
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: - Fix const declaratirs in virtual cwd
-    - Fixed a problem in include_once() with non constant arguments (Andi & Zeev,
-      Zend Engine)
-
-    * php.ini-optimized: *** empty log message ***
-
-2000-04-07  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/pdf/pdf.c: recommended changes
-
-    * sapi/apache/php_apache.c: last one ... promise
-
-    * sapi/apache/php_apache.c: typo
-
-    * sapi/roxen/roxen.c
-      sapi/isapi/php4isapi.c: prettying
-
-    * sapi/aolserver/aolserver.c
-      sapi/apache/php_apache.c: *** empty log message ***
-
-    * ext/standard/info.c
-      ext/standard/info.h
-      sapi/apache/php_apache.c: more prettiness
-
-2000-04-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Unify
-
-2000-04-07  tedp  <tedp@www>
-
-    * ext/imap/php_imap.c: Removed some compiler warnings.
-
-2000-04-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.ini-optimized: - Added php.ini-optimized 
-
-2000-04-07  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h:
-    - This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it
-      should always be enabled.
-
-    * internal_functions_win32.c
-      php.h: - Add wddx support to the default build
-
-2000-04-07  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    cleaning up some small off-by-one errors and argcount follies. Can someone
-    take a look at the errors imap_mime_header_decode() generates when
-    compiling? I took a quick look, but don't have time to puzzle through that
-    code.
-
-2000-04-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: - ZEND_DEBUG is always defined
-
-2000-04-06  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: phpinfo() pretying
-
-    That should be everything.
-
-    * ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/session/session.c
-      ext/snmp/snmp.c
-      ext/pdf/pdf.c
-      ext/recode/recode.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/interbase/interbase.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mysql/php_mysql.c: phpinfo() prettying
-
-    * ext/mcal/php_mcal.c: *** empty log message ***
-
-    * ext/interbase/interbase.c: a better way, i've been told (thanks)
-
-    * ext/ldap/ldap.c
-      ext/mcal/php_mcal.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/imap/php_imap.c
-      ext/interbase/interbase.c:
-    More phpinfo() prettying.
-
-    Can someone check my code for the interbase
-    support, and I need someone else to decode the LDAP stuff ... it's beyond
-    me.
-
-2000-04-06  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/ldap/php_ldap.h:
-    - Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. 
-
-2000-04-06  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba.c:
-    Corrected compilation error with wrong number of arguments to
-    php_info_print_box_start()
-
-2000-04-05  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: typo
-
-    * ext/gettext/gettext.c
-      ext/standard/info.c
-      ext/fdf/fdf.c
-      ext/gd/gd.c
-      ext/dba/dba.c
-      ext/domxml/domxml.c
-      ext/aspell/aspell.c
-      ext/cpdf/cpdf.c
-      ext/dav/dav.c
-      ext/db/db.c: phpinfo() prettying
-
-    I will get to the rest of the functions later tonight or tomorrow
-    (i.e. from hyperwave to snmp)
-
-    * ext/xml/xml.c
-      ext/yp/yp.c
-      ext/zlib/zlib.c
-      ext/posix/posix.c
-      ext/standard/basic_functions.c
-      ext/standard/dl.c
-      ext/standard/mail.c
-      ext/standard/reg.c: phpinfo() prettying
-
-2000-04-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * logos.h: Update the PHP logo
-
-2000-04-05  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: finally (thanks Andreas)
-
-    * ext/standard/info.c: still cant get this
-
-2000-04-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - Not needed anymore
-
-    * php_virtual_cwd.c: - More fixes
-
-2000-04-05  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: phpinfo() prettying
-
-2000-04-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp
-      php_virtual_cwd.c: - Fix
-
-2000-04-05  Colin Viebrock  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: phpinfo() prettying
-
-    * ext/standard/info.c:
-    fixed the segfault problem (probably not the prettiest way, but)
-
-    * ext/mysql/php_mysql.c: phpinfo() prettying
-
-    * ext/standard/info.c
-      ext/standard/info.h
-      php_ini.c:
-    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.
-
-2000-04-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h:
-    Fix a problem with the virtual directory mechanism (corruption of the filenames 
to open)
-
-    * sapi/isapi/php4isapi.c:
-    The ISAPI module was incompatible with the CGI fix, which ruined POST's
-
-2000-04-05  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/config.m4: fix typo: wrong variable name
-
-    * sapi/servlet/config.m4: look for Tomcat binaries too
-
-    * ext/java/jawt.php:
-    Make it clear that the jawt example is only intented to be run as a CGI
-
-    * sapi/servlet/servlet.java: Define PHP_SELF in sapi/servlet.
-    Reported by Lim Swee Tat <[EMAIL PROTECTED]>
-
-2000-04-04  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: Windows build: xmltok is needed by wddx
-
-    * ext/mysql/php_mysql.h:
-    Make MySLS_FETCH use the same globals ID as ZEND_INIT_MODULE_GLOBALS
-
-2000-04-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win32/registry.c: - One more fopen -> PHP_FOPEN patch
-
-2000-04-04  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    return false after determining that a message number is bad, instead of
-    going on to crash.
-
-2000-04-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Additional check for IS_OBJECT.
-
-2000-04-04  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c: - should fix a problem with ifdef
-
-2000-04-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: - WDDX now defaults to ISO-8859-1. 
-
-    * ext/xml/php_xml.h
-      ext/xml/xml.c: export xml_utf8_decode for wddx module
-
-    * ext/standard/var.c: (var_dump) cleaned up some weird & buggy stuff
-
-2000-04-04  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c:
-    - all functions returning a list of object record should be faster now
-      and require less accesses on the server
-
-2000-04-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: forgot @ thingie
-
-    * ext/wddx/wddx.c: buffer was short by one
-
-2000-04-04  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Return type was missing.
-
-2000-04-04  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c: tweaks to prototypes
-
-    * ext/imap/php_imap.c: update function protos. should all be there now
-
-    * MODULES_STATUS: adding mcal and gettext to MODULES_STATUS
-
-2000-04-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: - Fix build bug
-
-2000-04-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/php_imap.c:
-    - Fix crash resulting from IMAP's error handling 
-
-    * ext/imap/IMAP_Win32_HOWTO.txt: *** empty log message ***
-
-2000-04-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y: - fopen and ZTS fixes
-
-    * ext/imap/php_imap.c: - Fix typo
-
-2000-04-03  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in
-      ext/java/Makefile.in:
-    test -e doesn't exist on Solaris - substituting test -d
-
-2000-04-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-04-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * rfc1867.c: *** empty log message ***
-
-    * ext/imap/php_imap.c
-      rfc1867.c:
-    - Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to
-      retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] 
-    - Changed IMAP Win32 definitions
-
-2000-04-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Create dtor function
-
-    * php.h
-      php_virtual_cwd.c
-      php_virtual_cwd.h
-      sapi/apache/mod_php4.c:
-    - This version of chdir_file should be compatible with the Apache one.
-
-    * php_virtual_cwd.c: - A bit more cleanups.
-    - Need to implement virtual_chdir_file() to replace chdir_file() in
-      sapi/apache so that we can start testing apache and debug it.
-
-    * SAPI.c
-      php.h
-      php_virtual_cwd.c:
-    - Virtual cwd compiles now (need to uncomment #define in php.h for it to
-      be enbaled right now).
-      It seems to work very basic stuff
-
-2000-04-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/IMAP_Win32_HOWTO.txt
-      ext/ldap/LDAP_Win32_HOWTO.txt: *** empty log message ***
-
-2000-04-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: - Move to new Zend macros
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: - PHP_WIN32 is not defined here use ZEND_WIN32
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: - More virtual_cwd work
-
-    * Makefile.in
-      php_virtual_cwd.c
-      php_virtual_cwd.h: - Make php_virtual_cwd compile
-
-2000-04-01  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.java:
-    Accomodate back level (JSDK 2.0) implementations
-
-2000-04-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.h: - Need zend.h for ZTS
-
-    * php_virtual_cwd.c: -
-
-    * php_virtual_cwd.c
-      php_virtual_cwd.h: - Intermediate commit
-
-2000-04-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/Makefile.in
-      ext/imap/php_imap.c
-      ext/imap/php_imap.h: Oh yeah, committing these would be a good idea:)
-
-    * ext/imap/imap.dsp
-      ext/ldap/ldap.dsp: Several fixes
-
-    * ext/ldap/ldap.c
-      ext/ldap/ldap.dsp
-      ext/ldap/php_ldap.h
-      ext/mysql/mysql.dsp
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h
-      ext/imap/IMAP_Win32_HOWTO.txt
-      ext/imap/imap.c
-      ext/imap/imap.dsp
-      ext/imap/imap.h
-      php_modules.dsw:
-    - Made the IMAP and LDAP modules compilable under Windows and thread-safe 
-
-2000-04-01  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4:
-    Don't try to install php_java.jar if --with-servlet was specified
-    (Fix to PHP 4.0 Bug #4001 submitted by [EMAIL PROTECTED])
-
-2000-04-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Fix the HPUX 10.20 check for non-standard reentrant time functions
-
-    * TODO: .
-
-    * configure.in
-      php_version.h:
-    Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)
-
-2000-04-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h: - Fix a problem when dealing with large POST blocks in CGI mode
-
-2000-03-31  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * NEWS: Added some things that I forgot to add when I did them.
-
-2000-03-31  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c:
-    - This shouldn't do any harm and might fix a problem with Win32
-
-2000-03-31  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Would be good.
-
-2000-03-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.dsp
-      config.w32.h
-      ext/imap/imap.dsp
-      php4.dsw
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsw
-      php_modules.dsw:
-    Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)
-
-    * NEWS: *** empty log message ***
-
-2000-03-31  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4.dsw
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsw: - Add bindlib to the Win32 build
-
-2000-03-31  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c: Use C style comments, per the CODING_STANDARDS
-
-2000-03-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/library.mk: Remove trailing slash
-
-2000-03-30  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c: fix indentation (this project has tabstop=4!)
-
-    * sapi/servlet/servlet.c: eliminate chdir if it is already virtual
-
-2000-03-30  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c
-      ext/standard/dir.c
-      ext/standard/filestat.c
-      ext/standard/image.c
-      ext/standard/iptc.c
-      sapi/isapi/php4isapi.c
-      ext/ftp/php_ftp.c
-      ext/gd/gd.c
-      ext/posix/posix.c
-      ext/com/COM.c
-      ext/db/db.c
-      ext/filepro/filepro.c
-      php.h:
-    - Hopefully got most of them. We also need a chdir_file function like
-      for Apache.
-
-    * fopen-wrappers.c
-      main.c
-      rfc1867.c: - Baby steps... Use PHP_FOPEN()
-
-    * fopen-wrappers.c: - Use PHP_CHDIR()
-
-    * ext/session/session.c
-      fopen-wrappers.c
-      php.h
-      php_realpath.c
-      safe_mode.c: - Fix another bug in session.c
-    - Start using the new PHP_GETCWD() and co. macros
-
-    * ext/session/session.c: - Fix compile bug in session_get_cookie_params()
-
-2000-03-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-2000-03-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4: Non-functional changes
-
-    * configure.in:
-    Build the bundled mysqlclient library thread-safe in thread-safe mode.
-
-2000-03-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c: -added session_get_cookie_params (sterling)
-
-2000-03-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * SAPI.c: kill warning
-
-    * acinclude.m4
-      configure.in:
-    * Add --enable-libgcc which explicitly links against libgcc.
-
-    * Some cleanup and increased use of PHP_ARG_[ENABLE|WITH]
-
-    * ext/gd/config.m4:
-    Fix libpng and libz order and stuff the libjpeg into its own macro.
-
-2000-03-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    - Fixed return of stristr() to no longer always be lowercased. 
-
-2000-03-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-    * ext/standard/dl.c: Allocate enough memory for additional /.
-
-    Also remove the extra check for the trailing /. Unix will automatically
-    apply s#/+#/#
-
-    Partly suggested by: [EMAIL PROTECTED]
-    PR: #3956
-
-    * configure.in: Propagate pthread_cflags to CXXFLAGS and INLINE_CFLAGS
-
-2000-03-30  Jim Jagielski  <[EMAIL PROTECTED]>
-
-    * ext/db/php_db.h:
-    Fix the problem with dbmopen() not being defined. Patch by
-    Geoff ([EMAIL PROTECTED]) and The Red Fox
-
-2000-03-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c:
-    Some OS prepend _ to symbol names while their dynamic linker
-    does not do that automatically. Thus we check manually for
-    _get_module.
-
-    * Makefile.in
-      ext/standard/Makefile.in:
-    Specifically mention $(srcdir), so that OpenBSD's make gets it
-
-2000-03-30  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: fix bug 3971, SNMP now compiles on FreeBSD.
-
-2000-03-29  Torben Wilson  <[EMAIL PROTECTED]>
-
-    * NEWS:
-
-    Missed Andrei's @ note...
-
-2000-03-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_mm.c
-      ext/session/php_session.h
-      ext/session/session.c:
-    GC now prints out how many session objects were removed
-
-    * ext/session/mod_files.c: Improved error messages
-
-2000-03-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y:
-    - Changed the Windows version of PHP so that a php.ini file is no
-      longer mandatory 
-
-    * NEWS: *** empty log message ***
-
-2000-03-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Do not add dl function, if libdl is not present.
-
-    PR: #3947
-
-    Declare user_shutdown_function_name() as static to kill warning.
-
-2000-03-29  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Re-fixed return value of min and max
-
-    * ext/standard/browscap.c: single, sorta proto.
-
-    * ext/standard/array.c: 1.  Holy protos Batman.
-    2.  Converted some functions from using "return" to RETURN_FALSE
-
-2000-03-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    - session_start() is now more verbose if headers cannot be send. 
-
-2000-03-29  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Tis protoriffic.
-
-2000-03-28  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c:
-    Sterling, only one line for the short descritption, even it is massiv.
-
-2000-03-28  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/datetime.c
-      ext/standard/datetime.h: *** empty log message ***
-
-2000-03-28  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c: Description differs between version 3 and 4.
-
-2000-03-28  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pdf/php_pdf.h:
-    - added pdf_open_image_file() to read jpeg, tiff, gif and png images
-
-2000-03-28  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c: Couple of thangs:
-      1.  We've got protos!
-      2.  The second half of the script is now most Zendiferous.
-
-2000-03-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/config.m4
-      ext/mhash/config.m4: Use PHP_ARG_WITH
-
-    * ext/wddx/config.m4
-      ext/ftp/config.m4
-      ext/session/config.m4
-      acinclude.m4
-      ext/dbase/config.m4
-      ext/ext_skel
-      ext/filepro/config.m4:
-    Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common
-    AC_MSG_CHECKING, AC_ARG_[ENABLE,WITH], AC_MSG_RESULT trio.
-
-    * ext/ext_skel: Generate better skeleton config.m4
-
-    * ext/session/session.c: These should not be exported
-
-    * ext/dba/config.m4: * Check the default location of Berkeley DB 3.0
-    * Check additionally for libdb-3
-
-2000-03-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: That's one thing @ missed...
-
-2000-03-27  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: Slight change for time on the return side.
-
-
-    * pear/Makefile.in: *** empty log message ***
-
-2000-03-27  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * INSTALL: GNU make is not required
-
-2000-03-27  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4ts.dsw: Whoops!  Not everybody want Java included by default!
-
-2000-03-27  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * INSTALL
-      MODULES_STATUS: Update the INSTALL docs
-
-2000-03-27  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp
-      php4.dsp
-      php4dll.dsp
-      php4ts.dsw: Remove debug runtime libraries from Release builds
-
-2000-03-26  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.dsp
-      ext/java/java.dsp: support non-debug builds
-
-2000-03-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4: PHP_EXTENSION sets $ext_src_base
-
-    * sapi/apache/config.m4
-      ext/odbc/config.m4
-      ext/pdf/config.m4
-      ext/readline/config.m4
-      ext/recode/config.m4
-      ext/domxml/config.m4: Some white-space changes
-
-    * pear/Makefile.in: Ignore errors at this place
-
-    * ext/mysql/Makefile.in
-      ext/mysql/config.m4:
-    Allow MySQL to be compiled against extern mysqlclient library
-
-2000-03-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * makedist: Use compression for makedist
-
-    * NEWS
-      configure.in
-      php_version.h: Package RC1
-
-    * ext/standard/string.c:
-    - Change new -> result. Using C++ keywords isn't too hot
-
-2000-03-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Fix internal_functions.c screwup for people not using --with-mm
-
-2000-03-26  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: Return value corrected.
-
-2000-03-26  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/global.h
-      ext/oci8/config.m4: no c++ comments // please
-
-2000-03-26  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: imap_clearflag_full now returns true appropriately.
-
-2000-03-26  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4:
-    JAVA_LIBPATH was not allways being added to the LIBPATH
-
-2000-03-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/config.m4
-      acinclude.m4
-      configure.in
-      genif.sh:
-    Revamp session's config.m4 and reenable support for mm. The shared memory
-    module works now successfully again under Apache and other web servers.
-
-2000-03-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:    Hopefully that settles this one.
-
-2000-03-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Add MSIE 5-specific Cache-Control fields
-
-2000-03-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: Tid Bit More.
-
-2000-03-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4.dsp
-      php4dll.dsp: Update .dsp's
-
-2000-03-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/snmp/php_snmp.h
-      ext/snmp/snmp.c: - snmpwalkoid is an alias now
-    - small optimizations
-    - delete that switch case in php_snmp
-      =The different functions are now in the PHP_FUNCTION declaration thingies
-    - If-else blocks have brackets
-
-2000-03-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp
-      php.h: - Update dsp
-    - Remove unnecessary includes
-
-2000-03-25  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - Support getcwd() semantics.
-    - We need to change this whole business to work with ZTS globals
-
-2000-03-25  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4
-      ext/java/java.c
-      ext/standard/dl.c:
-    Dynamically load java support, for better error messages
-
-2000-03-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp
-      php4.dsp
-      php4dll.dsp: Update dsp's
-
-2000-03-25  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    andrei, i'm sure we're missing some @ entries in NEWS (this one is one of them)
-
-2000-03-25  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/snmp/snmp.c: Fixed a few protos and ...
-
-2000-03-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/registry.c:
-    - Modified the registry INI entry reader (Win32) to work with drive letters.  For
-      example, if you wish to wish to specify INI entries for C:\foo\bar, you should
-      create HKLM\PHP\Per Directory Values\C\foo\bar in the registry, and add
-      string values for each directive you want to override in this directory 
-
-2000-03-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:
-    - Fixed extract() for EXTR_PREFIX_SAME and EXTR_SKIP cases. 
-
-2000-03-24  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c
-      php3_compat.h
-      php_variables.c: - Nuke hash_*_ptr() functions
-
-2000-03-23  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h: - several clean ups
-
-2000-03-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      TODO: Added get_class_methods().
-
-2000-03-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:    fix #3890
-
-2000-03-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Attribution.
-
-2000-03-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c: - Adjust for change in zend_startup()
-
-2000-03-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Please use @ in front of _all_ lines intended for NEWS file.
-
-2000-03-20  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * SAPI.h
-      php.ini-dist:
-    As it turns out, there are some browsers that can't handle default
-    charsets.  I think forcing this on is going to cause us a lot of headache,
-    so turn it off by default.
-
-    * ext/mysql/php_mysql.c:
-    Make it possible to specify both a port and a socket in mysql_[p]connect
-
-2000-03-20  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: Fixed a proto.
-
-2000-03-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Please use @ in front of _all_ lines intended for NEWS file.
-
-2000-03-20  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * SAPI.h
-      php.ini-dist:
-    As it turns out, there are some browsers that can't handle default
-    charsets.  I think forcing this on is going to cause us a lot of headache,
-    so turn it off by default.
-
-    * ext/mysql/php_mysql.c:
-    Make it possible to specify both a port and a socket in mysql_[p]connect
-
-2000-03-20  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: Fixed a proto.
-
-2000-03-19  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/gettext/gettext.c: initial function prototypes
-
-2000-03-19  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * php.ini-dist:
-    Leave sendmail_path commented out to pick up compiled-in default
-
-2000-03-19  tedp  <tedp@www>
-
-    * ext/imap/imap.c
-      ext/imap/imap.h: Added new function: imap_mime_header_decode
-    Decodes mime header elements in accordance with RFC 2047.
-
-2000-03-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c:
-    - Quick fopen() support. The code needs some cleaning up and we might
-      need to think of performance issues with the strdup()'s (definitely
-      use strndup() and maybe try to do with less string copies).
-
-2000-03-19  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c:
-    I suppose errors should be printed prior to endthread
-
-    * sapi/isapi/php4isapi.c: do this only on win32
-
-    * sapi/isapi/php4isapi.c: just a little more detail in exception report
-
-    * ext/mysql/libmysql/libmysql.dsp:
-    libmysql must use USE_TLS for multithreaded compilation on windows.
-
-2000-03-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/snmp/config.m4
-      ext/snmp/snmp.c: Fix build problems with UCD-SNMP 4.1.x.
-
-    First, we need to include default_store.h.
-
-    Second, UCD-SNMP supports OpenSSL now, so we additionally need to
-    link against that.
-
-    The changes should be completely backwards-compatible.
-
-    Partly suggested by: [EMAIL PROTECTED]
-    PR: #3451, #3668, #3868
-
-    * ltconfig: Cleanup
-
-2000-03-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    (var_dump) removed "refcount-hack" - comiles without warning again (&works).
-
-    * SAPI.h
-      ext/standard/php_output.h: fix some protos
-
-2000-03-18  Sander Steffann  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: A small fix when checking for libjpeg
-
-2000-03-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * .cvsignore
-      configure.in:       on platforms which support it (i.e. Linux) (Sascha)
-
-    Additionally, we enforce passing pthread_cflags to the compiler, if
-    libtool chooses it as linker.
-
-    * sapi/aolserver/aolserver.c: Make it compile
-
-2000-03-18  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: - Fix compile problem on FreeBSD.
-
-2000-03-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * ext/standard/var.c
-      NEWS:
-    (serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.
-
-2000-03-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-03-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c: is_executable() for root fixed
-    this is an intermediate patch, switching from stat() to
-    access() for is_(readable|writable|executable) shall
-    fix the whole topic once and for all
-
-2000-03-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - Fix Win32 compile
-
-2000-03-17  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-    ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on 
failure.
-
-2000-03-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - Last one for today.
-
-    * php_virtual_cwd.c:
-    - Allow passing of a verify function. This way we can easily create
-      chdir() and expandpath() wrappers.
-
-    * SAPI.c: - Note quite sure why this wasn't done.
-
-2000-03-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: Cleanup
-
-    * php_virtual_cwd.c: Merge in local changes
-
-2000-03-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: - php_is_dir_ok() should work on Windows now.
-
-    * php_virtual_cwd.c: - Fix a leak (I think)
-
-    * php_virtual_cwd.c: - Make it compile on Windows.
-
-2000-03-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c: Use old_state
-
-    * php_virtual_cwd.c: (php_check_dots) we don't need len
-
-    * php_virtual_cwd.c: virtual_chdir:
-
-    * added error handling
-    * fixed the special case where there were more DIRECTORY_UPs than
-      directory parts (i.e. cwd is d:\foo and path is ../..)
-    * no spaces between # and preprocessor directive - breaks some compilers
-
-2000-03-16  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    restore compilation on ZTS enabled environments (like Windows)
-
-2000-03-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php_virtual_cwd.c:
-    - Add initial virtual_getcwd() and virtual_chdir() for discussing with the
-      rest of the folks
-
-2000-03-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-     Added is_numeric() that returns true if the argument is a number
-     or a numeric string. 
-
-2000-03-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: share some thoughts
-
-    * ext/standard/info.c: *** empty log message ***
-
-    * ext/standard/var.c:
-    - serialize()/unserialize() now call _sleep_() and _wakeup_() when
-      working on objects. 
-    - renamed to_string() method to _string_value_() for consistency.
-      (Thies, Zend library)
-
-2000-03-15  Joey Smith  <[EMAIL PROTECTED]>
-
-    * ext/recode/.cvsignore: Adding .cvsignore to ext/recode
-
-2000-03-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: - WIN32 -> PHP_WIN32
-
-2000-03-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/domxml/config.m4
-      ext/domxml/domxml.c: - support for libxml 2.0 beta
-
-2000-03-15  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README:
-    Update README to indicate improvements in overload resolution and
-    easier configuration.
-
-    Add an entry for the Blackdown JDK on Linux, and a note as to why the Sun
-    JDK on Linux can't be supported at this time.
-
-    * ext/standard/filestat.c: Emulate user/group/other on Windows
-
-    * ext/java/java.c: Cleanup, better error recovery, easier configuration
-
-2000-03-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: - changed libgz to libz (Bug #3614)
-
-2000-03-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-2000-03-15  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4:
-    Get Blackdown support to compile.  Doesn't seem to be able to find
-    classes yet...
-
-    It looks like the current Sun JDK 1.2.2 won't be able to be supported.
-    Green_threads don't work with JVM Initialization, and Sun doesn't support
-    native_threads yet...
-
-2000-03-14  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: One space character is enough.
-
-    * ext/oci8/oci8.c:
-    Thies, please check the function names and descriptions.
-
-2000-03-14  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      tests/testdom: - fixed invalid class names
-    - added standalone, encoding attribute to DocDocument class
-
-2000-03-14  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
-    I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
-    I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
-
-    * ext/standard/filestat.c
-      ext/imap/imap.c:
-    imap_utf7_encode didn't expand international characters to 16bit
-       before coding
-    imap_fetch_overview could crash when some fields where missing
-    imap_fetch_overview will now take msg indices for default and
-       UIDs by optional flag, as the other functions in the family
-
-2000-03-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    - fixed possible crash in unserialize if the serailized data was
-      damaged. 
-
-2000-03-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c: - ELS are passed to internal functions
-
-2000-03-13  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Fixed some protos.
-
-2000-03-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * LICENSE: - Change Zend license version
-
-2000-03-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/session/php_session.h
-      ext/session/session.c: Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.
-
-2000-03-13  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h: odbc_close() and odbc_close_all() working again
-
-2000-03-13  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/README: remove java.library from the README
-
-2000-03-13  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-2000-03-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: - Also check module API number
-
-2000-03-13  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h
-      ext/pdf/config.m4
-      ext/gd/config.m4: gd-jpeg support
-
-2000-03-13  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/Makefile.in
-      ext/java/config.m4
-      ext/java/java.c: Eliminate java.library ini option in favor of rpath
-
-2000-03-12  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c
-      ext/imap/imap.h:
-    Adding imap_rfc822_parse_headers(). This function lets you grab mail headers
-    from anywhere - a saved message in an archive, a pop server, a database, etc
-    - and parse them into an object similar to what imap_headerinfo() returns.
-    It's just missing the flag info and other things that only come from the
-    IMAP server.
-
-    In the process of doing this, I seperated some more code out into a support
-    function - _php_make_header_object() - since it was used in multiple
-    functions. The module is slowly getting well organized.
-
-    * ext/mcal/php_mcal.c:
-    spelling correction, and rename make_event_object to _php_make_event_object
-    for consistency.
-
-2000-03-12  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/interbase/interbase.c
-      ext/interbase/php_interbase.h:
-
-2000-03-12  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/recode/recode.c
-      ext/standard/file.c
-      ext/standard/file.h: Finished porting recode module.
-
-2000-03-12  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c: pval->zval
-    use the *_ex() functions
-    use zend_get_parameters_ex
-
-    Tested on my calendar code, and seems to be crash free. But I think I'll
-    wait on converting the IMAP module, since this was quite a pain. :)
-
-2000-03-12  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/recode/recode.c: - using _ex() functions now, thanks to Andrej.
-
-2000-03-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * internal_functions.c.in
-      internal_functions_win32.c:
-    - Define these ones and declare them in modules.h
-
-2000-03-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: - Guessing this is the problem
-
-2000-03-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/standard/math.c
-      php.h
-      sapi/cgi/cgi_main.c
-      snprintf.h:
-    Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.
-
-    * ext/gd/config.m4:
-    Also search for freetype headers in $prefix/include/freetype
-
-    PR: #3775
-
-    * sapi/cgi/cgi_main.c
-      sapi/servlet/servlet.c
-      ext/zlib/zlib.c
-      ext/standard/datetime.c
-      ext/standard/file.c
-      ext/standard/math.c
-      ext/standard/microtime.c
-      ext/standard/pack.c
-      ext/standard/url_scanner.c
-      ext/xml/xml.c
-      ext/oracle/oracle.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      main.c
-      php.h: Fix build on systems which lack snprintf or vsnprintf.
-
-    PR: #3786
-
-2000-03-12  Leo Baschy  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    remove recent patch to _close_odbc_conn calling _free_odbc_result
-
-2000-03-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * acconfig.h.in: Nuke DEBUG.
-
-2000-03-11  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * ext/recode/php_recode.h
-      ext/recode/recode.c
-      ext/recode/setup.stub
-      acinclude.m4
-      ext/recode/Makefile.in
-      ext/recode/config.m4: - Added additional DEFER macro.
-    - First stab at porting the recode module. Still having problems
-      with the _ex() functions, they core - why?
-
-2000-03-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mhash/php_mhash.h
-      ext/imap/imap.c
-      ext/mcal/php_mcal.c
-      ext/mcrypt/php_mcrypt.h
-      ext/cybercash/cybercash.h
-      ext/gettext/php_gettext.h
-      ext/icap/php_icap.c:
-    - Oops I commited a name change for consistency of Zend/modules.h to
-      Zend/zend_modules.h before it being finished. Revert it
-
-    * ext/mhash/php_mhash.h
-      ext/odbc/php_odbc.c
-      ext/standard/dns.c
-      ext/mcrypt/php_mcrypt.h
-      ext/mcal/php_mcal.c
-      ext/icap/php_icap.c
-      ext/imap/imap.c
-      ext/dbase/dbf_ndx.c
-      ext/gettext/php_gettext.h
-      build-defs.h.in
-      configure.in
-      dl/log/log_sql.c
-      ext/cybercash/cybercash.h
-      ext/db/db.c
-      php.h
-      win95nt.h: - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
-      There are 2-3 third-party libs in PHP which use DEBUG and I left them
-      this way (primary example is pcrelib).
-    - Please test things and Andrei, can you check that pcrelib stopped
-      printing the warning messages?
-
-    * ext/standard/dl.c:
-    - Don't load modules which have different debug and ZTS information than
-      PHP() (untested). Not sure how to handle API version. Should it also not
-      load? It probably should but it might bite us at some point.
-     Prevent from loading dynamic PHP modules which were compiled with different
-      debug and thread safety modes than PHP, which resulted in a crash (Andi)
-
-2000-03-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ltconfig
-      ltmain.sh
-      patch-aa
-      patch-ab: Upgrade to libtool 1.3.4
-
-2000-03-11  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in: Unix classpath fixes
-
-2000-03-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: mkextlib is not created anymore
-
-    * configure.in: We don't need mkextlib anymore
-
-2000-03-11  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c:
-    switching the order of arguments of mcal_week_of_day() to be more flexible -
-    day, month, year now so that month and year can be defaulted at some point.
-    this is also consistent with the library function.
-
-    * ext/mcal/php_mcal.c
-      ext/mcal/php_mcal.h:
-    Add mcal_week_of_year(), submitted by [EMAIL PROTECTED]
-
-2000-03-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * .cvsignore: Add generated file.
-
-    * TODO: Reminder.
-
-2000-03-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: - Use strlcpy() insted of strcpy()
-
-    * NEWS: *** empty log message ***
-
-2000-03-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c: - replaced some old code to access server variables
-
-2000-03-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: - Weird that this wasn't caught earlier
-
-2000-03-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c: - connection_aborted() and friends work again. 
-
-2000-03-09  Leo Baschy  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    _close_odbc_conn calls _free_odbc_result if possible
-
-2000-03-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    VPATH builds were broken, if the user specified the path to configure
-    using an absolute path. With this change, absolute and relative paths
-    are accepted and processed correctly.
-
-2000-03-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/mssql.php
-      pear/DB/mysql.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/storage.php
-      pear/Makefile.in: PEAR now uses "use" instead of "include".
-
-2000-03-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Fix build problem on systems where ulong is not defined.
-    There ulong was defined to `unsigned long long' resulting
-    in compile-time problems in libmysql. The client library
-    uses `ulong' an `unsigned long' interchangeable.
-
-    The removed tests are performed by the Zend library, thus
-    this change has no negative impact.
-
-    Reported by: Dan Larsson <[EMAIL PROTECTED]>
-
-2000-03-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/cpdf/cpdf.c: - fixed cpdf_set_font() error
-
-    * ext/pdf/pdf.c: - ups, fixed stupid compile errors
-
-    * NEWS
-      ext/pdf/config.m4
-      ext/pdf/pdf.c: - dropped support for version of pdflib < 3.0
-    - better detection of libs required for pdflib
-
-2000-03-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/cookies.php
-      sapi/servlet/servlet.c
-      sapi/servlet/servlet.java
-      sapi/servlet/sessions.php:
-    Both PHP and Java can't read Post data - let java do it and reconstruct for
-    PHP.
-
-2000-03-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      tests/testhyperwave:
-    - bug fix, insertion of links back into HTML document
-    - smarter test script
-
-2000-03-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/sessions.php: remove duplicate line
-
-2000-03-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    (OCILogon) fixed crash in OCILogon if username was not valid (newly introduced - 
no need for a NEWS entry)
-
-2000-03-08  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      tests/testhyperwave: - several fixes and cleanups in hw module
-
-2000-03-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Typo.
-
-    * NEWS: blah
-
-    * ext/session/session.c:
-    Anything in $HTTP_SESSION_VARS[] is auto-registered, if register_globals
-    is turned off.
-
-2000-03-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - support for pdflib 3.0
-
-2000-03-07  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c: Changed typo (interpretor->interpreter)
-
-2000-03-07  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/DB/mssql.php:
-    Prepended an @ sign to the mssql_* function calls, that way they don't wine and 
moan
-    when something goes wrong, allowing for custom error messages.
-
-2000-03-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in:
-    Write configuration parameters into `config.nice', so you can redo the
-    same configuration with exactly one command.
-
-2000-03-07  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/DB/mssql.php: Couple thangs... mainly error checking.
-
-    * pear/DB/mssql.php:
-    Tested for basic capabilities, not extensive testing, but it still works.
-
-2000-03-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - quick hack to support pdflib 3.0 (not tested)
-
-2000-03-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4
-      ext/mysql/libmysql/mysql_com.h: Try to locate the mysql.sock
-
-2000-03-07  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4: - Enable MySQL by default
-
-2000-03-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/config.m4: Expanded checking for pcre.h and libpcre.a.
-
-2000-03-07  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: - Thies, it is crucial :)
-
-2000-03-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in
-      sapi/servlet/config.m4: Sapi/servlet build on Unix broken
-
-2000-03-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c: - some cleanups and fixed memory leak
-
-2000-03-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: Include metaphone on win32 builds
-
-    * ext/standard/flock_compat.h:
-    Unresolved external php_if_ftruncate on Win32
-
-2000-03-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Use threads.m4
-
-2000-03-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c: - switch to zend's double link list finished
-
-2000-03-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Only define crypt if it is present
-
-2000-03-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.h: Can't believe it hasn't been done yet.
-
-    * configuration-parser.y: Kill warning.
-
-2000-03-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: (php: dl) fixed MAXPATHLEN bug
-
-2000-03-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c:
-    It looks like a number of "standard" extensions are now truly builtin...
-
-2000-03-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/mysql_com.h:
-    Change default UNIX sock to /tmp/mysql.sock
-
-    * ext/mysql/libmysql/Makefile.in
-      ext/mysql/libmysql/libmysql.c
-      ext/mysql/config.m4: Build fixes - MySQL now actually works
-
-2000-03-06  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/filestat.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/lcg.c
-      ext/standard/mail.c
-      ext/standard/metaphone.c
-      ext/standard/output.c
-      ext/standard/pack.c
-      ext/standard/pack.h
-      ext/standard/php_array.h
-      ext/standard/php_assert.h
-      ext/standard/php_browscap.h
-      ext/standard/php_crypt.h
-      ext/standard/php_dir.h
-      ext/standard/php_filestat.h
-      ext/standard/php_lcg.h
-      ext/standard/php_mail.h
-      ext/standard/php_metaphone.h
-      ext/standard/php_output.h
-      ext/standard/php_standard.h
-      ext/standard/php_syslog.h
-      ext/standard/reg.c
-      ext/standard/reg.h
-      ext/standard/syslog.c
-      internal_functions.c.in
-      php.h:    Cleaned up extension namespace, and changed ext/standard into one 
single
-    extension.
-
-2000-03-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/.cvsignore: update
-
-    * ext/mysql/config.m4: Finish config.m4 changes
-
-    * ext/mysql/Makefile.in
-      ext/mysql/config.m4: Build always against embedded library
-
-    * ext/mysql/libmysql/.cvsignore
-      ext/mysql/libmysql/Makefile.am
-      ext/mysql/libmysql/Makefile.in
-      ext/mysql/libmysql/acconfig.h
-      ext/mysql/libmysql/acinclude.m4
-      ext/mysql/libmysql/config.guess
-      ext/mysql/libmysql/config.sub
-      ext/mysql/libmysql/configure.in
-      ext/mysql/libmysql/install-sh
-      ext/mysql/libmysql/ltconfig
-      ext/mysql/libmysql/ltmain.sh
-      ext/mysql/libmysql/missing
-      ext/mysql/libmysql/mkinstalldirs
-      ext/mysql/libmysql/my_config.h
-      ext/mysql/libmysql/mysql.m4: Modularize mysql autoconf stuff
-
-2000-03-06  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c:
-    Use php_module_shutdown_wrapper as the shutdown function
-
-    * sapi/roxen/config.m4: Use
-
-2000-03-06  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * sapi/apache/php_apache.c
-      ext/sysvshm/sysvshm.c
-      ext/wddx/wddx.c
-      ext/xml/xml.c
-      ext/yp/yp.c
-      ext/standard/basic_functions.c
-      ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/snmp/snmp.c
-      ext/pgsql/pgsql.c
-      ext/posix/posix.c
-      ext/readline/readline.c
-      ext/session/session.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/mysql/php_mysql.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mcal/php_mcal.c
-      ext/interbase/interbase.c
-      ext/ldap/ldap.c
-      ext/imap/imap.c
-      ext/ftp/php_ftp.c
-      ext/hyperwave/hw.c
-      ext/icap/php_icap.c
-      ext/domxml/domxml.c
-      ext/filepro/filepro.c
-      ext/db/db.c
-      ext/dba/dba.c
-      ext/dbase/dbase.c
-      ext/aspell/aspell.c
-      ext/com/COM.c
-      ext/cybercash/cybercash.c
-      ext/dav/dav.c:
-    Change extension names in all extensions' zend_module_entry to their
-    directory name.
-
-2000-03-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * cvsclean:
-    "User interface" for removing all files which are ignored by cvs
-    (i.e. object files, Makefiles)
-
-2000-03-06  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    Hartmut don't touch protos. Only two lines are allowed.
-
-2000-03-06  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    off-by-one error (bug id #3741) fixed
-
-2000-03-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Need to pass PLS_DC.
-
-    * ext/session/session.c: (php_get_session_var)
-    The variables are now serialized either from globals or from
-    $HTTP_STATE_VARS[] array, depending on register_globals and track_vars
-    settings.
-
-2000-03-06  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/cookies.php
-      sapi/servlet/reqheaders.php
-      sapi/servlet/reqinfo.php
-      sapi/servlet/reqparams.php
-      sapi/servlet/servlet.dsw
-      sapi/servlet/sessions.php: Cleanup
-
-2000-03-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c:
-    - root property in Dom Doc class is now reference to array element in
-      children property
-
-2000-03-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php_oci8.h:
-    - OCINLogon() sessions are now closed again. 
-
-2000-03-06  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/File/Find.php: Fun with tags.
-
-2000-03-05  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * win95nt.h: Eliminate "wrong number of parameters" warning
-
-2000-03-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * win95nt.h:
-    - Make some fixes although there is a problem with getpid() being defined
-    in process.h as getpid(void) and thus having an arugment. We might need to
-    define a php_getpid() function to wrap getpid().
-
-2000-03-05  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      main.c:
-    Fix traps due to sapi_global not being initialized when ZTS is set
-    Don't trap if php.ini can't be read
-
-    * sapi/servlet/Makefile.in
-      sapi/servlet/formatter.java
-      sapi/servlet/servlet.c
-      sapi/servlet/servlet.dsp
-      sapi/servlet/servlet.dsw
-      sapi/servlet/servlet.java
-      sapi/servlet/web.xml: Add support for PHP syntax highlighting
-    Remove debug output
-    Fix trap when string to be output is not null terminated
-    Add a MS workspace for project level dependencies
-    Match case of contentType header
-
-2000-03-05  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    SuSE 6.3 imap.rpm puts the library into /usr/lib and the include files into 
/usr/include/imap
-
-2000-03-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * win95nt.h:
-    Avoid the side-effect of defining function names, so that the PHP functions
-    are not renamed to their prefixed variants.
-
-    PR: #3535
-
-2000-03-05  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c
-      ext/hyperwave/hw.c: Protos fixed.
-
-2000-03-05  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c
-      ext/mcal/php_mcal.h: Attribute list support ported from php3.
-
-2000-03-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_metaphone.h: Remove warning.
-
-    * NEWS: *** empty log message ***
-
-2000-03-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h
-      php4dllts.dsp
-      php_compat.h: - Fix Win32 build
-
-2000-03-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Don't need this check.
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    Added ip2long() and long2ip() courtesy of Faisal Nasim <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h:
-    Added ftruncate() and fstat(), courtesy of Faisal Nasim <[EMAIL PROTECTED]>
-
-2000-03-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/xml/expat/xmlparse/hashtable.c
-      ext/xml/expat/xmlparse/xmlparse.c
-      ext/xml/expat/xmltok/xmlrole.c
-      ext/xml/expat/xmltok/xmltok.c
-      ext/pcre/pcrelib/pcre.h
-      php.h
-      php_compat.h: Prefix some symbols with php_
-    ^(pcre|Xml|XML).*
-
-    * ext/standard/metaphone.c: Don't export Lookahead
-
-    * ext/gd/gd.c: Remove outdated PHP 3.1 stuff
-
-2000-03-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      php4.dsw
-      php4dll.dsp:
-    - Added parse_ini_file().  Currently implemented in non thread safe version
-      of PHP, and currently lacks section support 
-    - Bring the non thread safe .dsp's uptodate
-
-2000-03-03  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: adding the fix for bug #3685 to php4 as well.
-
-2000-03-03  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * TODO: crazy idea brought on by someone at FAST
-
-2000-03-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in
-      reentrancy.c:
-    Support HP-UX 10.x non-standard time-related reentrant functions
-
-2000-03-03  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-    (imagearc) - Fix #3706.
-
-2000-03-03  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testhyperwave
-      ext/domxml/domxml.c
-      tests/testdom: - tiny changes to testscript and domxml
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c: - more changes to use zend_llist
-
-2000-03-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4: make it work
-
-    * ext/imap/config.m4: Better lib check
-
-    * ext/imap/config.m4:
-    Also consider $i/include while searching for rfc822.h
-
-2000-03-03  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c:
-    - xmltree() now returns an 'Dom Document' object with prop root and
-      children. root contains just the root element, children is an array
-      with all nodes on root level, e.g. comment, pi, element
-
-    * ext/domxml/domxml.c: - added property type to obejct xml doc
-
-2000-03-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: Fix spelling
-
-2000-03-03  Joe Martin  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php_oci8.h:
-    Added functions to retrieve scale, precision and raw oracle data type for
-    columns.
-
-2000-03-02  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/README: Now recommend --enable-roxen-zts...
-
-2000-03-02  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c:
-    - using zend llist instead of dlist (not tested)
-
-2000-03-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/xml/config.m4: adjust comment II
-
-    * ext/xml/config.m4: adjust comment
-
-    * ext/xml/config.m4: Enable by default
-
-2000-03-02  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c: - some minor changes, cleanups
-
-    * tests/testdom
-      ext/domxml/domxml.c:
-    - dom class now distinguishes between $dom->root() and $dom->children()
-      $dom->root() returns just the element, $dom->children() all nodes e.g.
-      comments
-
-    * ext/domxml/php_domxml.h
-      tests/testdom
-      ext/domxml/domxml.c:
-    - The root node of a xml doc is now an array since it is possible
-      to have a comment or pi and an element on root level.
-
-2000-03-02  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:    "none" is now equivalent with "" in Apache config 
directives.
-
-2000-03-02  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/config-win32.h: Eliminate 62 warnings
-
-2000-03-02  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/cybercash/config.m4: Add appropriate check for mckcrypto lib
-
-2000-03-01  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      tests/testdom: - started to implement overload class for xml node
-
-2000-03-01  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c:
-    Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of
-    using a define.
-
-2000-03-01  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: Only two lines are allowed here.
-
-2000-03-01  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: round(-0.1) will now return 0 instead of -0
-
-2000-03-01  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: .
-
-    * ext/oci8/oci8.c: - OCINLogon no longer crashes. 
-
-2000-03-01  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/cybercash/cyberlib.php:
-    get rid of warning when $url["port"] isn't set
-
-2000-03-01  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: Fix compile warnings.
-
-    * ext/imap/imap.c:
-    Add _php_imap_parse_address(), which replaces a lot of duplicated,
-    hard-to-follow code in imap_headerinfo(). This code also happened to be
-    broken, causing the $h->to, $h->from, etc arrays to contain only the first
-    address, not every address. This is fixed now.
-
-    * ext/mcal/php_mcal.c: Show the minor MCAL version if we have it.
-
-2000-02-29  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    Fix Bug #3632 - sanity check to not access a message that doesn't exist.
-
-2000-02-29  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-    (image(createfrom?)png) Fix a typo & remove unused variable.
-
-2000-02-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    Automatically try to symlink c-client.a to libc-client.a, so people
-    can avoid changing things.
-
-    * ext/imap/config.m4:
-    Rewrite IMAP checks. This should solve the problems people had with
-    shared imap libs
-
-    * acinclude.m4
-      configure.in:
-    AD_ADD_LIBRARY_DEFER allows people to add libraries in a deferred way
-    (needed for imap and recode)
-
-2000-02-29  Sterling Hughes  <[EMAIL PROTECTED]>
-
-    * pear/File/Find.php: Added common usages and trailing ?>
-
-    * pear/File/Find.php:
-    A class that will search/map directory trees, see the descriptions in
-    the comments and at the very bottom.
-
-2000-02-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/html.h
-      ext/standard/html.c:
-    Made php_escape_html_entities() as a separate function for export.
-
-2000-02-29  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c:
-    Fixed a compilation problem with roxen.c due to a change in Pike to fix a
-    conflict with embedded Perl.
-
-    * sapi/roxen/roxen.c: roxen.c
-
-    * sapi/roxen/config.m4: Removed warning about ZTS since it works fine now.
-
-2000-02-28  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    fixing segfaults in imap_getmailboxes and imap_getsubscribed.
-
-2000-02-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c: WDDX header comments now conform to the latest DTD.
-
-2000-02-28  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/jver.php
-      ext/java/reflect.java
-      sapi/servlet/README
-      sapi/servlet/cookies.php
-      sapi/servlet/date.php
-      sapi/servlet/jinfo.php
-      sapi/servlet/jver.php
-      sapi/servlet/reqheaders.php
-      sapi/servlet/reqinfo.php
-      sapi/servlet/reqparams.php
-      sapi/servlet/sessions.php:
-    Improved handing of instances of private classes.  Added servlet examples.
-
-2000-02-28  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/php_gd.h:
-    - Use *_ex-API and *_RESOURCE-macros (partial).
-
-2000-02-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: (php_set_session_var)
-    $foo and $HTTP_SESSION_VARS["foo"] are no longer references to the same
-    value.
-
-2000-02-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-2000-02-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: WDDX additions.
-
-2000-02-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_variables.c:
-    - Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]
-      and $foo are no longer references to each other, but separate variables
-      like they were prior to PHP 4.0 Beta 4 
-
-2000-02-28  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c:
-    fixing number of arguments to be consistent with php3 code.
-
-    * ext/mcal/php_mcal.c:
-    mcal_next_recurrence() actually works again now (in addition to not
-    crashing).
-
-    Also, cleaned up the formatting.
-
-2000-02-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c: - Hopefully fix browscap problem
-
-    * genif.pl: - Bye bye Perl.
-
-2000-02-27  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-2000-02-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: .
-
-2000-02-27  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS
-      TODO: *** empty log message ***
-
-    * ext/oci8/oci8.c: out of space in private (brain) memory;-)
-
-2000-02-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * ext/sybase/sybase.c: Compile fix
-
-2000-02-27  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php
-      pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/odbc.php
-      pear/DB/pgsql.php
-      pear/DB/storage.php
-      pear/HTTP.php: Avoid E_NOTICE errors in PEAR code.
-
-2000-02-27  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: just so that i don't forget
-
-2000-02-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: - Fix bug 3640
-
-2000-02-27  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c:
-    Some formatting, and fix the crashes in mcal_next_recurrence (finally!)
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_globals.h:
-    - Fixed a (fairly common) situation where error_reporting values would not be
-      properly restored after a call to error_reporting(), in between requests 
-
-    * configuration-parser.y
-      main.c: Verified $HTTP_*[] protection
-
-    * ext/sybase/sybase.c: Fix Sybase DB compilation
-
-2000-02-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main.c: (php_hash_environment)
-    Fixed a bunch of memory leaks from the recent HTTP_*_VARS[] protection
-    patch.
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_globals.h
-      rfc1867.c: - Protect $HTTP_POST_FILES[] as well
-
-2000-02-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      php_version.h: Added notice about new functions.
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_globals.h
-      php_variables.c:    This patch is untested!  I'll only have time to test it 
thoroughly in a couple of hours...
-
-2000-02-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Add a couple of entries.
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: Compile fix
-
-2000-02-26  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/HTTP.php: register package
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y
-      ext/standard/basic_functions.c
-      main.c
-      php_ini.c
-      php_ini.h
-      sapi/cgi/cgi_main.c
-      win32/registry.c: Allow the INI callbacks to know at what stage PHP is
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    - Added ini_set() as an alias to ini_alter() 
-
-    * SAPI.c
-      configuration-scanner.l
-      main.c
-      php.ini-dist:
-    - The string None is now recognized as a keyword by the php.ini processor, and
-      can be used to denote an empty string 
-    - Added None keyword support to the INI parser
-    - Removed specialized "none" code
-
-2000-02-26  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * SAPI.c: (sapi_send_headers) fix leak
-
-2000-02-26  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/pdf/pdf.c
-      ext/pdf/php_pdf.h: - More function in php module
-
-2000-02-26  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: correct
-
-2000-02-26  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    fixing imap_undelete to accept 2 or 3 arguments, not 3 or 4.
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h
-      sapi/apache/mod_php4.c
-      sapi/isapi/php4isapi.c: - From CODING_STANDARDS:
-      [6] NEVER USE strncat().  If you're absolutely sure you know what you're doing,
-          check its man page again, and only then, consider using it, and even then,
-          try avoiding it.
-      strncat() is your enemy!
-    - Fix several SAPI services, get rid of the default_content_type (it's always
-      composed of the mime type and charset now).
-    - Win32 works again
-
-    * NEWS: *** empty log message ***
-
-2000-02-26  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/HTTP.php:
-    Added simple HTTP utility class, currently with Date() and
-    negotiateLanguage().
-
-2000-02-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.h
-      ext/sysvshm/sysvshm.c
-      ext/session/session.c
-      ext/standard/config.m4
-      ext/standard/crypt.c
-      ext/standard/head.h
-      ext/standard/info.c
-      ext/standard/md5.c
-      ext/standard/md5.h
-      ext/standard/microtime.c
-      ext/posix/posix.c
-      ext/msql/php_msql.c
-      ext/mysql/php_mysql.c
-      ext/interbase/php_interbase.h
-      ext/ldap/ldap.c
-      ext/gd/gd.c
-      ext/gd/gdttf.h
-      ext/informix/config.m4
-      ext/informix/php_informix.h
-      ext/db/db.c
-      ext/domxml/php_domxml.h
-      ext/cpdf/php_cpdf.h
-      ext/cybercash/cyberlib.php
-      ext/dav/dav.c
-      acconfig.h.in
-      config.w32.h
-      configure.in
-      fopen-wrappers.c: - Convert 'PHP3' to 'PHP'
-    - Avoid declaring crypt() related salt types twice
-
-2000-02-26  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c
-      ext/mcal/php_mcal.h:
-    - Removing the code that checks for Zend, since this is distinctly
-    php4-specific now.
-    - bringing it up to date with the mcal functions in php3
-    - cleanups
-
-    Unfortunately, it still segfaults. I'll file a bug report about that...
-
-2000-02-25  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: Need to include php_ticks.c in the windows build
-
-    * main.c: Win32 build error:
-
-      warning C4020: 'sapi_activate' : too many actual parameters
-
-    * SAPI.c: Build failure on Win32:
-      error C2198: 'sapi_apply_default_charset' : too few actual parameters
-
-2000-02-25  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * .cvsignore: let's not ignore Zend/TSRM
-
-    * build/rules.mk
-      build/rules_pear.mk
-      ext/standard/array.c
-      sapi/apache/mod_php4.c
-      .cvsignore
-      Makefile.in
-      SAPI.c
-      SAPI.h
-      configure.in
-      main.c
-      php.ini-dist
-      php_globals.h
-      php_ticks.c
-      php_ticks.h
-      php_version.h:    Implemented default_charset and default_mimetype 
configuration directives.
-    Started implementing ticks in PHP.
-
-    * pear/DB.php: add a note about include return values
-
-2000-02-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: Make 4-diogit date RFC 2068 compliant
-
-2000-02-25  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/metaphone.c: Breaks funclist.txt
-
-2000-02-25  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * SAPI.c: fix obvious crash.
-
-    stig, in sgi-mode i still "only" get:
-
-    (haven't touched my .ini file in ages - and don't plan to)
-
-    X-Powered-By: PHP/4.0b5-dev
-    Content-type: iso-8859-1   <<< where is text/html?
-
-2000-02-25  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c: More protos.
-
-2000-02-25  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/gd/Makefile.in
-      ext/gd/config.m4
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gd/gdt1.h
-      ext/gd/php_gd.h:
-    Ported T1lib support from PHP3.
-
-2000-02-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h
-      main.c
-      php_globals.h
-      php_ini.c
-      php_version.h
-      sapi/apache/mod_php4.c:
-    started implementing directives for default mimetype/charset
-
-2000-02-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp: Update .dsp
-
-2000-02-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/readline/readline.c: Thies I will give up until tomorrow.
-
-    * ext/mcal/php_mcal.c
-      ext/icap/php_icap.c
-      ext/dba/dba.c: More protos.
-
-    * ext/wddx/wddx.c: Is it ok, Andrei.
-
-2000-02-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.dsp
-      php4ts.dsp
-      sapi/isapi/php4isapi.dsp: - Fix Win32 build in Release_TS* modes
-
-2000-02-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c
-      ext/aspell/aspell.c: More protos.
-
-2000-02-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php.ini-dist: Revert the y2k ini patches.
-
-
-    * main.c: Turn on y2k_compliance by default.
-
-2000-02-24  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * php.ini-dist:
-    Set y2k_compliance to "On" by default, as we do have y2k now.
-
-2000-02-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: More protos.
-
-    * ext/standard/array.c: There are more '|' and should be mixed.
-
-    * ext/zlib/zlib.c
-      ext/yp/yp.c: More protos.
-
-2000-02-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/pcre/php_pcre.c: Fix bug #3599.
-
-2000-02-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/sysvshm.c
-      ext/standard/assert.c: More protos.
-
-2000-02-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: Fix proto.
-
-2000-02-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4: - Fixed -DEAPI inheritance from APXS. 
-
-    * sapi/apache/config.m4: Improve APXS_CFLAGS checks
-
-2000-02-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y:    (pvalue_config_destructor) gets a zval* not a zval**
-
-2000-02-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4: Define EAPI, if Apache uses EAPI
-
-    * sapi/apache/config.m4:
-    Remove XML_INCLUDE, we use the embedded expat always
-
-    * ext/cybercash/cybercash.c:
-    Revert last commit (cybercash has its own version of base64.h)
-
-2000-02-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/pack.c
-      ext/standard/reg.c
-      ext/standard/string.c: Will watch the diffs as much as I can.
-
-2000-02-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c: zorro does a Z - egon does an e?
-
-2000-02-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/iptc.c
-      ext/standard/math.c
-      ext/standard/microtime.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/info.c
-      ext/standard/lcg.c
-      ext/standard/dir.c: More protos.
-
-    * ext/standard/basic_functions.c: Most functions don't have protos.
-
-    * ext/snmp/snmp.c
-      ext/pgsql/pgsql.c: More protos.
-
-2000-02-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/ltlib.mk: WTF?
-
-2000-02-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      NEWS: Fix name
-
-2000-02-23  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/phpmod.pike:
-    The Roxen PHP4 module is now a part of the Roxen CVS which makes more sense.
-
-2000-02-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Remove obsolete code
-
-2000-02-23  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/microtime.c:
-    (PHP getrusage) don't define this function at all if the getrusage() function
-    is not available on the system.
-
-2000-02-23  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.dsp
-      ext/informix/ifx.dsw
-      ext/informix/ifx.ec: - Win32 compile fixes
-
-2000-02-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/libmysql.dsp
-      ext/mysql/libmysql/my_wincond.c
-      config.w32.h
-      internal_functions_win32.c
-      php4dllts.dsp
-      php4ts.dsw: - MySQL now compiles right into the PHP 4 binary on Windows
-
-2000-02-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ltmain.sh: Kill another warning
-
-    * ltmain.sh: Remove warning message
-
-    * NEWS: .
-
-2000-02-23  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * build/build2.mk: shut up cross compiling warnings
-
-2000-02-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.h: Define SQL_SUCCEEDED for Solid.
-
-    PR: #3383
-
-2000-02-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS
-      configure.in
-      php_version.h: bump version number
-
-2000-02-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/microtime.c:
-    Include <sys/types.h> and <sys/time.h> before <sys/resource.h>
-
-2000-02-23  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pcre/php_pcre.c: More protos.
-
-2000-02-23  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    uodbc now uses zend's reference system. The crashes on request shutdown should be 
gone.
-
-2000-02-23  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c
-      ext/odbc/php_odbc.c: More protos.
-
-    * ext/oci8/oci8.c: Thies, it looks now a little bit better.
-    Please correct my dummy entries.
-
-2000-02-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/microtime.c:
-    php.h should be the first file included, so that HAVE_* are defined
-
-2000-02-23  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/interbase/interbase.c: More protos.
-
-    * ext/pdf/pdf.c: Changed here also.
-
-2000-02-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4
-      ext/standard/microtime.c: Include <sys/resource.h> for getrusage(2)
-
-    PR: #3479
-
-    * ext/cybercash/cybercash.c: Fix include file path
-
-    Suggested by: [EMAIL PROTECTED]
-    PR: #3542
-
-    * ext/icap/php_icap.c:
-    Speling mistake, fix suggested by [EMAIL PROTECTED] in #3558
-
-    * configure.in: Proper check for getrusage(), it somehow disappeared.
-
-2000-02-23  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: More protos.
-
-2000-02-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/config-win32.h
-      ext/mysql/libmysql/global.h
-      ext/mysql/libmysql/libmysql.dsp:
-    - Make libmsyql.lib compile. It fails with two unresolved symbols on link
-      with PHP 4 so I am not commiting the .dsw quite yet.
-
-2000-02-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Revert part of the last commit
-
-2000-02-22  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: added the ftp_site() function
-
-2000-02-22  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c: - added support for namespaces
-    - made entities in attributes possible
-
-2000-02-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c: (PHP exec) Return last line of output properly.
-
-2000-02-22  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testdom: - some tiny changes to the test routine
-
-    * ext/domxml/domxml.c:
-    - dom tree isn't editable anymore. Will probably change back in the future
-
-2000-02-22  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c
-      ext/gd/gdt1.c
-      ext/hyperwave/hw.c
-      ext/dav/dav.c
-      ext/bcmath/bcmath.c: More protos.
-
-2000-02-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Print out a warning, if writing the session data failed. This might
-    happen in a request shutdown handler; php_error() worked for me in the
-    CGI version.
-
-2000-02-22  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.dsp: add proper dependencies
-
-2000-02-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in
-      pear/phpextdist:
-    Added phpextdist script for making external extension packages.
-
-    * build/library.mk: Use 'cp' instead of 'install'.
-
-    * ext/session/session.c: Typo.
-
-2000-02-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-    - Fixed OCI8 crash when returning cursors from stored-procedures. 
-
-2000-02-21  MySQL Team  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/.cvsignore: Ignore more
-
-    * ext/mysql/libmysql/my_config.h.in: Autogenerated file.
-
-2000-02-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * configure.in
-      php_version.h: Prepare a package
-
-2000-02-21  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * php_version.h: - Ups,
-
-    * tests/testdom
-      NEWS
-      ext/pdf/pdf.c
-      ext/pdf/php_pdf.h
-      php_version.h:
-    - pdf_set_text_matrix() disappeared in pdflib 2.30. Put in another ifdef
-    - small fix in testdom to suppress error msg.
-
-2000-02-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/config-win32.h: - Update CVS with right version
-
-2000-02-21  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      ext/imap/imap.c:
-    being accountable for the imap and mcal work that I've done (and adding an
-    MCAL credits line)
-
-2000-02-21  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: added myself to the FTP/IMAP credits
-
-2000-02-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: compile-fix
-
-    * php_variables.c:
-    - Fixed crash when magic_quotes were switched off. 
-
-    * NEWS
-      configure.in: the next baby is likely to be RC1, but...
-
-2000-02-21  MySQL Team  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/configure.in: Some small changes for readability
-
-    * ext/mysql/libmysql/libtool: Autogenerated!
-
-2000-02-20  MySQL Team  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/.cvsignore
-      ext/mysql/libmysql/Makefile.am
-      ext/mysql/libmysql/acconfig.h
-      ext/mysql/libmysql/acinclude.m4
-      ext/mysql/libmysql/config.guess
-      ext/mysql/libmysql/config.sub
-      ext/mysql/libmysql/install-sh
-      ext/mysql/libmysql/libtool
-      ext/mysql/libmysql/ltconfig
-      ext/mysql/libmysql/ltmain.sh
-      ext/mysql/libmysql/missing
-      ext/mysql/libmysql/mkinstalldirs
-      ext/mysql/libmysql/my_config.h.in
-      ext/mysql/libmysql/stamp-h.in
-      ext/mysql/libmysql/Makefile
-      ext/mysql/libmysql/configure.in
-      ext/mysql/libmysql/my_config.h: Update for libmysql.
-
-2000-02-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in
-      php_version.h: Go B4, go!
-
-2000-02-20  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.dsp
-      sapi/servlet/servlet.dsp:
-    php4ts.lib => php4ts_debug.lib when building for Debug_TS target
-
-    * sapi/servlet/servlet.c: Potential trap when cookies are sent
-
-    * ext/java/java.c
-      ext/java/reflect.java: Added support for arrays
-
-    Better support for instances of non-public classes (based on a suggestion
-    by Patrick Beard of NetScape)
-
-2000-02-20  Rui Hirokawa  <[EMAIL PROTECTED]>
-
-    * pear/DB/pgsql.php: the row index is changed to an array.
-
-2000-02-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c
-      php4dllts.dsp: Win32 compile fix
-
-2000-02-20  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: Eliminate compile errors relating to signals.
-
-2000-02-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: Win32 compile fix
-
-    * sapi/thttpd/php_thttpd.h
-      sapi/thttpd/thttpd.c
-      sapi/phttpd/php_phttpd.h
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/fhttpd/fhttpd.c
-      sapi/isapi/php4isapi.c
-      ext/zlib/zlib.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c
-      sapi/cgi/cgi_main.c
-      ext/sysvshm/sysvshm.c
-      ext/wddx/php_wddx_api.h
-      ext/xml/php_xml.h
-      ext/xml/xml.c
-      ext/yp/yp.c
-      ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/standard/flock_compat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/iptc.c
-      ext/standard/lcg.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/metaphone.c
-      ext/standard/microtime.c
-      ext/standard/output.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/php_assert.h
-      ext/standard/php_dir.h
-      ext/standard/php_image.h
-      ext/standard/php_lcg.h
-      ext/standard/php_metaphone.h
-      ext/standard/php_output.h
-      ext/standard/php_rand.h
-      ext/standard/quot_print.c
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/type.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/url_scanner.c
-      ext/standard/url_scanner.h
-      ext/standard/var.c
-      ext/snmp/php_snmp.h
-      ext/snmp/snmp.c
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      ext/standard/crypt.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/readline/php_readline.h
-      ext/readline/readline.c
-      ext/session/mod_files.c
-      ext/session/mod_mm.c
-      ext/session/mod_user.c
-      ext/session/mod_user.h
-      ext/session/session.c
-      ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h
-      ext/pgsql/pgsql.c
-      ext/oci8/oci8.c
-      ext/odbc/php_odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/mssql/php_mssql.c
-      ext/mssql/php_mssql.h
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h: the pipe is breaking all the time
-
-    * ext/mcrypt/mcrypt.c
-      ext/mhash/mhash.c
-      ext/msql/php_msql.c: It didn't all go through
-
-    * ext/interbase/interbase.c
-      ext/java/java.c
-      ext/ldap/ldap.c
-      ext/hyperwave/hw.c
-      ext/imap/imap.c
-      ext/hyperwave/hg_comm.c
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gd/gdt1.h
-      ext/gettext/gettext.c
-      ext/fdf/fdf.c
-      ext/filepro/filepro.c
-      ext/dbase/dbase.c
-      ext/domxml/domxml.c
-      ext/com/COM.c
-      ext/dav/dav.c
-      ext/db/db.c
-      SAPI.c
-      SAPI.h
-      configuration-parser.y
-      configuration-scanner.l
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      fopen-wrappers.c
-      fopen-wrappers.h
-      internal_functions_registry.h
-      internal_functions_win32.c
-      main.c
-      main.h
-      php.h
-      php_globals.h
-      php_ini.c
-      php_ini.h
-      php_realpath.c
-      php_realpath.h
-      php_reentrancy.h
-      php_sprintf.c
-      php_variables.c
-      reentrancy.c
-      rfc1867.c
-      safe_mode.c
-      snprintf.h: Get the license right... (this won't make it to RC1 of B4)
-
-    * NEWS
-      php_version.h: Prepare for B4-RC1
-
-    * configure.in: *** empty log message ***
-
-    * ext/mysql/php_mysql.c
-      php4dllts.dsp: Restore the singal protection in the MySQL module
-
-2000-02-19  MySQL Team  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/Makefile: Add missing files to Makefile
-
-    * ext/mysql/libmysql/get_password.c
-      ext/mysql/libmysql/libmysql.c
-      ext/mysql/libmysql/net.c
-      ext/mysql/libmysql/password.c
-      ext/mysql/libmysql/violite.c
-      ext/mysql/libmysql/dll.c
-      ext/mysql/libmysql/errmsg.c: First version from the MySQL team.
-
-2000-02-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/standard/info.c
-      php_variables.c
-      php_variables.h
-      rfc1867.c: Worked on beautifying rfc1867.c a bit
-
-2000-02-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/strto.c
-      ext/mysql/libmysql/thr_alarm.h: - Add two missing files
-
-    * php4dllts.dsp: - One more fix to link with Release_TS_inline
-
-    * php4ts.dsp:
-    - Link with the right php4ts library in Release_TS_inline mode.
-
-2000-02-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: New function instead of fix.
-
-2000-02-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      sapi/isapi/php4isapi.dsp
-      win32/syslog.h
-      win32/wsyslog.c
-      ext/mysql/mysql.dsp
-      main.c
-      php.h
-      php4dllts.dsp
-      php4ts.dsp: *** empty log message ***
-
-2000-02-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/libmysql/Makefile
-      ext/mysql/libmysql/array.c
-      ext/mysql/libmysql/bchange.c
-      ext/mysql/libmysql/bmove.c
-      ext/mysql/libmysql/bmove_upp.c
-      ext/mysql/libmysql/config-win32.h
-      ext/mysql/libmysql/configure.in
-      ext/mysql/libmysql/ct_init.c
-      ext/mysql/libmysql/ctype-latin1.c
-      ext/mysql/libmysql/dbug.c
-      ext/mysql/libmysql/dbug.h
-      ext/mysql/libmysql/default.c
-      ext/mysql/libmysql/errmsg.h
-      ext/mysql/libmysql/errors.c
-      ext/mysql/libmysql/global.h
-      ext/mysql/libmysql/int2str.c
-      ext/mysql/libmysql/is_prefix.c
-      ext/mysql/libmysql/list.c
-      ext/mysql/libmysql/longlong2str.c
-      ext/mysql/libmysql/m_ctype.h
-      ext/mysql/libmysql/m_string.h
-      ext/mysql/libmysql/mf_casecnv.c
-      ext/mysql/libmysql/mf_dirname.c
-      ext/mysql/libmysql/mf_fn_ext.c
-      ext/mysql/libmysql/mf_format.c
-      ext/mysql/libmysql/mf_loadpath.c
-      ext/mysql/libmysql/mf_pack.c
-      ext/mysql/libmysql/mf_path.c
-      ext/mysql/libmysql/mf_unixpath.c
-      ext/mysql/libmysql/mf_wcomp.c
-      ext/mysql/libmysql/mulalloc.c
-      ext/mysql/libmysql/my_alarm.h
-      ext/mysql/libmysql/my_alloc.c
-      ext/mysql/libmysql/my_compress.c
-      ext/mysql/libmysql/my_config.h
-      ext/mysql/libmysql/my_create.c
-      ext/mysql/libmysql/my_delete.c
-      ext/mysql/libmysql/my_dir.h
-      ext/mysql/libmysql/my_div.c
-      ext/mysql/libmysql/my_error.c
-      ext/mysql/libmysql/my_fopen.c
-      ext/mysql/libmysql/my_getwd.c
-      ext/mysql/libmysql/my_init.c
-      ext/mysql/libmysql/my_list.h
-      ext/mysql/libmysql/my_malloc.c
-      ext/mysql/libmysql/my_messnc.c
-      ext/mysql/libmysql/my_net.c
-      ext/mysql/libmysql/my_net.h
-      ext/mysql/libmysql/my_once.c
-      ext/mysql/libmysql/my_open.c
-      ext/mysql/libmysql/my_pthread.c
-      ext/mysql/libmysql/my_pthread.h
-      ext/mysql/libmysql/my_read.c
-      ext/mysql/libmysql/my_realloc.c
-      ext/mysql/libmysql/my_static.c
-      ext/mysql/libmysql/my_static.h
-      ext/mysql/libmysql/my_sys.h
-      ext/mysql/libmysql/my_tempnam.c
-      ext/mysql/libmysql/my_thr_init.c
-      ext/mysql/libmysql/my_write.c
-      ext/mysql/libmysql/mysql.h
-      ext/mysql/libmysql/mysql_com.h
-      ext/mysql/libmysql/mysql_version.h
-      ext/mysql/libmysql/mysqld_error.h
-      ext/mysql/libmysql/mysys_err.h
-      ext/mysql/libmysql/mysys_priv.h
-      ext/mysql/libmysql/safemalloc.c
-      ext/mysql/libmysql/str2int.c
-      ext/mysql/libmysql/strcend.c
-      ext/mysql/libmysql/strcont.c
-      ext/mysql/libmysql/strend.c
-      ext/mysql/libmysql/strfill.c
-      ext/mysql/libmysql/string.c
-      ext/mysql/libmysql/strinstr.c
-      ext/mysql/libmysql/strmake.c
-      ext/mysql/libmysql/strmov.c
-      ext/mysql/libmysql/strnmov.c
-      ext/mysql/libmysql/strtoll.c
-      ext/mysql/libmysql/strtoull.c
-      ext/mysql/libmysql/strxmov.c
-      ext/mysql/libmysql/thr_mutex.c
-      ext/mysql/libmysql/typelib.c
-      ext/mysql/libmysql/violite.h: - Add libmysql to the tree
-
-2000-02-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      ext/standard/info.h
-      sapi/isapi/PWS-php4.reg
-      sapi/isapi/php4isapi.c
-      tests/run.html
-      tests/run.php
-      NEWS:
-    - 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()
-
-2000-02-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php.h
-      sapi/apache/mod_php4.c
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c:
-    Fix warnings when compiling static Apache module
-
-    * ext/java/Makefile.in: File is found in $(srcdir)
-
-2000-02-18  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    fixing imap_delete. All of the argcount checks were against one integer too
-    high.
-
-2000-02-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.h
-      ext/pgsql/pgsql.dsp
-      SAPI.c
-      ext/imap/imap.c
-      ext/imap/imap.dsp: - Update .dsp's
-    - Fix a possible crash bug in failed file open error message
-    - Fix SAPI initialization issue that could lead to a crash
-
-2000-02-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: The list grows.
-
-    * ext/wddx/wddx.c: Don't need dlist.h anymore.
-
-    * ext/wddx/wddx.c:
-    Updated to use Zend's internal doubly-linked list instead of dlist.[ch]
-    implementation.
-    Also fixed serialization to always output objects as struct. In the past,
-    if the object did not have any member variables initialized it would've
-    been output as array of length 0.
-
-2000-02-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c: Fix duplicate freeing
-
-2000-02-17  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * main.c: typo
-
-2000-02-17  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      tests/testdom: - fixed bug if attribute value is entity
-
-2000-02-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c:
-    No need for a value (not that it seems to work anyway...)
-
-    * ext/fdf/fdf.c
-      SAPI.c
-      SAPI.h
-      main.c
-      php_content_types.c
-      php_content_types.h
-      php_variables.c
-      php_variables.h
-      rfc1867.c
-      rfc1867.h:
-    Make POST handling the way it should be.  RFC1867, and any future POST handlers 
we might
-    have in the future now obey to the variables_order directive, and there's a real 
way modular
-    way to handle POST content.
-    This is all untested, BEFORE_SAPI_POST_PATCH_17_FEB_2000 tagged before submission
-
-2000-02-17  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: install DB_pgsql and DB_storage
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/pgsql.php
-      pear/DB/storage.php
-      pear/DB.php: * prepare/execute emulation moved into DB_common
-    * returning references everywhere in DB_mysql and DB_pgsql
-    * added a todo note to DB_pgsql
-
-2000-02-17  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testdom
-      ext/domxml/domxml.c
-      ext/domxml/php_domxml.h: - change some function name into php style
-
-2000-02-17  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/reflect.java: Allow non-public enumerations to be accessed
-
-2000-02-16  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/mssql.dsp
-      ext/mssql/.cvsignore:
-    Fixing up TS-modes. Non TS-modes will bee added later
-
-2000-02-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/php_apache.c
-      sapi/apache/sapi_apache.c
-      build/ltlib.mk
-      configuration-parser.y
-      ext/standard/browscap.c:
-    - Updated the browscap module to work with PHP 4.0 
-
-    * SAPI.c
-      main.c
-      php4.dsp
-      php4dll.dsp
-      sapi/isapi/php4isapi.c: - Update .dsp's
-    - Fix auth_user issue
-
-2000-02-16  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c: recognize 125 as success for put/get commands
-
-2000-02-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/library.mk:
-    Add test to avoid recursion, if the build environment is not
-    correctly set up.
-
-2000-02-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: I'd really like that.
-
-2000-02-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: Add to the news
-
-    * sapi/isapi/php4isapi.c:
-    - In IIS ISAPI when the user presses the STOP button while the script is
-      running make sure it stops gracefully. Before it stuck the server.
-
-2000-02-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: speedup parse_url!
-
-    * ext/standard/url.c: (url_parse) only free regex if compile worked.
-
-    * ext/standard/url.c: (url_parse) fix memory leak (#3495)
-
-2000-02-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - OK, for a change I remember to put my changes in the NEWS file.
-
-    * ext/ldap/ldap.c: - PHP_WIN32
-
-2000-02-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      sapi/isapi/php4isapi.c
-      sapi/servlet/servlet.c:
-    - Improved ISAPI module - it should no longer be necessary to set PHP as
-      an ISAPI filter, only as an ISAPI extension, unless you wish to perform
-      authentication using PHP.  This didn't yet get enough testing, but it
-      should work 
-    - Fixed auth_user/auth_password memory leak (I didn't have time to test it under
-      Apache, feedback welcome!)
-
-2000-02-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/config.m4: Fix enable again.
-
-2000-02-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_variables.c
-      rfc1867.c:    Fixed a memory leak
-
-2000-02-15  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: adding a missing PHP_FALIAS to imap_listsubscribed()
-
-2000-02-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/config.m4: Changed --with-wddx to --enable-wddx.
-
-    * ext/wddx/config.m4: Test for --enable-xml.
-
-    * ext/pcre/php_pcre.h: Changing the header.
-
-    * NEWS: Little correction.
-
-2000-02-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pdf/php_pdf.h
-      NEWS: - initial support for pdflib 2.20, little testing till now
-
-2000-02-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Get rid of mistake
-
-2000-02-14  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/pgsql.php:    Added PostgreSQL support for DB submitted by Rui Hirokawa
-    <[EMAIL PROTECTED]>
-
-    * main.c:    Made auto_prepend_file and auto_append_file accept "none" as 
parameter
-    to disable, like in PHP 3.0.
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/storage.php
-      pear/DB.php:    Added DB/storage to PEAR.
-    Introduced DB warnings
-    Revert to using Javadoc-style comments.
-    DB_common now returns references in the appropriate places
-
-2000-02-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/filestat.c: Fix for filesize() and others on sockets.
-
-2000-02-14  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    imap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIs
-
-2000-02-14  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c: Use sapi_free_header.
-
-2000-02-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Fix a few memory leaks
-
-2000-02-13  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * ext/mssql/mssql.dsp
-      ext/mssql/php_mssql.c
-      ext/mssql/php_mssql.h: Fixing compile and link with current cvs.
-
-2000-02-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    - Not sure if len can be zero but it's better to check it once then
-      rechecking for it every loop and having an extra variable do nothing.
-
-    * ext/standard/string.c: - Beautify a bit.
-
-2000-02-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: - Hopefully fix strip_tags bug
-    - Fix overrun in strip_tags (Stas, Zend library)
-
-2000-02-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    - Fixed crash in strip_tags() and related functions. 
-
-2000-02-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_variables.c:
-    - Improve startup speed a bit by using the hash_*_ptr() functions
-
-2000-02-13  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: - PHP_WIN32
-
-2000-02-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Report access violations
-
-    * sapi/isapi/php4isapi.c
-      NEWS:
-    Make all of the ISAPI variables register themselves as Server variables
-
-    * ext/standard/basic_functions.c
-      main.c
-      php_globals.h: Trap bailout of shutdown functions
-
-2000-02-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: - Update the C file to use PHP_WIN32
-
-    * ext/mysql/mysql.dsp: - Update the project file with the Win32 defines.
-
-2000-02-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: having HTTP_UPLOAD_FILES[] seems logical to me
-
-    * rfc1867.c:    fix #2944
-
-2000-02-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * config.w32.h
-      php4dllts.dsp: - Support wddx by default on Windows
-
-2000-02-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: $ext_src_base is the source dir of the extension
-
-    * ext/xml/config.m4: Tell expat the byte order
-
-    * sapi/apache/config.m4
-      sapi/apache/libphp4.module.in: Never use Apache regex stuff
-
-    * ext/pgsql/php_pgsql.h
-      ext/xml/php_xml.h
-      ext/oracle/oracle.c
-      ext/java/java.c
-      ext/mysql/php_mysql.h
-      ext/oci8/php_oci8.h
-      ext/hyperwave/php_hyperwave.h
-      ext/imap/imap.h
-      ext/informix/php_informix.h:
-    * ext/xml/Makefile.in
-      ext/xml/config.m4
-      ext/xml/expat/Makefile
-      ext/xml/expat/Makefile.in
-      ext/xml/expat/xmlparse/Makefile.in
-      ext/xml/expat/xmltok/Makefile.in:
-    Use bundled expat library on UNIX. Note: Need to fix --enable-xml=shared
-
-2000-02-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: - Fix the Release_inline part.
-
-2000-02-11  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/java.dsp
-      sapi/servlet/servlet.dsp:
-    on WIN32, PHP_WIN32 and ZEND_WIN32 need to be defined
-
-2000-02-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c
-      main.c
-      php_globals.h:
-    (request_shutdown) Prevent infinite loop on shutdown if there is an error
-                       in shutdown function.
-    (php_array_walk) Print a warning if the walk function doesn't exist.
-
-    Split shutdown function call into a separate function that's called with
-    zend_hash_apply() instead of as destructor to keep hash consistent.
-
-    This fixes bug #3419.
-
-    * ext/standard/exec.c: Fix prototype.
-
-2000-02-11  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * config.guess
-      config.sub
-      ltconfig
-      ltmain.sh:
-    backed out some stuff that got committed by accident & broke things:(!
-    uwe: please read twice what you are commiting!
-
-2000-02-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    (PHP passthru) Shouldn't return anything.
-    This fixes bugs #3428 and #3430.
-
-    * pear/Makefile.in: request_info.h is gone.
-
-2000-02-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.dsp
-      php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp: Update .dsp's
-
-    * ext/zlib/zlib.c
-      sapi/cgi/cgi_main.c
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/dl.c
-      ext/standard/dns.c
-      ext/standard/dns.h
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/flock_compat.c
-      ext/standard/flock_compat.h
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/info.c
-      ext/standard/lcg.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/microtime.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/parsedate.y
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/uniqid.c
-      ext/session/mod_files.c
-      ext/session/session.c
-      ext/snmp/snmp.c
-      ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/filepro/filepro.c
-      ext/imap/imap.c
-      SAPI.c
-      SAPI.h
-      configuration-parser.y
-      dl/snmp/snmp.c
-      fopen-wrappers.c
-      fopen-wrappers.h
-      main.c
-      mergesort.c
-      php.h
-      php_realpath.c: Fine tune Andi's patch
-
-2000-02-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/oracle/php_oracle.h: Define phpext_oracle_ptr properly.
-
-2000-02-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/session/mod_mm.c
-      ext/session/mod_user.c
-      ext/session/session.c: More cosmetic things
-
-    * ext/xml/expat/xmlparse/xmlparse.c
-      ext/xml/expat/xmltok/xmltok.c
-      ext/xml/expat/xmltok/xmltok_impl.c: Kill warnings
-
-    * ext/session/session.c: Some style(9) cosmetics
-
-2000-02-11  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c
-      dl/snmp/snmp.c
-      fopen-wrappers.c
-      main.c: - Baby steps with PHP_WIN32 :)
-
-2000-02-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.in: Avoid the 'unexpected end of file' error.
-
-2000-02-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/filepro/filepro.c
-      ext/imap/imap.c
-      ext/snmp/snmp.c: - A few more
-
-    * ext/zlib/zlib.c: - A bit more PHP_WIN32 work
-
-    * ext/standard/filestat.c
-      ext/standard/flock_compat.c
-      ext/standard/flock_compat.h
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/info.c
-      ext/standard/lcg.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/microtime.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/parsedate.y
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/uniqid.c
-      ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/dl.c
-      ext/standard/dns.c
-      ext/standard/dns.h
-      ext/standard/exec.c
-      ext/standard/file.c:
-    - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
-
-2000-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      sapi/apache/php_apache.c: Final build fixes - that's enough for now...
-
-    * php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp: Update .dsp's
-
-    * SAPI.c
-      SAPI.h
-      main.c
-      php.h
-      request_info.c
-      request_info.h
-      safe_mode.c: request_info.c is dead! long live SAPI
-
-    * SAPI.h
-      main.c
-      request_info.c
-      request_info.h
-      sapi/cgi/cgi_main.c: request_info.c is giving up
-
-    * sapi/apache/config.m4
-      sapi/apache/mod_php4.c
-      sapi/apache/php_apache.c
-      sapi/apache/php_apache_http.h
-      sapi/cgi/cgi_main.c
-      ext/mysql/php_mysql.c
-      ext/oci8/oci8.c
-      ext/posix/posix.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      ext/standard/dl.c
-      ext/standard/exec.c
-      ext/standard/head.c
-      ext/standard/mail.c
-      ext/standard/php_string.h
-      ext/standard/string.c
-      ext/standard/url.c
-      acconfig.h.in
-      acinclude.m4
-      config.w32.h
-      ext/aspell/aspell.c
-      ext/db/db.c
-      ext/hyperwave/hg_comm.c
-      fopen-wrappers.c
-      internal_functions_registry.h
-      php.h
-      php_regex.h
-      request_info.c
-      request_info.h
-      snprintf.c
-      snprintf.h
-      win95nt.h: SAPIfication, Episode VI:  Return of the SAPI
-    Remove mostly all references to APACHE and CGI_BINARY from the code.
-
-    - Apache include files are no longer included by any PHP code, except for the 
Apache SAPI module.
-    - No server specific code is in any of the base PHP code.
-
-    Still left to be done:
-    - Eliminate any references to APACHE from the few remaining modules.
-    - Move request_info.c's logic to SAPI
-    - Modify the regex function names, and globals, so that we can always
-      include them, without having to fear any interference with Apache;
-      Always use the bundled regex library
-
-    * SAPI.c
-      sapi/apache/mod_php4.c: The last patch wasn't that good, fix
-
-    * SAPI.c: More protection...
-
-    * sapi/apache/mod_php4.c: Make the CVS compile again
-
-    * SAPI.c: Only activate if we're inside an actual request
-
-    * sapi/isapi/php4isapi.c
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      SAPI.h
-      main.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c: Yes, you guessed it... More cleanup
-
-    * sapi/apache/mod_php4.c
-      ext/standard/pageinfo.c
-      SAPI.c
-      SAPI.h
-      safe_mode.c: More cleanup!
-
-2000-02-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Set ext_base, a common prefix to the per-extension build directory
-    (ext/<ext-name> for in-tree builds, "" for rest)
-
-    * ext/xml/php_xml.h
-      ext/xml/xml.c:
-    - Fixed ^#[ ]+preprocessor directive$ constructions which break
-      some compilers
-    - Made php_xml.h useable without having xmltok.h/xmlparse.h in the include
-      path
-
-2000-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      SAPI.c
-      SAPI.h
-      ext/standard/basic_functions.c: More cleanup - move getenv() to SAPI
-
-    * sapi/thttpd/thttpd.c
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      SAPI.c
-      SAPI.h
-      safe_mode.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c: More cleanup...
-
-2000-02-10  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php.h: - Little fix
-
-    * main.c: - PHP_WIN32
-
-    * SAPI.c
-      SAPI.h
-      configuration-parser.y
-      fopen-wrappers.c
-      fopen-wrappers.h
-      main.c
-      mergesort.c
-      php.h
-      php_realpath.c
-      request_info.c: - Introduce PHP_WIN32
-
-2000-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: More cleanup
-
-2000-02-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: Should be 'deactivate' rather than the opposite.
-
-2000-02-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      SAPI.c
-      SAPI.h
-      main.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c
-      sapi/cgi/getopt.c
-      sapi/cgi/php_getopt.h: More abstraction
-
-    * sapi/cgi/Makefile.in
-      sapi/cgi/cgi_main.c
-      sapi/cgi/getopt.c
-      sapi/cgi/php_getopt.h
-      sapi/servlet/servlet.c
-      getopt.c
-      main.c
-      php_getopt.h: Always use getopt with CGI, never use it for anything else
-
-    * sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      SAPI.h
-      main.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c: Move the logging mechanism to SAPI
-
-2000-02-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    - Added NULL-support in gettype(). 
-
-2000-02-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      tests/testdom:
-    - added funktion xmltree(), renamed dom() to xmldoc() and domfile()
-      to xmldocfile().
-    - testdom covers most of the functionality
-
-    * ext/pdf/pdf.c
-      ext/pdf/php_pdf.h: - added pdf_open_tiff()
-
-2000-02-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/base64.c:
-    - base64_decode() will decode POST data correct. 
-      Patch submitted by: Turadg Aleahmad <[EMAIL PROTECTED]>
-
-2000-02-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      tests/testdom
-      config.guess
-      config.sub
-      ltconfig
-      ltmain.sh: - removed stupid leftover in testdom
-    - added more functions to domxml
-
-2000-02-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/mysql.php: forgot to remove some debug output.  sorry :-)
-
-2000-02-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB.php: Return by reference, where necessary.
-
-2000-02-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php:
-    Introduced an extra optional parameter to getOne, getRow and getAssoc
-    that contains a list of parameters to use with (prepare/)execute.
-    Also changed these methods into returning references.
-
-    * pear/DB.php:
-    Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC and
-    DB_GETMODE_FLIPPED.  Docs are within.
-
-    * pear/DB/mysql.php: Fixed a few bugs, especially in prepare/execute.
-    Introduced "get modes", letting you choose how fetched array data is indexed.
-
-2000-02-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-02-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      tests/testdom: - new function to read and parse xml doc from file
-
-    * tests/testdom
-      NEWS
-      ext/domxml/domxml.c:
-    - fixed several bugs an did some testing. Parsing and creating simple
-      XML docs should work. See the script testdom.
-
-2000-02-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/expat/xmlparse/.cvsignore
-      ext/xml/expat/xmltok/.cvsignore
-      ext/xml/expat/.cvsignore: shut-up CVS
-
-2000-02-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      tests/testdom
-      config.guess
-      config.sub
-      ltconfig
-      ltmain.sh: - removed stupid leftover in testdom
-    - added more functions to domxml
-
-2000-02-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/mysql.php: forgot to remove some debug output.  sorry :-)
-
-2000-02-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB.php: Return by reference, where necessary.
-
-2000-02-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php:
-    Introduced an extra optional parameter to getOne, getRow and getAssoc
-    that contains a list of parameters to use with (prepare/)execute.
-    Also changed these methods into returning references.
-
-    * pear/DB.php:
-    Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC and
-    DB_GETMODE_FLIPPED.  Docs are within.
-
-    * pear/DB/mysql.php: Fixed a few bugs, especially in prepare/execute.
-    Introduced "get modes", letting you choose how fetched array data is indexed.
-
-2000-02-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-02-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      tests/testdom: - new function to read and parse xml doc from file
-
-    * tests/testdom
-      NEWS
-      ext/domxml/domxml.c:
-    - fixed several bugs an did some testing. Parsing and creating simple
-      XML docs should work. See the script testdom.
-
-2000-02-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/expat/xmlparse/.cvsignore
-      ext/xml/expat/xmltok/.cvsignore
-      ext/xml/expat/.cvsignore: shut-up CVS
-
-2000-02-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/gdttf.c
-      ext/gd/gdttf.h
-      ext/imap/imap.c
-      ext/pcre/pcrelib/pcreposix.c
-      ext/standard/base64.c
-      ext/standard/php_string.h
-      ext/standard/string.c
-      ext/standard/url.c
-      dl/snmp/winsnmp.c:
-    Change string->str where possible;  string is basic a C++ class, so gdb can't look
-    inside variables named 'string'.
-
-    * ext/standard/file.c
-      ext/standard/php_string.h
-      ext/standard/string.c
-      ext/zlib/zlib.c:
-2000-02-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      NEWS: New function notice.
-
-2000-02-08  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c: - made hyperwave extension compile again
-
-2000-02-08  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * dl/calendar/calendar.c
-      dl/calendar/sdncal.h:    calendar.so now works with php4.
-
-2000-02-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-2000-02-07  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c
-      ext/imap/imap.h: another re-sync with the PHP3 tree
-    imap_mail deactivated for win builds, as the files
-    win32/imap_sendmail.c  win32/imap_sendmail.h from
-    PHP3 are still missing
-
-2000-02-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: kill warning
-
-2000-02-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c: Fix buglet
-
-    * sapi/isapi/php4isapi.c:
-2000-02-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: *** empty log message ***
-
-2000-02-06  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: - Make it compile again with new (p)list globals.
-
-2000-02-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/base64.c:    fix #3226
-
-    * ext/standard/head.c: fix for #3413
-
-2000-02-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Standardize
-
-2000-02-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c:
-    the problem was that we *did* register the signal in the apache
-    master process as well.
-    php_module_startup() -> REGISTER_INI_ENTRIES() -> OnChangeMaxExecutionTime() -> 
php_set_timeout().
-
-    from now on the .ini mechanism only sets PG(max_execution_time) and that gets
-    "converted" to a timeout-signal() in php_request_startup()!
-
-    we still need to think about the ZTS timeout mechanism.
-
-2000-02-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c
-      ext/imap/imap.dsp
-      ext/imap/imap.h
-      ext/mysql/mysql.dsp
-      php_modules.dsw: Get Win32 IMAP DLL to compile
-
-2000-02-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/xml/xml.c
-      tests/testfunc: - Make Win32 compile again
-
-2000-02-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c
-      ext/mysql/php_mysql.c
-      ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h
-      php_ini.c
-      php_ini.h: Fix PostgreSQL startup routine in thread-safe mode
-
-    * ext/imap/imap.c: Fix
-
-2000-02-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c: fix compile
-
-2000-02-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: *** empty log message ***
-
-2000-02-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: Add default registration of server vars.
-
-
-2000-02-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: PostgreSQL compile fixes
-
-    * ext/session/session.c
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/browscap.c
-      ext/standard/string.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/msql/php_msql.c
-      ext/mysql/php_mysql.c: Compile fixes
-
-    * ext/pcre/php_pcre.c
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/basic_functions.c
-      ext/standard/crypt.c
-      ext/standard/dl.c
-      ext/standard/html.c
-      ext/standard/info.c
-      ext/standard/syslog.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/ldap/ldap.c
-      ext/msql/php_msql.c
-      ext/mysql/php_mysql.c
-      ext/db/db.c
-      ext/db/php_db.h
-      main.c: Cleanup patches
-
-2000-02-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c: Implemented setting of session cookie parameters.
-
-2000-02-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c
-      ext/standard/php_output.h
-      main.c
-      SAPI.c: Use the new state functions
-
-2000-02-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - Sounds nicer
-
-    * NEWS: - Add some news
-
-2000-02-03  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testdom: - some more testing
-
-    * ext/domxml/domxml.c: - fixed several bugs, left some for tomorrow :-)
-
-    * ext/domxml/domxml.c
-      ext/domxml/php_domxml.h: - more functions added but none of them tested
-
-    * ext/hyperwave/hw.c: - fixed segm fault in hw_docbyanchor()
-
-2000-02-03  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/odbc.php
-      pear/DB.php
-      pear/Makefile.in: * Started playing around with alternatives to javadoc.
-    * Fixed the "make install" rule so it doesn't temporarily break the
-      installed scripts.
-    * implemented prepare/execute emulation for MySQL including file-reference
-      parameters (only binmode/binfetchlen remains now)
-    * started fixing up the ODBC backend
-
-2000-02-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: fix
-
-2000-02-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c
-      ext/wddx/wddx.c:
-    (PHP wddx_deserialize) Fixed a problem with deserializing empty values.
-    (php_addslashes) Guard against NULL data.
-
-2000-02-02  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/config.m4: - support libxml installed in gnome
-
-2000-02-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/xml/expat/xmltok/utf8tab.h
-      ext/xml/expat/xmltok/xmldef.h
-      ext/xml/expat/xmltok/xmlrole.c
-      ext/xml/expat/xmltok/xmlrole.h
-      ext/xml/expat/xmltok/xmltok.c
-      ext/xml/expat/xmltok/xmltok.dsp
-      ext/xml/expat/xmltok/xmltok.h
-      ext/xml/expat/xmltok/xmltok_impl.c
-      ext/xml/expat/xmltok/xmltok_impl.h
-      ext/xml/expat/xmltok/xmltok_ns.c
-      ext/xml/expat/Makefile
-      ext/xml/expat/expat.dsw
-      ext/xml/expat/expat.html
-      ext/xml/expat/expat.mak
-      ext/xml/expat/xmlparse/hashtable.c
-      ext/xml/expat/xmlparse/hashtable.h
-      ext/xml/expat/xmlparse/xmlparse.c
-      ext/xml/expat/xmlparse/xmlparse.dsp
-      ext/xml/expat/xmlparse/xmlparse.h
-      ext/xml/expat/xmltok/asciitab.h
-      ext/xml/expat/xmltok/iasciitab.h
-      ext/xml/expat/xmltok/latin1tab.h
-      ext/xml/expat/xmltok/nametab.h
-      ext/xml/xml.c
-      config.w32.h
-      internal_functions_win32.c
-      php4dll.dsp
-      php4dllts.dsp: Add expat to the distribution
-    Add expat support to Win32 builds
-
-2000-02-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c: (php_sock_fgets) Respect timeout event.
-
-    * sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      sapi/isapi/php4isapi.c:
-    Fixed SAPI modules to properly register their related modules.
-
-    * sapi/apache/mod_php4.c: Initialize apache properly.
-
-    * acinclude.m4: Remove crud.
-
-    * sapi/apache/php_apache.c: Forgot to add the actual file.
-
-    * NEWS
-      ext/standard/info.c: Some rearranging.
-
-2000-02-02  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: foreach note
-
-    * ext/standard/var.c: use FREE_ZVAL where appropiate
-
-2000-02-02  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/pdf/config.m4
-      ext/pdf/pdf.c
-      ext/cpdf/cpdf.c: - several minor cleanups like removing unused variables
-
-2000-02-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/Makefile.in
-      sapi/apache/config.m4
-      sapi/apache/mod_php4.c
-      acinclude.m4
-      internal_functions_registry.h: Moved ext/apache into sapi/apache.
-
-2000-02-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Not needed.
-
-2000-02-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Compile fix
-
-2000-02-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      TODO:
-    - Implemented socket_get_status() function. Some more stuff can be added
-      to it in the future.
-    - Renamed set_socket_timeout() to socket_set_timeout()
-    - Renamed set_socket_blocking() to socket_set_blocking() but kept the
-      old name for compatibility. It now outputs a warning that
-      set_socket_timeout() is deprecated but still goes through.
-
-    * TODO: Socket note.
-
-2000-02-01  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c:
-    Servlets work again!  OK, so it crashes on shutdown, apparently trying to
-    report a memory leak, but it is worth committing the progress so far.
-
-2000-02-01  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php_oci8.h:
-    make it work without the zend_hash_pointer*() functions. some work on the 
shutdown issues (more to follow)
-
-2000-02-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/standard/file.c
-      ext/standard/file.h: Implemented realpath().
-
-2000-01-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      php.ini-dist: Add the complement to the putenv() security
-
-2000-01-31  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Another todo.
-
-2000-01-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: (PHP mktime) Added windowing support for 0..70
-
-2000-01-31  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Another point.
-
-    * NEWS: *** empty log message ***
-
-2000-01-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h: Fix typo
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      php.ini-dist:    - Finished work, more or less
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    Some more work, I'll finish this when I get home
-
-2000-01-30  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in
-      sapi/servlet/servlet.java:
-    PHP can install and run as a servlet again on Unix.
-    Still todo: allow access to ext/java functionality from within servlet.
-
-2000-01-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      configuration-parser.y
-      main.c: Initial work on the protected env vars stuff
-
-2000-01-30  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/config.m4: add installation
-
-2000-01-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-2000-01-29  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4
-      sapi/servlet/Makefile.in:
-    Progress: sapi/servlet now builds again on Unix
-
-    * sapi/servlet/Makefile.in
-      sapi/servlet/README: First steps towards restoring sapi/servlet on Unix.
-    Cosmetic improvements to allow README to be read on systems with tabstop=8
-
-2000-01-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Fix buglets in the argv/argc code
-
-2000-01-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c: No comment - will explain next week
-
-2000-01-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      main.c
-      php_variables.c
-      php_variables.h
-      rfc1867.c
-      sapi/apache/mod_php4.c:
-    - Change the argument order of php_register_variable() to something more
-      intuitive.
-    - Make the authentication variables be a part of the HTTP_SERVER_VARS[] array
-
-2000-01-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/session/session.c
-      main.c
-      php.ini-dist
-      php_globals.h
-      php_variables.c
-      sapi/cgi/cgi_main.c: - A few fixes
-    - Added register_argv_argc directive to allow disabling of argv/argc
-
-    * main.c: Rename gpc_globals to register_globals
-
-    * sapi/apache/mod_php4.c: Apache module compile fixes
-
-2000-01-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      main.c: Use sizeof on the proper string.
-
-2000-01-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/servlet.c
-      sapi/thttpd/thttpd.c
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      ext/apache/apache.c
-      ext/standard/string.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      Makefile.in
-      NEWS
-      SAPI.h
-      main.c
-      php.ini-dist
-      php4dll.dsp
-      php4dllts.dsp
-      php_globals.h
-      php_gpce.c
-      php_gpce.h
-      php_variables.c
-      php_variables.h
-      rfc1867.c:
-    Tried to centralize global variable registration as much as possible:
-
-    - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
-      to $HTTP_GET_VARS[], contain environment and server variables.  Setting
-      register_globals to Off will now also prevent registration of the
-      environment and server variables into the global scope (Zeev)
-    - Renamed gpc_globals to register_globals (Zeev)
-    - Introduced variables_order that deprecates gpc_order, and allows control
-      over the server and environment variables, in addition to GET/POST/Cookies
-      (Zeev)
-
-    * php_gpce.c
-      php_gpce.h
-      rfc1867.c: Use a more general and descriptive name
-
-    * php4dll.dsp
-      php4dllts.dsp: dsp updates
-
-2000-01-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: - Make Win32 compile again
-
-2000-01-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.in
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/php_standard.h
-      ext/standard/post.c
-      ext/standard/post.h
-      ext/standard/string.c
-      Makefile.in
-      main.c
-      php_gpce.c
-      php_gpce.h
-      rfc1867.c:
-    post.c really had nothing to do with POST anymore, and it belongs to the top 
level directory
-
-    * ext/standard/post.c
-      ext/standard/post.h
-      rfc1867.c: Get rid of the old implementation
-
-2000-01-28  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4:
-    accomodate old versions of kaffe which don't support jar
-
-    * ext/java/java.c: Shutdown cleanly (prevents Kaffe from trapping on exit)
-
-2000-01-27  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php_mcal.c:
-    Mcal cleanup, stage 1: it compiles again (the php3 syntax to php4/zend
-    syntax conversion left a lot of: PHP_FUNCTION void ... definitions, giving
-    two types to every function).
-
-    However, it's still segfaulting. I'll look into that next.
-
-2000-01-27  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/Makefile.in:
-    PHP now starts up in CGI mode with Kaffe on RedHat Linux 6.1.
-    status: segfault atexit, npe in jawt - but otherwise both samples work!
-    Installation needs more work
-
-    * ext/java/Makefile.in
-      ext/java/config.m4: Forward progress, thanks to Sascha Schumann.
-    libphp_java.so is now built again - it just refuses to load.
-    At least I now have something I can debug!
-
-2000-01-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/rules.mk: Allow shared libraries to be built everywhere
-
-2000-01-26  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testdom: - add another comment to the script
-
-    * tests/testdom: - test script for domxml
-
-2000-01-25  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c
-      ext/domxml/php_domxml.h:
-    - resumed work on domxml and found a way to circumwent a segm fault
-      (see the source). No solution to fix it, yet. Probably needs some
-      understanding of zend, which I don't have.
-    - added more functions
-
-2000-01-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Proper indentation here also.
-
-2000-01-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: NULL out the ticks callback until Stig implements it
-
-2000-01-19  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: Fix for wrong library ordering with adabas
-
-2000-01-19  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * configure.in
-      ext/java/Makefile.in
-      ext/java/config.m4
-      sapi/servlet/Makefile.in:
-    First step to restoring the ability to build Java support on Unix:
-    1) Restore the ability to build CGI as a shared library
-    2) Correct make dependency rule so that the jar files are included
-    3) Search for jar executable, and use it, if found
-
-    Left TODO: actually build the shared libraries
-
-2000-01-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c:
-    RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnet
-
-2000-01-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c:
-    This doesn't seem to be necessary, and causes a leak in case of 
output_buffering=on
-
-    * main.c: Make the phpinfo() images work properly again
-
-2000-01-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c:    also changed return-type for list-dtor
-
-2000-01-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c
-      ext/session/session.c: - MS-SQL fix
-    - Fix a crash bug in session_register()
-
-    * sapi/apache/mod_php4.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/reg.c
-      configuration-parser.y
-      ext/pcre/php_pcre.c
-      ext/standard/basic_functions.c:
-    Destructors no longer return ints, the low level problem it was intended to solve 
is long gone now...
-
-2000-01-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      ext/odbc/php_odbc.c
-      main.c
-      php_globals.h:
-    - Remove the pre-request-shutdown hooks, they should no longer be necessary.
-    The session module may not work due to an unknown (and until now, IMO, 
misdiagnosed) problem,
-    if it does, please report it!
-
-    * ext/session/session.c: Fix
-
-    * ext/session/session.c
-      php_globals.h
-      main.c
-      php.h:
-    Remove the post-startup callback support.  Modules are now started only after
-    the entire engine is started.  People - please make sure that the session module
-    works properly for you.
-
-2000-01-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c:
-    move call to php_execute_pre_request_shutdown() into php_request_shutdown()
-    so it will be called when script terminated due to call to exit().
-
-    * ext/oci8/oci8.c
-      ext/oci8/php_oci8.h:    lots of cleanup - all invisible to the user (i hope;-)
-    - full refcounting of connections & statements
-    - cleanup of the descriptor-code (descriptors are now real resources)
-    - we now use SQLT_CHR instead of SQLT_STR (no trailing \0) - smarter & faster
-    - ocifetchinto(OCI_BOTH) will use references.
-
-    * main.c: fixes #3220, #3221 finally
-
-    * main.c: nother go on #3220, #3221
-
-    * main.c: hopfully fixes #3220, #3221
-
-2000-01-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c:
-    (wddx_stack_destroy) Properly free the dangling varname.
-    (php_wddx_deserialize_ex) There should be only 1 value on the stack after
-                              parser is done.
-
-    * ext/pcre/php_pcre.c: Another idea I had today.
-
-    * ext/standard/fsock.c:
-    (php_sockwait_for_data) timeout is not assigned yet, so check the right one.
-
-2000-01-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c: (php_sockwait_for_data) clean up
-
-2000-01-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Fix prototype.
-
-    * ext/standard/file.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h:
-    Added ability to set timeout on socket read operations. New function
-    set_socket_timeout(socket, seconds, microseconds) sets the timeout.
-
-2000-01-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c: Fix logic
-
-2000-01-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c: Initialize flag correctly
-
-2000-01-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Compile fixes for ZTS
-
-2000-01-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c:
-    just add a remark. zend_hash_apply can & will cause problems here unless
-
-    * ext/odbc/php_odbc.c:
-    in an rshutdown function we should not access the regular_list like this.
-
-2000-01-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_globals.h: Initialize/destroy hook lists implicitly.
-
-    * ext/session/session.c:
-    Be more verbose, if headers were already sent and remove RSHUTDOWN handler
-
-2000-01-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c:
-    sessions are now written via a _php_session_shutdown which is registered
-    via php_register_pre_request_shutdown().
-
-    * main.c
-      php.h
-      php_globals.h:
-    - don't set php_errormsg on errors that will cause a zend_bailout().
-      using zend_hash_update() can make things worse in this situation.
-    - new function php_register_pre_request_shutdown(). this way modules
-      can register callbacks that will be called as soon as execution of
-      the script is done but *before* any cleanup (global symbol_table etc)
-      has taken place.
-
-2000-01-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Complain verbosely, if a destroy failed
-
-2000-01-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php.ini-dist
-      php_globals.h:
-    * ext/standard/output.c:
-    Woops, forgot to commit the right version of the file...
-
-    * sapi/thttpd/thttpd.c
-      sapi/servlet/servlet.c
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/apache/mod_php4.c
-      sapi/cgi/cgi_main.c
-      sapi/isapi/php4isapi.c
-      SAPI.c
-      SAPI.h
-      ext/session/php_session.h
-      ext/standard/basic_functions.c
-      ext/standard/head.c
-      ext/standard/output.c
-      ext/standard/php_output.h
-      sapi/aolserver/aolserver.c: - Added flush() support to SAPI
-    - Got rid of the old flush() implemenetation in favour of the new one
-    - Added implicit_flush() support to the output buffering layer.
-
-2000-01-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Only suppress including dlfcn.h when we are in PHP.
-
-    * configure.in:
-    Avoid including dlfcn.h, if we are compiling as an Apache module.
-
-    * .cvsignore
-      acconfig.h
-      acconfig.h.in
-      build/build2.mk:
-    Full gear backwards. We still need acconfig.h.in for additional acconfig.h
-    files (from TSRM/Zend).
-
-    * ext/bcmath/config.m4: Add description for AC_DEFINEs
-
-    * build/build2.mk
-      .cvsignore
-      acconfig.h
-      acconfig.h.in:
-    acconfig.h.in became superflicious when we removed the config.h.stubs.
-    Let's get rid of it.
-
-    * ext/sysvshm/sysvshm.c: Fix compile on AIX, #2071
-
-    * build/build.mk: Make cvsclean work on AIX
-
-2000-01-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c:
-2000-01-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-2000-01-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/cpdf/cpdf.c
-      ext/cpdf/php_cpdf.h:
-    - changed cpdf_global_set_document_settings() to cpdf_global_set_document_limits()
-
-    * ext/cpdf/cpdf.c
-      ext/cpdf/php_cpdf.h: - added cpdf_global_set_document_limits()
-
-2000-01-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c:    phpinfo() now ensures that HTTP_*_VARS[] are actually 
arrays before it tries
-    to access them...
-
-2000-01-08  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * safe_mode.c:
-2000-01-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/readline/config.m4: fix solaris compile
-
-2000-01-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: Add another point
-
-    * ltconfig: Recognize UnixWare 7
-
-    Patch submitted by: [EMAIL PROTECTED]
-
-2000-01-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c:
-2000-01-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_user.c: Fix namespace pollution
-
-    * Makefile.in: `cp' will do the job everywhere, even on AIX
-
-    * sapi/phttpd/phttpd.c
-      sapi/aolserver/aolserver.c
-      SAPI.c: Move reentrancy initialisation/destruction into SAPI.
-    These calls only do something, if reentrancy emulation is required.
-
-2000-01-05  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (php_setlocale) Fixed memory leak (bug #3105).
-
-2000-01-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c
-      ext/mysql/php_mysql.c: Fix IS_UNSET -> IS_NULL rename.
-
-2000-01-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/com/COM.c:
-    - Separate the overloaded objects' types from Zend's data types.
-      There is no reason for them to be the same, and IS_METHOD just cluttered
-      the data types.
-    - Overloaded elements should now use OE_IS_OBJECT, OE_IS_ARRAY, and
-      OE_IS_METHOD
-
-    * ext/standard/array.c
-      ext/standard/var.c: - Change IS_UNSET -> IS_NULL
-
-2000-01-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-2000-01-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/Makefile.in: Fix typo
-
-    * sapi/apache/Makefile.in
-      sapi/servlet/Makefile.in
-      ext/snmp/Makefile.in: Replace all += constructs with equivalent ones
-
-2000-01-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ltconfig
-      ltmain.sh:
-    * ext/gd/config.m4
-      ltconfig
-      ltmain.sh:
-2000-01-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c
-      TODO:
-    * Implemented <boolean> and <null> types. We now support WDDX version 1.0
-      as best as we can.
-    * Cleaned up the API function names, _ was really not needed.
-    * Cleaned up the repetitive stack var name stuff with a macro.
-    * WDDX now no longer converts numbers to strings in arrays when during
-      serialization.
-
-2000-01-03  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: even better;-)
-
-    * TODO: yes sir!
-
-2000-01-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build/rules.mk: FreeBSD 2.x/3.x fix.
-
-2000-01-03  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/phttpd/README: *** empty log message ***
-
-    * NEWS: forgot
-
-2000-01-02  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: nice to have.
-
-2000-01-02  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h: Statements get closed before connection shutdown.
-    Disabled fetching all errors for Adabas.
-
-2000-01-02  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: (var_dump, serialize, unserialize) support NULL
-
-2000-01-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: Add some points
-
-    * ext/standard/datetime.c: Remove second (equal) definition of isleap()
-
-    * build/build.mk
-      build/build2.mk
-      build/fastgen.sh
-      build/library.mk
-      build/program.mk
-      build/rules.mk
-      build/rules_pear.mk: Y2K updates
-
-2000-01-01  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: tiny optimisation
-
-    * ext/mysql/php_mysql.c: Happy new year (especially to Zeev :)
-
-2000-01-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c
-      ext/standard/parsedate.y
-      acconfig.h.in
-      acinclude.m4
-      configure.in
-      win95nt.h: Declare timezone only, if the system fails to do so.
-
-    * sapi/thttpd/thttpd.c
-      sapi/servlet/servlet.c
-      sapi/servlet/servlet.java
-      sapi/thttpd/php_thttpd.h
-      sapi/phttpd/php_phttpd.h
-      sapi/phttpd/phttpd.c
-      sapi/roxen/roxen.c
-      sapi/fhttpd/fhttpd.c
-      sapi/isapi/php4isapi.c
-      sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.h
-      sapi/apache/sapi_apache.c
-      sapi/cgi/cgi_main.c
-      sapi/aolserver/aolserver.c
-      pear/DB.php
-      pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/odbc.php
-      ext/zlib/zlib.c
-      ext/xml/php_xml.h
-      ext/xml/xml.c
-      ext/yp/yp.c
-      ext/sysvshm/sysvshm.c
-      ext/wddx/php_wddx_api.h
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/sysvsem.c
-      ext/standard/syslog.c
-      ext/standard/type.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/url_scanner.c
-      ext/standard/url_scanner.h
-      ext/standard/url_scanner.re
-      ext/standard/var.c
-      ext/sybase/sybase.c
-      ext/standard/filestat.c
-      ext/standard/flock_compat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/iptc.c
-      ext/standard/lcg.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/metaphone.c
-      ext/standard/microtime.c
-      ext/standard/output.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/php_assert.h
-      ext/standard/php_dir.h
-      ext/standard/php_image.h
-      ext/standard/php_lcg.h
-      ext/standard/php_metaphone.h
-      ext/standard/php_output.h
-      ext/standard/php_rand.h
-      ext/standard/post.c
-      ext/standard/quot_print.c
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/dns.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/dl.c
-      ext/standard/datetime.c
-      ext/standard/dir.c
-      ext/snmp/php_snmp.h
-      ext/snmp/snmp.c
-      ext/standard/array.c
-      ext/standard/assert.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/cyr_convert.c
-      ext/readline/php_readline.h
-      ext/readline/readline.c
-      ext/session/mod_files.c
-      ext/session/mod_mm.c
-      ext/session/mod_user.c
-      ext/session/mod_user.h
-      ext/session/session.c
-      ext/pcre/php_pcre.c
-      ext/pgsql/pgsql.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/odbc/php_odbc.c
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h
-      ext/oci8/oci8.c
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mssql/php_mssql.h
-      ext/mcrypt/mcrypt.c
-      ext/mhash/mhash.c
-      ext/java/java.c
-      ext/java/reflect.java
-      ext/ldap/ldap.c
-      ext/interbase/interbase.c
-      ext/informix/ifx.ec
-      ext/imap/imap.c
-      ext/gettext/gettext.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/filepro/filepro.c
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gd/gdt1.h
-      ext/domxml/domxml.c
-      ext/fdf/fdf.c
-      ext/dbase/dbase.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/bcmath/bcmath.c
-      ext/com/COM.c
-      ext/apache/apache.c
-      ext/aspell/aspell.c
-      LICENSE
-      SAPI.c
-      SAPI.h
-      configuration-parser.y
-      configuration-scanner.l
-      fopen-wrappers.c
-      fopen-wrappers.h
-      header
-      internal_functions.c.in
-      internal_functions_registry.h
-      internal_functions_win32.c
-      main.c
-      main.h
-      php.h
-      php_globals.h
-      php_ini.c
-      php_ini.h
-      php_realpath.c
-      php_realpath.h
-      php_reentrancy.h
-      php_sprintf.c
-      reentrancy.c
-      request_info.c
-      request_info.h
-      rfc1867.c
-      safe_mode.c
-      snprintf.h:
-    Happy Y2K patch! Happy new year (or the new millennium, depending on whether
-    you start counting at 0 or 1).
-
-    * ext/informix/config.m4: Be as portable as possible
-
-1999-12-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.dsp
-      php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp: .dsp updates
-
-    * php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp
-      sapi/isapi/php4isapi.dsp:
-    Add new Release_inline builds to Win32.  Standard release versions will not use
-    inline under Win32.
-
-    * ext/mysql/php_mysql.c
-      ext/standard/array.c
-      php.h: Happy new year (especially to Thies :)
-    - Zend branch patches merged in - get the PHP tree uptodate
-    - Clean
-
-1999-12-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.h:
-    Fix linking problems with iODBC. This is from the Adabas section, so
-    this might work for iODBC.
-
-    * ext/odbc/config.m4: First try at getting the ODBC stuff right
-
-    * build/rules_pear.mk: Synchronize with rules.mk
-
-    * build/rules.mk:
-    Perform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGS
-
-1999-12-30  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2
-
-1999-12-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      php.h: Typedef socklen_t, if it is not available
-
-    * build/build2.mk: Fix for Solaris incapability
-
-    * ext/ldap/config.m4: Append liblber to satisfy symbols in libldap
-
-    * acinclude.m4: Let m4 decide what to do
-
-    * build/build2.mk: Remove second {}, that shouldn't be there
-
-    * ext/odbc/config.m4: Fix define.
-
-    This should be the last one, my earlier search didn't find macro names
-    contain numbers.
-
-1999-12-30  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/config.m4
-      ext/oci8/config.m4: fix AC_DEFINE
-
-1999-12-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Define to 1
-
-    * build/rules.mk: Proper protection for GNU make's parallel build
-
-    * ext/Makefile.in: Propagate error condition correctly
-
-    * ext/dba/config.m4
-      ext/dba/dba_db2.c
-      ext/dba/dba_db3.c
-      ext/dba/dba_ndbm.c:
-    Ease include file selection. Let's see which cpps support this construct.
-
-    * build/build2.mk: Rebuild config.h.in whenever configure changes
-
-    * build/rules.mk: Add distclean target
-
-    * ext/yp/config.m4
-      ext/zlib/config.m4
-      ext/sybase/config.m4
-      ext/sybase_ct/config.m4
-      ext/standard/config.m4
-      ext/pgsql/config.m4
-      ext/snmp/config.m4
-      ext/oracle/config.m4
-      ext/pdf/config.m4
-      ext/oci8/config.m4
-      ext/odbc/config.m4
-      ext/mhash/config.m4
-      ext/msql/config.m4
-      ext/mcrypt/config.m4
-      ext/mcal/config.m4
-      ext/ldap/config.m4
-      ext/interbase/config.m4
-      ext/java/config.m4
-      ext/imap/config.m4
-      ext/informix/config.m4
-      ext/gettext/config.m4
-      ext/icap/config.m4
-      ext/ftp/config.m4
-      ext/gd/config.m4
-      ext/domxml/config.m4
-      ext/fdf/config.m4
-      ext/db/config.m4
-      ext/dba/config.m4
-      ext/cybercash/config.m4:
-    Whoops, defining them to empty values generates many parse errors.
-    Defaulting to 1.
-
-    * ext/zlib/config.h.stub
-      ext/zlib/config.m4
-      ext/xml/config.h.stub
-      ext/xml/config.m4
-      ext/yp/config.h.stub
-      ext/yp/config.m4
-      ext/sysvshm/config.h.stub
-      ext/sysvshm/config.m4
-      ext/wddx/config.h.stub
-      ext/wddx/config.m4
-      ext/sybase_ct/config.h.stub
-      ext/sybase_ct/config.m4
-      ext/sysvsem/config.h.stub
-      ext/sysvsem/config.m4
-      ext/standard/config.h.stub
-      ext/standard/config.m4
-      ext/sybase/config.h.stub
-      ext/sybase/config.m4
-      ext/readline/config.h.stub
-      ext/readline/config.m4
-      ext/snmp/config.h.stub
-      ext/snmp/config.m4
-      ext/posix/config.h.stub
-      ext/pdf/config.h.stub
-      ext/pdf/config.m4
-      ext/pgsql/config.h.stub
-      ext/pgsql/config.m4
-      ext/pcre/config.h.stub
-      ext/pcre/config.m4
-      ext/oracle/config.h.stub
-      ext/oracle/config.m4
-      ext/oci8/config.h.stub
-      ext/oci8/config.m4
-      ext/odbc/config.h.stub
-      ext/odbc/config.m4
-      ext/mhash/config.h.stub
-      ext/mhash/config.m4
-      ext/msql/config.h.stub
-      ext/msql/config.m4
-      ext/mcal/config.h.stub
-      ext/mcal/config.m4
-      ext/mcrypt/config.h.stub
-      ext/mcrypt/config.m4
-      ext/java/config.h.stub
-      ext/java/config.m4
-      ext/ldap/config.h.stub
-      ext/ldap/config.m4
-      ext/interbase/config.h.stub
-      ext/interbase/config.m4
-      ext/imap/config.h.stub
-      ext/imap/config.m4
-      ext/informix/config.h.stub
-      ext/informix/config.m4
-      ext/hyperwave/config.h.stub
-      ext/hyperwave/config.m4
-      ext/icap/config.h.stub
-      ext/icap/config.m4
-      ext/gd/config.h.stub
-      ext/gd/config.m4
-      ext/gettext/config.h.stub
-      ext/gettext/config.m4
-      ext/ftp/config.h.stub
-      ext/ftp/config.m4
-      ext/fdf/config.h.stub
-      ext/fdf/config.m4
-      ext/filepro/config.h.stub
-      ext/filepro/config.m4
-      ext/dbase/config.h.stub
-      ext/dbase/config.m4
-      ext/domxml/config.h.stub
-      ext/domxml/config.m4
-      ext/db/config.h.stub
-      ext/db/config.m4
-      ext/dba/config.h.stub
-      ext/dba/config.m4
-      ext/dav/config.h.stub
-      ext/dav/config.m4
-      ext/cpdf/config.h.stub
-      ext/cpdf/config.m4
-      ext/cybercash/config.h.stub
-      ext/cybercash/config.m4
-      ext/aspell/config.h.stub
-      ext/aspell/config.m4
-      ext/bcmath/config.h.stub
-      ext/bcmath/config.m4
-      build/build.mk
-      build/build2.mk
-      ext/ext_skel
-      configure.in:
-    Get rid of config.h.stub. Note that you should embed a comment about
-    what the respective define does into the AC_DEFINE macro. I.e.
-
-    AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
-
-    * build/build2.mk: We build in regex as well, create empty .deps
-
-    * genfiles: Let genfiles work in the new environment
-
-    * scripts/.cvsignore
-      sapi/thttpd/.cvsignore
-      sapi/thttpd/Makefile.am
-      sapi/thttpd/Makefile.in
-      sapi/thttpd/config.m4
-      sapi/servlet/.cvsignore
-      sapi/servlet/Makefile.am
-      sapi/servlet/Makefile.in
-      sapi/servlet/config.m4
-      sapi/roxen/.cvsignore
-      sapi/roxen/Makefile.am
-      sapi/roxen/Makefile.in
-      sapi/phttpd/.cvsignore
-      sapi/phttpd/Makefile.am
-      sapi/phttpd/Makefile.in
-      sapi/phttpd/config.m4
-      sapi/isapi/.cvsignore
-      sapi/isapi/Makefile.am
-      sapi/isapi/Makefile.in
-      sapi/fhttpd/.cvsignore
-      sapi/apache/.cvsignore
-      sapi/apache/Makefile.am
-      sapi/apache/Makefile.in
-      sapi/apache/config.m4
-      sapi/cgi/.cvsignore
-      sapi/cgi/Makefile.am
-      sapi/cgi/Makefile.in
-      sapi/cgi/config.m4
-      sapi/aolserver/.cvsignore
-      sapi/aolserver/Makefile.am
-      sapi/aolserver/Makefile.in
-      sapi/aolserver/config.m4
-      sapi/.cvsignore
-      sapi/Makefile.am
-      sapi/Makefile.in
-      pear/.cvsignore
-      pear/Makefile.am
-      pear/Makefile.in
-      pear/pear.m4
-      pear/php-config.in
-      pear/phpize.in
-      regex/.cvsignore
-      regex/Makefile.am
-      regex/Makefile.in
-      ext/zlib/.cvsignore
-      ext/zlib/Makefile.am
-      ext/zlib/Makefile.in
-      ext/yp/.cvsignore
-      ext/yp/Makefile.am
-      ext/yp/Makefile.in
-      ext/xml/.cvsignore
-      ext/xml/Makefile.am
-      ext/xml/Makefile.in
-      ext/xml/config.m4
-      ext/wddx/.cvsignore
-      ext/wddx/Makefile.am
-      ext/wddx/Makefile.in
-      ext/sysvshm/.cvsignore
-      ext/sysvshm/Makefile.am
-      ext/sysvshm/Makefile.in
-      ext/sysvsem/.cvsignore
-      ext/sysvsem/Makefile.am
-      ext/sysvsem/Makefile.in
-      ext/sybase_ct/Makefile.am
-      ext/sybase_ct/Makefile.in
-      ext/sybase_ct/.cvsignore
-      ext/sybase/.cvsignore
-      ext/sybase/Makefile.am
-      ext/sybase/Makefile.in
-      ext/standard/.cvsignore
-      ext/standard/Makefile.am
-      ext/standard/Makefile.in
-      ext/standard/config.m4
-      ext/snmp/.cvsignore
-      ext/snmp/Makefile.am
-      ext/snmp/Makefile.in
-      ext/snmp/config.m4
-      ext/session/Makefile.am
-      ext/session/Makefile.in
-      ext/session/config.h.stub
-      ext/session/config.m4
-      ext/session/.cvsignore
-      ext/readline/.cvsignore
-      ext/readline/Makefile.am
-      ext/readline/Makefile.in
-      ext/readline/config.m4
-      ext/posix/.cvsignore
-      ext/posix/Makefile.am
-      ext/posix/Makefile.in
-      ext/pgsql/Makefile.am
-      ext/pgsql/Makefile.in
-      ext/pgsql/config.m4
-      ext/pgsql/.cvsignore
-      ext/pdf/.cvsignore
-      ext/pdf/Makefile.am
-      ext/pdf/Makefile.in
-      ext/pcre/pcrelib/Makefile.am
-      ext/pcre/pcrelib/Makefile.in
-      ext/pcre/config.m4
-      ext/pcre/pcrelib/.cvsignore
-      ext/oracle/Makefile.am
-      ext/oracle/Makefile.in
-      ext/oracle/config.m4
-      ext/pcre/.cvsignore
-      ext/pcre/Makefile.am
-      ext/pcre/Makefile.in
-      ext/odbc/.cvsignore
-      ext/odbc/Makefile.am
-      ext/odbc/Makefile.in
-      ext/odbc/config.m4
-      ext/oracle/.cvsignore
-      ext/oci8/.cvsignore
-      ext/oci8/Makefile.am
-      ext/oci8/Makefile.in
-      ext/oci8/config.m4
-      ext/mysql/.cvsignore
-      ext/mysql/Makefile.am
-      ext/mysql/Makefile.in
-      ext/mysql/config.h.stub
-      ext/mysql/config.m4
-      ext/mssql/.cvsignore
-      ext/msql/.cvsignore
-      ext/msql/Makefile.am
-      ext/msql/Makefile.in
-      ext/mhash/.cvsignore
-      ext/mhash/Makefile.am
-      ext/mhash/Makefile.in
-      ext/mcrypt/Makefile.am
-      ext/mcrypt/Makefile.in
-      ext/mcrypt/.cvsignore
-      ext/mcal/.cvsignore
-      ext/mcal/Makefile.am
-      ext/mcal/Makefile.in
-      ext/ldap/.cvsignore
-      ext/ldap/Makefile.am
-      ext/ldap/Makefile.in
-      ext/java/.cvsignore
-      ext/java/Makefile.am
-      ext/java/Makefile.in
-      ext/java/config.m4
-      ext/interbase/.cvsignore
-      ext/interbase/Makefile.am
-      ext/interbase/Makefile.in
-      ext/informix/.cvsignore
-      ext/informix/Makefile.am
-      ext/informix/Makefile.in
-      ext/informix/config.m4
-      ext/imap/.cvsignore
-      ext/imap/Makefile.am
-      ext/imap/Makefile.in
-      ext/icap/.cvsignore
-      ext/icap/Makefile.am
-      ext/icap/Makefile.in
-      ext/hyperwave/.cvsignore
-      ext/hyperwave/Makefile.am
-      ext/hyperwave/Makefile.in
-      ext/gettext/Makefile.am
-      ext/gettext/Makefile.in
-      ext/gettext/.cvsignore
-      ext/gd/.cvsignore
-      ext/gd/Makefile.am
-      ext/gd/Makefile.in
-      ext/gd/config.m4
-      ext/ftp/.cvsignore
-      ext/ftp/Makefile.am
-      ext/ftp/Makefile.in
-      ext/filepro/.cvsignore
-      ext/filepro/Makefile.am
-      ext/filepro/Makefile.in
-      ext/fdf/.cvsignore
-      ext/fdf/Makefile.am
-      ext/fdf/Makefile.in
-      ext/domxml/Makefile.am
-      ext/domxml/Makefile.in
-      ext/domxml/.cvsignore
-      ext/dbase/.cvsignore
-      ext/dbase/Makefile.am
-      ext/dbase/Makefile.in
-      ext/dbase/config.m4
-      ext/dba/.cvsignore
-      ext/dba/Makefile.am
-      ext/dba/Makefile.in
-      ext/db/.cvsignore
-      ext/db/Makefile.am
-      ext/db/Makefile.in
-      ext/db/config.m4
-      ext/dav/Makefile.am
-      ext/dav/Makefile.in
-      ext/dav/.cvsignore
-      ext/cybercash/.cvsignore
-      ext/cybercash/Makefile.am
-      ext/cybercash/Makefile.in
-      ext/cpdf/.cvsignore
-      ext/cpdf/Makefile.am
-      ext/cpdf/Makefile.in
-      ext/com/.cvsignore
-      ext/aspell/Makefile.am
-      ext/aspell/Makefile.in
-      ext/bcmath/.cvsignore
-      ext/bcmath/Makefile.am
-      ext/bcmath/Makefile.in
-      ext/aspell/.cvsignore
-      ext/apache/.cvsignore
-      ext/apache/Makefile.am
-      ext/apache/Makefile.in
-      ext/.cvsignore
-      ext/Makefile.am
-      ext/Makefile.in
-      ext/ext_skel
-      build/build.mk
-      build/build2.mk
-      build/buildcheck.sh
-      build/fastgen.sh
-      build/library.mk
-      build/ltlib.mk
-      build/mkdep.perl
-      build/program.mk
-      build/rules.mk
-      build/rules_pear.mk
-      build/shtool
-      internal_functions_win32.c
-      snapshot
-      .cvsignore
-      Makefile.am
-      Makefile.in
-      acinclude.m4
-      build.mk
-      build2.mk
-      buildcheck.sh
-      buildconf
-      configure.in: Integration of -ng changes. Changes:
-
-    - added support for externally built modules,
-    - improved support for in-tree shared modules,
-    - fixed diversion bugs,
-    - configure displays some informative messages,
-    - faster static build
-      (libtool isn't used anymore for compiling non-PIC objects),
-    - dependencies comparable to automake's without requiring GNU make or GCC,
-    - working make clean for non-GNU makes.
-
-    * sapi/apache/config.m4: Macro syntax has changed
-
-1999-12-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build.mk: Don't search for config.h.stubs in sapi
-
-    * sapi/servlet/config.h.stub
-      sapi/servlet/config.m4
-      sapi/roxen/config.h.stub
-      sapi/roxen/config.m4
-      sapi/phttpd/config.h.stub
-      sapi/phttpd/config.m4
-      sapi/cgi/config.h.in
-      sapi/apache/config.h.stub
-      sapi/aolserver/config.h.stub
-      sapi/aolserver/config.m4:
-    Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()
-
-1999-12-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c:
-    Make sapi_module static. This is was the majority of SAPI modules uses.
-    I wonder how this has worked up to now..
-
-    * regex/cname.h
-      regex/regcomp.c
-      regex/regcomp.ih
-      regex/regerror.c
-      regex/cclass.h: Fix -Wall warnings
-
-    * ext/standard/php_string.h
-      ext/standard/string.c: Move include into source file
-
-    * ext/mysql/php_mysql.c: Add neccessary includes
-
-1999-12-28  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/phttpd/phttpd.c: *** empty log message ***
-
-    * sapi/phttpd/phttpd.c: not too bad: i can see phpinfo()!
-
-    * sapi/phttpd/.cvsignore: shut up
-
-    * sapi/phttpd/Makefile.am
-      sapi/phttpd/config.h.stub
-      sapi/phttpd/config.m4
-      sapi/phttpd/php.sym
-      sapi/phttpd/php_phttpd.h
-      sapi/phttpd/phttpd.c:
-    SAPI module for phttpd - found at ftp://ftp.netuse.de/pub/phttpd/, 
ftp://ftp.signum.se/pub/phttpd/
-    (DOES NOT WORK YET!!)
-
-    * ext/imap/imap.c: non-ZTS fix
-
-1999-12-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    Remove unneccessary include to make stand-alone build work
-
-    * build.mk: Move .PHONY special target to the end
-
-1999-12-27  Ryan Bloom  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4:
-    Beginning work to get PHP 4 to work with Apache 2.0.  This change detects
-    Apache 2.0 properly.
-
-1999-12-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:    Fixed -c support in the standalone CGI binary (Zeev)
-
-1999-12-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Format fix.
-
-1999-12-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbf_misc.c: Build correctly on systems which lack localtime_r
-
-1999-12-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4: Cache results of crypt capability checks
-
-1999-12-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-    * sapi/isapi/php4isapi.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/wddx/wddx.c
-      ext/standard/array.c
-      ext/standard/iptc.c
-      ext/standard/post.c
-      ext/standard/var.c
-      ext/session/session.c
-      ext/pcre/php_pcre.c
-      ext/java/java.c
-      ext/odbc/php_odbc.c
-      ext/hyperwave/hw.c
-      ext/dav/dav.c
-      ext/com/COM.c
-      main.c
-      rfc1867.c: Change ALLOC_ZVAL() semantics
-
-    * main.c: namespace protection
-
-    * ext/pgsql/pgsql.c
-      ext/standard/basic_functions.h
-      ext/standard/rand.c:
-    - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other 
packages too)
-    - PostgreSQL finally compiles&links
-
-1999-12-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: Make PostgreSQL compile again
-
-1999-12-25  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: - Get rid of two warnings
-
-1999-12-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * .cvsignore
-      build.mk
-      build2.mk: Update .cvsignore, make build.mk more verbose
-
-    * build2.mk:
-    Enable dependencies for UNIX. Because this only works, if you use
-    GNU make and GCC, you need to enable it manually by running
-
-    $ touch php4/want_dependencies
-
-1999-12-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * Makefile.am
-      php3_realpath.c
-      php4dll.dsp
-      php4dllts.dsp
-      php_realpath.c: php3_realpath.c -> php_realpath.c
-
-    * configuration-parser.y: Fix warnings
-
-1999-12-24  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c
-      ext/odbc/php_odbc.c
-      ext/standard/iptc.c
-      ext/standard/post.c
-      ext/standard/var.c
-      ext/dav/dav.c
-      ext/java/java.c
-      ext/com/COM.c
-      apidoc-zend.txt
-      main.c
-      rfc1867.c:
-    - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.
-
-1999-12-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4:
-    Add -rdynamic, if supported by gcc and static Apache build is used
-
-    * configure.in: Remove --enable-low-memory, and preserve LIBS from TSRM
-
-1999-12-24  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c
-      ext/standard/array.c
-      ext/wddx/wddx.c
-      ext/session/session.c
-      ext/hyperwave/hw.c
-      ext/pcre/php_pcre.c:
-    - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
-      more tricky and I'm not sure how many places this is. zval allocations
-      were only made directly in 11 places.
-
-1999-12-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y
-      configuration-scanner.l
-      php.ini-dist:
-    - Beef up the INI file reader - it now supports PHP constants, as well as
-      bitwise operators on them (no more error_reporting = 7, from now on you
-      can use error_reporting = E_ALL & ~E_NOTICE
-
-1999-12-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dll.dsp: - Make the project compile again
-
-1999-12-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: clean up basic_functions
-
-    * ext/standard/string.c: pval->zval
-
-    * ext/standard/string.c:
-    * ext/xml/xml.c
-      TODO: killed warning + added reminder
-
-    * ext/imap/imap.c: ZTS fix
-
-1999-12-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build.mk: Also remove files which are ignored by default by CVS.
-
-1999-12-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: digital cc doe not like whitespaces before a # mark
-
-1999-12-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: Kill compiler warning
-
-    * configure.in:
-    Clear LIBS as well, otherwise later linking checks (TSRM) might fail
-
-    * configure.in: Add TSRM's LDFLAGS to EXTRA_LDFLAGS
-
-    * ext/oci8/config.m4:
-    Enable --with-oci8 to use relative paths as input parameters
-
-    * configure.in:
-    Limit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. This
-    is automatically done by autoconf's AC_PROG_CC.
-
-    * .cvsignore: Ignore these directory entries
-
-    * config.guess
-      config.sub
-      ltconfig
-      ltmain.sh: Fix ltconfig, ltmain.sh
-    Update config.sub, config.guess from libtool-1.3.4
-
-1999-12-22  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c: unlock the serializing lock a tad bit later
-
-1999-12-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Little fix.
-
-1999-12-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/iptc.c:
-1999-12-22  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/config.m4:
-    Catch errors in the pike version-check script to avoid potential problems
-
-    * sapi/roxen/roxen.c: Removed C++ style comment
-
-    * sapi/roxen/roxen.c:
-    Some fixes in thread safe (ie ZTS) mode - now it actually seems to
-    work perfectly. Also fixed a couple of typos.
-
-1999-12-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Logic fix, improved comments, better SID checking
-
-    * ext/session/session.c:
-    Warn users, if they have disabled gpc_globals and track_vars. Also work
-    correctly, if users have enabled track_vars/disabled gpc_globals.
-
-1999-12-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/Makefile.am
-      sapi/isapi/Makefile.am
-      sapi/cgi/Makefile.am
-      sapi/aolserver/Makefile.am
-      sapi/apache/Makefile.am
-      pear/Makefile.am
-      sapi/Makefile.am
-      ext/odbc/Makefile.am
-      ext/standard/Makefile.am
-      ext/gd/Makefile.am
-      ext/Makefile.am
-      ext/dbase/Makefile.am
-      build-defs.h.in: Some cleanup
-
-1999-12-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/odbc/php_odbc.c
-      main.c:
-1999-12-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      ext/cpdf/cpdf.c: Some more php3->php stuff.
-
-    * fopen-wrappers.c
-      fopen-wrappers.h
-      main.c
-      request_info.c
-      request_info.h: php3 -> php prefix work
-
-    * ext/apache/apache.c
-      php.h: Correct PHP's mime type.
-
-    * TODO: *** empty log message ***
-
-1999-12-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Move TSRM checks, so that additional flags can be considered
-
-1999-12-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/browscap.c
-      ext/standard/var.c
-      ext/java/java.c
-      ext/com/COM.c
-      main.c: We're using ZVAL's now.
-
-1999-12-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: some more thoughts
-
-    * ext/standard/file.c
-      NEWS:
-    commented out select() & friends for now - we need to come up with a good API for 
those!
-
-1999-12-21  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * NEWS: - This should have made it into the NEWS
-
-1999-12-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Optimize.
-
-1999-12-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: would be nice & clean
-
-1999-12-21  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/bcmath.c: Ex API
-
-1999-12-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h: This should get it to compile...
-
-1999-12-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Only add additional include paths, if building in a separate directory
-    (cosmetic change)
-
-    * acinclude.m4: Workaround for broken trs
-
-1999-12-21  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y:
-    Further cleanup as including php.h is no longer harmful
-    - thanks to Sascha for noticing it.
-    Tested on Linux and WinNT, should work everywhere.
-
-1999-12-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_sprintf.c:
-    Change order to avoid system prototype mismatch (sprint is defined to
-    php_sprintf by php_config.h)
-
-    * acinclude.m4
-      configure.in: Propagate ZTS setting correctly
-
-1999-12-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/thttpd/thttpd.c
-      sapi/servlet/servlet.c
-      sapi/isapi/php4isapi.c
-      sapi/roxen/roxen.c
-      sapi/cgi/cgi_main.c
-      sapi/aolserver/aolserver.c
-      sapi/apache/mod_php4.c
-      ext/standard/info.c: Use sapi_module_struct to contain SAPI module name
-
-1999-12-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: (PHP preg_quote) Made binary-safe.
-
-    * ext/standard/string.c
-      TODO:
-    Made quotemeta() binary-safe.
-
-    * ext/standard/dns.c
-      ext/standard/file.c
-      ext/standard/basic_functions.c
-      ext/db/db.c
-      ext/gd/gdt1.c
-      ext/bcmath/bcmath.c: getParameters -> zend_get_parameters
-
-1999-12-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c
-      ext/standard/info.c: Make the Win32 tree compile again
-
-1999-12-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/posix/posix.c: Zend fixups.
-
-1999-12-20  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: Corrected some protos.
-
-1999-12-20  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c
-      ext/imap/imap.h: IMAP should now be in sync with its PHP3 counterpart
-
-1999-12-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Fix typo
-
-    * NEWS: Add and fix a few entries
-
-    * build-defs.h.in
-      ext/standard/info.c:
-    Add information about chosen SAPI module to phpinfo()
-
-    * sapi/thttpd/.cvsignore
-      sapi/thttpd/Makefile.am
-      sapi/thttpd/README
-      sapi/thttpd/config.m4
-      sapi/thttpd/php.sym
-      sapi/thttpd/php_thttpd.h
-      sapi/thttpd/thttpd.c
-      sapi/thttpd/thttpd_patch:
-    Add SAPI module for thttpd server. Quote from the README:
-
-        This is a SAPI module for PHP 4.0 supporting thttpd, the tiny,
-        turbo, throttling HTTP server by Jef Poskanzer.
-
-        The module contains a patch against version 2.10 of thttpd. The patch
-        adds hooks to thttpd to call PHP, if a filename matches *.php. This
-        patch will be applied when you install PHP.
-
-        While functional, this module exists primarily to demonstrate the
-        ability of PHP to work in almost every web server environment.
-
-1999-12-20  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c
-      ext/standard/cyr_convert.c
-      ext/standard/filestat.c
-      ext/standard/head.c
-      ext/standard/pack.c
-      ext/standard/quot_print.c
-      ext/standard/datetime.c
-      ext/standard/exec.c: Ex API
-
-    * ext/standard/fsock.c: Ex API and UDP support.
-
-1999-12-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h: Fix PostgreSQL build
-
-    * php4.dsw
-      php4dll.dsp: Win32 updates
-
-    * sapi/servlet/Makefile.am
-      sapi/servlet/servlet.dsp
-      sapi/apache/Makefile.am
-      sapi/apache/libphp4.module.in
-      sapi/isapi/php4isapi.dsp
-      ext/xml/Makefile.am
-      ext/pgsql/pgsql.dsp
-      ext/snmp/Makefile.am
-      ext/pgsql/Makefile.am
-      ext/mysql/Makefile.am
-      ext/mysql/mysql.dsp
-      ext/mssql/mssql.dsp
-      ext/informix/ifx.dsp
-      ext/java/Makefile.am
-      ext/java/java.dsp
-      ext/bcmath/Makefile.am
-      dl/setup
-      Makefile.am
-      build.mk
-      build2.mk
-      configure.in
-      dlist.c
-      genfiles
-      main.c
-      makedist
-      php4.dsp
-      php4.dsw
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp
-      php4ts.dsw
-      php_modules.dsw: libzend -> Zend
-
-1999-12-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acconfig.h.in
-      configure.in: Fix broken sprintf handling in PHP
-
-1999-12-19  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    (ext/informix) function name changes: zend_get_parameters_ex (danny)
-
-1999-12-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c:
-    Support the latest update to call_user_function_ex()
-
-1999-12-19  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    replaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriate
-
-1999-12-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c
-      acconfig.h.in
-      ext/session/mod_files.c:
-    Use zend_sprintf by default (which is defined to sprintf, if the system's
-    sprintf is useable).
-
-    * reentrancy.c: Fix for missing RAND_MAX on SunOS 4.1
-
-    * configure.in:
-    Refine PEAR option. Since it does not reference anything external, it should be
-    AC_ARG_ENABLE instead of AC_ARG_WITH.
-
-1999-12-19  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/dav/dav.c: DAV extension now compiles.
-
-1999-12-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/standard/string.c:
-    Use workaround function for sprintf, if the return value of sprintf is needed
-
-1999-12-19  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * SAPI.c: Fix for #2994
-
-1999-12-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * win32/winutil.c
-      win32/winutil.h
-      ext/zlib/php_zlib.h
-      ext/zlib/zlib.c
-      ext/standard/dl.c
-      php3_sprintf.c
-      ext/odbc/php_odbc.c
-      ext/odbc/php_velocis.h
-      ext/odbc/velocis.c
-      ext/interbase/interbase.c
-      ext/interbase/php_interbase.h
-      ext/oci8/oci8.c: More php3_ cleanup
-
-    * ext/icap/Makefile.am
-      ext/icap/php3_icap.c
-      ext/icap/php_icap.c
-      ext/icap/php_icap.h: More cleanup
-
-    * ext/hyperwave/php_hyperwave.h
-      ext/hyperwave/hw.c
-      ext/gettext/gettext.c
-      ext/gettext/php_gettext.h
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gd/php_gd.h: More cleanup...
-
-    * ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h
-      ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      ext/dbase/dbase.c
-      ext/dba/dba.c
-      ext/db/db.c
-      ext/db/php_db.h: More php3 cleanup
-
-    * ext/mssql/php_mssql.c
-      ext/dav/dav.c
-      ext/aspell/aspell.c
-      ext/aspell/php_aspell.h: More cleanup...
-
-    * ext/zlib/php_zlib.h
-      ext/zlib/zlib.c
-      ext/yp/php_yp.h
-      ext/xml/php_xml.h
-      ext/xml/xml.c
-      ext/sysvshm/sysvshm.c
-      ext/sysvshm/php_sysvshm.h
-      ext/sysvsem/php_sysvsem.h
-      ext/sysvsem/sysvsem.c
-      ext/sybase/php_sybase.h
-      ext/sybase/sybase.c
-      ext/standard/base64.c
-      ext/standard/base64.h
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/mail.c
-      ext/standard/output.c
-      ext/standard/pack.c
-      ext/standard/pack.h
-      ext/standard/php_browscap.h
-      ext/standard/php_crypt.h
-      ext/standard/php_dir.h
-      ext/standard/php_filestat.h
-      ext/standard/php_mail.h
-      ext/standard/php_syslog.h
-      ext/standard/reg.h
-      ext/standard/syslog.c
-      ext/snmp/snmp.c
-      ext/snmp/php_snmp.h
-      ext/posix/php_posix.h
-      ext/posix/posix.c
-      ext/pgsql/pgsql.c
-      ext/pgsql/php_pgsql.h
-      ext/pdf/pdf.c
-      ext/pdf/php_pdf.h
-      ext/oracle/oracle.c
-      ext/oracle/php_oracle.h
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h
-      ext/odbc/php_velocis.h
-      ext/odbc/velocis.c
-      ext/oci8/oci8.c
-      ext/oci8/php_oci8.h
-      ext/mhash/php_mhash.h
-      ext/mcrypt/php_mcrypt.h
-      ext/mcal/php3_mcal.c
-      ext/mcal/php_mcal.h
-      ext/ldap/ldap.c
-      ext/ldap/php_ldap.h
-      ext/java/java.c
-      ext/interbase/interbase.c
-      ext/interbase/php_interbase.h
-      ext/informix/php_informix.h
-      ext/imap/imap.c
-      ext/icap/php3_icap.c
-      ext/icap/php_icap.h
-      ext/hyperwave/php_hyperwave.h
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/gettext/gettext.c
-      ext/gettext/php_gettext.h
-      ext/gd/gd.c
-      ext/gd/gdt1.c
-      ext/gd/php_gd.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h
-      ext/filepro/filepro.c
-      ext/filepro/php_filepro.h
-      ext/fdf/php_fdf.h
-      ext/fdf/fdf.c
-      ext/domxml/domxml.c
-      ext/domxml/php_domxml.h
-      ext/dbase/dbase.c
-      ext/dbase/php_dbase.h
-      ext/dba/dba.c
-      ext/dba/php_dba.h
-      ext/db/php_db.h
-      ext/db/db.c
-      ext/dav/dav.c
-      ext/dav/php_dav.h
-      ext/cpdf/cpdf.c
-      ext/cpdf/php_cpdf.h
-      ext/bcmath/bcmath.c
-      ext/bcmath/php_bcmath.h
-      ext/aspell/php_aspell.h
-      ext/aspell/aspell.c
-      ext/apache/apache.c
-      dl/vmailmgr/php3_vmailmgr.c
-      dl/snmp/php_snmp.h
-      dl/snmp/snmp.c
-      dl/snmp/winsnmp.c
-      dl/log/log.h
-      dl/log/log_db.c
-      dl/crypt/crypt.c
-      dl/log/log.c
-      dl/calendar/calendar.c
-      dl/phpdl.h
-      configuration-parser.y
-      main.c: - Made PHP_VERSION and PHP_OS work again
-    - More php3_ cleanup
-
-    * ext/standard/basic_functions.c
-      ext/standard/md5.c
-      ext/standard/md5.h: More work on php3_ annihilation...
-
-    * sapi/servlet/servlet.c
-      sapi/cgi/cgi_main.c
-      sapi/fhttpd/fhttpd.c
-      sapi/apache/sapi_apache.c
-      ext/xml/xml.c
-      ext/sysvshm/sysvshm.c
-      ext/sysvsem/sysvsem.c
-      ext/sybase/sybase.c
-      ext/standard/base64.c
-      ext/standard/base64.h
-      ext/standard/dir.c
-      ext/standard/file.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/iptc.c
-      ext/standard/output.c
-      ext/standard/pageinfo.c
-      ext/standard/pageinfo.h
-      ext/standard/post.c
-      ext/standard/type.c
-      ext/standard/type.h
-      ext/standard/url.c
-      ext/standard/url.h
-      ext/pgsql/pgsql.c
-      ext/pdf/pdf.c
-      ext/odbc/velocis.c
-      ext/oci8/oci8.c
-      ext/mcal/php3_mcal.c
-      ext/java/java.c
-      ext/ldap/ldap.c
-      ext/interbase/interbase.c
-      ext/imap/imap.c
-      ext/icap/php3_icap.c
-      ext/hyperwave/hw.c
-      ext/gd/gdt1.c
-      ext/gd/gd.c
-      ext/ftp/php_ftp.c
-      ext/fdf/fdf.c
-      ext/dbase/dbase.c
-      ext/dba/dba.c
-      ext/db/db.c
-      ext/cpdf/cpdf.c
-      ext/com/COM.c
-      ext/aspell/aspell.c
-      dl/log/log_db.c
-      Makefile.am
-      configuration-parser.y
-      configuration-scanner.l
-      fhttpd.c
-      fopen-wrappers.c
-      main.c
-      php_sprintf.c
-      rfc1867.c
-      safe_mode.c
-      ext/zlib/zlib.c
-      ext/standard/basic_functions.c
-      ext/standard/filestat.c
-      ext/standard/image.c
-      ext/standard/link.c
-      ext/posix/posix.c
-      ext/mysql/php_mysql.c
-      ext/filepro/filepro.c
-      main.h
-      php.h
-      php_realpath.c
-      php_realpath.h
-      safe_mode.h
-      config.guess
-      config.sub
-      fopen-wrappers.h
-      internal_functions_registry.h
-      ltconfig
-      ltmain.sh: More php3_ annihilation
-
-1999-12-17  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c
-      ext/imap/imap.h: merged in imap_search() from the PHP3 tree
-    more ( like imap_lasterror() ) will follow
-
-1999-12-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Remove passthru, it is not needed anymore
-
-    * build.mk
-      configure.in:
-    Build structure change. Instead of using an external configure for Zend
-    and TSRM, the core code of these configures was separated into extra m4
-    files which we can now include into PHP's configure. Advantages:
-
-    - better integrated
-    - faster
-    - distribution becomes smaller (only one set of libtool files)
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/sapi_apache.c: Make Apache SAPI module compile in ZTS mode
-
-1999-12-17  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * dl/calendar/calendar.c
-      dl/setup: Fix for #2347 (compiling calendar), remove compile warnings.
-
-1999-12-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Fix up screw up.
-
-1999-12-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    Added get_loaded_extensions(), extension_loaded(), and
-    get_extension_funcs() functions.
-
-    * TODO: A little renaming.
-
-1999-12-16  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/config.m4: force ext/java to be built as a shared library
-
-1999-12-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c:
-    (php_ns_request_handler) set SG(server_context) to non-NULL
-
-1999-12-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: And still more stuff.
-
-    * TODO: More stuff for me to do.
-
-    * NEWS: NEWS notice.
-
-1999-12-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php.ini-dist
-      php_globals.h:
-    - Implement ability to turn off support for call-time pass by reference
-
-1999-12-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c: switched to Ex Api
-
-1999-12-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main.c:
-    (return_one) removed.
-    (OnChangeMemoryLimit) Only defined if MEMORY_LIMIT is defined.
-
-    * main.c:
-    Added date/time stamping to PHP error log file. Idea credit goes
-    to Joey.
-
-1999-12-15  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c: fixed some compile errors.
-
-1999-12-15  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c: Ex API
-
-    * ext/yp/yp.c: I would've compiled first, I swear...
-
-    * ext/yp/php_yp.h
-      ext/yp/yp.c: Ex API
-
-1999-12-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Not yet, Joey.
-
-1999-12-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      NEWS:
-    Moved function_exists() to Zend library.
-
-1999-12-14  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/bcmath.c:
-    (bcmath) Name of header changed from php3 to php but include forgotten.
-
-1999-12-14  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c: always check if output is ok after php3_header()
-
-1999-12-14  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php3_mcal.c: whoops..need to allow 7 parameters also
-
-1999-12-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c:
-    (getimagesize) grrr, fixed newly (30 min ago) introduced NPR
-
-    * ext/standard/reg.c: use ex-API
-
-    * ext/standard/basic_functions.c
-      ext/standard/php_string.h
-      ext/standard/string.c:
-    * ext/standard/metaphone.c
-      ext/standard/iptc.c: use ex-API
-
-    * ext/standard/info.c
-      ext/standard/image.c: use _ex-API
-
-1999-12-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c
-      NEWS: Boo.
-
-1999-12-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main.c:
-    Postpone the execution of post request startup handlers until the symbol_table is 
populated
-
-1999-12-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h
-      ext/standard/string.c
-      TODO:
-    Made strspn() and strcspn() binary-safe.
-
-
-    * ext/standard/array.c
-      ext/standard/php_array.h
-      TODO:
-    Finished array_multisort() function. Basically it sorts multiple arrays
-    similar to ORDER BY SQL clause.
-
-1999-12-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/rand.c
-      ext/standard/basic_functions.c: Make rand.c thread-safe.
-
-    * sapi/aolserver/aolserver.c: Reapply configuration for each request
-
-    * sapi/aolserver/aolserver.c:
-    (php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath
-
-    * ext/session/mod_files.c:
-    (_ps_files_path_create) terminate string correctly and append the whole key 
instead of the rest key
-
-1999-12-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/filestat.c: Make filestat.c thread-safe
-
-    * ext/standard/basic_functions.h
-      ext/standard/pageinfo.c
-      ext/standard/basic_functions.c:
-1999-12-12  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB.php: - Documented classes, methods and constants in the source
-    - Defined DB_ERROR_NOSUCHTABLE and DB_ERROR_NOSUCHFIELD
-    - Renamed DB_common::capableOf to DB_common::provides
-    - Cleaned up the error code mapping
-    - Added simpleQuery method in DB_mysql
-    - Changed getXxx methods in DB_common to use simpleQuery
-    - Fixed bug in DB_common::getAssoc
-
-1999-12-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Remove trailing white-spaces
-
-    * php.ini-dist:
-    Reformat ini entries and add new options (cache_limiter, cache_expire).
-
-    * ext/session/php_session.h
-      ext/session/session.c:
-    Add cache_limiter and cache_expire options. Rename extern_referer_check
-    to referer_check.
-
-    * ext/zlib/zlib.c: Kill a warning
-
-    * ext/snmp/snmp.c: Initialize variables
-
-    * ext/sysvshm/sysvshm.c: Initialize value properly
-
-    * ext/gd/gd.c: Call SLS_FETCH() only, if it is needed
-
-    * ext/filepro/filepro.c: Make it compile in ZTS mode
-
-    * ext/ftp/php_ftp.c: Include header file for php_file_le_fopen()
-
-    * ext/standard/array.c: Remove unnecessary ARRAYLS_FETCH() calls
-
-    * ext/dbase/dbase.c: Make it compile in ZTS mode
-
-    * main.c:
-    Disable global lock for now. We will have to find a way to test subsystems
-    for thread-safety, and lock them appropiately, if they aren't thread-safe.
-
-1999-12-12  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php:
-    Renamed (doOne doRow doAssoc) to (getOne getRow getAssoc).
-
-    * INSTALL: "setup" is obsolete
-
-1999-12-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/php_array.h:
-    Added array globals in preparation for multisort() changes.
-
-    * TODO
-      ext/standard/string.c:
-    (PHP php_implode) Made binary-safe.
-
-    * ext/standard/file.c
-      ext/standard/php_string.h:
-    get_meta_tags() was using php_stristr() so it needed to be changed.
-    Optimized it to use php_memnstr() directly.
-
-    * ext/standard/string.c
-      TODO:
-    Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected
-    stristr() behavior to match that of strstr() if needle is not a string.
-
-1999-12-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4
-      configure.in:
-    Moving APXS-specific checks into respective config.m4. The placement of
-    `%APXS -q..` caused error messages, if APXS was not used.
-
-1999-12-11  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.h
-      ext/odbc/php_odbc.c: Don't include functions not supported by Solid
-
-1999-12-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB/mysql.php: Copy & paste correction.
-
-    * pear/DB/mysql.php: (DB_mysql::fetchInto) new method.
-
-    * ext/xml/xml.c: Fixed #2952.
-
-1999-12-10  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * makerpm: Added makerpm by Samuel Liddicott <[EMAIL PROTECTED]>
-
-1999-12-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c: Output information about HTTP headers
-
-    * SAPI.c
-      SAPI.h: Export sapi_free_header()
-
-1999-12-10  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * NEWS: remove uninteresting NEWS entries
-
-1999-12-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: A few more fixes for php_strtolower().
-
-1999-12-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/php_string.h
-      ext/standard/string.c
-      ext/xml/xml.c
-      ext/ldap/ldap.c
-      TODO:
-    (PHP strtoupper, strtolower, substr_replace) Made binary-safe.
-
-1999-12-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c (php_set_session_var): logic fix:
-
-    gpc_globals set? Add it to the global symbol table
-    track_vars set? Add it to the HTTP_STATE_VARS array
-
-1999-12-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * sapi/apache/sapi_apache.c:
-1999-12-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO:
-    just went thru string.c and wrote down the functions that are obviously NOT 
binary-safe
-
-    * ext/standard/var.c: (unserialize) closed mem-leak
-
-    * ext/oracle/oracle.c
-      ext/oracle/php_oracle.h
-      ext/oci8/oci8.c
-      ext/oci8/php_oci8.h: small cleanups in MINIT code
-    OCIInitialize is now called at the "right" spot again
-
-1999-12-09  Nick Gorham  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      NEWS:
-    Report all ODBC error's not just the top of the stack
-
-1999-12-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/config.m4
-      ext/domxml/config.m4
-      ext/cpdf/config.m4:
-    - improved configuration due to compile problems which suddently show up
-
-1999-12-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      configuration-parser.y:
-    - Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with
-      with some clients?)
-    - Remove unnecessary directive from configuration-parser.y
-
-1999-12-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c: Use global ctor in non-ZTS mode as well
-
-1999-12-08  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: (unserialize) now cleans up better on failure!
-
-    * ext/standard/assert.c: make non-ZTS happy again
-
-    * ext/oci8/oci8.c:
-1999-12-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB.php: Added some more error defines (CANNOT_CREATE/DELETE/DROP).
-    Folded up the methods in DB.php.
-    Started adding documentation for DB_result methods.
-    Added doOne() doRow() and doAssoc() methods in DB_common.
-    Added numCols() to DB_mysql.
-
-1999-12-08  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/ftp/php_ftp.c
-      ext/readline/php_readline.h
-      ext/readline/readline.c: ZTS compile fixes
-
-    * ext/standard/assert.c: this is the "right" ZTS-fix
-
-1999-12-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB.php: Oops.
-
-    * pear/DB.php:
-    (DB::parseDSN) check for an extra / at the end purely to guard against
-                   user error
-
-    * pear/DB/mysql.php: MySQL is capable of pconnect, I think.
-
-    * pear/DB.php:
-    (DB::parseDSN) Remove extraneous / at the end of the spec if no database
-                   is specified.
-
-1999-12-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c:
-    Fill in empty constructor in order to appease Sascha ;-)
-    More seriously, uninitialized values cause MSHUTDOWN to trap.
-    Only an issue because assert was added to internal_functions.
-
-    * SAPI.c
-      internal_functions.c.in
-      internal_functions_win32.c
-      main.c
-      main.h
-      php.h:
-    Provide basis for shared libraries/dlls to contain internal extensions
-
-1999-12-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Apparently already implemented by Thies.
-
-    * configure.in: Revert the patch.
-
-1999-12-07  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * configure.in: Add check for broken apxs script
-
-1999-12-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c
-      php.ini-dist:
-    added assert.quiet_eval plus a bit of cleaning (docs to follow!)
-
-1999-12-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c
-      php4dllts.dsp:
-    fixed just enough to enable assert to build on win32 and Linux/ZTS
-
-1999-12-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c
-      configure.in: Need to check for __inet_aton on Solaris.
-
-1999-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Move it to the right place
-
-1999-12-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/assert.c: fixed NPR
-
-    * ext/readline/config.m4: the order *does* matter!
-
-    * ext/standard/assert.c
-      php.ini-dist:
-    * ext/standard/assert.c: getting there
-
-1999-12-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/cybercash/.cvsignore: Ignore generated files
-
-1999-12-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.am
-      ext/standard/assert.c
-      ext/standard/php_assert.h
-      internal_functions.c.in
-      internal_functions_win32.c: new assert() module. (Not yet finished!)
-
-1999-12-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/config.m4
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/fdf/config.m4
-      ext/domxml/domxml.c: - Several small corrections, typos, ...
-
-1999-12-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (explode) fixed newly introduced bug (them shall check twice *before* committing!)
-
-1999-12-07  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      MAINTAINERS: Mention CyberCash.
-
-1999-12-07  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y:
-    -kludges -warning +reentrancy(more) +compiles(Unix)
-
-1999-12-07  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/cybercash/cyberlib.php
-      ext/cybercash/test.php: More clean up.
-
-    * ext/cybercash/config.m4: Now it compiles - couldn't find lib before.
-
-    * ext/cybercash/cybercash.c: Eliminate some warnings.
-
-    * ext/cybercash/cyberlib.php: Minor changes and clean up.
-
-    * ext/cybercash/Makefile.am
-      ext/cybercash/config.h.stub
-      ext/cybercash/config.m4
-      ext/cybercash/cybercash.c
-      ext/cybercash/cybercash.h
-      ext/cybercash/cyberlib.php
-      ext/cybercash/test.php:    CyberCash support.
-
-1999-12-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y:
-    First step in making parsedate.y thread safe - use a pure parser
-
-1999-12-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: fixed warning
-
-    * ext/standard/string.c:    we save one buffer-copy as well (hehe)
-
-    * ext/standard/string.c:
-1999-12-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Add another item.
-
-1999-12-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y:
-    This is no longer needed.  Note that we'll always need to undefine YYSTYPE, since
-    the template bison generated .h file defines it if it's not already defined.
-
-1999-12-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/libphp4.module.in
-      configure.in
-      acinclude.m4:
-    Separate libpaths into PHP_LDFLAGS, so that we can address them
-    separately (required for Apache build).
-
-1999-12-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: opened_path could end up uninitialized - fixed
-
-1999-12-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y: removed unneded CLS_FETCH()
-
-1999-12-06  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y: build error: wrong num parms to date_parse
-
-    * ext/java/reflect.java: first pass at method overloading
-
-    * sapi/servlet/servlet.c:
-    Hmmm...must have misplaced the getcwd/chdir logic...
-
-1999-12-06  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * NEWS: *** empty log message ***
-
-1999-12-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Give it a nicer looking module name
-
-    * ext/informix/ifx.ec: php3_* => php_*
-
-    * ext/informix/Makefile.am
-      ext/informix/config.m4: Create helper library during configure time
-
-    * acinclude.m4: Allow AC_ADD_LIBRARY to append library
-
-    * acinclude.m4
-      configure.in: Add rpaths to LDFLAGS during configure, drop them later.
-
-1999-12-05  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/informix/config.m4: Revert changes.
-
-    * ext/informix/config.m4:    Fix --with-informix. Was adding wrong library.
-
-1999-12-05  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c:
-    Thies, can you provide some docs? I need something to show to my German 
translators.
-    Is the &obj correct?
-
-1999-12-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/php_xml.h
-      ext/xml/xml.c:    (XML_Set_Object) new function.
-
-1999-12-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * SAPI.h
-      mergesort.c
-      php_content_types.c
-      php_content_types.h
-      sapi/cgi/cgi_main.c
-      ext/standard/dir.c
-      ext/standard/file.c
-      ext/standard/fsock.c
-      ext/standard/lcg.c
-      ext/standard/reg.c
-      ext/session/session.c
-      ext/pgsql/pgsql.c
-      SAPI.c
-      ext/pcre/php_pcre.c
-      main.c
-      rfc1867.c: Fix some warnings
-
-    * acinclude.m4
-      configure.in: Prepend added libraries and separate LDFLAGS handling
-
-1999-12-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * sapi/apache/mod_php4.c
-      php_content_types.h
-      ext/xml/php_xml.h
-      ext/standard/basic_functions.c
-      ext/standard/lcg.c
-      ext/standard/output.c
-      ext/standard/parsedate.y
-      ext/standard/php_filestat.h
-      ext/standard/string.c
-      main.c
-      main.h: More maintainer-mode cleanups
-
-    * ext/standard/lcg.c
-      ext/standard/php_lcg.h: Fix a maintainer-mode warning
-
-1999-12-05  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.h
-      ext/standard/php_array.h
-      ext/standard/php_metaphone.h
-      pear/Makefile.am
-      ext/pcre/php_pcre.h
-      ext/session/php_session.h
-      ext/session/session.c
-      ext/mysql/php_mysql.c
-      main.h:    Fix warnings compiling in maintainer mode.
-    Install DB/common.php and DB/mysql.php on "make install".
-
-1999-12-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: Win32 .dsp update
-
-    * php.h
-      php3_compat.h
-      php_compat.h:
-    That one is actually supposed to have 'php3' on it - it's the PHP 3.0 
compatibility defines for 4.0
-
-1999-12-04  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.h.stub
-      ext/standard/dl.c
-      ext/standard/dl.h: in Zend).
-
-1999-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-    Create ``libs'' subdirectory as the current user and add /usr/ucblib
-    always to the libpath, if it exists (#2752).
-
-1999-12-04  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y: Build error
-
-1999-12-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Cast val to (char *) to avoid compile warning.
-    Forgot ; at the end and need to derefence the ent pointer.
-
-1999-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/icap/php3_icap.h
-      ext/icap/php_icap.h
-      ext/interbase/php3_interbase.h
-      ext/interbase/php_interbase.h
-      ext/gettext/php3_gettext.h
-      ext/gettext/php_gettext.h
-      ext/hyperwave/php3_hyperwave.h
-      ext/hyperwave/php_hyperwave.h
-      ext/fdf/php3_fdf.h
-      ext/fdf/php_fdf.h
-      ext/gd/php3_gd.h
-      ext/gd/php_gd.h
-      ext/db/php3_db.h
-      ext/db/php_db.h
-      ext/dba/php3_cdb.h
-      ext/dba/php3_db2.h
-      ext/dba/php3_db3.h
-      ext/dba/php3_dba.h
-      ext/dba/php3_dbm.h
-      ext/dba/php3_gdbm.h
-      ext/dba/php3_ndbm.h
-      ext/dba/php_cdb.h
-      ext/dba/php_db2.h
-      ext/dba/php_db3.h
-      ext/dba/php_dba.h
-      ext/dba/php_dbm.h
-      ext/dba/php_gdbm.h
-      ext/dba/php_ndbm.h
-      ext/bcmath/php3_bcmath.h
-      ext/bcmath/php_bcmath.h
-      ext/dav/php3_dav.h
-      ext/dav/php_dav.h
-      ext/aspell/php3_aspell.h
-      ext/aspell/php_aspell.h
-      sapi/servlet/servlet.c
-      sapi/apache/sapi_apache.c
-      sapi/cgi/cgi_main.c
-      ext/zlib/php3_zlib.h
-      ext/zlib/php_zlib.h
-      ext/zlib/zlib.c
-      sapi/apache/mod_php4.c
-      ext/xml/php3_xml.h
-      ext/xml/php_xml.h
-      ext/xml/xml.c
-      ext/yp/php3_yp.h
-      ext/yp/php_yp.h
-      ext/yp/yp.c
-      ext/sysvshm/php3_sysvshm.h
-      ext/sysvshm/php_sysvshm.h
-      ext/sysvshm/sysvshm.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sysvsem/php3_sysvsem.h
-      ext/sysvsem/php_sysvsem.h
-      ext/sysvsem/sysvsem.c
-      ext/standard/syslog.c
-      ext/standard/var.c
-      ext/sybase/php3_sybase.h
-      ext/sybase/php_sybase.h
-      ext/sybase/sybase.c
-      ext/standard/reg.c
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/php3_dir.h
-      ext/standard/php3_filestat.h
-      ext/standard/php3_iptc.h
-      ext/standard/php3_link.h
-      ext/standard/php3_mail.h
-      ext/standard/php3_standard.h
-      ext/standard/php3_string.h
-      ext/standard/php3_syslog.h
-      ext/standard/php3_var.h
-      ext/standard/php_browscap.h
-      ext/standard/php_crypt.h
-      ext/standard/php_dir.h
-      ext/standard/php_filestat.h
-      ext/standard/php_iptc.h
-      ext/standard/php_link.h
-      ext/standard/php_mail.h
-      ext/standard/php_standard.h
-      ext/standard/php_string.h
-      ext/standard/php_syslog.h
-      ext/standard/php_var.h
-      ext/standard/post.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/formatted_print.c
-      ext/standard/head.c
-      ext/standard/iptc.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/pack.c
-      ext/standard/php3_browscap.h
-      ext/standard/php3_crypt.h
-      ext/session/session.c
-      ext/snmp/php3_snmp.h
-      ext/snmp/php_snmp.h
-      ext/snmp/snmp.c
-      ext/posix/php3_posix.h
-      ext/posix/php_posix.h
-      ext/posix/posix.c
-      ext/pdf/pdf.c
-      ext/pdf/php3_pdf.h
-      ext/pdf/php_pdf.h
-      ext/pgsql/pgsql.c
-      ext/pgsql/php3_pgsql.h
-      ext/pgsql/php_pgsql.h
-      ext/pcre/php_pcre.c
-      ext/oracle/oracle.c
-      ext/oracle/php3_oracle.h
-      ext/oracle/php_oracle.h
-      ext/odbc/config.m4
-      ext/odbc/php3_velocis.h
-      ext/odbc/php_odbc.c
-      ext/odbc/php_velocis.h
-      ext/odbc/velocis.c
-      ext/mysql/php_mysql.c
-      ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h
-      ext/oci8/php_oci8.h
-      ext/msql/php_msql.c
-      ext/mssql/php_mssql.c
-      ext/mcal/php3_mcal.c
-      ext/mcal/php3_mcal.h
-      ext/mcal/php_mcal.h
-      ext/ldap/ldap.c
-      ext/ldap/php3_ldap.h
-      ext/ldap/php_ldap.h
-      ext/interbase/interbase.c
-      ext/icap/php3_icap.c
-      ext/gettext/gettext.c
-      ext/hyperwave/hw.c
-      ext/gd/gd.c
-      ext/domxml/domxml.c
-      ext/domxml/php3_domxml.h
-      ext/domxml/php_domxml.h
-      ext/fdf/fdf.c
-      ext/db/db.c
-      ext/dba/dba.c
-      ext/dba/dba_cdb.c
-      ext/dba/dba_db2.c
-      ext/dba/dba_db3.c
-      ext/dba/dba_dbm.c
-      ext/dba/dba_gdbm.c
-      ext/dba/dba_ndbm.c
-      ext/dav/dav.c
-      ext/cpdf/cpdf.c
-      ext/cpdf/php3_cpdf.h
-      ext/cpdf/php_cpdf.h
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      dl/mssql/mssql.c
-      dl/mssql/php3_mssql.h
-      dl/mssql/php_mssql.h
-      dl/snmp/php3_snmp.h
-      dl/snmp/php_snmp.h
-      dl/snmp/snmp.c
-      dl/snmp/winsnmp.c
-      fopen-wrappers.c
-      internal_functions_win32.c
-      main.c
-      php.h
-      php3_compat.h
-      php3_realpath.h
-      php_compat.h
-      php_realpath.h
-      rfc1867.c:
-    Clean up php3.*\.h files. The files itself are renamed, and references in all
-    .*\.[ch] files were changed. There is a slight chance that my script missed
-    a few changes, please correct them manually.
-
-1999-12-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    (php_set_session_var) Initialize the refcount here.
-
-1999-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: ZTS fixes
-
-    * ext/pgsql/config.m4: Remove custom LDFLAGS/LIBS changes
-
-    * configure.in:
-    Don't overwrite EXTRA_LIBS, some ext config.m4s access it directly
-
-    * main.c
-      sapi/servlet/servlet.c
-      sapi/cgi/cgi_main.c: Remove code references to serverapi
-
-    * acinclude.m4
-      configure.in:
-    Use LIBS instead of EXTRA_LIBS, so that inter-library dependences can
-    be tested for using standard autoconf macros.
-
-1999-12-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * TODO: some more ideas
-
-1999-12-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    (PHP session_register) Correct calling convention.
-
-    * ext/session/php_session.h
-      ext/session/session.c
-      main.c:
-    Session variables now obey track_vars and gpc_globals settings.
-    If track_vars is on then decoded variables appear in $HTTP_STATE_VARS
-    array. If gpc_globals is on, then session vars are decoded into global
-    variables. If both are on, then globals and $HTTP_STATE_VARS contents
-    are references to each other.
-
-    The /decoder functions now just need to call php_set_session_var()
-    this behavior.
-
-
-
-1999-12-04  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c
-      ext/xml/xml.c
-      ext/gd/gd.c
-      acinclude.m4: Fix shared mode for gd/xml/mysql extensions.
-
-1999-12-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    - Added get_used_files() function - returns a hash mapping the use()'d files
-      to their full path (Zeev)
-
-    * sapi/roxen/roxen.c
-      sapi/servlet/servlet.c
-      sapi/isapi/php4isapi.c
-      sapi/apache/sapi_apache.c
-      sapi/cgi/cgi_main.c
-      main.c
-      sapi/aolserver/aolserver.c:
-    - zend_file_handles must now flag whether their .filename property should be
-      free by Zend or not (uses e*() functions)
-
-1999-12-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4
-      configure.in:
-    Check for htonl in libsocket (sol251), and move inet_aton check in libbind to 
configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in 
libbind (if it is there).
-
-1999-12-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: fixed tiny leak
-
-1999-12-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acconfig.h.in
-      configure.in: Fix for #2909
-
-1999-12-03  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.h
-      ext/standard/info.c: windows build errors
-
-1999-12-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: inet_aton is in libresolv on Solaris 2.5.1
-
-1999-12-03  David Hedbor  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Added credit notes for Roxen SAPI module
-
-1999-12-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: Include errno.h.
-
-1999-12-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: Improve locking when O_EXCL is available
-
-    * ext/java/config.m4:
-    PHP_BUILD_* m4 macros are not intended to be used by extensions.
-    If you want to tell the user that the current choice of a specific SAPI
-    module is bad, check $php_build_target.
-
-    * main.c: 2<<30 (== 1<<31) overflows 32-bit signed int, reverting to 1<<30
-
-    * configure.in:
-    Solaris needs -D_REENTRANT to define prototypes for localtime_r etc.
-
-    * ext/standard/fsock.h
-      ext/standard/fsock.c: Use socklen_t where appropiate
-
-    * configure.in:
-    Add check for socklen_t (we cannot use AC_CHECK_TYPE, because socklen_t
-    is defined in sys/socket.h).
-
-1999-12-03  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * NEWS: forgot the "@"
-
-    * ext/standard/info.c
-      build-defs.h.in
-      configure.in: Add configure command to phpinfo() output (Stig)
-
-1999-12-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/posix/config.h.stub
-      ext/posix/config.m4
-      ext/posix/php3_posix.h: Add configure stuff
-    (note that --with-xxx should be only used, if it references something
-     external.)
-
-    * ext/posix/Makefile.am
-      ext/posix/config.h.stub
-      ext/posix/config.m4
-      ext/posix/php3_posix.h
-      ext/posix/posix.c
-      ext/posix/.cvsignore: Add posix module
-
-    * sapi/isapi/php4isapi.c
-      main.c:
-    Add X-Powered-By header in all configurations to ease PHP usage metering
-
-    * sapi/aolserver/aolserver.c (php_ns_sapi_header_handler): use sapi_free_header()
-
-1999-12-03  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    * php_globals.h
-      main.c:
-1999-12-03  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/com/COM.c: Support DATE_to_pval and DISPATCH_to_pval
-
-1999-12-02  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * main.c:
-    * ext/mysql/php_mysql.c: Add optional socket path to mysql_?connect() functions
-
-1999-12-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * buildconf: Let user override default setting of ``make''
-
-1999-12-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Define COMPILE_DL_MODNAME, if module is built as dynamic module
-
-1999-12-01  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c
-      ext/gd/gd.c: Back out PIC/COMPILE_DL hack from gd/mysql.
-
-    * ext/standard/php_output.h
-      pear/README
-      ext/gd/gd.c
-      ext/gd/gdttf.c
-      ext/gd/php3_gd.h
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h
-      dl/phpdl.h
-      SAPI.h
-      configure.in
-      php_ini.h:    - Fixed some warnings in maintainer-mode.
-    - Made mysql and gd work as shared extensions again by defining
-      COMPILE_DL if PIC is defined.
-
-1999-12-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/post.c: Test commit, ignore
-
-    * ext/standard/post.c:
-    * ext/standard/post.c:
-1999-12-01  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/DB.php: remove some debug output
-
-1999-12-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/fsock.c
-      ext/standard/string.c: Make array.c thread-safe
-
-    * php_globals.h: Remove fsock-specific members
-
-    * ext/standard/fsock.c
-      ext/standard/fsock.h
-      main.c: Make fsock module thread-safe
-
-1999-12-01  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/config.m4: use new PHP_BUILD_THREAD_SAFE macro
-
-    * ext/standard/parsedate.y:
-    Zend/zend_compile.h's #define YYSTYPE causes parsedate to barf on Windows
-
-1999-12-01  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: just a remark
-
-1999-12-01  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ltconfig
-      ltmain.sh:
-1999-11-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_regex.h: Avoid Apache's regex.h, if system regex was chosen
-
-1999-11-30  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.h
-      ext/imap/imap.c:
-    * ext/imap/imap.c: Kill some warnings
-
-1999-11-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in: Add '--enable-low-memory' option.
-
-    * php_reentrancy.h
-      reentrancy.c: Add PHPAPI for Windows.
-
-1999-11-30  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/basic_functions.c
-      ext/gd/gd.c
-      fopen-wrappers.c
-      fopen-wrappers.h
-      main.c
-      php4dllts.dsp:
-    - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not
-      always properly set, it's a TODO for all of us).  This enables us to implement
-      true 'use' support.
-
-1999-11-30  Nick Gorham  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h
-      NEWS
-      ltconfig
-      ltmain.sh
-      php.ini-dist:
-    Added check in the ODBC module that a connection is still valid before
-    reuse in a persistent connection.
-
-1999-11-30  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php.sym:
-    the Zeus-Guys were nice enoug to give us a call similar to DllMain()!
-
-1999-11-30  Shane Caraveo  <[EMAIL PROTECTED]>
-
-    * win32/time.h: need to prevent multiple usage
-
-1999-11-29  Sander Steffann  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Show some extra info for GD with phpinfo()
-
-1999-11-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Clean up code
-
-1999-11-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/config.m4: ISAPI wants to run in ZTS
-
-1999-11-29  Sander Steffann  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: Oops, forgot to check for GIF support. Fixed.
-
-1999-11-29  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: Typo
-
-1999-11-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * pear/DB.php: Modified to use preg_* functions.
-
-1999-11-29  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * sapi/servlet/.cvsignore: add .cvsignore
-
-    * sapi/servlet/Makefile.am
-      sapi/servlet/README
-      sapi/servlet/config.h.stub
-      sapi/servlet/config.m4
-      sapi/servlet/servlet.c
-      sapi/servlet/servlet.dsp
-      sapi/servlet/servlet.java
-      sapi/servlet/web.xml
-      ext/standard/info.c
-      ext/java/java.dsp
-      ext/java/reflect.java
-      ext/java/Makefile.am
-      ext/java/config.m4
-      ext/java/java.c:
-    Initial alpha-level of sapi/servlet.  See README for details.
-
-1999-11-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * pear/Makefile.am
-      pear/README: more PECL -> PEAR renaming
-
-    * pear/DB/common.php
-      pear/DB/mysql.php
-      pear/DB/odbc.php
-      pear/.cvsignore
-      pear/DB.php: - DB classes now inherit DB_common
-    - Added DB_ERROR_NODBSELECTED
-    - Added DB::connect($dsn[, $persistent] which creates a DB object and connects
-      $dsn is a "data source name" in a format specific to DB:
-        phptype(dbsyntax)://username:password@protocol+hostspec/database
-      Don't worry, such a dsn can be as short as "mysql"
-    - Added mysql support
-
-1999-11-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Name update.
-
-1999-11-29  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y:
-    Use thread-safe versions of localtime and gmtime on Win32 too
-
-1999-11-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildcheck.sh
-      buildconf:
-    Remove some more redundant checks.  buildconf is not but a simple wrapper
-    for build.mk & co.
-
-1999-11-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c:
-    Revert last patch (leak in Zend is fixed now)
-
-1999-11-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.h.stub
-      ext/odbc/config.m4
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h
-      ext/odbc/setup.stub:    Added DBMaker support (patch by Pax Tsai 
<[EMAIL PROTECTED]>)
-
-1999-11-28  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * Makefile.am
-      build.mk
-      configure.in:    Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository).
-    New name courtesy of Peter Bowen <[EMAIL PROTECTED]>.
-
-    * build.mk
-      buildconf:    Removed redundancy in buildconf/build.mk, buildconf now runs 
"make -f build.mk"
-
-1999-11-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c:
-    - Add OLS_C so that we can call php_output_init_globals() with it.
-
-1999-11-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: Prevent mod_ssl's ap_hook.h from being included.
-
-1999-11-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/link.c:
-    * ext/standard/link.c: (symlink) Disable symlinks to urls
-
-1999-11-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * .cvsignore: Add buildmk.stamp
-
-    * build.mk
-      buildcheck.sh: Add version checks from buildconf
-
-1999-11-28  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    (ext/informix/ifx.ec) Reflect ESQL/C version used (Danny)
-
-1999-11-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: Remove INCLUDES line from Makefile.am skeleton
-
-    * ext/standard/basic_functions.h
-      ext/standard/php3_string.h
-      ext/standard/string.c
-      ext/standard/basic_functions.c: Make basic/string functions thread-safe
-
-    * ext/session/session.c: ZTS fix
-
-1999-11-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/informix/Makefile.am
-      ext/informix/config.m4:
-    Improved build (now sets also runtime library search paths, works
-    out-of-the-box with Apache)
-
-1999-11-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/domxml/.cvsignore: Don't cry, CVS.
-
-    * ext/session/session.c:
-    (PHP session_register) Modified to accept variable number of arguments,
-    any of which can be either string holding the variable name or an array
-    consisting of such variable names or other arrays.
-
-1999-11-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y: one tmbuf is enough
-
-1999-11-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4.dsp
-      php4dll.dsp: - Win32 thread unsafe build updates
-
-1999-11-27  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c: typecast void pointer to char* for pointer arithmetic
-
-1999-11-27  Jouni Ahto  <[EMAIL PROTECTED]>
-
-    * ext/standard/parsedate.y
-      ext/dbase/dbf_misc.c:
-    Use thread-safe versions of localtime and gmtime
-
-1999-11-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp
-      php_reentrancy.h: Update Win32 build
-
-1999-11-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.re:
-    Only compile the scanner, if trans_sid is enabled
-
-    * configure.in: Test for PHP_THREAD_SAFETY
-
-    * configure.in: PERL_PATH is used nowhere
-
-    * acinclude.m4
-      configure.in: Add --enable-experimental-zts
-
-1999-11-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.h
-      php4dllts.dsp
-      strlcat.c
-      strlcpy.c
-      strtok_r.c: Get Win32 to compile again
-
-1999-11-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Kill undefined reference
-
-    * configure.in:
-    Enable _POSIX_THREAD_SEMANTICS for all configurations testwise
-
-    * ext/standard/basic_functions.c: Undefine HAVE_PUTENV, if ZTS is used
-
-    * ext/standard/basic_functions.c: Kill one race.
-
-    * reentrancy.c: unposixfy calls to TSRM
-
-    * reentrancy.c:
-    Define macros only, if one of the locking _r functions is used
-
-    * sapi/aolserver/aolserver.c:
-    Avoid fd leak which appears when using ZEND_HANDLE_FILENAME
-
-    * ext/standard/output.c:
-    Use php_init_output_globals() also in non-ZTS mode
-
-    * reentrancy.c: Fix typo (shutdown -> startup)
-
-    * Makefile.am
-      configure.in
-      php_reentrancy.h
-      reentrancy.c
-      strtok_r.c: - move strtok_r into reentrancy.c
-    - add rand_r()
-
-    * ext/mhash/mhash.c
-      php_reentrancy.h
-      reentrancy.c: Add/update copyright headers
-
-    * php_globals.h: Back out last commit.
-
-    * Makefile.am
-      configure.in
-      php.h
-      php_globals.h
-      php_reentrancy.h
-      reentrancy.c
-      sapi/aolserver/aolserver.c:
-    Add reentrant versions of ctime, localtime, gmtime, asctime.
-
-    These cannot be implemented platform-independent, so we fall back to the native
-    non-reentrant versions, but lock during each access (only if ZTS is used).
-
-    To initialize/destroy the used data structures, you need to call
-    reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after
-    sapi_shutdown().
-
-    * win32/registry.c
-      sapi/isapi/php4isapi.c
-      ext/ftp/ftp.c
-      ext/hyperwave/hw.c
-      ext/filepro/filepro.c
-      ext/com/COM.c: Convert more source files to use thread-safe functions
-
-    * main.c: Use thread-safe versions of asctime and localtime
-
-    * ext/standard/datetime.c:
-    Use thread-safe versions of localtime and gmtime
-
-1999-11-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * config.guess
-      config.sub
-      ltconfig
-      ltmain.sh: Undo previous bogus commit
-
-    * ext/standard/dl.c
-      config.guess
-      config.sub
-      ltconfig
-      ltmain.sh: *** empty log message ***
-
-1999-11-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    (PHP_RINIT(session)) Never return FAILURE on trivial issues from a request
-    startup handler
-
-    * ext/standard/post.c: Replace strtok with strtok_r
-
-    * configure.in
-      strtok_r.c: Add strtok_r replacement function from FreeBSD-current.
-
-    * strlcat.c
-      strlcpy.c:
-    Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
-    will never be defined, even on systems which have these functions.
-
-1999-11-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: *** empty log message ***
-
-1999-11-25  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/cpdf/cpdf.c:
-    - changed encoding parameter of cpdf_set_font to string on advice from
-      fastio to better support asian fonts.
-
-    * ext/domxml/Makefile.am
-      ext/domxml/config.m4
-      ext/domxml/php3_domxml.h: - made domxml compile
-
-1999-11-25  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/phpmod.pike: Now the new direct write is enabled too...
-
-    * sapi/roxen/README
-      sapi/roxen/phpmod.pike
-      sapi/roxen/roxen.c:
-    Implemented direct writing to the client's FD if RXML parsing of the result isn't 
selected.
-
-    * sapi/roxen/config.h.stub
-      sapi/roxen/config.m4
-      sapi/roxen/phpmod.pike
-      sapi/roxen/roxen.c:
-    Now ZTS can be used. Unless --enable-roxen-zts is specified at the
-    configure line the default process global Roxen PHP lock will be
-    used. In tests this was a lot faster for some reason and until the
-    reasons are figured out, it's recommended to use the non-thead-safe
-    version.
-    Cvs: ----------------------------------------------------------------------
-
-1999-11-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c:
-    I'm dreaming that someone else can format this when he/she is looking at it.
-
-1999-11-24  Sander Steffann  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.h.stub
-      ext/gd/config.m4
-      ext/gd/gd.c:
-    Some patched versions of GD support both GIF and PNG. The GD module now
-    checks for both instead of assuming that PNG support means that there is no
-    GIF support anymore.
-
-    * ext/gd/config.m4:
-    Removed an empty -L from LDFLAGS which caused errors in configure when
-    running it with --with-gd (without path). Because of this configure detected
-    every GD as GD-1.2.
-
-1999-11-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/info.c
-      main.c
-      request_info.c: Killing some unused variable warnings
-
-    * sapi/aolserver/aolserver.c: some cosmetical changes
-
-1999-11-24  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/domxml/domxml.c:
-    Descriptions should be different for different function names.
-
-1999-11-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: fix typo
-
-1999-11-24  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c: Removed some forgotten C++ style comments
-
-    * sapi/roxen/config.m4: Now actually correctly checks for Pike paths etc.
-
-1999-11-24  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/domxml/Makefile.am
-      ext/domxml/config.h.stub
-      ext/domxml/config.m4
-      ext/domxml/domxml.c
-      ext/domxml/php3_domxml.h: - new xml parser with dom support
-
-1999-11-24  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Freeing the memory would be a good idea...
-
-    * NEWS: Mention new select(), fd_set() and fd_isset() functions
-
-1999-11-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Cleaning up remnants of ChangeLog manipulations.
-
-1999-11-24  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h: Can't forget fd_isset()
-
-1999-11-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/config.h.stub
-      sapi/aolserver/config.m4
-      acconfig.h.in
-      acinclude.m4: - add PHP_BUILD_THREAD_SAFE
-    - move #undef HAVE_AOLSERVER into its own config.h.stub
-
-1999-11-24  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h: First attempt at fd_set() and select()
-
-1999-11-24  David Hedbor  <[EMAIL PROTECTED]>
-
-    * sapi/roxen/roxen.c:
-    - Added a couple of static for functions that don't need to be public.
-    - Removed some unused code.
-    - Started writing better comments.
-
-    * sapi/roxen/phpmod.pike:
-    Don't create a new thread for each php-script - use the handler thread.
-
-    * acconfig.h.in
-      sapi/roxen/config.h.stub: Moved HAVE_ROXEN to sapi/roxen/config.h.stub
-
-    * sapi/roxen/.cvsignore: Added .cvsignore
-
-    * sapi/roxen/Makefile
-      sapi/roxen/Makefile.am: Added the wrong file.
-
-1999-11-23  David Hedbor  <[EMAIL PROTECTED]>
-
-    * acconfig.h.in: Added HAVE_ROXEN for the Roxen sapi module
-
-    * sapi/roxen/Makefile
-      sapi/roxen/README
-      sapi/roxen/config.m4
-      sapi/roxen/phpmod.pike
-      sapi/roxen/roxen.c:
-    First version of Pike/Roxen module for embedding PHP.
-
-1999-11-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: Re-arranging a bit.
-
-1999-11-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c: Use the unified notation...
-
-    * ext/standard/basic_functions.c: Cosmetic changes
-
-1999-11-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * TODO: add some points
-
-1999-11-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c:
-    (main) In this special case, free path_translated. Fix for #2795.
-
-1999-11-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in:
-    Only create regex/Makefile, if we use the bundled regex library
-
-    * sapi/cgi/cgi_main.c:
-    (main) Remove redundant statement, this is part of the initialization
-    function.
-
-1999-11-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * pecl/Makefile.am:
-    Don't bail out, if PECL cannot be installed. PHP is often only an
-    intermediate step of the installation, so it is often not performed
-    by root.
-
-1999-11-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/Makefile.am
-      sapi/isapi/config.m4
-      sapi/isapi/php.sym:
-    Getting Zeus-Support in place - i can already see phpinfo()!
-
-1999-11-23  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * NEWS: - inform everybody about cpdf support
-
-    * tests/testcpdf: - extended test script for cpdf by GD image insertion
-
-1999-11-23  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/apache/apache.c
-      ext/aspell/aspell.c
-      ext/standard/formatted_print.c: Convert to Ex API
-
-1999-11-23  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c
-      main.c: errors during startup trap server
-
-1999-11-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Formatting.
-
-    * ext/cpdf/.cvsignore: Add .cvsignore.
-
-1999-11-23  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/output.c
-      main.c: Fixed a leak when using automatic output buffering
-
-1999-11-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * buildconf: Don't forget the pickle.
-
-    * MODULES_STATUS: Reformatting.
-
-1999-11-22  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS: add MS SQL module seams to be working
-
-    * 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  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * tests/testhyperwave: - test for hyperwave module
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * 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
-    layer in PREFIX/lib/php.
-    I hereby dedicate this part of PHP to my daughter-of-yesterday Malin. :-)
-
-1999-11-22  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/math.c: Optimize a tiny bit
-
-    * ext/ldap/ldap.c: Optimize LDAP a little with Ex API
-
-1999-11-22  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c:
-    (PHP urldecode) Fix for #2788, function changed parameter in place
-
-1999-11-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c:    convert_to_long() after compare_function() destroys 
float-compares!
-
-1999-11-21  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c
-      ext/standard/html.c: Maybe later on today. Must buy some beer first.
-
-1999-11-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/html.c
-      ext/standard/html.h:    (PHP get_html_translation_table) new function.
-
-    * ext/standard/array.c
-      ext/standard/php_array.h:    (PHP array_flip) new function. no clash detection, 
only works for IS_STRING and IS_LONG datatypes in src-array.
-
-    * ext/standard/array.c: -renamed some macros
-    -return_value_used now used in a few more functions
-
-    * ext/standard/string.c: (PHP strtr) little smarter
-
-1999-11-21  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/java/README
-      ext/java/java.c: Java module now works with Linux jdk 1.2pre2.
-
-1999-11-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4
-      ext/gd/gdttf.c
-      stamp-h.in: Fix gd problems
-
-1999-11-21  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/dba/config.h.stub
-      ext/dba/config.m4
-      ext/dba/dba.c
-      ext/dba/dba_db3.c
-      ext/dba/php3_db3.h
-      ext/dba/Makefile.am: add Berkeley DB3 support
-
-1999-11-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    (PHP substr_replace) Changed the order of the arguments.
-
-1999-11-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/php.sym
-      sapi/aolserver/php.sym
-      sapi/apache/php.sym
-      acinclude.m4
-      configure.in
-      php.sym:
-    --enable-versioning can now be used with CGI/AOLserver as well. Note that
-    we do not use versioning per se anymore, but export only the required
-    symbols.
-
-1999-11-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.dsp
-      ext/mysql/mysql.dsp: - Changed path to MySQL library in Win32 project
-
-1999-11-20  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:    (PHP strtr) new 2-Arg version.
-
-1999-11-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.dsp
-      ext/pgsql/pqsql.dsp:
-    - Fixed a typo in the name of the project file. It links now
-
-1999-11-20  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/pqsql.dsp:
-    - More PGSQL thread-safe updates. It still doesn't work though. Crashes for
-      some reason at .dll load time
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php3_pgsql.h
-      ext/pgsql/pqsql.dsp: - Should pretty much work now
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/pqsql.dsp: - Add project file
-
-    * ext/pgsql/pgsql.c
-      ext/pgsql/php3_pgsql.h:
-    - Start PostgreSQL support for Win32. Just added preliminary ZTS support.
-      Still need to make minit ZTS.
-
-1999-11-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:
-    (PHP preg_replace) Fixed a bug that cause backreferences to lose
-    their value after the first occurrence.
-
-    * ext/pcre/php_pcre.c:
-    Fixed a bug that would replace only the first occurrence and result in
-    a parse error for the rest when using /e modifier.
-
-1999-11-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c: <sys/time.h> is needed on linux
-
-1999-11-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c:
-    - Make it consistent with the rest of the stuff there.
-
-    * ext/standard/array.c
-      internal_functions_win32.c
-      php4dllts.dsp: - Add array.c to the Win32 project
-
-1999-11-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c:    (PHP xml_parse_into_struct) buffer was sometimes short by 1.
-
-1999-11-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c
-      ext/sybase/sybase.c: Optimize a bit
-
-    * ext/sybase_ct/php_sybase_ct.c: Fix a bug in sybase_fetch_hash()
-
-1999-11-18  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h:
-    Removed stdio wrapper from sockets; added timeouts to socket ops.
-
-1999-11-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/apMakefile.libdir
-      sapi/apache/apMakefile.tmpl
-      sapi/apache/config.m4
-      apMakefile.libdir
-      apMakefile.tmpl:
-    Moving apMakefile.{libdir,tmpl} to sapi/apache directory.
-
-1999-11-18  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: arg!  alphabetize correctly!
-
-    * ext/standard/info.c: add Java module to credit info
-
-1999-11-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_globals.h:
-    Add post request startup handlers. These are called at the end of the
-    request startup function, and can use the initialized structures like
-    the symbol table.
-
-    * ext/session/session.c (php_rinit_session):
-    use post request startups to reenable session.auto_start
-
-    * main.c
-      php.h:
-    Add post request startup handlers. These are called at the end of the
-    request startup function, and can use the initialized structures like
-    the symbol table.
-
-    * configure.in:
-    Remove --enable-thread-safety. There is no reason people should be able
-    to set this manually; most likely, they will burn themselves by using it.
-
-1999-11-17  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * NEWS
-      php_version.h: Bump version to 4.0b4-dev.
-
-1999-11-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * configure.in: b3 is already tagged in CVS
-
-1999-11-17  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php3_string.h
-      ext/standard/string.c: (PHP substr_replace) New function.
-
-    * ext/standard/array.c: Just some rearranging.
-
-1999-11-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/array.c: - Change used_return_value to return_value_used
-
-    * ext/standard/array.c:
-    - Initial support for Thies' idea of passing functions a flag telling them
-      they don't need to return a value. Adjusted reset() to work with this.
-      It is a bit problematic because if internal functions don't look at the
-      flag and still return a value orginally this leaked. So I free the value
-      in any case, which kind of makes the speed gain a bit smaller
-
-1999-11-16  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * NEWS: final news update before 4.0b3
-
-    * php_version.h
-      configure.in: 4.0b3 coming up
-
-1999-11-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: cleaning up
-
-1999-11-15  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c (php_minit_mcrypt): Also allow never versions of mcrypt
-
-    * ext/mhash/mhash.c:
-    (php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because we
-    don't have a fixed size array of chars (this used to work nevertheless).
-
-1999-11-14  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mhash/mhash.c (PHP mhash): don't segfault, if mhash_end() returns NULL
-
-    * ext/db/config.m4
-      ext/db/db.c: Check for db1/ndbm.h and use it in db. Fixes #2647
-
-1999-11-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.dsp
-      regex/engine.c
-      regex/regcomp.c: - Fixing warnings in regex
-
-1999-11-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS
-      ext/standard/array.c:
-    (PHP k[r]sort) now use compare_function from Zend to be consistent with the 
language-core.
-
-1999-11-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/php4isapi.c
-      php4ts.dsw:
-    - Remove ISAPI project from main dir as it's been copied to sapi/isapi
-
-1999-11-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: clearify
-
-    * ext/standard/string.c:    (PHP ucfirst,ucwords) no longer modify arg1
-
-    * ext/standard/string.c:    (PHP strtr) no longer modifies arg1.
-
-1999-11-14  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx_custom_build.dsp
-      ext/informix/ifx_custom_build.dsw
-      ext/informix/php_informix.h
-      ext/informix/ifx.dsp
-      ext/informix/ifx.dsw
-      ext/informix/ifx.ec:
-    (ext/informix) Added WIN32 build files for informix driver
-                   and make it compile with ZTS
-
-1999-11-14  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h
-      configure.in
-      php.h:    Removed the mkstemp stuff and added tmpfile() function instead.
-
-1999-11-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * internal_functions.c.in: These are inserted automatically now.
-
-    * ext/standard/basic_functions.c: It's in array.c now.
-
-    * ext/standard/Makefile.am
-      ext/standard/array.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/php_array.h
-      internal_functions.c.in: Split array functions into separate module.
-
-1999-11-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * regex/regex_extra.h
-      php_regex.h:
-    Suck in prototypes correctly with applied aliases
-    (otherwise php_reg* would not be prototyped)
-
-1999-11-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * regex/regex_extra.h
-      php4dllts.dsp: - Make Win32 compile again
-
-1999-11-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4: Allow --with-apxs and --with-regex=apache
-
-    * sapi/apache/config.m4
-      sapi/apache/libphp4.module.in
-      regex/regex_extra.h
-      regex/utils.h
-      ext/standard/config.m4
-      ext/standard/reg.c
-      Makefile.am
-      acinclude.m4
-      configure.in
-      php.h
-      php_regex.h:
-    Improve regex library selection. It lets user specify whether they want
-    system, apache, or php's regex library by using the --with-regex option.
-    "php" is the default; if you use --with-apache in combination with
-    Apache 1.3.x, the default is "apache".
-
-    * .cvsignore: Remove libtool targets
-
-    * ext/standard/config.m4
-      Makefile.am
-      acinclude.m4
-      configure.in:
-    - remove extra CPPFLAGS from top-level Makefile
-    - HSREGEX defaults to what the user wants, but can be changed now internally
-
-    * configure.in: Export CPPFLAGS to propagate additional flags
-
-    * configure.in: Fix typo (escape sign was one off)
-
-    * configure.in
-      php_version.h: preparing 4.0b3-RC5
-
-    * 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
-      ext/sysvshm/Makefile.am
-      ext/sybase/Makefile.am
-      ext/sybase_ct/Makefile.am
-      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
-      ext/odbc/Makefile.am
-      ext/msql/Makefile.am
-      ext/mhash/Makefile.am
-      ext/mcal/Makefile.am
-      ext/mcrypt/Makefile.am
-      ext/interbase/Makefile.am
-      ext/ldap/Makefile.am
-      ext/imap/Makefile.am
-      ext/informix/Makefile.am
-      ext/hyperwave/Makefile.am
-      ext/icap/Makefile.am
-      ext/gettext/Makefile.am
-      ext/gd/Makefile.am
-      ext/filepro/Makefile.am
-      ext/ftp/Makefile.am
-      ext/dbase/Makefile.am
-      ext/fdf/Makefile.am
-      ext/db/Makefile.am
-      ext/dba/Makefile.am
-      ext/bcmath/Makefile.am
-      ext/dav/Makefile.am
-      ext/apache/Makefile.am
-      ext/aspell/Makefile.am
-      configure.in:
-    Remove the extra INCLUDES line from most automake Mafiles. This is not
-    necessary, because we can change the value of INCLUDES globally in one
-    place (configure.in).
-
-    Also add two defines in thread-safe mode
-    (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
-
-    * acinclude.m4: (AC_EXPAND_PATH) Expand relative paths completely
-
-1999-11-13  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4
-      acinclude.m4
-      configure.in
-      ext/standard/config.m4: Enable selective regex library compilation.
-
-    * regex/cclass.h
-      regex/cname.h
-      regex/engine.c
-      regex/regcomp.c
-      regex/regcomp.ih
-      regex/regerror.c
-      regex/regex.h
-      regex/regex2.h
-      regex/regexec.c
-      regex/utils.h: upgrade regex library to alpha3.8
-
-1999-11-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: added missing function-alias
-
-    * ext/oci8/oci8.c: oops, didn't mean to activate this!
-
-    * ext/oci8/oci8.c:    fixed mested-tables again (broke it when resourcified the 
driver)
-
-1999-11-12  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-11  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS:
-1999-11-11  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * ext/mssql/php_mssql.c: Fixing the use of mssql.textsize in pconnect()
-
-1999-11-10  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:
-    * ext/gd/gd.c: This arg is optional
-
-1999-11-10  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * makedist: "import" libtool file preservation code from build.mk
-
-    * build.mk: Shut up warning from automake.
-
-1999-11-10  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c:
-1999-11-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: Remove duplicates.
-
-1999-11-10  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-10  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * ext/java/.cvsignore: add Java and MSDev outputs
-
-1999-11-09  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: Adding default mssql ini-setings
-
-1999-11-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * config.w32.h:
-1999-11-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/config.m4
-      ext/oci8/config.m4: IRIX ld likes this order better
-
-1999-11-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build.mk: Move only, if the file exists.
-
-    * build.mk:
-    automake overwrites libtool's files, if
-
-    - --add-missing was used
-    - *_LTLIBRARIES targets are used
-
-    Thus, we preserve our customized files while automake runs
-
-    * config.guess
-      config.sub: Add libtool helper files
-
-1999-11-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dll.dsp: add mergesort into build
-
-1999-11-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * 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
-
-    * makedist:
-    Preserve the CVS versions of ltconfig/ltmain.sh during makedist.
-
-1999-11-09  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/snmp/config.m4: Better lib detection for ucd-snmp
-
-1999-11-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dll.dsp: location of output.c moved.
-
-1999-11-09  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/snmp/config.m4: Find ucd-snmp include files more intelligently
-
-1999-11-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.h.stub
-      ext/odbc/config.m4
-      ext/odbc/php3_velocis.h
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h
-      ext/odbc/velocis.c:
-    Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
-
-1999-11-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      php.ini-dist: - set default path for cookie to the root directory ("/")
-    - complete session documentation in php.ini-dist
-
-1999-11-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: add java
-
-1999-11-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.re:
-    Include proper header files (replacement functions were not used).
-
-1999-11-09  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4: Fix OpenLink ODBC support
-
-    * configure.in
-      php_version.h: Bump version to 4.0b3-RC3.
-
-1999-11-09  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * makedist: Makedist can now be run from outside the CVS tree.
-
-    * ext/standard/basic_functions.c:
-1999-11-09  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-08  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/php_sybase_ct.c:
-    "sybase" is definitelly six characters long :-)
-
-1999-11-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in
-      makedist: Cleaned up makedist a bit more.
-
-    * .cvsignore: ignore distribution files
-
-1999-11-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build.mk
-      buildconf
-      ltconfig
-      ltmain.sh:
-    Add libtool files to CVS. Advantages:
-
-    - PHP-specific changes are easier to maintain
-    - it removes one dependency for users (i.e. GNU vs. FreeBSD ports)
-
-    I have not removed the libtool check in buildconf, since Zend/TSRM still
-    depend on a local version of libtool.
-
-    * ext/snmp/snmp.c:
-    Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and
-    broke the build for UCD SNMP 4.0.1.
-
-1999-11-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in
-      php.h: (PHP tempnam) now uses mkstemp() if available
-
-1999-11-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c:
-    (php_ns_request_ctor) enable HTTP Access Authentication
-
-    (php_ns_hash_environment) supply PATH_TRANSLATED to scripts
-
-1999-11-07  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build.mk: - limit find to PHP's automake Makefiles
-    - check whether patches were applied correctly
-
-    * ext/session/session.c:
-    Disable auto_start until we find a way to access the necessary data fields.
-
-1999-11-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in
-      php_version.h: Version update
-
-    * ext/standard/basic_functions.c
-      ext/session/session.c
-      ext/com/COM.c
-      NEWS
-      mergesort.c
-      php_ini.h: - Win32 fixes
-    - COM module improvements from Boris Wedl
-
-1999-11-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    (PHP var_dump, serialize) now use php.ini's precision size when 
displying/serializing doubles
-
-1999-11-06  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c:
-    We need to use mysql_field_count() instead of mysql_num_fields() if
-    we are using MySQL 3.22.24 or newer when we want to check a mysql struct
-    instead of a result struct.  The reference is here:
-     http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields
-
-1999-11-05  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * main.c: configuration failures trap server
-
-1999-11-05  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * LICENSE:
-1999-11-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/sybase/sybase.c:
-    (php3_sybase_get_column_content) initialize buffer before call to dbconvert()
-
-1999-11-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    (PHP multisort) More work, not yet done though.
-
-1999-11-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/dba/config.m4: Try to avoid IBM/Berkeley DB2 confusion
-
-1999-11-04  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * makedist
-      configure.in
-      php_version.h
-      buildconf:
-1999-11-04  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mssql/mssql.dsp:
-    - Add include path. Used relative include path assuming php4 and bindlib_w32
-      are in the same directory.
-
-1999-11-03  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * NEWS:
-1999-11-03  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Fix compile warning
-
-1999-11-03  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.re: Add <FORM ACTION=...> tag
-
-    * configure.in:
-    Additional check for concurrent use of --with-{apache,apxs}
-
-1999-11-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Remove extraneous comment.
-
-1999-11-02  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    (PHP getprotoby{name,number}) New Functions
-
-1999-11-02  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Added array_pad() function.
-
-1999-11-01  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    Trying to clean up the last of the body->id/body->description confusion.
-
-1999-11-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * php.ini-dist: Added new session configuration directives.
-
-1999-11-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/snmp/config.m4: Fix for #2631
-
-1999-11-01  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-11-01  Evan Klinger  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    (PHP getservby{name,port}) New functions.
-
-1999-10-31  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Add missing initialization entry
-
-    * ext/mcrypt/mcrypt.c: Support current mcrypt. Tested with libmcrypt-2.2.4
-
-    * ext/session/php_session.h
-      ext/session/session.c:
-    Change session.lifetime to session.cookie_lifetime. And:
-
-1999-10-31  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y:
-1999-10-30  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * php_regex.h: typing in the dark
-
-    * php_regex.h:
-    Damn, can't see underscores correctly on this silly terminal I am on
-
-    * sapi/apache/mod_php4.c
-      sapi/apache/sapi_apache.c
-      ext/standard/browscap.c
-      ext/standard/reg.c
-      ext/standard/url.c
-      php_regex.h
-      php.h:
-    Clean up regex header file mess.  php.h now explicitly includes php_regex.h
-    and php_regex.h figures out which regex header files to include and
-    defines symbols that prevents other stuff from including the wrong versions
-    of regex header files.
-
-1999-10-29  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: Fix typo found by [EMAIL PROTECTED]
-
-    * ext/standard/dl.c
-      regex/regex.h
-      php_regex.h: Kill the regex header file warnings
-
-    * NEWS: Looked like this was done by RedHat the way I wrote it.
-
-1999-10-29  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.h.stub
-      ext/odbc/config.m4
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    (IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.
-                      Tested against DB2 6.1 UDB on Linux (RH-6.0)
-
-1999-10-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.am:
-    Remove set-if-not-set colon, since CPPFLAGS is never set by automake.
-
-1999-10-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Fix bug #2623.
-
-    * NEWS: New function.
-
-1999-10-28  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-28  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp:
-    look for output.c in its new location in the windows build
-
-1999-10-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php3_string.h
-      ext/standard/string.c: (PHP str_repeat) New function.
-
-1999-10-27  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/output.c
-      ext/standard/php_output.h
-      Makefile.am
-      ext/standard/Makefile.am
-      ext/standard/basic_functions.c
-      internal_functions.c.in
-      internal_functions_win32.c
-      output.c
-      output.h
-      php.h: moved output.c into ext/standart and made it thread-safe.
-    moved output-buffering related functions from basic_functions to output.c
-    Win32 project need to be updated to reflect new position.
-
-    * ext/oci8/oci8.c:
-1999-10-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Forgot to remove function entry.
-
-1999-10-26  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: eliminated warinigs
-
-1999-10-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * TODO: No tabs please.
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: (PHP array_map) Away with it.
-
-    * TODO: Some todo things.
-
-1999-10-25  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/readline/readline.c: added some more options
-
-1999-10-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c: kill warning
-
-    * ext/standard/basic_functions.c:
-    folding fix (xemacs 21 loads the file again;-)
-
-1999-10-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/pcre/config.h.stub
-      ext/pcre/config.m4:
-    Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480
-
-1999-10-24  Sam Ruby  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp
-      php4dll.dsp:
-    Allow CYGWIN directory to be specified as via environment variable
-
-1999-10-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    (PHP session_register, session_unregister) always return true
-
-1999-10-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/readline/readline.c:
-    one can now use callbacks for custom completion functions (still work-in-progress)
-
-1999-10-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c
-      NEWS
-      php.ini-dist: Add session.use_cookies option
-
-1999-10-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    unserialize no longer complaints about unserializing empty-strings (started that 
just a few days ago)
-
-1999-10-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.re: Add <AREA HREF=...
-
-    * ext/session/mod_files.c (_ps_files_valid_key): small logic fix
-
-1999-10-21  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/hyperwave/php3_hyperwave.h:
-    Added hw_mapid(), read comment in hg_comm.c
-
-1999-10-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c (_ps_files_open): evaluate key (session id) before path 
creation
-
-1999-10-21  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * ext/com/COM.c
-      internal_functions_win32.c
-      php4dllts.dsp: - Make COM compile again
-
-    * ext/com/php3_COM.h
-      ext/com/php_COM.h
-      ext/standard/dir.c
-      config.w32.h
-      php4ts.dsp: - Make CVS compile on Win32.
-    - Rename php3_COM.h -> php_COM.h
-
-1999-10-20  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.h.stub
-      ext/standard/config.m4
-      ext/standard/dir.c
-      ext/standard/php3_dir.h: (PHP getcwd()) added, needs to porting to Win32
-
-1999-10-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c:
-    (PHP xml_parse_into_struct) sometimes the value was truncated
-
-    * ext/standard/var.c: (PHP var_dump, serialize) fixed mem_leak.
-
-1999-10-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * .cvsignore: Ignore shared modules directory.
-
-    * .cvsignore: Ignore generated libs.
-
-1999-10-20  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c (PHP xml_parse_into_struct): fixed mem-leak when encountering 
invalid XML.
-
-1999-10-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c:
-    (php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDDATE, 
SERVER_PROTOCOL
-
-1999-10-20  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main.c: Revert my patches to error functions.
-
-1999-10-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * NEWS: added === operator support (type *and* value match) . samples:
-    (1 == "1") is true
-    (1 === "1") is false (integer != string)
-    (0 == false) is true
-    (0 === false) is false (integer != boolean)
-
-1999-10-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c (PHP extract):
-    Fixed bug that would mess up global and referenced
-                   variables in certain cases.
-
-    * ext/ldap/ldap.c (PHP ldap_get_entries): Fix string function name.
-
-1999-10-19  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c:
-    - some tiny changes to possible improve link extraction/insertion of HTML-docs
-
-1999-10-19  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c: (parse_url) fix for #2569: parse_url('-') crashes
-
-1999-10-19  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-18  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c: More forgotten prototypes.
-
-1999-10-18  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS:
-    Added zlib module to list of maintained extensions. (Stefan).
-
-1999-10-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c:
-    * ext/standard/var.c: (PHP unserialize) - fixed mem-leak.
-
-1999-10-18  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gd/Makefile.am
-      ext/gd/config.h.stub
-      ext/gd/config.m4
-      ext/gd/gd.c
-      ext/gd/php3_gd.h: Add PNG support. Tested with gd 1.7.3.
-
-1999-10-17  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c: Looks better, but isn't wrong
-
-    * ext/standard/math.c: One typo corrected.
-
-1999-10-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: Fix bug #2548.
-
-1999-10-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c
-      ext/standard/file.c
-      ext/standard/php3_string.h
-      ext/standard/string.c
-      fopen-wrappers.c: _php3/_php3i -> php rename
-
-1999-10-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * sapi/cgi/cgi_main.c: - It's OK if we link dynamically.
-
-    * sapi/cgi/cgi_main.c
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      php4ts.dsp
-      mergesort.c
-      php4dllts.dsp:
-    - Get windows version to compile again. No biggy if array_map is not #if 0'd
-      out even if it doesn't work.
-
-1999-10-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h: *** empty log message ***
-
-    * ext/standard/basic_functions.c: (PHP array_map) Temporarily #if 0 this.
-
-    * php.h: Update mergesort() proto.
-
-    * ext/pcre/php_pcre.c: Make string copying a little more efficient.
-
-    * main.c: Small tweak in the error format.
-
-    * main.c (php3_log_err): Don't output error message to stderr when
-                               running as CGI binary.
-
-    * ext/pcre/php_pcre.c
-      ext/standard/php3_string.h
-      ext/standard/string.c:
-    Renamed a couple of functions to have proper php_ prefix.
-
-    * main.c (php_error): finally get rid of those annoying html tags
-                 when running as CGI binary
-
-    * ext/standard/basic_functions.c:
-    Massive change of zend_error() to php_error().
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    * Makefile.am: Add mergesort.c to compilation list.
-
-    * mergesort.c
-      php.h: Added mergesort.c from FreeBSD.
-
-1999-10-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/basic_functions.c: (is_resource, is_bool) new functions
-
-1999-10-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:
-    (_php_replace_in_subject)
-    (PHP preg_replace):
-    Fixed a bug that happened when regex was an array and replacement was a
-    single non-string value. Also changed conversions to use
-    convert_to_string_ex().
-
-    (PHP preg_grep): use convert_to_string_ex() for proper conversion
-
-1999-10-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.h
-      ext/standard/fsock.c
-      ext/standard/file.c
-      ext/pdf/pdf.c
-      ext/ftp/php_ftp.c
-      rfc1867.c
-      fopen-wrappers.h
-      php.h:
-    files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
-    but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
-    i also updated the ftp, pdf and file-upload stuff to match the new requirements.
-
-1999-10-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c (PHP implode): Properly separate zval for another case.
-
-1999-10-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:
-    That should do the trick - fix implode() not to modify its arguments
-
-    * ext/odbc/php_odbc.c
-      config.w32.h: Make ODBC work under Win32
-
-1999-10-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * tests/testarray
-      tests/testfuncref
-      ext/standard/math.c
-      php4dllts.dsp:
-    - Converted math.c to use new convert_to_number_ex() macro.
-
-1999-10-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: Add dba and mcrypt extensions to list.
-
-1999-10-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/file.c
-      php3_compat.h:
-    new api fo dl() - renamed php3_dl to php_dl (added compat header)
-
-    * ext/standard/html.c (PHP: htmlspecialchars, htmlentities):
-    new zend-api for html-function (not worth mentioning in NEWS)
-
-    * ext/standard/math.c:
-1999-10-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: Add mhash module.
-
-1999-10-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    (shell_exec) use pclose for FILE* that has been opened via popen!
-
-1999-10-13  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/fsock.c
-      fopen-wrappers.h
-      rfc1867.c:
-    starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened 
yet - just renaming things around.
-
-1999-10-12  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    (Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
-
-1999-10-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: made nice
-
-    * MAINTAINERS: add myself
-
-    * ext/wddx/wddx.c: (wddx_add_vars) adjusted to new resource-API
-
-    * ext/sybase_ct/php_sybase_ct.c: (php sybase_close) fixed obvious bug.
-
-    * ext/sybase_ct/php_sybase_ct.c
-      ext/oracle/oracle.c
-      ext/odbc/php_odbc.c
-      ext/oci8/oci8.c
-      ext/mysql/php_mysql.c
-      ext/msql/php_msql.c:
-    new improved resource-API (i hope everything still compiles)
-
-1999-10-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS: Just some formatting.
-
-1999-10-12  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * MAINTAINERS:
-    Added Informix driver to list of maintained extensions. (Danny).
-
-1999-10-12  changelog  <changelog@www>
-
-    * NEWS: *** empty log message ***
-
-    * NEWS: NEWS update
-
-1999-10-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Modified sorting functions to use updated zend_hash() prototype.
-
-    * README.CVS-RULES: Added notice about LXR and Bonsai.
-
-    * MAINTAINERS: First revision.
-
-1999-10-11  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/config.m4: *** empty log message ***
-
-    * ext/informix/ifx.ec:
-    (ext/informix) Changed ifx.ec to use the new high-performance
-                   ZEND API now that it compiles with libtool. (Danny)
-
-    * ext/informix/config.m4:
-    (configure) Allow IFX_LIBDIR environment variable to specify the
-                Informix library path to allow linking with the static
-                libraries (libtool related). (Danny).
-       path for configure (Danny).
-
-1999-10-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build.mk: automake scans aclocal.m4 as well
-
-1999-10-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * build.mk: (build.mk) fix suggested by sascha.
-
-    * build.mk:
-    (build.mk) make cvsclean now also deletes the Zend & TSRM symlinks.
-
-1999-10-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/informix/stub.c: Add stub.c for helper library.
-
-1999-10-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * build.mk:
-    (build.mk) added target cvsclean: removed all files listed in all .cvsignore 
files found in the current tree.
-
-1999-10-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/informix/Makefile.am
-      ext/informix/config.m4:
-    Workaround for Informix set of libraries. One library depends on
-    another "library" (an object file). We build a standard library
-    out of this object here, so that we can link it in at the right place
-    later.
-
-    * ext/gd/gd.c
-      ext/pgsql/pgsql.c
-      ext/snmp/snmp.c:
-    Remove -DPIC preprocessor macros. This is defined by libtool
-    automatically, if a shared library is built. This would lead
-    to multiple definitions of get_module(). If you want to build
-    modules, add -DCOMPILE_DL to your CFLAGS.
-
-    * ext/informix/Makefile.am
-      ext/informix/config.m4: Link in IFX_LIBS properly.
-
-    * build.mk:
-    Clean up and add 'clean' target which removes standard targets recursively
-
-    * build.mk: build.mk can be used to generate build tools. It is usually
-    faster than buildconf, since it rebuilds only components, if
-    it is necessary. To use it, run
-
-        $ make -f build.mk
-
-1999-10-09  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.am: Remove redundant library declaration. All libtool libraries
-    are referenced through DEPENDENCIES now.
-
-    * Makefile.am: Only link with bundled regex, if the user wants it.
-
-    * regex/regcomp.c: POSIX_MISTAKE is enabled by default.
-
-1999-10-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * sapi/apache/config.m4:
-    fix suggested by sascha for xml-build in apxs mode
-
-1999-10-09  changelog  <changelog@www>
-
-    * NEWS: NEWS update
-
-1999-10-08  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c:
-    Forgot to remove workaround for SQLANY_BUG which is no longer needed
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    Moved Environment handle to connection struct for thread safety
-
-1999-10-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * README.CVS-RULES: Mention php-cvs-daily list.
-
-1999-10-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main.c:     Use correct data type for mutex.
-
-    * main.c:
-        Implement temporary workaround for thread-safety issues. This
-        serializes all request accesses. To disable, define NO_GLOBAL_LOCK
-
-1999-10-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * README.CVS-RULES: More emphasis on ChangeLog and NEWS daily updates.
-
-1999-10-08  changelog  <changelog@www>
-
-    * tests/testclassfunc: mailing list test
-
-    * tests/testfe: testing
-
-    * tests/test.php4: test
-
-1999-10-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * ext/gd/gdt1.c
-      ext/gd/gdt1.h:
-    Added the files for t1lib support. No porting from PHP3 done yet.
-
-    * 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. (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. (Jouni)
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c:
-    Apparently, we did too much cleanup. The server survives now much longer.
-
-1999-10-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS: NEWS update
-
-    * MAINTAINERS
-      README.CVS-RULES
-      TODO:
-    New files.
-
-    Please read README.CVS-RULES!
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * 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  <[EMAIL PROTECTED]>
-
-    * TODO-LeftOver: Some ChangeLog surgery.
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel:     Add help to get people started.
-
-1999-10-07  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h:
-    Made henv a real global var. Seems to work basically when multithreaded
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/Makefile.am
-      sapi/aolserver/config.m4:     nsapi => aolserver changes
-
-1999-10-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * NEWS:
-    Renaming ChangeLog to NEWS. All future entries intended for public should
-    go into NEWS.
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-        PHP_SHOW_LD_LIBRARY_PATH leaked out of my test environment.
-
-1999-10-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pdf/php3_pdf.h:
-    - new functions pdf_get_font, pdf_get_fontsize, pdf_get_fontname
-
-1999-10-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * tests/testfunc: Test commit again.
-
-    * tests/testfunc: Testing commit.
-
-    * sapi/aolserver/.cvsignore
-      sapi/cgi/.cvsignore
-      sapi/isapi/.cvsignore
-      sapi/apache/.cvsignore
-      regex/.cvsignore
-      .cvsignore: Ignore generated files.
-
-    * ext/db/db.c: Put PLS_FETCH() in the correct place.
-
-    * ext/pcre/pcrelib/.cvsignore
-      ext/yp/.cvsignore
-      ext/zlib/.cvsignore
-      ext/sysvshm/.cvsignore
-      ext/wddx/.cvsignore
-      ext/sysvsem/.cvsignore
-      ext/sybase/.cvsignore
-      ext/sybase_ct/.cvsignore
-      ext/standard/.cvsignore
-      ext/session/.cvsignore
-      ext/snmp/.cvsignore
-      ext/pdf/.cvsignore
-      ext/pgsql/.cvsignore
-      ext/pcre/.cvsignore
-      ext/oracle/.cvsignore
-      ext/oci8/.cvsignore
-      ext/odbc/.cvsignore
-      ext/msql/.cvsignore
-      ext/mysql/.cvsignore
-      ext/mcrypt/.cvsignore
-      ext/mhash/.cvsignore
-      ext/mcal/.cvsignore
-      ext/interbase/.cvsignore
-      ext/ldap/.cvsignore
-      ext/imap/.cvsignore
-      ext/informix/.cvsignore
-      ext/icap/.cvsignore
-      ext/gettext/.cvsignore
-      ext/hyperwave/.cvsignore
-      ext/ftp/.cvsignore
-      ext/gd/.cvsignore
-      ext/fdf/.cvsignore
-      ext/filepro/.cvsignore
-      ext/dbase/.cvsignore
-      ext/db/.cvsignore
-      ext/dba/.cvsignore
-      ext/com/.cvsignore
-      ext/dav/.cvsignore
-      ext/bcmath/.cvsignore
-      ext/apache/.cvsignore
-      ext/aspell/.cvsignore
-      ext/ext_skel: Ignore generated files.
-
-    * request_info.c: Fix for #2457.
-
-1999-10-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/db/db.c: fix ZTS compile
-
-    * ext/xml/xml.c: fixed hopefully last XML problem. that one was hard!
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/aolserver/aolserver.c (php_ns_request_handler): call ts_free_thread() to 
clean up
-
-1999-10-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/db/db.c: compiles again - and gets compiled
-
-1999-10-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:
-        Pass -avoid-version when building a shared library to avoid problems
-        with "installing" symbolic links. We need to do this conditional, since
-        some libtool versions imply --disable-static with this option.
-
-1999-10-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * php_content_types.c:
-    SET_VAR_STR* expect a emalloc'ed  copy of the string!
-
-1999-10-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * patch-aa
-      buildconf:
-    Enable hardcoding runpaths for more platforms and allow Solaris' patch to run
-    buildconf.
-
-    * buildconf:     Ignore already applied patches.
-
-        If somebody could make this work on Solaris, I'd appreciate it.
-
-    * buildconf
-      patch-aa
-      patch-ab
-      patch-ltmain.sh:
-        Allow *.a and *.o as libtool objects, and hardcode runpaths into
-        shared libraries.
-
-        (Both taken from FreeBSD's libtool port.)
-
-1999-10-06  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/rand.c
-      ext/standard/php_rand.h:
-    Move random functions related defines into its own header file.
-
-1999-10-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog: *** empty log message ***
-
-1999-10-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/informix/Makefile.am:
-        Fix "make clean". automake does not define an extra target for clean.
-
-    * patch-ltmain.sh:
-        unidiff isn't widely recognized, change to context format.
-
-    * ext/pgsql/pgsql.c
-      ChangeLog:     Fixed pg_fetch_array() with three arguments.
-
-        Submitted by: [EMAIL PROTECTED]
-
-1999-10-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ChangeLog: - replaced most getParamters against getParamtersEx calls
-    - removed ParamterPassedByReference where appropiate
-
-1999-10-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * buildconf:     * --copy always, since we need to change ltmain.sh
-        * make patch on some obscure UNIX happy
-
-1999-10-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c: - fixed some memory leaks
-
-    * ChangeLog: - as always forgot the Changelog entry
-
-    * SAPI.c
-      ext/standard/post.c:
-    - support for mimetype application/vnd.fdf needed by fdf module
-      (only active if fdf support is compiled in)
-
-    * ext/fdf/config.m4
-      ext/fdf/fdf.c: - fix to work with new version of FdfTk
-
-1999-10-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.am:
-        FreeBSD's libtool port seems to contain a bug which is triggered by
-        -avoid-version. Removing it, since we don't absolutely need this option.
-
-    * buildconf
-      patch-ltmain.sh:     Apply patch automatically at buildconf time
-
-    * ext/standard/dir.c:     Fix typo (xml_globals => dir_globals)
-
-1999-10-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h
-      ChangeLog:
-    use reference counting for emulating child<->parent (cursor<->connection) 
relationships.
-
-    * ext/standard/dir.c
-      ext/standard/php3_dir.h
-      ChangeLog: dir modules is now resourcified & thread-safe!
-
-1999-10-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * genfiles
-      makedist:     Generate files for distribution (also adds parsedate.c)
-
-    * sapi/apache/config.m4:     Fix typo.
-
-    * sapi/apache/config.m4:
-        Get rid of *_SHLIB variables. Our config scripts don't need Perl,
-        unfortunately the "apxs" utility does. Someone slap the creator of apxs.
-
-1999-10-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Remove _A.
-
-1999-10-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.am:     Fix automake dependencies
-
-1999-10-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog: *** empty log message ***
-
-    * ext/oracle/oracle.c: fixed ora_close again
-
-    * ext/standard/basic_functions.c: fix some warnings
-
-1999-10-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * SAPI.c:     Fix logic.
-
-    * ext/msql/Makefile.am:     Use libtool
-
-    * buildconf:     automake does not find all subdirectories automatically.
-
-    * regex/.cvsignore
-      regex/regex.h
-      .cvsignore
-      Makefile.am:     * Get rid of libphp_util.la
-        * Don't build CGI from convenience library
-        * Add additional checks to regex.h (Apache build broke)
-
-    * buildconf:     100% speedup in buildconf.
-        We have a top-level Makefile.am, so find becomes superflicious
-
-    * configure.in:     Build program static.
-
-1999-10-05  Marko Karppinen  <[EMAIL PROTECTED]>
-
-    * regex/regex.h: Fix a typo? (compile bustage on Solaris 2.6)
-
-1999-10-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/basic_functions.c
-      ChangeLog: Taken from PHP3 source.
-
-    * tests/testobj: *** empty log message ***
-
-    * tests/testobj
-      tests/testfunc
-      tests/testarray: test
-
-1999-10-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:     -module is already set in Makefile.am
-
-1999-10-04  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: Added delete and rename functions.
-
-1999-10-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/README
-      ChangeLog
-      SAPI.c
-      configure.in:     * Fix header("HTTP/..") behaviour
-        * Fix leak WRT http_status_line
-        * Update sapi/README
-        * Remove %PHP_OUTPUT_FILES sort
-
-    * Makefile.am:     Move %(EXTRA_LIBS).
-
-    * php.sym:     The .sym format isn't that complex.
-
-    * sapi/aolserver/Makefile.am
-      sapi/aolserver/Makefile.inc
-      sapi/aolserver/config.m4
-      sapi/nsapi/Makefile.am
-      sapi/nsapi/Makefile.inc
-      sapi/nsapi/config.m4
-      sapi/apache/Makefile.inc
-      sapi/apache/apache.c
-      sapi/apache/config.m4
-      sapi/apache/libphp4.module.in
-      sapi/apache/mod_php4.c
-      sapi/apache/sapi_apache.c
-      sapi/cgi/Makefile.am
-      sapi/cgi/Makefile.inc
-      sapi/isapi/Makefile.inc
-      sapi/Makefile.am
-      sapi/README
-      sapi/apache/Makefile.am
-      ext/zlib/Makefile.am
-      regex/Makefile.am
-      regex/Makefile.in
-      ext/xml/Makefile.am
-      ext/xml/config.m4
-      ext/xml/xml.c
-      ext/yp/Makefile.am
-      ext/sysvshm/Makefile.am
-      ext/wddx/Makefile.am
-      ext/sybase_ct/Makefile.am
-      ext/sysvsem/Makefile.am
-      ext/standard/Makefile.am
-      ext/standard/info.c
-      ext/sybase/Makefile.am
-      ext/session/Makefile.am
-      ext/snmp/Makefile.am
-      ext/pdf/Makefile.am
-      ext/pgsql/Makefile.am
-      ext/pgsql/config.m4
-      ext/pcre/config.m4
-      ext/pcre/pcrelib/Makefile.am
-      ext/oracle/Makefile.am
-      ext/pcre/Makefile.am
-      ext/mysql/php_mysql.h
-      ext/oci8/Makefile.am
-      ext/odbc/Makefile.am
-      ext/mhash/Makefile.am
-      ext/mysql/Makefile.am
-      ext/mysql/config.m4
-      ext/mysql/php_mysql.c
-      ext/mcal/Makefile.am
-      ext/mcrypt/Makefile.am
-      ext/interbase/Makefile.am
-      ext/ldap/Makefile.am
-      ext/imap/Makefile.am
-      ext/informix/Makefile.am
-      ext/hyperwave/Makefile.am
-      ext/icap/Makefile.am
-      ext/gd/Makefile.am
-      ext/gd/config.m4
-      ext/gettext/Makefile.am
-      ext/filepro/Makefile.am
-      ext/ftp/Makefile.am
-      ext/dbase/Makefile.am
-      ext/fdf/Makefile.am
-      ext/db/Makefile.am
-      ext/dba/Makefile.am
-      ext/bcmath/Makefile.am
-      ext/dav/Makefile.am
-      ext/apache/Makefile.am
-      ext/apache/config.m4
-      ext/aspell/Makefile.am
-      ext/Makefile.am
-      ext/ext_skel
-      Makefile.in
-      acinclude.m4
-      buildconf
-      configure.in
-      install-sh
-      php.map
-      php.sym
-      stub.c
-      Makefile.am
-      .cvsignore:
-            * 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
-
-    * sapi/aolserver/aolserver.c
-      sapi/nsapi/aolserver.c:     Polish this.
-
-1999-10-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog: upgraded the former basic_functions.c code to use new API.
-
-    * ext/standard/reg.c
-      ChangeLog:
-    ereg now returns a continious array 0..9 again - empty values are returned as 
false.
-    i think this is *more* compatible with PHP3 - unless anybody really dislikes it 
i'd prefer it like this.
-
-    * main.c: i swear, i compiled (at least) before i committed!
-
-1999-10-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/Makefile.inc:
-        Object files are usually not found in the srcdir.
-
-1999-10-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c:
-    "cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - at least not if 
PHP_TRACK_VARS is 0.
-
-1999-10-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-        Fix typo. This caused strange errors when using --with-apxs.
-
-1999-10-03  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ChangeLog: - Update changelog
-
-1999-10-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in:     *_config are executable, thus we don't need %(SHELL)
-
-    * configure.in:     Fix Apache-module build
-
-1999-10-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * tests/testobj
-      tests/testarray2
-      tests/testarray
-      tests/testfe
-      tests/testfunc: test commit
-
-    * tests/testfunc: commit test
-
-    * tests/testfunc: test
-
-    * tests/testfunc: test commit
-
-    * tests/testfunc: test commit 1
-
-    * tests/testfunc: test commit
-
-1999-10-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/Makefile.inc:
-        Use the already compiled `mod_php4.o'. This avoids the trouble
-        apxs has with VPATH builds (assumes source dir = build dir).
-
-1999-10-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      php4dllts.dsp: - I forgot this
-
-1999-10-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Added array_reverse() function.
-
-    * ext/standard/info.c
-      ext/wddx/php_wddx.h
-      ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c
-      ext/session/session.c
-      ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h: rename.
-
-1999-10-01  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c
-      ChangeLog: one zval fix - cleanups
-
-1999-09-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ChangeLog: test commit
-
-    * ChangeLog
-      ext/pcre/php_pcre.c:
-    preg_replace() now makes copies of array entries if arrays are passed in,
-    so that convert_to_string() preserves the originals. Is this the correct way to 
do it?
-
-1999-09-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4:     Fix typo--GD_* is for shared build mode.
-
-1999-09-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: Fix nl2br crash.
-
-1999-09-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog:     Test commit II.
-
-1999-09-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * setup: No need for this anymore.
-
-1999-09-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog:     Test commit.
-
-    * configure.in
-      sapi/apache/config.m4:
-        Automatically add the SAPI target's Makefile to the list. This
-        frees us from doing this in each config.m4.
-
-1999-09-30  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h:
-    major rework here - the refcount stuff gets better and better!
-
-1999-09-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in
-      ext/pcre/config.m4
-      sapi/apache/config.m4:     * create Makefiles for ext, pcrelib, sapi/*
-        * copy files for Apache from $(srcdir)
-
-    * buildconf
-      configure.in:     * VPATH work
-        * add "--local" switch to buildconf which only recrates the local
-          autoconf scripts.
-
-1999-09-29  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: cjh: closing bug #2407.
-
-1999-09-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: fix the order.. (thanx, andi)
-
-1999-09-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * sapi/apache/Makefile.inc:     Fix a VPATH issue.
-
-1999-09-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * scripts/preconfig
-      sapi/apache/Makefile.am
-      sapi/apache/Makefile.inc
-      sapi/apache/apache.c
-      sapi/apache/config.m4
-      sapi/apache/libphp4.module.in
-      sapi/apache/mod_php4.c
-      Makefile.in
-      acconfig.h.in
-      acinclude.m4
-      buildconf
-      configure.in
-      configure.in.in
-      libphp4.module.in
-      sapi/apache/.cvsignore
-      .cvsignore:
-    Decent configure speedup.  Makefiles are now generated only for the
-    extensions you are including.  Got rid of configure.in.in.
-    Moved the last Apache-specific files into sapi/apache and made both
-    static and DSO build work again (it still doesn't run properly).
-
-    * ext/gd/config.m4:
-    The $shared variable should normally never be used outside of a call to
-    AC_ARG_(ENABLE|WITH).  If it is necessary anyway, make sure it is set to
-    "no" before starting.
-
-1999-09-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c: Fix for my fix.
-
-1999-09-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h: fixed crash in connection shutdown!
-
-    * ext/oci8/oci8.c: just some renaming.
-
-1999-09-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * tests/testfunc2
-      ext/standard/string.c: - Get rid of warning
-
-1999-09-28  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * sapi/isapi/config.m4: disable --with-zeus for now.
-
-    * sapi/isapi/config.m4
-      sapi/isapi/php4isapi.c
-      INSTALL
-      acconfig.h.in:
-    Started working on the Zeus support.  Zeus's ISAPI obviously differs from
-    Windows's, does someone have docs for the Windows API?
-
-1999-09-28  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: initialize OCI in threaded mode if ZTS is defined.
-
-    * ext/oracle/oracle.c: init in thread-safe mode if ZTS isdefined
-
-    * ext/oracle/oracle.c: fixed startup-deadlock.
-
-    * ext/xml/config.m4: found a typo!
-
-1999-09-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4ts.dsp: - Update project.
-
-1999-09-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c:     Make an extra copy of input parameter.
-
-    * Makefile.in
-      sapi/aolserver/Makefile.inc
-      sapi/nsapi/Makefile.inc:     * include from $(srcdir)
-        * use proper target for nsapi
-
-    * configure.in.in:
-        Create directories, if they do not exist (for VPATH builds).
-
-1999-09-27  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * sapi/README: added README file with very brief docs
-
-    * sapi/aolserver/.cvsignore
-      sapi/aolserver/Makefile.am
-      sapi/aolserver/Makefile.inc
-      sapi/aolserver/aolserver.c
-      sapi/aolserver/config.m4
-      sapi/cgi/.cvsignore
-      sapi/cgi/Makefile.am
-      sapi/cgi/Makefile.inc
-      sapi/cgi/cgi_main.c
-      sapi/cgi/config.h.in
-      sapi/cgi/config.m4
-      sapi/isapi/.cvsignore
-      sapi/isapi/Makefile.am
-      sapi/isapi/Makefile.inc
-      sapi/isapi/config.m4
-      sapi/isapi/php4isapi.c
-      sapi/isapi/php4isapi.def
-      sapi/isapi/php4isapi.dsp
-      sapi/nsapi/.cvsignore
-      sapi/nsapi/Makefile.am
-      sapi/nsapi/Makefile.inc
-      sapi/nsapi/aolserver.c
-      sapi/nsapi/config.m4
-      scripts/config-stubs
-      scripts/preconfig
-      Makefile.in
-      aolserver.c
-      cgi_main.c
-      configure.in.in
-      ext/apache/apache.c
-      header
-      main.c
-      mod_php4.c
-      mod_php4.exp
-      mod_php4.h
-      sapi/.cvsignore
-      sapi/Makefile.am
-      sapi/apache/.cvsignore
-      sapi/apache/Makefile.am
-      sapi/apache/Makefile.inc
-      sapi/apache/config.h.stub
-      sapi/apache/config.m4
-      sapi/apache/mod_php4.c
-      sapi/apache/mod_php4.exp
-      sapi/apache/mod_php4.h
-      ChangeLog: Generalized server-API build process on UNIX.  Each SAPI
-    implementation now has its own directory under sapi/, just like
-    extensions have theirs under ext/.  To make the final targets appear
-    in the main dir, the top-level Makefile includes sapi/NN/Makefile.inc
-    from the selected sapi backend.  This is a plan Makefile stub without
-    any autoconf substitutions.  Each SAPI backend also has its own
-    config.m4 like extensions (read at the end of diversion 2) and
-    config.h.stub files.
-
-    Each SAPI backend has to contain:
-
-    config.m4: just like for extensions, this file contains
-    autoconf/automake directives that end up in the configure script.  The
-    only difference is that the sapi config.m4 files are read in diversion
-    (output block) 2 instead of 3.  The sapi config.m4 files should set
-    two variables: PHP_SAPI (which sapi backend to choose) and SAPI_TARGET
-    (the name of the resulting library or program, previously BINNAME).
-    If they are not specified, they will default to "cgi" and "php",
-    respectively.
-
-    Makefile.inc: has to exist, has to define "INSTALL_IT" to the command
-    used to install the final target (or ":" for no operation).  It also
-    has to define a plain Makefile rule (without autoconf substitutions)
-    to build $(SAPI_TARGET)
-
-    Makefile.am: just what you think.  Make sure your target is called
-    "libphpsapi_NNN.a", where NNN is the value of PHP_SAPI.
-
-    Some testing and fixing probably remains.  To make everything hang
-    together, I've done some ugly tricks that I can imagine causing some
-    problems.  I've built and run the CGI version and built the Apache
-    DSO.
-
-1999-09-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c:
-    Fix for bug #2199. Redirect was returning http:// which resulted in a crash.
-
-    * ext/ext_skel: I will follow portability guidelines.
-    I will follow portability guidelines.
-    I will follow portability guidelines.
-    I will follow...
-
-1999-09-27  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: Added functions ftp_{pasv,size,mdtm,fget,fput}
-    PASV mode is now supported; file size and last-modified time can now
-    be fetched from servers that support them; files now may be stored to and
-    retrieved from open files, in addition to disk files.
-
-1999-09-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: Make it portable.
-
-1999-09-27  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: added AC_SYS_LFS from fileutils
-
-1999-09-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      Makefile.in:
-        Now thread safe version builds out of the box. Zend/TSRM
-        contain extra config scripts which pass the necessary libs back
-        to our Makefile.
-
-    * configure.in.in
-      Makefile.in:     Use new tsrm_config script to determine libraries.
-
-1999-09-26  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in.in:
-    Have to keep using AM_PROG_LIBTOOL to keep all automake versions happy.
-
-1999-09-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-        Avoid specifying standard paths. This might result in compiler problems
-        (see #1937, #2367)
-
-    * ext/gd/config.m4:
-        Expand relative paths properly, otherwise build process will fail.
-
-    * acinclude.m4:     Do nothing, if PHP_RPATHS is empty.
-
-    * ChangeLog
-      acinclude.m4
-      configure.in.in:     Disable rpaths optionally.
-
-1999-09-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      aolserver.c:     * Use per-thread structure for request data
-        * Update ChangeLog
-
-    * ext/session/session.c:     Do not try to free NULLs.
-
-    * aolserver.c:     * use faster Ns_ConnWrite()
-        * access cookies correctly
-        * set HTTP_* variables for script
-
-    * aolserver.c:     * cleanup
-        * make cookies work
-
-1999-09-25  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/xml/xml.c:
-    fixed callback code -> now $parser is passed as a resource!
-
-1999-09-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * aolserver.c:     * use consistent php_ns prefix
-        * improve configuration code
-        * shutdown SAPI/TSRM correctly
-
-    * ext/standard/info.c:     Add entry for AOLserver.
-
-    * aolserver.c:     * remove debugging message
-        * use SAPI's http response code
-        * improve POST read (still blocks in Ns_ConnRead, even if there is enough
-          data to read)
-        * improve config data handling
-
-    * ext/standard/dns.c
-      ext/standard/mail.c
-      ext/standard/rand.c
-      ext/standard/soundex.c
-      ext/standard/syslog.c:     New Zend API
-
-    * ext/standard/string.c:     Use new Zend API
-
-1999-09-25  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/php_odbc.c: odbc now uses the new Zend function api
-
-1999-09-25  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/zlib/zlib.c: Use new Zend API.
-
-1999-09-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * aolserver.c:     -   support POST and HEAD requests
-        -   clean up module_main()
-        -   allow arbitrary mappings
-
-    * Makefile.in
-      acconfig.h.in
-      aolserver.c
-      configure.in.in:
-        Initial AOLserver support. Note that the current way of creating
-        the shared library works only with GNU utilities. Some features
-        have to be added yet (i.e. POST and cookie support).
-
-1999-09-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c
-      ext/standard/basic_functions.c
-      ChangeLog: - Updated array functions to use high-performance API
-    - Updated preg_split() to allow returning only non-empty pieces
-
-    * ext/pcre/php_pcre.c
-      ChangeLog: Update to new high-performance function API.
-
-1999-09-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/base64.c
-      ext/standard/crypt.c
-      ext/standard/link.c
-      ext/standard/md5.c
-      ext/standard/microtime.c
-      ext/standard/uniqid.c
-      ext/standard/url.c:     Use new Zend API.
-
-    * ext/gettext/gettext.c
-      ChangeLog
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/php3_sysvshm.h
-      ext/sysvshm/sysvshm.c:     Use new Zend API and some minor cleanup.
-
-1999-09-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Extended var_dump to handle IS_RESOURCE somewhat.
-
-    * ext/wddx/wddx.c
-      ChangeLog: Update WDDX for new high-performance function API.
-
-1999-09-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog: we want to know who to "blame";-)
-
-    * ChangeLog
-      ext/standard/info.c
-      ext/xml/xml.c: updated XML (only partly tested)
-
-1999-09-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/xml/Makefile.am
-      ext/xml/config.m4: more high-tech shared building
-
-    * ext/standard/string.c: kill another warning
-
-    * ext/standard/parsedate.y: kill warning
-
-    * configure.in.in:
-    set "phplibdir" in configure so it doesn't have to be set in Makefile.am
-
-1999-09-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/oracle/oracle.c: use getParameterEx
-
-1999-09-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * strlcat.c
-      strlcpy.c:
-    * configure.in.in:
-    AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.
-    Using AC_PROG_LIBTOOL instead.
-
-    * buildconf:
-    Detect automake/libtool that are installed with different prefixes.
-
-1999-09-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: fixed warning
-
-1999-09-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c
-      ext/xml/xml.c
-      ext/zlib/zlib.c: Compile fixes for WDDX, XML and Zlib (untested)
-
-    * ext/sybase_ct/php_sybase_ct.c:
-    This should make the Sybase CT module compile again (untested)
-
-    * ext/msql/php_msql.c:
-    This should make the mSQL module compile again (untested)
-
-    * ext/mysql/php_mysql.c
-      ChangeLog:
-    Ok guys, the prototype for zend_fetch_resource*() has changed - it now
-    accepts a zval ** instead of a zval *, to be suitable for use with the
-    getParametersEx() API.
-    You don't have to switch to the getParametersEx() API, but you will have to
-    go over your code and add &'s where it's applicable (of course, if you have
-    the mental strength to go over your code and convert it to use the Ex API,
-    it's best).
-
-    The MySQL module now uses the getParametersEx() API completely.
-
-1999-09-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in:     Link with libtsrm.a, if thread-safety is chosen.
-
-    * configure.in.in:     Exit, if subsequent configure scripts fail.
-
-1999-09-23  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: fixed php3 code problem
-
-1999-09-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/config.m4: Small clarification.
-
-1999-09-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c:
-        This version is finally the standard one. The last one was created
-        using the 'nested ifs mode' which seems to be the source of the problem.
-
-1999-09-23  Nick Gorham  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.h.stub
-      ext/odbc/config.m4
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h
-      ext/odbc/setup.stub
-      ChangeLog:
-    Added support for Easysoft ODBC-ODBC Bridge
-    Fixed bug in odbc_setoption
-
-1999-09-23  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php3_mcal.c
-      ChangeLog: fixed typo in mcal_list_alarms()
-
-1999-09-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.am
-      ext/standard/url_scanner.c:
-        re2c's bit vectors appear to be not binary clean. Revert to
-        standard mode for the moment.
-
-1999-09-23  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c: tiny optimisation
-
-    * ChangeLog
-      ext/oracle/oracle.c:
-    Ora_Fetch_Into now resets the returned array in all cases
-
-    * ext/oracle/oracle.c
-      ext/oracle/php3_oracle.h
-      ChangeLog: fixed NULL column
-    cleanups
-
-1999-09-22  Nick Gorham  <[EMAIL PROTECTED]>
-
-    * ChangeLog:
-    Added odbc metadata update log
-
-    * ext/odbc/php_odbc.h
-      ext/odbc/php_odbc.c:
-    Added support for metadata functions, odbc_tables, odbc_columns,
-        odbc_columnprivileges, odbc_foreignkeys, odbc_gettypeinfo,
-        odbc_primarykeys, odbc_procedurecolumns, odbc_procedures,
-        odbc_procedurecolumns, odbc_procedures, odbc_specialcolumns,
-        odbc_statistics, odbc_tableprivileges
-
-1999-09-22  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ChangeLog: mcal fix
-
-    * ext/mcal/php3_mcal.c: added null-checking in make_event_object
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: Added optional port argument to ftp_connect()
-
-1999-09-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c: i always forget something;-)
-
-    * ext/oracle/oracle.c
-      ext/oracle/oracle_hack.c
-      ChangeLog: fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c)
-    oracle_hack.c should no longer be needed!
-
-    * ChangeLog
-      ext/oracle/oracle.c: resourcified Oracle
-
-1999-09-22  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ChangeLog: Added new allowable_tags for gzgetss() in ChangeLog, too.
-
-    * ext/zlib/zlib.c:
-    Fixed gzgetss() with new _php3_strip_tags, corrected prototype.
-
-1999-09-22  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/config.m4: - fixed misleading explaination of fdftk option
-
-1999-09-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/lcg.c: - Get rid of warning on win32, non-threadsafe mode.
-
-1999-09-21  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/php_ftp.c: removed NULL reference
-
-    * ext/ftp/ftp.c:
-    added missing "addr.sin_family = AF_INET" to socket routines
-
-1999-09-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c:
-    WDDX can now serialize and deserialize objects. It uses a variable named
-    'php_classname' to store the class name as part of the structure. This way
-    WDDX modules in other languages don't get broken by extensions to DTD
-    we would have had to make otherwise.
-
-1999-09-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4:
-    Slightly redundant to check for crypt() here again, but the TRY_RUN stuff
-    needs it defined in the same m4 file or it won't work, and it will just
-    get pulled out of the cache anyway, so it isn't a big deal.
-
-    * ext/standard/string.c
-      ext/zlib/zlib.c
-      ext/standard/file.c: fgetss/gzgetss fixes
-
-1999-09-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/string.c: A couple of fixes.
-
-1999-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4:
-        AC_CRYPT_CAP depends on symbol checks performed later.
-
-    * configure.in.in:
-        * Do not check explicitly for symbols in the C library (fixes #2339)
-
-        * sort function checks
-
-1999-09-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ChangeLog: added krsort() function
-
-1999-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.am:     Continue, if re2c is not available.
-
-        Using the ".new" suffix, we prevent the shell from zeroing the file.
-
-    * ext/standard/microtime.c:     Fix typo.
-
-        catched by: ssb
-
-    * configure.in.in:
-        Use install-sh (autoconf) script to install php. This automatically
-        creates the bindir path, so that the effect described in #2304 disappears.
-
-    * ext/standard/microtime.c:
-        On at least Win32, gettimeofday() returns values in tv_usec which exceed
-        1,000,000.
-
-        For portability reasons we set the integer part of our result to 0.
-        This is equivalent to using tv_usec % 1000000.
-
-1999-09-21  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: woops
-
-    * ext/zlib/zlib.c: Fix zlib compile problem
-
-1999-09-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h:
-    - Move some more language specific functions over to Zend.
-      get_class() and friends.
-
-1999-09-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c:
-        Timestamp commit. I do consider removing the rule from Makefile.am
-
-1999-09-20  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/string.c: Here was also something missing.
-
-1999-09-20  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ChangeLog: added FTP module
-
-1999-09-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/php3_string.h
-      ext/standard/string.c
-      tests/testarray
-      php.h:
-    - Internal functions which are basic language functions should be in Zend
-      and not in PHP. I.e. strlen(), each(), error_reporting(), count(),
-      get_class_name().
-
-1999-09-20  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c
-      ChangeLog
-      ext/standard/file.c
-      ext/standard/php3_string.h:
-    Added optional allowable_tags arguments to strip_tags() and fgetss() to
-    allow you to specify a string of tags that are not to be stripped
-
-    Could have used flex for this, and Andrew sent me a flex file to do this,
-    but I could do the same thing with only minor additions to the existing
-    state machine and the resulting code is much smaller and tighter.
-
-1999-09-20  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: php3 compatibility added
-
-1999-09-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/php3_var.h
-      ext/standard/var.c
-      ext/sysvshm/sysvshm.c
-      ext/session/session.c: - Upgraded var_dump() to take multiple arguments
-    - php3api_ is changed to php_
-
-1999-09-20  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/Makefile.am
-      ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/ftplib.c
-      ext/ftp/ftplib.h
-      ext/ftp/php_ftp.c
-      ext/ftp/php_ftp.h: Replaced ftplib because of incompatible license.
-
-1999-09-20  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/uniqid.c: logic fix
-
-1999-09-20  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/xml/php3_xml.h
-      ext/xml/xml.c: resource API & ZTS stuff
-
-1999-09-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      mod_php4.c:
-    Fixed a memory leak in the Apache per-directory directives handler
-
-1999-09-20  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: added array_count_values function.
-
-    * ext/standard/var.c: new API for var_dump
-
-1999-09-18  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php3_mcal.c: - Fix bug #2278
-
-    * serverapi/isapi_sapi.c
-      win32/readdir.c
-      php4dll.dsp
-      php4dllts.dsp: - Make Win32 compile again
-
-1999-09-18  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: Fixed prototype.
-
-1999-09-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.re
-      ext/standard/url_scanner.c:     Aline escape signs in macro definitions.
-
-    * configure.in.in:
-        Pipe header names through sort and put only one on each line. This
-        makes them better accessible.
-
-        Add stdlib.h to check headers.
-
-    * alloca.c:
-        There is no reason to define malloc() to xmalloc() in this context.
-
-1999-09-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/.cvsignore: Make CVS quiet.
-
-1999-09-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.re:
-    SUN c89 doesn't like } direct after a label;-(
-
-1999-09-17  Gergely Madarsz  <[EMAIL PROTECTED]>
-
-    * ChangeLog: note the shared modules in the changelog
-
-1999-09-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba_db2.c
-      ext/dba/dba_dbm.c
-      ext/dba/dba_gdbm.c
-      ext/dba/dba_ndbm.c
-      ext/dba/php3_dba.h
-      ext/dba/dba.c: Convert to Ex API. Does anyone have a better name for it?
-
-    * ext/mcrypt/mcrypt.c
-      ext/mhash/mhash.c:       Use Ex API here as well.
-
-    * ext/session/session.c:   Convert module to use Ex API.
-
-1999-09-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ChangeLog: fix #2316 - fetching empty LOBs via OCI8
-
-1999-09-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_user.c: don't call empty function names
-
-    * ext/session/Makefile.am
-      ext/session/mod_user.c
-      ext/session/mod_user.h
-      ext/session/modules.c
-      ext/session/php_session.h
-      ext/session/session.c
-      ChangeLog: add user-level callbacks
-
-1999-09-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp: *** empty log message ***
-
-1999-09-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      ext/xml/config.m4: supply path to xml include dir for APXS and APACI
-
-    * ext/wddx/php_wddx.h: This format is also used by the XML module
-    allows us to compile with Apache's expat-lite dir
-
-    * main.c: `0' flag ignored with precision specifier and `X' format
-
-    * ext/xml/config.m4: If available, use Apache's embedded expat
-
-    * Makefile.in: fix Unix build
-
-1999-09-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog.TODO
-      SAPI.c
-      SAPI.h
-      cgi_main.c
-      config.w32.h
-      ext/standard/string.c
-      main.c
-      mod_php4.c
-      php4dll.dsp
-      php4dllts.dsp
-      php4isapi/php4isapi.c
-      php_content_types.c
-      rfc1867.c
-      ChangeLog: - Added support for unknown POST content types (Zeev)
-    - Introduce the convert_to_*_ex() API in strlen()
-
-    * Makefile.in
-      php_content_types.h: *** empty log message ***
-
-    * ext/standard/info.c
-      Makefile.in
-      php_content_types.c: Generalize SAPI a bit
-
-1999-09-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Fixed memory leak.
-
-1999-09-16  Andrew Skalski  <[EMAIL PROTECTED]>
-
-    * ext/ftp/ftp.c: Added documentation hooks to ftp.c
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h: added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()
-
-    * ext/ftp/ftp.c
-      ext/ftp/ftp.h: added ftp_systype() and ftp_listraw() functions
-
-    * ext/ftp/Makefile.am
-      ext/ftp/config.h.stub
-      ext/ftp/config.m4
-      ext/ftp/ftp.c
-      ext/ftp/ftp.h
-      ext/ftp/ftplib.c
-      ext/ftp/ftplib.h: Added rudimentary FTP support.
-
-1999-09-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4
-      ext/pcre/config.m4
-      ext/session/session.c
-      ext/imap/config.m4
-      ext/gd/config.m4
-      configure.in.in: improve short help messages
-
-    * configure.in.in: this was twice here
-
-1999-09-16  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * buildconf: libtool check fix
-
-1999-09-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * INSTALL: .
-
-    * ext/wddx/php_wddx_api.h
-      ext/wddx/wddx.c:
-    Make some things accessible from outside for session module
-
-    * ChangeLog: .
-
-    * ext/session/php_session.h
-      ext/session/session.c: wddx decode works as well
-
-    * ext/session/php_session.h
-      ext/session/session.c: wddx serialization works now
-
-    * ext/session/session.c: Since Thies fixed var.c, objects work now, too.
-
-    * configure.in.in:
-    use AM_PROG_CC_STDC which covers AIX, Ultrix, OSF/1, HP-UX, and SVR4
-
-    * acinclude.m4
-      configure.in.in: silence libtool
-
-1999-09-16  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c
-      ChangeLog: php4 now deserialized php3 objects correctly!
-    php3 will ignore objects serialized by php4 (that's the price we have to pay!)
-    small fix in deserializing objects with static initializers (thanx boris)
-
-1999-09-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c
-      ChangeLog: when unserializing classes:
-    if the class is not known the standard class (no methods) will be used.
-    if the class is known - the created object will functional again!
-
-1999-09-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Fixed printf format.
-
-    * ext/wddx/wddx.c: HASH_OF is now in php.h.
-
-1999-09-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c
-      ChangeLog: use new API in var.c
-
-    * ext/standard/var.c: i love id-strings
-
-    * ext/standard/var.c
-      ChangeLog:
-    made serialize/unserialize work with classes! (also made the code "shorter")
-    CHANGES:
-    - the serialized string now also contains the class name (was not available in 
PHP3)!
-    - when unserializing php will create a fully working object of that class again
-      therby the class has to be defined when unserializing - else you get a warning!
-
-1999-09-15  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * Makefile.in: add LIBOBJS, used by AC_REPLACE_FUNCS
-
-1999-09-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      php.h:
-    HASH_OF is usable enough (i hate duplicating macros all over the place)
-
-1999-09-15  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      php.h
-      Makefile.in: Clean up the strlcat/strlcpy checks.
-
-1999-09-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * regex/regerror.c: - Leave this for now.
-
-    * ext/zlib/zlib.c
-      regex/regerror.c
-      ext/hyperwave/hw.c
-      ext/standard/file.c
-      php4dll.dsp: - Thread-unsafe win32 compiles again
-    - Some strlcpy changes including one bug fix.
-
-    * ext/standard/microtime.h
-      ext/standard/basic_functions.c: - gettimeofday wasn't registered.
-
-1999-09-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/apache/apache.c: - Another small one. I'll leave the rest for now...
-
-    * fopen-wrappers.c: - First go at using strlcat().
-
-    * config.w32.h
-      php4dllts.dsp: - Support strlcpy/strlcat in windows.
-
-1999-09-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/pcre/config.h.stub
-      ext/pcre/config.m4
-      ext/pcre/pcrelib/ChangeLog
-      ext/pcre/pcrelib/README
-      ext/pcre/pcrelib/chartables.c
-      ext/pcre/pcrelib/dftables.c
-      ext/pcre/pcrelib/dll.mk
-      ext/pcre/pcrelib/internal.h
-      ext/pcre/pcrelib/maketables.c
-      ext/pcre/pcrelib/pcre.3
-      ext/pcre/pcrelib/pcre.3.html
-      ext/pcre/pcrelib/pcre.3.txt
-      ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcre.def
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/pcrelib/pcreposix.3
-      ext/pcre/pcrelib/pcreposix.3.html
-      ext/pcre/pcrelib/pcreposix.3.txt
-      ext/pcre/pcrelib/pcreposix.c
-      ext/pcre/pcrelib/pcretest.c
-      ext/pcre/pcrelib/pgrep.1
-      ext/pcre/pcrelib/pgrep.1.html
-      ext/pcre/pcrelib/pgrep.1.txt
-      ext/pcre/pcrelib/pgrep.c
-      ext/pcre/pcrelib/testinput1
-      ext/pcre/pcrelib/testinput2
-      ext/pcre/pcrelib/testinput3
-      ext/pcre/pcrelib/testoutput1
-      ext/pcre/pcrelib/testoutput2
-      ext/pcre/pcrelib/testoutput3
-      ext/pcre/pcrelib/testoutput4
-      ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h: - Updated bundled PCRE library to version 2.08
-    - Made it possible to specify external location of the PCRE library
-    - Reworked PCRE extension to use updated PCRE library API
-
-    Hopefully now everything behaves just like Perl..
-
-1999-09-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      configure.in.in
-      php.h
-      strlcat.c
-      strlcpy.c: Add strlcpy/strlcat to the build process
-
-1999-09-14  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c:
-    - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()
-
-1999-09-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog: forgot
-
-    * ext/standard/basic_functions.c: is_array & friens speedups
-
-1999-09-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Fix a warning
-
-1999-09-14  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/basic_functions.c:
-    count() now uses the new getParamertersEx API.
-
-    * SAPI.c: i'm sure this was left-over debugging code!
-
-    * ext/oci8/oci8.c
-      ChangeLog: you can now position when doing lob-writes.
-
-1999-09-13  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * output.c
-      SAPI.h: - X-* is probably more standard.
-
-1999-09-13  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/mhash/config.m4
-      ext/mysql/config.m4
-      ext/oci8/config.m4
-      ext/yp/config.m4
-      acinclude.m4
-      configure.in.in
-      ext/bcmath/config.m4
-      ext/gettext/config.m4
-      ext/icap/config.m4
-      ext/mcal/config.m4:
-    Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
-    extensions.
-
-1999-09-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/Makefile.am
-      ext/standard/metaphone.c
-      ext/standard/php_metaphone.h
-      internal_functions.c.in: added Metaphone support
-
-    * ext/oci8/php3_oci8.h
-      ChangeLog
-      ext/oci8/oci8.c:
-    got rid of the define-callback stuff there's a bug in oracle-oci8!
-
-1999-09-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/oci8/config.m4: Per Stig's suggestion.
-
-1999-09-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: ported  $lob->savefile($filename) method from PHP3
-
-    * ext/oci8/oci8.c: cleanups
-
-    * ChangeLog
-      ext/oci8/oci8.c
-      ext/standard/var.c: ported oci8 to use new class API
-    var_dump no longer tries to traverse avr->value.ht for objects but uses 
var->value.obj.properties instead
-
-1999-09-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c:
-    Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]
-
-    * ext/standard/info.c
-      ext/standard/post.c
-      mod_php4.c:
-    Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)
-
-1999-09-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/post.c
-      ext/standard/post.h
-      rfc1867.c:
-    - Rewrote the GET/POST/Cookie data reader to support multi-dimensional
-      arrays! (Zeev)
-
-    This still needs a lot of more testing, but it seems to work more or less.
-
-    * SAPI.h
-      php4isapi/php4isapi.c: Add PHP-Version header in IIS
-
-    * ext/standard/file.c
-      mod_php4.c
-      php_globals.h
-      main.c: That's important enough to be cached
-
-1999-09-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.am
-      ext/standard/url_scanner.c
-      ext/standard/url_scanner.re:
-    use static buffer for URLs instead of allocating/freeing memory
-    for each one
-
-    * ext/session/session.c: calculate length of cookie string correctly
-
-    * acinclude.m4: add missing result msg
-
-    * output.c:
-    move session URL stuff to the last place before SAPI takes over
-
-    * ChangeLog: These shouldn't be here
-
-1999-09-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: - Oops
-
-    * ext/session/session.c: - Make it compile on Win32
-
-1999-09-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * cgi_main.c
-      ext/standard/basic_functions.c
-      main.c
-      output.c
-      output.h
-      php.h: Time to do that - rename the output layer prefix
-
-    * ChangeLog
-      mod_php4.c
-      output.c: *** empty log message ***
-
-1999-09-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * INSTALL: expand version number
-
-    * ChangeLog: update
-
-1999-09-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * output.c: Reverting to previous state.
-
-1999-09-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h: update macro
-
-1999-09-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Use global symbol table instead..
-
-    * output.c: Use TRANS_SID macro for selective compilation..
-
-    * ChangeLog
-      ext/wddx/wddx.c:
-    - Fixed mem leak when undefined variable was passed in for serialization
-    - Made it properly serialize object properties
-
-1999-09-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.am: add rule for url_scanner.c
-
-1999-09-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/url_scanner.c
-      ext/standard/url_scanner.h
-      ext/standard/url_scanner.re: - add standard disclaimer
-    - regenerate scanner with re2c -s
-
-    * ext/session/config.h.stub
-      ext/session/config.m4
-      ext/session/php_session.h
-      ext/session/session.c
-      ext/standard/Makefile.am
-      ext/standard/url_scanner.c
-      ext/standard/url_scanner.h
-      ext/standard/url_scanner.re
-      output.c:   add transparent session id propagation
-      this uses a custom scanner which detects relative URIs and changes
-      them appropiately.
-      must be explicitly enabled with --enable-trans-sid
-      (normal case is not affected, since session_adapt_uris defaults to
-       void statement. Compiler should eliminate dead code in output.c then.)
-
-1999-09-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/session/php_session.h
-      ext/session/session.c: - Added session_unset() function
-    - Fixed double session globals shutdown crash
-    - Added warning when session_destroy() is called without session_start()
-
-    * ChangeLog
-      main.c: Use OnUpdateBool for Boolean entries.
-
-1999-09-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: avoid mmap overhead for small files
-
-    * configure.in.in
-      ext/standard/file.c:
-    optimize fpassthru/readfile to use mmap instead of fread
-    which especially increases speed on large files.
-
-    * ChangeLog
-      ext/session/mod_files.c
-      ext/session/php_session.h
-      ext/session/session.c: - support for external entropy sources
-    - extern_referer_chk => extern_referer_check
-    - kill a warning in mod_files.c
-
-1999-09-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      main.c
-      php.ini-dist: Rename allow_builtin_links to expose_php
-
-    * main.c: More cleanup
-
-    * ext/standard/post.c: Except for this small bug fix - it works
-
-    * ChangeLog
-      ext/standard/post.c
-      main.c
-      php.ini-dist
-      php_globals.h: - Seriously optimize and clean php_parse_gpc_data()
-    - Added gpc_globals directive to turn global definitions of GPC variables on/off
-    (untested)
-
-    * cgi_main.c
-      ext/standard/post.c
-      ext/standard/post.h
-      ext/standard/string.c
-      main.c
-      rfc1867.c: Cleanups & optimizations
-
-    * ext/standard/post.c
-      ext/standard/post.h
-      rfc1867.c: Cleanups
-
-1999-09-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in: Move Linux check => more general --version-script check
-
-    * INSTALL: add info about php3/php4 apache modules
-
-    * INSTALL: tweak the INSTALL document a little bit
-
-    * configure.in.in: pass flag correctly to linker
-
-    * Makefile.in
-      configure.in.in
-      php.map: - better use of scoping
-    - support Solaris 2.x
-
-1999-09-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/oci8/config.m4: Workaround for m4 weirdness.
-
-1999-09-10  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/mcal/php3_mcal.c:
-    lets not go down that road..were onyl going to use the internal event structure. 
No passing objects
-
-    * ext/mcal/php3_mcal.c: wrong preprocessor command
-
-    * ext/mcal/php3_mcal.c
-      ext/mcal/php3_mcal.h:
-    ported the php3 stuff to php4. This module should work intechangably between the 
two versions also
-
-1999-09-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/gd/Makefile.am: *** empty log message ***
-
-1999-09-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: - wrong use of php_print corrected
-
-1999-09-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c:
-    Lost functionality in earlier fix... That should really work.
-
-    * ext/pgsql/pgsql.c: That should do the trick (untested)
-
-1999-09-10  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: my bad, sorry
-
-    * ext/pgsql/pgsql.c: fixed memory leak
-
-1999-09-09  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dllts.dsp:
-    - Add mcal to TS project. It seems that mcal needs to be patched a bit in
-      order to work TSRM. Right now it has globals.
-
-1999-09-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: forgot to change prototype
-
-    * ext/pdf/pdf.c: pdf_setfont got optional parameter to embed fonts
-
-1999-09-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c:
-    Remove extraneous debug dlerror() call which results in the subsequent
-    dlerror() returning NULL.
-
-1999-09-08  Gergely Madarsz  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      Makefile.in:
-    remove -Wl,--version-script from RPATHS, put it into a separate
-    variable
-
-1999-09-08  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: Be consistent.
-
-1999-09-08  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c:
-    - add posibility to specify how objrec to objarr conversion
-      is performed (not ready yet)
-
-1999-09-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      configure.in.in
-      php.map: add versioning support
-
-1999-09-08  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: Correct compiler warning.
-
-1999-09-07  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4dll.dsp: - Update non-threadsafe project file
-
-    * ext/standard/string.c
-      config.w32.h: - Fix warnings and win32 compile
-
-1999-09-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Here you go, Egon.
-
-1999-09-07  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: Fixed behavior with empty doc_root.
-    gzgetss() now uses _php3_strip_tags.
-
-1999-09-07  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c:
-    Add thread-safety notice here.  The solution is using gethostbyname_r,
-    but it seems that it takes different parameters on Solaris and
-    Linux. ;-P We should probably make a wrapper function, and make a
-    configure test that checks if there is a reentrant version available,
-    and if not protect gethostbyname and similar calls with a mutex until
-    the results have been copied.  Ugly.
-
-1999-09-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ChangeLog:
-    Added second parameter to array_keys() which allows returning keys
-    only for a specific value in an array.
-
-    * ext/standard/math.c: Kill compiler warning.
-
-    * ext/mcal/.cvsignore: Shut up, CVS.
-
-    * ext/standard/string.c: Kill warnings.
-
-1999-09-07  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/standard/uniqid.c:
-    - uniqid() used the additional parameter even if it was not provided
-      this caused an segm fault. fixed it.
-
-1999-09-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/dl.c
-      main.c: A couple of BoundsChecker fixes
-
-1999-09-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * config.w32.h: - Should fix Win32 compile
-
-1999-09-06  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: File should here be string.
-
-1999-09-06  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ChangeLog: Forgot to update ChangeLog
-
-1999-09-06  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/php3_zlib.h
-      ext/zlib/zlib.c: Removed remaining PHP_31 defines.
-    First try with ZTS support, can someone with a working ZTS enabled setup test 
this, please?
-
-1999-09-06  Gergely Madarsz  <[EMAIL PROTECTED]>
-
-    * ext/gd/Makefile.am
-      ext/gd/config.m4
-      ext/gd/gd.c: Enabled shared build of gd module
-
-1999-09-06  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: - "Resourcified" the Informix driver.
-
-1999-09-06  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * LICENSE: untabified
-
-1999-09-06  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * ext/standard/crypt.c:
-    Workaround for crypt() getting too few characters for salt.
-
-1999-09-06  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: Fixed prototype.
-
-1999-09-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php_mysql.c: Fix the 4.0 tree (forgot to commit)
-
-1999-09-06  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * cgi_main.c: Corrected the argument-list for getopt. -c expects argument.
-
-1999-09-05  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/php3_string.h
-      ext/standard/string.c: Added addcslashes(), stripcslashes().
-    Reverted addslashes() to the very original behaviour.
-
-1999-09-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main.c: fix warning
-
-1999-09-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_ini.c
-      php_ini.h: - Should fix short_tags and co. problem.
-
-    * internal_functions_win32.c
-      php4dllts.dsp: - Make Win32 compile once again.
-
-    * ext/standard/basic_functions.c
-      ext/standard/dir.c
-      win32/readdir.h
-      SAPI.c
-      ext/session/mod_files.c
-      php4dll.dsp: - Make dir functions compile in Win32
-    - Fix too early memory manager initialization (For you Thies)
-
-1999-09-05  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/ldap/config.m4: Find debian umich-ldap libraries/include files.
-
-1999-09-05  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      build-defs.h.in: Changes for updated odbc module
-
-    * ext/odbc/odbc.c
-      ext/odbc/php3_odbc.h: Renaming odbc files
-
-    * ext/odbc/Makefile.am
-      ext/odbc/config.h.stub
-      ext/odbc/php_odbc.c
-      ext/odbc/php_odbc.h
-      ext/odbc/velocis.c: New resource handling for odbc module
-
-1999-09-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * php_globals.h: work around gcc bug, otherwise compiler would die with
-
-    toplev.c:2261: Internal compiler error in function float_signal
-
-    in basic_functions.c
-
-1999-09-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c:
-    - php_error(E_ERROR,...) won't ever return so change the connection_status
-      before it is called.
-
-1999-09-05  Jakub Skopal  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: C++ comment fix... sorry.
-
-    * ext/standard/php3_string.h
-      ext/standard/string.c: Appended second argument of addslashes(),
-    Changed php_addslashes() to add \000 instead of just \0
-
-1999-09-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * php.h: Forgot one
-
-    * ext/standard/exec.c: Kill a warning
-
-1999-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.h: This was actually intentional... put it back in and improve
-
-1999-09-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * php.h
-      php_globals.h: Cleanups
-
-    What the heck was that dangling (c) for in the PUTC macros?  Were they
-    supposed to serve some sort of purpose, because I sure don't see one for
-    them.
-
-1999-09-04  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c: First try with new resource handling in zlib module.
-
-1999-09-04  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * serverapi/isapi_sapi.c
-      serverapi/nsapi_sapi.c:
-    Add connection handling stuff to ISAPI and NSAPI code.  This will
-    likely need some reworking, but this way it won't get overlooked.
-
-    * ChangeLog
-      configure.in.in:
-    Oops, set_time_limit() would never have worked becase HAVE_SETITIMER
-    never got defined anywhere.
-
-    * ChangeLog
-      mod_php4.c: Oops
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      main.c:
-    Catch a timeout and add user-level interface for connection handling
-
-    * mod_php4.c
-      serverapi/cgi_sapi.c
-      main.c:
-    Might as well bail as soon as we know we should since this is now
-    possible.  We still need to set our connection status bit field so a
-    shutdown function can figure out if a script was terminated due to an
-    abort, timeout or finished normally.
-
-    * main.c
-      mod_php4.c
-      php.h
-      php_globals.h
-      serverapi/cgi_sapi.c
-      serverapi/isapi_sapi.c
-      serverapi/nsapi_sapi.c
-      serverapi/sapi.h:
-    First part of the connection_status work.  No user-callable functions
-    yet.  That is coming next.  Have also only done Apache and CGI so far.
-    Will have to crack open my ISAPI book to do that one.
-
-    Also changed the SAPI output functions to return an int.  We'll check
-    the connection status inside each one, but we might need the return
-    code at some other level and I don't see a good reason for just tossing
-    these return codes.
-
-1999-09-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Oops, don't need those commented out blocks.
-
-    * output.c: Kill compiler warnings.
-
-    * ext/wddx/wddx.c: Conform to new resource handling guidelines.
-
-1999-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c
-      ext/standard/file.c
-      ext/standard/php3_string.h
-      ext/standard/post.c
-      ext/standard/string.c
-      ext/sybase/sybase.c
-      ext/sybase_ct/php_sybase_ct.c
-      ext/msql/php_msql.c
-      ext/mysql/php_mysql.c
-      ext/pgsql/pgsql.c
-      ext/standard/exec.c
-      dl/mssql/mssql.c
-      ext/db/db.c
-      ext/interbase/interbase.c
-      php3_compat.h: *** empty log message ***
-
-    * ext/sybase_ct/php_sybase_ct.c
-      ext/sybase_ct/php_sybase_ct.h
-      ChangeLog: Add resource support to the Sybase CT module
-
-1999-09-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: First try at WDDX serializer
-    (not active currently)
-
-1999-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/msql/php_msql.c
-      ext/msql/php_msql.h:
-
-
-
-
-
-
-
-
-
-    A few fixes
-
-1999-09-04  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: cleanup
-
-    * ext/session/php_session.h: remove superflicious enumaration
-
-    * ext/session/mod_mm.c:
-    bail out, if ps_mm_instance wasn't initialized correctly
-    (should take place in global startup)
-
-    * ext/session/mod_files.c: implement single directory garbage collector
-
-1999-09-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/msql/Makefile.am
-      ext/msql/msql.c
-      ext/msql/php3_msql.h
-      ext/msql/php_msql.c
-      ext/msql/php_msql.h
-      ChangeLog: Update the mSQL module with the latest tech
-
-1999-09-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.dsp: *** empty log message ***
-
-1999-09-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h: Static is good...
-
-1999-09-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/mysql/mysql.c
-      ext/mysql/php3_mysql.h
-      ext/mysql/php_mysql.c
-      ext/mysql/php_mysql.h: Final MySQL tweaks
-
-1999-09-03  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    - backed out IS_RESOURCE stuff in favour of old php3-style IS_LONG
-      for now. This makes the Informix driver work again.
-
-1999-09-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/Makefile.am
-      ext/mysql/mysql.dsp
-      php_modules.dsw: More cleanups
-
-    * ChangeLog
-      ext/mysql/mysql.c: Use the new API for resources in MySQL
-
-1999-09-03  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/oci8/config.m4
-      ext/oracle/config.m4: Added detection of Oracle 8.1 (aka 8i) from PHP3.
-
-1999-09-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h: Practice what you preach, I guess.
-
-1999-09-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c:
-    Add global startup/shutdown functions in Win32 version as well
-
-    * php.h: Add prototypes for new functions in internal_functions.c.in
-
-    * SAPI.c
-      acinclude.m4
-      ext/session/config.m4
-      ext/session/mod_mm.c
-      ext/session/mod_mm.h
-      ext/session/session.c
-      genif.sh
-      internal_functions.c.in
-      main.c
-      php.h
-      ChangeLog: - add global startup/shutdown handlers
-    - improve genif.sh to also consider all header files for inclusion
-      (checks for phpext_)
-    - use vsnprintf in main.c to avoid buffer overflows
-    - improve sessions's mm module to cope better with OOM situations
-      within the shared memory segment
-    - fix typo wrt session.auto_start
-
-    * ext/mcal/Makefile.in:
-    Makefile.in and other generated do not belong under CVS control
-
-1999-09-03  Gergely Madarsz  <[EMAIL PROTECTED]>
-
-    * ext/mysql/Makefile.am
-      ext/mysql/config.m4
-      ext/mysql/mysql.c: Enabled shared build of mysql module
-
-    * ext/xml/config.m4: Small cleanup
-
-    * ext/snmp/Makefile.am
-      ext/snmp/config.m4
-      ext/snmp/snmp.c: Enabled shared build of snmp module
-
-    * ext/pgsql/Makefile.am
-      ext/pgsql/config.m4
-      ext/pgsql/pgsql.c: Enabled shared build of pgsql module
-
-1999-09-03  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Fixed resource handling to conform to PHP4 guidelines.
-
-1999-09-03  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c: - complete rewrite of object to array conversion
-
-1999-09-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_version.h
-      configure.in.in: Version update
-
-    * php4isapi/php4isapi.c
-      output.c
-      ChangeLog
-      main.c:
-    - Fixed several problems with output buffering and HEAD requests (Zeev)
-    - Fixed HTTP Status code issue with ISAPI module (Zeev)
-
-1999-09-02  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/xml/Makefile.am
-      ext/xml/config.m4: clean up library naming
-
-1999-09-02  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/image.c
-      ext/standard/image.h
-      ext/standard/php3_standard.h
-      ext/standard/php_image.h
-      ChangeLog: newest GetImageSize renamed header-file
-
-1999-09-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ChangeLog:
-    - Small fix but it's important for people to know when B3 is released.
-
-1999-09-01  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/mcal/Makefile.am
-      ext/mcal/Makefile.in
-      ext/mcal/config.h.stub
-      ext/mcal/config.m4
-      ext/mcal/php3_mcal.c
-      ext/mcal/php3_mcal.h: Added mcal module
-
-1999-09-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c
-      main.c
-      php4dllts.dsp: - Add sessions module to standard win32 build.
-
-1999-09-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: Fix lcg.h location.
-
-1999-09-01  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c:
-    - Group-attribute may now appear multiple times in objrec record.
-
-1999-08-31  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      ext/standard/uniqid.c
-      buildconf
-      internal_functions_win32.c: ext/lcg -> ext/standard in various places
-
-    * ext/standard/uniqid.c: oops
-
-1999-08-31  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * Makefile.in: we need DEFS when compiling this dir
-
-1999-08-31  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * main.c: fix for bug #2165
-
-    * ext/standard/basic_functions.c: fix for bug #2191
-
-    * ext/standard/uniqid.c: compat fix, bug #2201
-
-1999-08-31  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/apache/apache.c: "fix" for #2202
-
-1999-08-30  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.h.stub
-      ext/odbc/config.m4
-      ext/odbc/php3_odbc.h
-      ext/odbc/setup.stub: Add support for unixODBC
-
-1999-08-29  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * internal_functions.c.in
-      ext/standard/Makefile.am
-      ext/standard/lcg.c
-      ext/standard/php_lcg.h: moved lcg stuff to ext/standard
-
-1999-08-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * cgi_main.c:
-    PATH_TRANSLATED was not used at all, even if one comment implied
-    it should be used. After adding this, the CGI version works for me
-    w/ Apache + suexec
-
-1999-08-29  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: This one was nonesense.
-
-    * ext/pgsql/pgsql.c: Missing return type.
-
-    * ext/standard/basic_functions.c: Oops, file should be string here.
-
-1999-08-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * mod_php4.c:
-    This check actually doesn't make a whole lot of sense.  We need
-    something here, but if a mod_auth_* module declines, the type is
-    still set.  So, we need a check to see if there have been a
-    non-declined auth hook previously for this request.  I will ponder
-    a good approach to this.
-
-1999-08-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      cgi_main.c: Add -d switch
-
-1999-08-28  Philippe Verdy  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: semicolon syntax error
-
-    * ext/standard/datetime.c: Bug in gmmktime():
-    it produced wrong results in New Foundland,
-    Central Australia, India, Iran, and Java, with
-    half-hour timezones.
-
-1999-08-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main.c:
-    when "track_vars" is disabled and a script which contains <?php_track_vars?> is
-    accessed for the first time, track vars were not created properly.
-
-    * ext/standard/file.c: merge in fix from php3
-
-1999-08-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: New relay code
-
-1999-08-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog:
-    If we stick to this style, parsing becomes easier (for humans and computers).
-
-1999-08-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/config.h.stub
-      ext/session/config.m4
-      ext/session/mod_files.c
-      ext/session/mod_mm.c
-      ext/session/mod_mm.h
-      ext/session/modules.c
-      ext/session/php_session.h
-      ext/session/session.c
-      ext/session/Makefile.am: - fix potential buffer problem in send_cookie
-    - fix gc probability algorithm
-    - don't access mod_data directly
-    - initial version of mm support for session data storage
-
-      This works pretty good, but we need to create the initial mm pool
-      from the parent process/thread. Still looking for a clean way to do that.
-
-1999-08-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c: Better debug macros
-
-1999-08-27  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/odbc.c: Typo fix
-
-1999-08-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: *** empty log message ***
-
-    * ext/imap/imap.c: Tiny fixes
-
-    * main.c: Log date&time on script logs
-
-1999-08-27  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    lets not make global functions unless we need to..actually this should be taken 
out someday
-
-    * ext/icap/php3_icap.c: cleand up storing new events
-
-1999-08-26  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Missing return types in prototypes
-
-1999-08-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/sybase_ct/.cvsignore: shut up CVS
-
-    * ext/wddx/wddx.c: Fix for #2161
-
-1999-08-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ChangeLog: - Make Win32 compile again.
-
-1999-08-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog: .
-
-    * ext/sysvsem/sysvsem.c:
-    AIX wants the value, not the pointer to the value.
-
-    Fixes #2149
-
-1999-08-25  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.h
-      ext/standard/fsock.c
-      fopen-wrappers.c
-      main.c
-      ChangeLog:  Make fopen() work with URL's in Win32
-
-    * ChangeLog: - Fix for include_path for Win32 (Zend library)
-
-1999-08-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/com/COM.c
-      output.c
-      php.ini-dist
-      php4dll.dsp
-      php_globals.h
-      ChangeLog
-      main.c: Add output_buffering directive
-
-1999-08-24  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/php3_icap.c
-      ext/icap/php3_icap.h: argh..Finally
-
-1999-08-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/Makefile.am: suppress error exit status on non Rhapsody systems
-
-    * buildconf: don't print out error message
-
-    * dlist.c: malloc.h is deprecated, use stdlib.h instead
-
-1999-08-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c: - Commit fix proposed in bug report.
-
-1999-08-23  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/php3_icap.c
-      ext/icap/php3_icap.h:
-    changed to use the new, soon to be public libicap 0.99
-
-1999-08-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: return true to match documentation
-
-1999-08-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c
-      php4dllts.dsp: - Add lcg to windows project.
-
-1999-08-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog: .
-
-    * acinclude.m4
-      configure.in.in
-      libphp4.module.in: remove all references to RAW_RPATHs
-    Apache builds now correctly when shared core is used
-
-    * ext/session/mod_files.c
-      ext/session/mod_files.sh: - cleanup code
-    - add script which creates the directory tree for better scaling
-      of mod_files
-
-    I have to decide yet whether we implement the garbage collection in the
-    module or if we simply let the user do
-
-    find path -ctime +1 | xargs rm
-
-    * ext/session/mod_files.c: Use O_EXCL where possible.
-
-1999-08-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/session/php_session.h
-      ext/session/session.c: - add session.extern_referer_chk
-    - use combined lcg in session id creation
-
-    * ChangeLog: .
-
-    * ext/standard/uniqid.c:
-    get rid of that usleep() and add some entropy using the combined lcg
-
-1999-08-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Fix bug #2025
-
-1999-08-19  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c: Here was also something missing
-
-1999-08-19  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/php3_icap.c: *smack*...must..initialize...return...value..
-
-1999-08-19  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/config.m4: On the way to make configure more robust
-
-1999-08-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/dir.c
-      ext/pcre/php_pcre.c
-      main.c:
-    - Fixed memory leaks. tsrm resource id deallocation still needs to be implemented.
-
-1999-08-19  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.c: - fixed several memory leaks
-    - fixed broken hw_cp and hw_mv functions
-
-1999-08-19  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c: missing return type
-
-1999-08-19  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/gdcache.c: TTF support tested and working now
-
-    * ext/gd/php3_gd.h: This should fix TTF support - untested
-
-1999-08-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: - Fixed typo in oci8 error message
-
-1999-08-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c: Fixed bug #2105
-
-1999-08-18  Charles Hagenbuch  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: cjh: fixing the imap_add_body crash in php4.
-
-1999-08-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/php3_oracle.h
-      ext/oracle/oracle.c
-      ext/oci8/oci8.c: ZTS
-
-1999-08-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/wddx/wddx.c: Ported fixed for bug #2103 from PHP3.
-
-1999-08-18  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: ZTS fix
-
-    * ext/oracle/oracle.c: some ZTS stuff
-
-    * ChangeLog
-      ext/oci8/oci8.c: ocifetchinto fix
-
-1999-08-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.c
-      ChangeLog: Fix #2090
-
-    * ext/standard/basic_functions.c: Fix #2096
-
-1999-08-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/crypt.c: merge in change:
-
-    Date:   Monday June 28, 1999 @ 4:40
-    Author: bjh
-
-    Update of /repository/php3/functions
-    In directory php:/tmp/cvs-serv5697
-
-    Modified Files:
-        crypt.c
-    Log Message:
-    Stop core dump using crypt() with standard DES. When PHP3_MAX_SALT_LEN = 2
-    adding the null terminator to the salt exceeds allocated space causing
-    stack corruption.
-
-    * ChangeLog: update
-
-    * ext/gd/php3_gd.h:
-    HAVE_FREETYPE_H isn't defined anywhere. HAVE_LIBTTF should be sufficient
-
-    * ChangeLog
-      ext/mhash/mhash.c: fix persistency of mhash_* constants
-
-1999-08-17  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/php3_icap.c: dont have these library functiosn yet
-
-    * ext/icap/php3_icap.h: argh..heh..par for the course..
-
-    * ext/icap/php3_icap.h: argh..bad day..
-
-    * ext/icap/php3_icap.h: please work...
-
-    * ext/icap/Makefile.am: hrmmm
-
-    * ext/icap/php3_icap.c: last few compile fixes
-
-    * ext/icap/php3_icap.c:
-    maybe it'll compile now..more php3->php4 conversions
-
-    * ext/icap/php3_icap.c: more changes
-
-1999-08-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/php3_oracle.h
-      ChangeLog
-      ext/oracle/oracle.c: ZTS stuff
-
-1999-08-17  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/config.m4: thanks Andrei!
-
-1999-08-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/dba/dba_db2.c
-      ChangeLog: fix flushing cached information to disk
-
-1999-08-17  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/php3_oci8.h
-      ChangeLog
-      ext/oci8/oci8.c: cleanups & ZTS stuff (ZTS untested!)
-
-    * configure.in.in
-      ext/standard/filestat.c
-      ChangeLog: imported diskfreespace from 3.0
-
-1999-08-17  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c: fixed potential segm faults
-
-1999-08-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ChangeLog: Removed internal pointer reset from array_walk.
-
-1999-08-15  Philippe Verdy  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/pcreposix.c:
-    make pcre test program compile again with Zeev's
-    additions in the pcre_exec() function parameters
-
-1999-08-15  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c
-      ext/standard/link.c: added a few PLS_FETCH()
-
-1999-08-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * apMakefile.tmpl
-      php.h: Close bug #1742
-
-1999-08-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Forgot to have internal pointer reset.
-
-1999-08-14  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: more of the new ini stuff
-
-1999-08-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Rename TestClass to OverloadedTestClass
-
-    * ext/mysql/mysql.c
-      php_ini.h: Fix thread unsafe version
-
-1999-08-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c: - Make the non-threadsafe version compile again
-
-1999-08-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.c
-      ext/mysql/mysql.dsp
-      ext/standard/dl.c
-      ChangeLog
-      main.c
-      php.ini-dist
-      php4ts.dsw
-      php_ini.c
-      php_ini.h
-      php_modules.dsw: - Add PHP Modules workspace
-    - Get the MySQL module to compile&work under thread-safe Win32
-    - Fix various thread safety issues with dynamic modules
-
-1999-08-13  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/filestat.c: Fixed bug #2023.
-
-1999-08-13  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * buildconf: rerun checks if buildconf is newer than the time stamp file
-
-1999-08-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase/config.h.stub
-      ext/sybase/config.m4
-      ext/sybase/php3_sybase-ct.h
-      ext/sybase/sybase-ct.c
-      ext/sybase_ct/Makefile.am
-      ext/sybase_ct/config.h.stub
-      ext/sybase_ct/config.m4
-      ext/sybase_ct/php_sybase_ct.c
-      ext/sybase_ct/php_sybase_ct.h
-      ext/sybase_ct/setup.stub
-      ChangeLog
-      ext/sybase/Makefile.am:
-    Separate Sybase-CT from Sybase, and fix build process for Sybase-CT
-
-1999-08-12  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c:
-    fixed unresolved symbol pdf_open_memory_image when pdflib 2.01 is used
-
-1999-08-12  Philippe Verdy  <[EMAIL PROTECTED]>
-
-    * main.c: no return warning removed. fixed TSRM constructor prototype
-
-    * ext/standard/string.c: signed/unsigned warning removed
-
-    * ext/standard/.cvsignore: Bison generated files
-
-1999-08-12  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/config.m4: config for pdf module should now be similar to php3
-
-1999-08-11  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/php3_icap.c: whoops, forgot to actually return the alarms :^)
-
-1999-08-10  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/config.h.stub
-      ext/pdf/config.m4: slight changes to config of pdf module
-
-1999-08-10  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/icap/.cvsignore
-      ext/icap/Makefile.in: Makefile.in should not be added to CVS
-
-1999-08-10  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: starting to clean up
-
-    * Makefile.in
-      regex/Makefile.in:
-    you can now override the CFLAGS while doing make - eg:
-    make CFLAGS="-g"
-
-1999-08-09  Mark Musone  <[EMAIL PROTECTED]>
-
-    * ext/icap/Makefile.in
-      ext/icap/config.m4
-      ext/icap/php3_icap.c: more ports
-
-    * ext/icap/php3_icap.c: ports to php4
-
-    * ext/icap/Makefile.am
-      ext/icap/Makefile.in
-      ext/icap/config.h.stub
-      ext/icap/config.m4: more moudle stuff
-
-    * ext/icap/php3_icap.c
-      ext/icap/php3_icap.h: added icap files from php3 sources
-
-1999-08-09  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: More typos.
-
-    * ext/zlib/zlib.c: I missed that also.
-
-    * ext/pgsql/pgsql.c: Another typo.
-
-1999-08-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog: that too
-
-1999-08-09  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      configure.in.in
-      internal_functions_win32.c
-      php_version.h: Go beta 2 (final)
-
-    * SAPI.c: Fix HTTP/ header handling
-
-1999-08-09  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS
-      ext/odbc/odbc.c: Fixed odbc_fetch_into, added prototype return values.
-    Pconnects are not working
-
-1999-08-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      MODULES_STATUS
-      ext/sysvshm/sysvshm.c: fixed sysv_shm*
-
-1999-08-09  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/pdf/pdf.c: add changelog entries which I forget a couple of days ago
-
-1999-08-08  Philippe Verdy  <[EMAIL PROTECTED]>
-
-    * win32/signal.h: solve infinite recursion error when including <signal.h>
-
-1999-08-08  Andreas Karajannis  <[EMAIL PROTECTED]>
-
-    * ext/odbc/config.m4
-      ext/odbc/odbc.c
-      ext/odbc/php3_odbc.h: First shot at odbc for PHP4
-    Problems with LONGs to be investigated
-
-1999-08-08  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: fix for #1995 (this module needs some more work.)
-
-1999-08-07  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: More zend-izing.
-
-1999-08-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/info.c
-      main.c
-      php.ini-dist:
-    Built-in phpinfo() links are now turned off by default.  They can be
-    turned on using the allow_builtin_links INI directive
-
-    * ChangeLog
-      ext/standard/info.c
-      php4.dsp
-      php4dll.dsp:
-    - Changed phpinfo() to list modules that have no info function
-
-1999-08-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    Modified array_walk() function so that the userland callback is passed
-    a key and possible user data in addition to the value.  It's still backward
-    compatible with one argument version.
-
-1999-08-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/ldap/ldap.c: Fix for bug #1980
-
-    * ChangeLog
-      ext/apache/apache.c: Fix for bug #1754
-
-1999-08-07  Philippe Verdy  <[EMAIL PROTECTED]>
-
-    * configuration-scanner.l: unreferenced variable warning
-
-1999-08-07  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Corrected spelling.
-
-1999-08-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      scripts/apache/conffix.awk
-      scripts/apache/htaccessfix.awk: Fix&improve conversion scripts
-
-1999-08-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * LICENSE: bump up the version number
-
-    * ext/standard/basic_functions.c:
-    count/sizeof had their arguments setup wrong (messup between Beta 1 and 2)
-
-    * ChangeLog
-      ext/standard/basic_functions.c:
-    - Improved register_shutdown_function() - you may now supply arguments that
-      will be passed to the shutdown function
-    - Improved call_user_func() and call_user_method() - they now support passing
-      arguments by reference
-    - Fixed usort() and uksort()
-
-1999-08-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/pdf/pdf.c
-      ext/pdf/php3_pdf.h
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/hyperwave/php3_hyperwave.h: Made Hypwerwave module threat safe
-
-1999-08-06  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: fix for #1947
-
-1999-08-06  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c
-      ext/fdf/php3_fdf.h: Fdf module should now be up to date
-
-    * ext/hyperwave/hg_comm.c:
-    Order of freeing memory cause segm fault since efree seems to wipe
-    out the memory.
-
-1999-08-05  Uwe Steinmann  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.h
-      ext/hyperwave/php3_hyperwave.h: renamed file
-
-    * ext/hyperwave/hw.c:
-    zend_hash_update() seems to be a bit different form php3_hash_update
-
-    * ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/hyperwave/hw_error.h
-      ext/pdf/config.m4
-      ext/pdf/pdf.c
-      ext/pdf/php3_pdf.h
-      ext/gd/gd.c: Huge patch to update the hyperwave and pdflib module.
-    Only pdflib >2.0 is supported.
-    None is tested yet. Hyperwave seems to be broken now.
-
-1999-08-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/msql/msql.c: Fixed.
-
-1999-08-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * main.c:
-    hope i haven't missed anything - but we're no longer in the 3.x tree
-
-1999-08-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * makedist: Fix makedist to work with the libtool enabled distribution
-
-    * ChangeLog
-      php4isapi/php4isapi.c: * Fix bug #1963
-    * Support large ISAPI server variables
-
-1999-08-04  Steven Lawrance  <[EMAIL PROTECTED]>
-
-    * ChangeLog: Added a note about the SNMP changes
-
-    * ext/snmp/php3_snmp.h
-      ext/snmp/snmp.c:
-    Fixed a little boo-boo I made during the PHP3->PHP4 conversion.
-
-    * ext/snmp/php3_snmp.h
-      ext/snmp/snmp.c:
-    Updated the files so that they have all the functionality of
-    PHP 3.0.12.  These include snmpwalkoid, snmp_get_quick_print, 
snmp_set_quick_print, and snmpset.
-
-1999-08-03  Mike Gerdts  <[EMAIL PROTECTED]>
-
-    * acinclude.m4:
-    Fix bug #1949: -rdynamic not handled properly with Sun's C compiler
-
-1999-08-03  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/formatted_print.c: [s]printf fix for bug #1952
-     (note, [s]printf doesn't work in PHP4 yet)
-
-1999-08-03  Mike Gerdts  <[EMAIL PROTECTED]>
-
-    * rfc1867.h:
-    Last character of file not a newline, causing problems with Sun's C compiler
-
-    * php_regex.h:
-    file did not end with a newline, causing problems for Sun's C compiler
-
-1999-08-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * buildconf: This should sort the buildconf bug...
-
-1999-08-02  Stefan Roehrich  <[EMAIL PROTECTED]>
-
-    * ext/zlib/zlib.c
-      ext/zlib/php3_zlib.h
-      ChangeLog
-      MODULES_STATUS:
-    Fix for Redhat libc 2.1 and dynamic loading in zlib module.
-    Adapted zlib module to new PHP_Mxxx macros.
-
-1999-08-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c
-      configure.in.in: AIX needs this include...
-
-    * configure.in.in
-      php_version.h: Go Beta 2
-
-    * php4isapi/php4isapi.c
-      serverapi/cgi_sapi.c
-      serverapi/isapi_sapi.c
-      ext/xml/php3_xml.h
-      ext/xml/xml.c
-      ext/zlib/zlib.c
-      ext/sysvshm/sysvshm.c
-      ext/standard/reg.c
-      ext/standard/string.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/var.c
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ext/sysvsem/sysvsem.c
-      ext/snmp/snmp.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/fsock.c
-      ext/standard/head.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/iptc.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/post.c
-      ext/standard/rand.c
-      ext/pcre/php_pcre.c
-      ext/pdf/pdf.c
-      ext/pgsql/pgsql.c
-      ext/session/session.c
-      ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h
-      ext/odbc/odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/mysql/mysql.c
-      ext/mhash/mhash.c
-      ext/msql/msql.c
-      ext/mcrypt/mcrypt.c
-      ext/ldap/ldap.c
-      ext/imap/imap.c
-      ext/interbase/interbase.c
-      ext/filepro/filepro.c
-      ext/gd/gd.c
-      ext/gettext/gettext.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/dba/dba.c
-      ext/dbase/dbase.c
-      ext/fdf/fdf.c
-      ext/aspell/aspell.c
-      ext/bcmath/bcmath.c
-      ext/com/COM.c
-      ext/db/db.c
-      dl/log/log_sql.c
-      dl/mssql/mssql.c
-      dl/snmp/snmp.c
-      dl/snmp/winsnmp.c
-      ext/apache/apache.c
-      dl/crypt/crypt.c
-      dl/log/log_db.c
-      cgi_main.c
-      configuration-parser.y
-      configuration-scanner.l
-      fopen-wrappers.c
-      main.c
-      mod_php4.c
-      php.h
-      php3_compat.h
-      php_sprintf.c
-      php_ini.c
-      rfc1867.c
-      safe_mode.c
-      snprintf.h:
-    Removed '3' from key functions in PHP (maintained compatibility through
-    php3_compat.h)
-
-1999-08-02  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/oracle/php3_oracle.h: Fix function declarations.
-
-    * ext/odbc/php3_odbc.h
-      ext/odbc/php3_velocis.h
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/oracle/php3_oracle.h
-      ext/oci8/oci8.c
-      ext/odbc/odbc.c
-      ext/mhash/mhash.c
-      ext/msql/msql.c
-      ext/msql/php3_msql.h
-      ext/mysql/mysql.c
-      ext/mysql/php3_mysql.h
-      ext/interbase/interbase.c
-      ext/interbase/php3_interbase.h
-      ext/ldap/ldap.c
-      ext/ldap/php3_ldap.h
-      ext/mcrypt/mcrypt.c
-      ext/imap/imap.c
-      ext/imap/imap.h: More symbol work.
-
-    * ext/standard/datetime.c: Updated proto
-
-1999-08-01  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c:
-    Another forgotten prototype. Andrei, why is preg_grep in PHP3 missing?
-
-1999-08-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      tests/testobj: Support resource type in gettype()
-
-1999-08-01  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c: Fix bug #1872
-
-    * ChangeLog
-      ext/imap/imap.c: Final IMAP fixes
-
-1999-07-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c: More IMAP fixes
-
-    * snprintf.c: Fix another compile warning
-
-    * ext/sybase/sybase.c: That should fix bug #1903
-
-    * ChangeLog: Fix problem with include/require of URLs (bug #1832)
-
-    * main.c: Fix problem with include/require of URLs
-
-    * ext/standard/math.c: Fix bug #1914
-
-    * ext/imap/imap.c: Declaration fix
-
-1999-07-30  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/imap/imap.c:
-    Ok, that should be a good start.  Can somebody verify that this actually compiles,
-    and perhaps check if it runs?
-
-    * ext/imap/imap.c:
-    Early steps towards making the IMAP module PHP 4.0 compatible
-    (and readable - indent people, INDENT)
-
-    * ChangeLog
-      ext/standard/string.c: This should fix the implode() problem
-
-1999-07-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main.c: Fix for bug #1907.
-
-1999-07-29  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      tests/testobj: -Tiny fix
-
-    * ext/standard/basic_functions.c:
-    - Added function documentation prototypes. Thanks to Egon Schmid for
-      straightening me out :)
-
-1999-07-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.h
-      ext/standard/soundex.c
-      tests/testobj
-      ChangeLog
-      ext/standard/basic_functions.c:
-    - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")
-
-1999-07-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/link.c
-      php.h: Fix link functions problem.
-
-1999-07-28  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/standard/soundex.c: Make it compile again
-
-1999-07-28  Philippe Verdy  <[EMAIL PROTECTED]>
-
-    * ext/standard/soundex.c: Commited changes in php3 function/soundex 1.32
-
-1999-07-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * LICENSE: License update
-
-1999-07-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/hw.h
-      ext/gettext/gettext.c
-      ext/gettext/php3_gettext.h
-      ext/hyperwave/hw.c
-      ext/fdf/fdf.c
-      ext/fdf/php3_fdf.h
-      ext/filepro/filepro.c
-      ext/filepro/php_filepro.h
-      ext/gd/gd.c
-      ext/gd/php3_gd.h: Symbol work.
-
-1999-07-27  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ChangeLog: - Update Changelog
-
-    * ext/standard/basic_functions.c
-      ext/standard/datetime.c: - strttotime is compiled in on win32 again.
-
-1999-07-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/dbase/dbase.c: Oops.
-
-    * ext/dba/dba.c
-      ext/dbase/dbase.c
-      ext/dbase/php_dbase.h: More symbol work.
-
-    * ext/standard/basic_functions.c
-      ChangeLog: check for nKeyLength not arKey
-
-    * ext/standard/basic_functions.c: Fix for bug #1887.
-
-    * ext/standard/basic_functions.c: Fix for bug #1891
-
-1999-07-27  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf: forgot to mention the password
-
-    * buildconf: spoonfeed
-
-1999-07-27  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/php_informix.h
-      ext/informix/ifx.ec:
-    >... If you can, please update your module to use these macros.
-    I could, so I did.
-
-1999-07-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog: Fix bug #1867
-
-    * ChangeLog: Fix bug #1851
-
-1999-07-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/db/db.c
-      ext/db/php3_db.h
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/filestat.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/mail.c
-      ext/standard/pack.c
-      ext/standard/pack.h
-      ext/standard/php3_browscap.h
-      ext/standard/php3_crypt.h
-      ext/standard/php3_dir.h
-      ext/standard/php3_filestat.h
-      ext/standard/php3_mail.h
-      ext/standard/php3_syslog.h
-      ext/standard/reg.c
-      ext/standard/syslog.c
-      ext/aspell/aspell.c
-      ext/aspell/php3_aspell.h
-      ext/bcmath/bcmath.c
-      ext/bcmath/php3_bcmath.h
-      ext/com/COM.c
-      ext/com/php3_COM.h
-      ext/apache/apache.c
-      configuration-parser.y
-      php.h: More symbol work.
-
-    I've defined a few macros to help with module/request init/startup function 
definitions.
-    Basically:
-
-    PHP_MINIT_FUNCTION(module)
-    PHP_MSHUTDOWN_FUNCTION(module)
-    PHP_RINIT_FUNCTION(module)
-    PHP_RSHUTDOWN_FUNCTION(module)
-    PHP_MINFO_FUNCTION(module)
-
-    These will expand to proper function prototypes.
-
-    Now to specify these in the module entry, use:
-
-    PHP_MINIT(module)
-    PHP_MSHUTDOWN(module)
-    PHP_RINIT(module)
-    PHP_RSHUTDOWN(module)
-    PHP_MINFO(module)
-
-    I've updated all modules in ext/standard and everything from ext/apache to ext/db.
-    If you can, please update your module to use these macros.
-
-1999-07-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/datetime.c
-      tests/testobj
-      ext/com/COM.c: - Fix the new operator incompatibility.
-    - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped
-      win32 from compiling. This needs to be fixed!!!
-    - Check out Zend to compile the tree now.
-
-1999-07-25  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: "gd", not "-lgd"
-
-    * ext/gd/config.m4: use AC_ADD_ macros
-
-    * acconfig.h.in
-      configure.in.in: final php3.ini -> php.ini renaming?
-
-1999-07-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/dir.c
-      ext/standard/dl.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/microtime.h
-      ext/standard/pack.c
-      ext/standard/php3_filestat.h
-      ext/standard/php3_string.h
-      ext/standard/reg.c
-      ext/standard/reg.h
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      main.c:
-    A bunch of grunt work updating function entries and declarations.
-
-1999-07-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/xml/config.m4: overlooked them
-
-1999-07-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * Makefile.in: Remove buildconf.stamp on make distclean
-
-1999-07-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      ChangeLog: Congrats Andrei
-
-1999-07-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: more Solaris fun
-
-    * php4.spec.in
-      scripts/mkextlib.in
-      .cvsignore
-      acinclude.m4
-      configure.in.in: added workaround for Solaris PIC weirdness.
-    added RPM spec file for a future "official" RPM, work-in-progress
-
-    * php4.gif:
-    temporary icon for RPMs until Colin gets back and can make us a spiffy new one
-
-1999-07-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c
-      ext/standard/parsedate.y
-      main.c
-      php4dll.dsp
-      php4dllts.dsp: * Make Win32 build work again
-    * Make error_reporting value prior to the standard initialization be
-      set so that errors show up
-
-1999-07-24  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf: Solaris 7 fix
-
-1999-07-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      mod_php4.c: *** empty log message ***
-
-    * ext/standard/fsock.c
-      php4dllts.dsp
-      ChangeLog: * Fix a warning
-    * Update ChangeLog
-
-1999-07-24  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec: Get rid of most compiler warnings.
-
-1999-07-24  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ChangeLog: Changelog
-
-    * ext/standard/datetime.c: Fix broken build
-
-    * ext/standard/rand.c: Bring rand.c up to date
-
-1999-07-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/xml/Makefile.am
-      ext/xml/config.m4: fix for missing include path in CFLAGS
-
-    * buildconf: Bourne Shell does not have -nt.
-
-1999-07-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ChangeLog
-      ext/standard/basic_functions.c: Added function entry for similar_text().
-
-    * ext/standard/basic_functions.c
-      ext/standard/php3_string.h: Added function entry for strip_tags.
-
-    * .cvsignore: Ignore generated file.
-
-    * ext/standard/.cvsignore: Ignore parsedate.c
-
-    * ext/wddx/wddx.c:
-    Fixed a bug in WDDX that occured when a number was passed in instead
-    of a variable name.
-
-1999-07-23  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * config.guess
-      config.sub: generated and not required by windows
-
-    * php_version.h: required for the Windows build, re-adding
-
-1999-07-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c
-      ext/standard/datetime.h
-      ext/standard/parsedate.y
-      ext/standard/Makefile.am
-      ext/standard/basic_functions.c: Ported strtotime() function.
-
-1999-07-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * .cvsignore
-      buildconf: Improve speed on subsequent runs of buildconf
-
-1999-07-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * buildconf: Fix for compatibility.
-
-1999-07-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c: Fix bug #1807 (requires Zend update)
-
-1999-07-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.h.stub
-      ext/gd/config.m4
-      ext/gd/gdttf.c
-      ChangeLog: gdttf update
-
-1999-07-23  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf
-      ltconfig
-      ltmain.sh:
-    run libtoolize during buildconf since we depend on libtool anyway
-
-    * php_version.h: generated file
-
-    * configure.in.in: in case ltconfig isn't checked out executable
-
-    * ChangeLog: good boy
-
-    * ext/xml/config.m4: updated the docstring for --with-xml
-
-1999-07-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4
-      ext/gd/gd.c
-      ext/gd/gdcache.c
-      ext/gd/gdttf.c
-      ext/gd/php3_gd.h
-      ChangeLog: Added check for freetype.h
-
-1999-07-23  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf: small fix to libtool check
-
-    * buildconf: require libtool to be installed as well
-
-1999-07-23  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * config.w32.h: - Make Win32 compile again.
-
-1999-07-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * php_version.h
-      ChangeLog: Changeloggin'
-
-1999-07-23  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ChangeLog: ChangeLog
-
-    * ext/informix/ifx.ec
-      MODULES_STATUS:
-    New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete.
-
-1999-07-23  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog: ChangeLog
-
-1999-07-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/msql/msql.c
-      ext/mysql/mysql.c
-      ext/pgsql/pgsql.c
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ChangeLog
-      buildconf:
-    Please add in any changes/bug fixes you've made - we need to keep a details 
ChangeLog...
-
-    * ChangeLog
-      ChangeLog.3: Time to remove the PHP 3.0 ChangeLog
-
-1999-07-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in: add the HPUX ANSI detection from php3
-
-1999-07-22  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf:
-    add checks for autoconf, automake and whether Zend/TSRM is around
-
-1999-07-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Implement additional heuristic for session id search. Now looks into
-    REQUEST_URI as well.
-
-1999-07-22  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * Makefile.in: temporary hack-fix
-
-1999-07-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c
-      ext/standard/basic_functions.c
-      php_version.h: -Ported all remaining date() options
-    -Made array_walk() work somewhat, but it's not
-     possible to change array values from inside the
-     walk function yet
-
-    * ext/pcre/php_pcre.c: *** empty log message ***
-
-1999-07-22  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS
-      ext/informix/ifx.ec: Blobs now working too.
-
-    * MODULES_STATUS
-      ext/informix/ifx.ec:
-    Blobs don't work, hash problems.
-
-1999-07-21  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/Makefile.am
-      ext/xml/.cvsignore
-      ext/xml/Makefile.am
-      ext/xml/config.m4
-      ext/xml/xml.c
-      Makefile.in
-      acinclude.m4
-      config.guess
-      config.sub
-      configure.in.in
-      ltconfig
-      ltmain.sh
-      php_version.h:
-    First cut at standard way of making dynamically loadable extensions on UNIX.
-    Examples on how to test:
-
-     ./configure --with-xml              static
-     ./configure --with-xml=/opt         static
-     ./configure --with-xml=shared       shared
-     ./configure --with-xml=shared,/opt  shared
-
-    The difference between these two is that when the extension is shared, it
-    is not merged into libphpext.a.  The shared extension is currently always
-    built.  I can't find a way to do just one or the other with automake/libtool,
-    if someone has a clever idea, please come forward. :-)
-
-    "make install" installs the .so (as well as a lot of other cruft) in
-    $prefix/lib/php.
-
-1999-07-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: Fixed the Apache cookie problem (untested)
-
-1999-07-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/fdf/fdf.c: Fix for bug #1806
-
-    * ext/session/session.c
-      objects: *** empty log message ***
-
-1999-07-21  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS
-      ext/informix/ifx.ec:
-    Informix extension now works but php_ini stuff still needs rewriting.
-
-1999-07-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.c: sync with 1.133
-
-    * MODULES_STATUS:
-    since we all seem to use different tabwidths, reformat this with :set tw=4
-
-    * MODULES_STATUS: update
-
-    * ext/dba/dba.c: merge in change from php3
-
-    * ext/dba/php3_cdb.h
-      ext/dba/php3_db2.h
-      ext/dba/php3_dba.h
-      ext/dba/php3_dbm.h
-      ext/dba/php3_gdbm.h
-      ext/dba/php3_ndbm.h
-      ext/dba/setup.stub
-      MODULES_STATUS
-      ext/dba/.cvsignore
-      ext/dba/Makefile.am
-      ext/dba/config.h.stub
-      ext/dba/config.m4
-      ext/dba/dba.c
-      ext/dba/dba_cdb.c
-      ext/dba/dba_db2.c
-      ext/dba/dba_dbm.c
-      ext/dba/dba_gdbm.c
-      ext/dba/dba_ndbm.c: initial import of DBA
-
-    * ext/msql/config.m4: the ; is superflicious
-
-1999-07-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * main.c: *** empty log message ***
-
-1999-07-21  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/xml/config.m4: that's better
-
-    * ext/imap/config.m4
-      ext/pgsql/config.m4
-      ext/snmp/config.m4
-      ext/xml/config.m4
-      ext/xml/php3_xml.h
-      ext/xml/xml.c: Debian fixes
-
-    * configure.in.in: change version number to 4.0b2-dev
-
-    * ext/standard/base64.c:
-    fix to reiterate that one should _always_ use braces around if/else/for/while
-
-1999-07-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS: It really does work.
-
-1999-07-21  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS
-      ext/informix/ifx.ec
-      ext/informix/php_informix.h:
-    Started php4/ZTS port of Informix driver.
-
-1999-07-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: use the same version as in php3
-
-    * ext/standard/base64.c:
-    use reverse lookup array, submitted by [EMAIL PROTECTED], #1755
-
-    * ext/sybase/sybase-ct.c: fix for #1748
-
-    * configure.in.in: disable broken sprintf test
-
-    * configure.in.in: defaults to empty string
-
-1999-07-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.c
-      ext/pcre/php_pcre.h: Added locale support.
-
-1999-07-20  Mike Gerdts  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c:
-    exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes.
-
-    Lines being returned via the array that that contain only "\n" now are
-    trimmed down to "" to be consistent with exec's whitespace trimming
-    behavior for all other lines.
-
-1999-07-20  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c
-      ChangeLog.TODO: Added 'n' option to date().
-
-    * ext/standard/basic_functions.c
-      ext/standard/head.c
-      ext/standard/head.h: Added headers_sent() function
-
-    * ext/standard/datetime.c: Fix for bug #1750.
-
-1999-07-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in.in
-      libphp4.module.in: get rid of --with-shared-apache
-    it's currently broken and redundant (use APXS instead)
-
-1999-07-20  jim  <[EMAIL PROTECTED]>
-
-    * BUGS
-      CHANGES-3.0
-      COPYING
-      EXTENSION_STATUS
-      TODO
-      WISHLIST
-      WISHLIST-3.1
-      cvsusers
-      press-release-3.0.txt: Remove a bunch of old junk.
-
-1999-07-19  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: The last forgotten prototypes I know.
-
-1999-07-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      MODULES_STATUS: Updated status
-
-    * ext/wddx/.cvsignore: Don't forget .cvsignore
-
-    * ext/wddx/config.h.stub
-      ext/wddx/config.m4
-      ext/wddx/php_wddx.h
-      ext/wddx/setup.stub
-      ext/wddx/wddx.c
-      ext/wddx/Makefile.am: Ported WDDX module.
-
-1999-07-19  Egon Schmid  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.c: It's in PHP 3 and 4.
-
-    * ext/msql/msql.c: Test, will document this soon.
-
-1999-07-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/bcmath/.cvsignore: Updating cvsignore
-
-    * dlist.c
-      dlist.h
-      ext/hyperwave/DList.h
-      ext/hyperwave/dlist.c
-      ext/hyperwave/hg_comm.c
-      Makefile.in: Moving dlist stuff into core.
-
-1999-07-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * INSTALL
-      ext/standard/info.c
-      LICENSE
-      makedist: *** empty log message ***
-
-1999-07-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * config.w32.h
-      internal_functions_win32.c: Fix Win32 compilation
-
-1999-07-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: Kill compiler warnings.
-
-1999-07-19  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    license change
-
-1999-07-19  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: update
-
-1999-07-19  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: More credits.
-
-1999-07-18  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c:
-    allow access to std{in,out,err} by using the php domain
-
-    * ext/session/session.c: more to do
-
-    * ext/session/session.c
-      php.ini-dist:
-    add session config to php.ini and adapt the naming scheme for it
-
-1999-07-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: Update credits a bit.
-    "Overall Work" line should probably be extended.
-
-    * ext/apache/apache.c
-      ext/pcre/php_pcre.c: -Kill compile warnings in apache.c
-    -Make preg_grep() work with copies of array entries
-
-    * ext/standard/basic_functions.c: Proto change
-
-1999-07-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c: *** empty log message ***
-
-    * cgi_main.c
-      ext/standard/basic_functions.c
-      ext/standard/info.c
-      ext/standard/info.h
-      main.c: I was sure I committed these already.  Weird
-
-    * php4dll.dsp
-      php4dllts.dsp: One more necessary .dsp update
-
-    * ext/standard/info.c: *** empty log message ***
-
-    * CREDITS
-      configure.in.in: * Turn on debug by default
-    * Remove CREDITS file, point to web page instead
-
-    * php4isapi/php4isapi.dsp
-      MODULES_STATUS
-      php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp: Update DSPs
-
-1999-07-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: void some warnings
-
-    * makedist: use optional copy
-
-    * buildconf: make copy optional
-
-1999-07-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * buildconf
-      makedist: Oki doki
-
-    * buildconf
-      makedist: Some work on makedist
-
-    * README-BCMATH
-      configure.in.in: Handle BCMath
-    Add a license pointer
-
-    * ext/bcmath/number.c
-      ext/bcmath/number.h: We'll have to live without these files somehow.
-
-    * ext/bcmath/number.c
-      ext/bcmath/number.h: Dummies
-
-    * ext/bcmath/config.m4
-      ext/bcmath/number.c
-      ext/bcmath/number.h: We need to disable bcmath by default
-
-    * acconfig.h.in
-      configure.in.in: Remove MEMORY_LIMIT from PHP, it's a Zend issue...
-
-1999-07-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase/sybase.c
-      ext/sybase/sybase-ct.c: Get the Sybase modules uptodate
-
-    * ext/ldap/ldap.c: *** empty log message ***
-
-1999-07-16  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    A little change in how array_splice/array_slice handle length parameter.
-
-    Makes it compatible with Perl.
-
-    * ext/standard/basic_functions.c:
-    Updated the functionality of array_splice.
-
-1999-07-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in:
-    the regex check relies on a previously set APXS variable,
-    so it needs to be after the apxs check
-
-    * configure.in.in: merge fix
-
-    * ext/pgsql/php3_pgsql.h: unnecessary, breaks the build
-
-    * ext/msql/msql.c: This is so ugly, I hate myself for committing it
-
-1999-07-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c: Get the LDAP module uptodate
-
-1999-07-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: avoid nameclash
-
-    * ext/msql/config.m4: fix detection
-
-1999-07-16  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pgsql/pgsql.c: *** empty log message ***
-
-    * ext/mysql/mysql.c
-      ext/pgsql/pgsql.c: Get postgresql module uptodate
-
-    * ext/msql/msql.c: Oops #2
-
-    * ext/msql/msql.c: Oops
-
-    * ext/standard/string.c
-      ext/msql/msql.c: * Get the mSQL module up to date
-
-    * ext/msql/msql.c: Minor fix
-
-    * ext/session/session.c: Fix TS version
-
-    * ext/xml/xml.c
-      ext/yp/yp.c
-      ext/zlib/zlib.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/post.c
-      ext/standard/quot_print.c
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/type.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/var.c
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/sysvshm.c
-      ext/standard/filestat.c
-      ext/standard/flock_compat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/iptc.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/md5.c
-      ext/standard/microtime.c
-      ext/session/mod_files.c
-      ext/session/session.c
-      ext/snmp/snmp.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.c
-      ext/standard/crypt.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/pcre/php_pcre.c
-      ext/pdf/pdf.c
-      ext/pgsql/pgsql.c
-      ext/odbc/odbc.c
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/mysql/mysql.c
-      ext/oci8/oci8.c
-      ext/msql/msql.c
-      ext/interbase/interbase.c
-      ext/ldap/ldap.c
-      ext/mcrypt/mcrypt.c
-      ext/mhash/mhash.c
-      ext/hyperwave/hw.c
-      ext/imap/imap.c
-      ext/hyperwave/hg_comm.c
-      ext/gd/gd.c
-      ext/gettext/gettext.c
-      ext/db/db.c
-      ext/dbase/dbase.c
-      ext/fdf/fdf.c
-      ext/filepro/filepro.c
-      ext/dav/dav.c
-      ext/bcmath/bcmath.c
-      ext/bcmath/number.c
-      ext/com/COM.c
-      ext/apache/apache.c
-      ext/aspell/aspell.c
-      mod_php4.h
-      output.c
-      output.h
-      php.h
-      php_realpath.c
-      php3_realpath.h
-      php_sprintf.c
-      php_globals.h
-      php_ini.c
-      php_ini.h
-      request_info.c
-      request_info.h
-      rfc1867.c
-      safe_mode.c
-      snprintf.h
-      SAPI.h
-      cgi_main.c
-      configuration-parser.y
-      configuration-scanner.l
-      fhttpd.c
-      fopen-wrappers.c
-      fopen-wrappers.h
-      internal_functions_registry.h
-      internal_functions_win32.c
-      main.c
-      main.h
-      mod_php4.c
-      SAPI.c: License update
-
-1999-07-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: define sid to "", if we are in cookie mode
-
-    * ext/session/php_session.h
-      ext/session/session.c: we don't need php_sid
-
-    * ext/session/mod_files.c: that should be included 1st
-
-    * ext/session/session.c: define SID appropiately
-
-1999-07-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: *** empty log message ***
-
-1999-07-15  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h: that should be included 1st
-
-1999-07-15  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: *** empty log message ***
-
-    * CHANGES
-      CHANGES-3.0
-      README.WIN32: More 3->4 changes
-
-    * INSTALL
-      mod_php4.c
-      php4dllts.dsp: * PHP 3.0 -> 4.0 changes
-    * Add php_admin Apache directives
-
-    * scripts/apache/apconf-conv.sh
-      scripts/apache/aphtaccess-conv.sh
-      scripts/apache/conffix.awk
-      scripts/apache/htaccessfix.awk: Sooner than you think, Sascha :)
-
-    * php.ini-dist
-      php3.ini-dist: *** empty log message ***
-
-1999-07-15  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/aspell/.cvsignore: Added .cvsignore
-
-1999-07-15  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4: A useless check
-
-1999-07-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      serverapi/cgi_sapi.c: php3.ini -> php.ini
-
-    * ext/standard/info.c
-      logos.h
-      main.c
-      php_version.h
-      configure.in.in: * Update logos
-    * Move from PreAlpha 1 to Beta 1.
-
-1999-07-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/apache/apache.c: How did this ever work without this #define ?
-
-    * ext/mysql/config.m4: Remove some useless stuff
-
-    * ext/imap/config.m4: Fix imap build problem
-
-    * LICENSE: Small grammar fix
-
-1999-07-14  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * LICENSE
-      php4dllts.dsp: *** empty log message ***
-
-    * ext/apache/apache.c
-      ext/standard/basic_functions.c
-      ext/standard/info.c
-      ext/standard/info.h
-      LICENSE
-      cgi_main.c
-      php_ini.c: - Add a bitwise flag to phpinfo()
-    - Import a draft of the new PHP license
-
-1999-07-14  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/imap/config.m4:
-    Fix logic here - the error message was bogus when it couldn't find the
-    imap lib
-
-    * configure.in.in: Woops, this was in the wrong place
-
-1999-07-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: change php4_value and php4_flag to php_value and php_flag
-
-1999-07-13  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS: *** empty log message ***
-
-1999-07-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build-defs.h.in: add some which are always substituted
-
-1999-07-12  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS:
-    Tested imap, and had a look at ldap.  ldap should be working, but my
-    ldap server is currently in a box.
-
-    * regex/regex.h
-      ext/aspell/aspell.c
-      ext/aspell/config.h.stub
-      ext/aspell/config.m4
-      ext/aspell/php3_aspell.h
-      MODULES_STATUS: Finish porting aspell - tested and works ok now
-
-1999-07-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS: update
-
-1999-07-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/config.m4
-      MODULES_STATUS: *** empty log message ***
-
-1999-07-12  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * MODULES_STATUS: *** empty log message ***
-
-1999-07-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog.TODO: test commit (new format inspired by FreeBSD cvs-all)
-
-1999-07-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: destructors should return 1, shouldn't they?
-
-    * ext/oracle/oracle.c: par with 3.0
-
-    * ext/oci8/oci8.c: fixed mem-problem
-
-    * ext/oci8/oci8.c: small php4 fixes
-
-1999-07-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: typo
-
-    * acinclude.m4
-      configure.in.in
-      libphp4.module.in: merge in some autoconf stuff
-
-1999-07-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c
-      ext/xml/xml.c
-      php4isapi/php4isapi.c
-      ext/com/COM.c
-      ext/oci8/oci8.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/standard/basic_functions.c
-      ext/standard/iptc.c
-      ext/standard/post.c
-      main.c
-      rfc1867.c: Don't touch refcount and EA directly
-
-    * ext/xml/xml.c
-      php4isapi/php4isapi.c
-      ext/oracle/oracle.c
-      ext/pcre/php_pcre.c
-      ext/standard/basic_functions.c
-      ext/standard/fsock.c
-      ext/standard/iptc.c
-      ext/standard/post.c
-      ext/standard/var.c
-      ext/com/COM.c
-      ext/oci8/oci8.c
-      main.c
-      rfc1867.c: Step 2:
-    Rename is_ref to EA
-
-    * ext/pcre/php_pcre.c
-      ext/standard/basic_functions.c
-      ext/standard/reg.c
-      configuration-parser.y: Step 1 in nuking the garbage collector:
-    - Change the hash destructor to return int
-
-1999-07-09  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/aspell/Makefile.am
-      ext/aspell/aspell.c
-      ext/aspell/config.h.stub
-      ext/aspell/config.m4
-      ext/aspell/php3_aspell.h: Add Aspell module
-
-1999-07-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * foo
-      foo2
-      foo3
-      foo4
-      recurse
-      tests/foo
-      tests/foo2
-      tests/foo3
-      tests/foo4
-      tests/recurse: More cleanup.
-
-    * ext/pcre/php_pcre.c
-      test.php4
-      test.pl
-      test_class_inheritance
-      testarray
-      testarray.pl
-      testarray2
-      testarray2.pl
-      testclassfunc
-      testcom
-      testfe
-      testfunc
-      testfunc.pl
-      testfunc2
-      testfunc2.pl
-      testfuncref
-      testinclude
-      testobj
-      tests/test.php4
-      tests/test.pl
-      tests/test_class_inheritance
-      tests/testarray
-      tests/testarray.pl
-      tests/testarray2
-      tests/testarray2.pl
-      tests/testclassfunc
-      tests/testcom
-      tests/testfe
-      tests/testfunc
-      tests/testfunc.pl
-      tests/testfunc2
-      tests/testfunc2.pl
-      tests/testfuncref
-      tests/testinclude
-      tests/testobj: Reduce clutter a bit.
-
-1999-07-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.h: *** empty log message ***
-
-    * main.c: Avoid sending NULL argument to printf
-
-1999-07-08  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h: on par with latest php3
-
-1999-07-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    Fix a memory leak by not allowing session_start() to be called more than once.
-
-1999-07-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * build-defs.h.in: add sendmail
-
-1999-07-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * config.w32.h
-      ext/pcre/php_pcre.c
-      internal_functions_win32.c
-      php4dll.dsp
-      php4dllts.dsp: Support PCRE under Win32
-
-    * ext/pcre/pcre.c
-      ext/pcre/php_pcre.c
-      ext/pcre/Makefile.am: avoid two copies of pcre.c in the repository
-
-1999-07-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c
-      ext/pcre/php_pcre.h: Correct option caching
-
-1999-07-05  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c: ups
-
-    * ext/oci8/oci8.c: fixed mem-leak
-
-    * ext/standard/basic_functions.c
-      ext/standard/iptc.c
-      ext/standard/php3_iptc.h: ported IPTC fro php3
-
-    * ext/oracle/oracle.c: added RESOURCE-returning
-
-    * ext/oci8/oci8.c: up to php3 version
-    returns resources now!
-
-1999-07-04  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: updated to latest php3
-
-1999-07-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c: *** empty log message ***
-
-    * main.c: Support x-httpd-php-source
-
-1999-07-03  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in: *** empty log message ***
-
-    * Makefile.in: remove cvsignore files as well
-
-    * Makefile.in: 'make dist' builds an easy distributable tarball
-
-    * ext/session/mod_files.c: add missing include
-
-    * ext/Makefile.am: ignore this
-
-    * mod_php4.c: would be logical to enable display source mode
-
-    * scripts/armerge: ar t is a little bit noisy on Rhapsody
-
-    * build-defs.h.in: almost no config.m4 substitutes these anymore.
-
-    * php.h: work around the Apache problem that it pollutes the namespace
-
-    * ext/Makefile.am: there must be a better way
-
-    * configure.in.in: let's start OS X hacking
-
-1999-07-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog: ..
-
-    * ChangeLog: ...
-
-    * ChangeLog: .
-
-    * ChangeLog: test commit
-
-1999-07-02  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/xml/xml.c: added some refcount stuff
-
-    * ext/xml/php3_xml.h
-      ext/xml/xml.c: losses memory like hell, but seems to work!
-
-    3 things (this is a bad hack as of now!):
-    - xml.c uses _php3_strtoupper
-      is #include "../standard/php3_string.h" the right way to get the prototype?
-
-    - i've copied php3i_long_pval/php3i_string_pval from the php3 tree into
-      xml.c (this is defnetly WRONG, but where do i find those?)
-
-    - as php3tls_pval_destructor is not available in zend, i've
-      #define php3tls_pval_destructor(a) pval_destructor(a) which is maybe not what 
we want!
-
-1999-07-02  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/crypt.c: fix from php3
-
-    * configure.in.in: suppress No such file or directory
-
-1999-07-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/sybase/config.m4:
-    someone please try whether the autoconf stuff works
-    for sybase and sybase-ct - I've neither one.
-
-    * ext/sybase/sybase.c: maybe fix, following Joey's description
-
-    * ext/zlib/config.m4: --with-zlib should work now
-
-1999-07-01  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: changed boolean behaviour:
-
-    var_dump(
-
-1999-07-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/php3_var.h
-      ext/standard/var.c: some additional consts
-
-    * regex/Makefile.in: vpath thingie
-
-    * ext/session/php_session.h
-      ext/session/session.c:
-    implement a simple API in the case someone wants to define his/her own 
serialization stuff
-
-1999-06-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c:
-    No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function arguments
-
-1999-06-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: *** empty log message ***
-
-    * ext/session/php_session.h
-      ext/session/session.c: Added session expiration.
-
-1999-06-29  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c
-      ext/oracle/php3_oracle.h: synced with 3.0.11
-    ora_bind works!
-
-1999-06-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * request_info.c: No need for that either...
-
-1999-06-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * request_info.c: Don't break the tree
-
-1999-06-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c: Added session_is_registered(varname) function.
-
-    * ext/mysql/mysql.c:
-    Ported MYSQL_NUM, MYSQL_ASSOC, and MYSQL_BOTH additions from php3.
-
-    * ext/standard/basic_functions.c: oops
-
-    * ext/standard/basic_functions.c: *** empty log message ***
-
-1999-06-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: work around that solaris bug
-
-    * Makefile.in: ugly and working
-
-    * Makefile.in: BSD derived tests want -h for symlink test
-
-1999-06-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c: port
-
-    * ext/snmp/config.h.stub
-      ext/snmp/config.m4
-      ext/snmp/snmp.c
-      ext/standard/base64.c
-      ext/standard/datetime.c
-      ext/standard/file.c: more porting
-
-    * Makefile.in
-      configure.in.in
-      mod_php4.exp: port Rasmus' APXS changes for AIX
-
-    * ext/dbase/dbase.c: port over from php3
-
-    * Makefile.in
-      configure.in.in: lex optimizations
-
-    * ext/dbase/dbase.c: add dbase_replace_record
-
-    * Makefile.in
-      acinclude.m4
-      configure.in.in: port over autoconf fixes from php3
-
-1999-06-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * cgi_main.c
-      ext/standard/pageinfo.c
-      request_info.c: Win32/general patches
-
-    * cgi_main.c
-      ext/standard/pageinfo.c
-      fopen-wrappers.c
-      request_info.c
-      request_info.h
-      safe_mode.c: * Get rid of another request_info element (filename)
-    * CGI through Apache should work now
-
-    * ext/standard/fsock.h: *** empty log message ***
-
-    * main.c: Protect against NULL arguments in filename
-
-1999-06-26  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acconfig.h.in
-      configure.in.in
-      php.h: add dmalloc
-
-1999-06-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in: - APXS link thingie
-    - functions/ game obsolete. Should make compiling faster on slow machines (hi 
Kristian :-)
-
-1999-06-23  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * regex/engine.ih
-      regex/regcomp.ih
-      regex/regerror.ih: *** empty log message ***
-
-1999-06-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: gettype now reports "boolean" correct
-
-1999-06-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/php3_string.h: Making function accessible.
-
-    * ext/standard/string.c: Making the function accessible.
-
-1999-06-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Fix compile-time definition of track_vars default
-
-1999-06-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c
-      ext/pcre/pcrelib/internal.h: Made preg_split() consistent with split().
-    Added a new /e modifier for preg_replace
-    Kill a warning in pcrelib.
-
-1999-06-22  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/url.c:
-    urlencode and decode return an empty-string if the input-string is empty (matches 
php3 behaviour "more" closly)
-    Please read my previous mail and comment!
-
-1999-06-22  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: cosmetics
-
-1999-06-22  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec:
-    Bad html in ifx_htmltbl_result().
-
-1999-06-22  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: fix some potential buffer overflows
-
-1999-06-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/reg.c: Backing out changes.
-
-1999-06-21  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: fixed implode "again" -
-
-1999-06-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: whoops, kill debugging message
-
-    * ext/snmp/config.m4
-      ext/mysql/config.m4
-      ext/pgsql/config.m4
-      ext/msql/config.m4
-      ext/mcrypt/config.m4
-      ext/mhash/config.m4
-      ext/ldap/config.m4
-      acinclude.m4
-      configure.in.in
-      Makefile.in: Introduce AC_ADD_* macros
-
-    The use of AC_EXPAND_PATH makes it possible to continue
-    to use relative paths when configuring PHP.
-    (e.g. --with-apache=../apache-1.3.x works again)
-
-    * Makefile.in: avoid error message
-
-    * acinclude.m4: use standard autoconf variables
-
-1999-06-19  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: *** empty log message ***
-
-    * main.c
-      php_ini.c
-      php_ini.h: Implement new get_ini_entry() for Zend
-
-    * win32/sendmail.c
-      cgi_main.c
-      config.w32.h
-      configuration-parser.y: Use php.ini instead of php3.ini
-
-    * ext/standard/fsock.c: *** empty log message ***
-
-    * ext/standard/fsock.c
-      fopen-wrappers.h
-      php_globals.h
-      fopen-wrappers.c: Win32/ZTS compiles again
-
-1999-06-18  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/fsock.h: for struct sockaddr
-
-1999-06-18  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: update php3 sync info
-
-    * fopen-wrappers.c:
-    optimize php3_fopen_url_wrapper() a bit (fewer recv() and send() calls)
-
-    * ext/standard/fsock.h
-      ext/standard/fsock.c: Apply Sascha's fsock fixes to php4.
-
-    * fopen-wrappers.c: make CGI version work again
-
-1999-06-17  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in: typo
-
-1999-06-17  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * configure.in.in: Need to check if it exists first.
-
-1999-06-17  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * config.w32.h: Win32 patches (does not compile still)
-
-1999-06-16  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: MIME headers may be 512 characters long.
-
-    * win32/time.c
-      ext/standard/file.h
-      ext/standard/filestat.c
-      ext/standard/flock_compat.c
-      ext/standard/flock_compat.h
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/microtime.c
-      ext/standard/php3_string.h
-      ext/standard/string.c
-      acconfig.h.in
-      config.w32.h
-      configure.in.in
-      ext/standard/basic_functions.c
-      ext/standard/dir.c
-      ext/standard/file.c
-      fopen-wrappers.c
-      fopen-wrappers.h
-      main.c: * fixed some #if/#ifdef issues
-    * hand-patched in php3 changes from 3.0.6 to HEAD in these files:
-       fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
-       ext/standard/php3_string.h ext/standard/string.c
-    * added some new file/socket macros for more readable code:
-       FP_FGETS(buf,len,sock,fp,issock)
-       FP_FREAD(buf,len,sock,fp,issock)
-       FP_FEOF(sock,fp,issock)
-       FP_FGETC(sock,fp,issock)
-
-1999-06-15  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c: reversing another patch that slipped
-
-    * ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/php3_string.h
-      ext/standard/string.c
-      ext/standard/file.c
-      ext/standard/file.h
-      fopen-wrappers.h
-      fopen-wrappers.c: * reverse fsock/string import patches
-
-1999-06-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_globals.h:
-    Change four spaces back to tabs (Why the hell did you change the tabs to four 
spaces?!)
-
-1999-06-15  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/php3_string.h
-      ext/standard/string.c
-      ext/standard/var.c
-      cgi_main.c
-      fopen-wrappers.c
-      fopen-wrappers.h
-      php_globals.h: * now using php4.ini instead of php3.ini
-    * re-imported fopen-wrappers, fsock and string code from php3
-      NB!  I have not tested all of the imported functions yet.
-
-    * ext/session/.cvsignore
-      .cvsignore: fix some .cvsignore files
-
-1999-06-15  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: gmmktime() fix
-
-1999-06-14  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * buildconf: Need to test for directory.
-
-1999-06-14  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf: make symlinks if they are not present already
-
-1999-06-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/mime.h
-      ext/standard/php3_standard.h
-      SAPI.c
-      SAPI.h
-      ext/standard/Makefile.am
-      ext/standard/mime.c
-      php4dllts.dsp
-      rfc1867.c:
-    First attempt at moving the old RFC1867 support to the right place
-
-1999-06-11  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: it's obj.properties, not ht
-
-1999-06-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Fix up var.c a bit.
-
-1999-06-11  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/crypt.c: Same Fix here
-
-1999-06-11  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in.in: append DEBUG_CFLAGS to CFLAGS
-
-1999-06-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Print out include_path in include/require failures
-
-    * ext/session/mod_files.c
-      ext/session/php_session.h
-      ext/session/session.c
-      ext/standard/basic_functions.c
-      ext/standard/file.c
-      main.c: * Fix a buglet in the session module
-    * Make some renames in the session module - avoid having a function called 
'delete'
-      so that we don't piss any C++ compilers.  Also rename the 
{startup,shutdown}_globals
-      to {startup,shutdown}_session_globals, so that they're a bit less general names,
-      and made them static.
-    * Remove uselss variables
-
-1999-06-10  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: make serialize work
-    unserialize does not work yet
-
-1999-06-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: Fixing serialize a bit.
-
-    * ext/standard/basic_functions.c
-      ext/pcre/pcre.c
-      ext/pcre/php_pcre.h: Added preg_grep() function.
-
-1999-06-10  Frank M. Kromann  <[EMAIL PROTECTED]>
-
-    * win32/sendmail.c:
-    Sync. with php3. Only add Date: and From: if not supplied by user
-
-1999-06-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Make array_shift/array_pop work better.
-
-    * ext/pcre/pcre.c: A fix for a fix.
-
-    * ext/pcre/pcre.c
-      ext/standard/basic_functions.c: Fixed a bug in preg_split.
-    Fixed a bug in array_shift/array_pop.
-
-1999-06-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c
-      ext/oci8/oci8.c: oci8 to 3.0.9
-    implode works!
-
-1999-06-09  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: *** empty log message ***
-
-    * ext/standard/reg.c
-      ext/pcre/pcre.c: Fixed a bug in preg_replace.
-
-1999-06-09  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h: up to 3.0.9
-
-1999-06-09  Danny Heijl  <[EMAIL PROTECTED]>
-
-    * ext/informix/ifx.ec
-      ext/informix/php_informix.h:
-
-    resync informix driver with php 3.09 version
-
-1999-06-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c
-      ext/session/mod_files.c:
-    better scaling for large servers using many session ids
-
-1999-06-07  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Don't set is_ref in _phpi_splice()
-    More checking in array_merge()
-    Added keys() and values() array functions.
-
-1999-06-07  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/session/mod_files.h
-      ext/session/php_session.h
-      ext/session/session.c: - some cleanups
-    - add gc logic
-    - add session_destroy()
-
-1999-06-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/reg.c: Fix an ereg_replace() crash bug
-
-1999-06-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/session/mod_files.c
-      ext/session/session.c
-      php4dllts.dsp: - Fix PSLS issues
-    - Add a standard info function for the session module (use them!)
-    - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant)
-
-1999-06-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: one C too much
-
-    * ext/session/session.c:
-    avoid unnecessary PSLS_FETCH() in internal functions
-
-1999-06-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: -Init tsrm on minit
-
-    * ext/session/session.c: - Use PS() everywhere.
-
-    * ext/session/session.c:
-    - Make sessions compile on win32 but it still doesn't link.
-
-    * ext/session/session.c
-      php4dllts.dsp:
-    - Add some *_FETCH()'s. Still some work to be done so that it'll compile on win32.
-
-1999-06-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/php_session.h
-      ext/session/session.c: - s/encoded/encode/
-    - new TODO entry
-
-1999-06-06  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    - Remove the is_ref =1 from the push() function.
-
-1999-06-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: add some protos
-
-    * ext/session/session.c: add some thoughts
-
-1999-06-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: - auto startup when calling register
-    - auto startup using a configuration option
-
-    * ext/session/session.c: moving start code into its own function
-
-1999-06-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Added array_merge() function.
-
-1999-06-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/session.c: SAPI does not want line endings
-
-1999-06-05  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/reg.c:
-    Added push(), pop(), shift(), unshift(), splice(), and slice() array functions.
-    The first 5 work like their Perl counterparts. slice() returns a chunk of the 
array
-    specified by offset and length arguments.
-
-    Backport to PHP3 and docs will be coming soon.
-
-1999-06-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/session/Makefile.am
-      ext/session/config.h.stub
-      ext/session/config.m4
-      ext/session/mod_files.c
-      ext/session/mod_files.h
-      ext/session/modules.c
-      ext/session/php_session.h
-      ext/session/session.c
-      ext/session/setup.stub: first import of session module
-
-1999-06-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Move shutdown order into Zend
-
-    * mod_php4.c: I got the order wrong earlier :I
-
-    * ext/standard/reg.c:
-    Not sure that's the right fix, but at least it fixes the symptom
-
-1999-06-05  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/oci8/.cvsignore
-      ext/yp/.cvsignore
-      ext/pcre/pcrelib/.cvsignore: add some .cvsignores
-
-1999-06-04  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.h
-      ext/pcre/pcre.c: Added preg_quote() function.
-
-    * ext/pcre/pcre.c: *** empty log message ***
-
-1999-06-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/php3_mysql.h: Fix UNIX MySQL build
-
-    * php3sapi.dsw
-      php3extra.dsw: Remove old workspaces
-
-    * ext/mysql/Readme_w32.txt
-      ext/mysql/mysql.c
-      ext/mysql/mysql.dsp
-      ext/mysql/php3_mysql.h
-      config.w32.h
-      php.h
-      php4ext.dsw
-      php_globals.h
-      php_ini.c
-      php_ini.h: * Add a new workspace for dynamic PHP extensions.
-    * Add a few functions to PHP's API.
-    * Get the MySQL extension up-to-date and thread safe.
-    * Add a project for building the MySQL extension under Win32.
-
-1999-06-01  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/Makefile.am: function dir doesn't exist anymore
-
-    * ext/pcre/config.m4: *** empty log message ***
-
-1999-06-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * scripts/armerge: avoid touching libraries which have not changed
-
-1999-06-01  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/exec.c: - Fix for exec to use API
-
-1999-05-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c
-      php4dll.dsp: thread-safety fix
-
-1999-05-31  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/browscap.c: *** empty log message ***
-
-1999-05-31  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: *** empty log message ***
-
-1999-05-30  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c:
-    preg_match_all() now returns the number of global matches.
-
-1999-05-30  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * main.c
-      php_ini.c: kill some warnings
-
-    * ext/standard/browscap.c: zend_hash_merge was changed
-
-1999-05-29  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c: Updated preg_split().
-
-    * ext/pcre/pcre.c: Fix preg_match_all to do proper matching with \b.
-
-    * ext/pcre/pcrelib/internal.h
-      ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/pcre.c:
-    Fixed PCRE so that global matching with patterns with \b works.
-
-1999-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      libphp4.module.in
-      mod_php4.c:
-    * Changed the way INI entries work in Apache to allow .conf entries to work right 
too.
-    * vpath fixes for standard Apache build
-
-    * ext/standard/browscap.c
-      testobj: Fix
-
-1999-05-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * regex/Makefile.in: more VPATH work
-
-    * SAPI.c: kill warning
-
-    * Makefile.in
-      configure.in.in: - fix APXS VPATH build
-    - Zend/TSRM build in their own directories
-    - ext/Makefile was generated twice
-
-    ****NOTE******
-
-    If you use any kind of VPATH, you need to do a "make distclean" in your
-    Zend/TSRM directory, before running configure again.
-
-1999-05-29  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * mod_php4.c:
-    avoid crashing with php4 directives in .conf files (they still don't work)
-
-    * scripts/preconfig
-      Makefile.in: fixes
-
-1999-05-29  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * serverapi/cgi_sapi.c
-      cgi_main.c
-      getopt.c
-      getopt.h
-      main.c
-      php_getopt.h: getopt.h conflicted with system include file
-
-    * ext/pgsql/pgsql.c: .
-
-1999-05-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * mod_php4.c: no need for those
-
-    * SAPI.c
-      configure.in.in
-      ext/pcre/config.m4
-      mod_php4.c
-      rfc1867.c: * Get Apache module to compile again with the regex stuff.
-    * Get Apache to propertly work with POST, and some SAPI fixes
-
-1999-05-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/var.c: that seems to fix it
-
-    * ext/standard/var.c:
-    Either I'm playing the EG(symbol_table) game wrong or var.c leaks memory
-    when unserializing arrays/objects. Still testing
-
-1999-05-28  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/config.h.stub
-      ext/pcre/config.m4
-      ext/pcre/pcre.c
-      ext/pcre/php_pcre.h:
-    -Modified PCRE library slightly to do what needs to be done
-    -Updated preg_replace() code to handle stuff properly
-    -Removed ability to specify external PCRE library source to link against
-    (since our bundled version is patched now)
-
-1999-05-28  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * apidoc.txt: I think that is the preferred way as of now
-
-1999-05-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.c: *** empty log message ***
-
-    * ext/com/COM.c
-      ext/standard/basic_functions.c
-      ext/standard/dir.c
-      main.c
-      testobj: * Use new Zend macros for standardized definition of classes.
-    * Reverse bogus shutdown order.
-    * Use the new object/class support of Zend to make the dir functions work again.
-
-1999-05-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      main.c
-      main.h
-      mod_php4.c
-      mod_php4.h: Some innocent cleanups
-
-1999-05-27  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/config.m4: We don't need those there.
-
-    * ext/pcre/config.h.stub
-      ext/pcre/config.m4
-      ext/pcre/pcre.c
-      ext/pcre/php_pcre.h:
-    Really fix the configuration now so that it's possible to compile both
-    against the bundled PCRE library and the one external to the source tree.
-    Crossing my fingers while Zeev compiles this. :)
-
-1999-05-27  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      scripts/preconfig: self-contained extensions please :-)
-
-1999-05-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c:
-    Generate Visual Studio compatible error messages when compiling under Win32
-
-1999-05-27  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/Makefile
-      ext/pcre/pcrelib/Makefile.am
-      ext/xml/xml.c
-      configure.in.in
-      ext/pcre/Makefile.am
-      ext/pcre/config.m4: - fix CGI build (at least)
-
-    * Makefile.in: add rfc1867.c
-
-1999-05-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/php_pcre.h: Fix pcre build
-
-    * php.h: Moved all SET_ and RETURN_ macros to Zend
-    Fixed all RETVAL_ macros
-
-1999-05-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcrelib/ChangeLog
-      ext/pcre/pcrelib/LICENCE
-      ext/pcre/pcrelib/Makefile
-      ext/pcre/pcrelib/README
-      ext/pcre/pcrelib/RunTest
-      ext/pcre/pcrelib/Tech.Notes
-      ext/pcre/pcrelib/chartables.c
-      ext/pcre/pcrelib/dftables.c
-      ext/pcre/pcrelib/get.c
-      ext/pcre/pcrelib/internal.h
-      ext/pcre/pcrelib/maketables.c
-      ext/pcre/pcrelib/pcre.3
-      ext/pcre/pcrelib/pcre.c
-      ext/pcre/pcrelib/pcre.h
-      ext/pcre/pcrelib/pcreposix.3
-      ext/pcre/pcrelib/pcreposix.c
-      ext/pcre/pcrelib/pcreposix.h
-      ext/pcre/pcrelib/pcretest.c
-      ext/pcre/pcrelib/perltest
-      ext/pcre/pcrelib/pgrep.1
-      ext/pcre/pcrelib/pgrep.c
-      ext/pcre/pcrelib/study.c
-      ext/pcre/pcrelib/testinput1
-      ext/pcre/pcrelib/testinput2
-      ext/pcre/pcrelib/testinput3
-      ext/pcre/pcrelib/testinput4
-      ext/pcre/pcrelib/testoutput1
-      ext/pcre/pcrelib/testoutput2
-      ext/pcre/pcrelib/testoutput3
-      ext/pcre/pcrelib/testoutput4
-      ext/pcre/Makefile.am
-      ext/pcre/config.m4
-      ext/pcre/setup.stub: -Added PCRE library source
-    -Updated configuration process
-
-    * ext/pcre/pcre.c
-      ext/pcre/php_pcre.h: Added preg_split.  Same syntax as regular split().
-
-    * ext/standard/reg.c: Fixing a couple of long standing bugs.
-
-    * ext/pcre/pcre.c
-      ext/pcre/php_pcre.h: A few changes here.
-
-    First of all, as per extensive discussion on the list, the functions are now
-    prefixed with "preg" instead of "pcre".
-
-    Secondly, global matching is now possible using preg_match_all.  Please, give
-    suggestions on a better name if this one doesn't sit well with you.  Possible
-    names are preg_global_match and preg_gmatch.
-
-    preg_match_all takes 4 arguments: a regex pattern, a subject string,
-    the array for capturing subpatterns, and a parameter that tells how the results
-    in the subpatterns array are arranged.
-
-    Basically, preg_match_all will go through the subject string and try to capture
-    all the matches that it finds, not just the first one like preg_match.
-
-    4th parameter can be PREG_PATTERN_ORDER (default) or PREG_SET_ORDER.
-
-    Example:
-    preg_match_all("|</?([^>]+)>|", "<div align=left>a test</div>", $out, 
PREG_PATTERN_ORDER);
-
-    This returns results so that $out[0] is an array of full pattern matches, $out[1] 
is an array
-    of first captured subpattern matches, and so on.
-
-    $out[0] -> ("<div align=left>", "</div>")
-    $out[1] -> ("div align=left", "div")
-
-    Example:
-    preg_match_all("|</?([^>]+)>|", "<div align=left>a test</div>", $out, 
PREG_SET_ORDER);
-
-    This returns results so that $out[0] is an array of first full pattern match and 
subpatterns,
-    $out[1] is an array of second full pattern match and subpatterns.
-
-    $out[0] -> ("<div align=left>", "div align=left")
-    $out[1] -> ("</div>", "div")
-
-    If anyone has a better name for these PREG_ constants and also which one should 
be the default,
-    I'd like to hear it.
-
-1999-05-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h
-      php4dllts.dsp
-      rfc1867.c
-      rfc1867.h:
-    Add container for file-upload.  It's not quite implemented yet.
-
-1999-05-25  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Just a little sanity check.
-
-1999-05-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h: Allow unregistering content types as well.
-
-    * SAPI.h
-      php4isapi/php4isapi.c
-      SAPI.c:
-    * Add generic POST content-type support.  Only application/x-www-form-urlencoded
-      supported at this time, but the framework allows for any other types, including
-      runtime addition of types.
-
-    * php4isapi/php4isapi.c: Load all ISAPI request headers as variables
-
-1999-05-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c: include regex in Win32 build
-
-1999-05-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/dns.c: Thou shalt use the API, and thou shalt be safe
-
-1999-05-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c: Some comments.
-
-1999-05-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in: - add -lregex
-    - change module name to php4
-
-1999-05-22  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c: Added ability to pass array parameters to pcre_replace.
-
-1999-05-22  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * Makefile.in: add a $(srcdir)
-
-    * ext/xml/php3_xml.h
-      ext/xml/xml.c
-      ext/ldap/php3_ldap.h: fix compile issues in LDAP/XML exts
-
-    * Makefile.in: fix APXS compile
-
-1999-05-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_ini.c
-      main.c: More fixes.  Should hopefully work well now.
-
-    * php_ini.c: php_ini fixes
-
-    * cgi_main.c
-      main.c: * Minor fixes
-    * Better handling for multiple repeated memory leaks (Zend updated)
-
-    * ext/apache/apache.c
-      apMakefile.tmpl
-      apidoc-zend.txt
-      apidoc.txt
-      configure.in.in
-      libphp3.module.in
-      libphp4.module.in
-      main.c
-      mod_php3.c
-      mod_php3.h
-      mod_php4.c
-      mod_php4.h
-      .cvsignore
-      ChangeLog
-      INSTALL
-      Makefile.in: Time to rename the child
-
-    * main.c: Small fix
-
-1999-05-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_ini.c: Fix a memory leak
-
-    * SAPI.c
-      cgi_main.c
-      php4isapi/php4isapi.c: This should be centralized...
-
-1999-05-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mhash/mhash.c
-      ext/mhash/php_mhash.h
-      ext/mhash/config.m4: add support for mhash 0.5.0
-
-    see http://sasweb.de/mhash/
-
-1999-05-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c
-      ext/pcre/php_pcre.h: -Added regex cache
-    -Made module thread-safe
-
-1999-05-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * cgi_main.c
-      main.c: * Fix error handling startup on the thread-safe CGI version
-    * A failed require() is a compile-time error, consider it as one
-
-1999-05-21  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/pcre/pcre.c: Get rid of debug printf's.
-
-    * ext/pcre/.cvsignore
-      ext/pcre/Makefile.am
-      ext/pcre/config.h.stub
-      ext/pcre/config.m4
-      ext/pcre/pcre.c
-      ext/pcre/php_pcre.h
-      ext/pcre/setup.stub:
-    Initial check-in of PCRE (Perl Compatible Regular Expressions) extension.
-
-    PCRE library can be found at ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
-
-    config.m4 will be updated to be more robust later on.
-
-    perl_match() takes a regular expression, the source string, and the array
-    for subpattern matches.
-
-    perl_replace() takes a regular expression, the search string, and the replacement
-    string.
-
-    Regular expression is specified using delimiters and options.  Example:
-
-    perl_match("/<[a-z]*>/i", $text, $tags);
-
-    More stuff is coming soon.
-
-1999-05-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/zlib/php3_zlib.h
-      ext/zlib/zlib.c
-      ext/sysvshm/sysvshm.c
-      ext/xml/php3_xml.h
-      ext/xml/xml.c
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/php3_sysvshm.h
-      ext/sysvsem/php3_sysvsem.h
-      ext/sybase/php3_sybase-ct.h
-      ext/sybase/php3_sybase.h
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ext/snmp/php3_snmp.h
-      ext/snmp/snmp.c
-      ext/pgsql/pgsql.c
-      ext/pgsql/php3_pgsql.h
-      ext/pdf/php3_pdf.h
-      ext/oracle/php3_oracle.h
-      ext/pdf/pdf.c
-      ext/odbc/php3_odbc.h
-      ext/odbc/php3_velocis.h
-      ext/odbc/velocis.c
-      ext/oracle/oracle.c
-      ext/odbc/odbc.c
-      ext/mysql/php3_mysql.h
-      ext/oci8/oci8.c
-      ext/mysql/mysql.c
-      ext/msql/php3_msql.h
-      ext/msql/msql.c
-      ext/ldap/php3_ldap.h
-      ext/ldap/ldap.c
-      ext/interbase/php3_interbase.h
-      ext/interbase/interbase.c
-      ext/informix/php_informix.h
-      ext/informix/readme.ifx
-      ext/informix/ifx.ec
-      ext/informix/php3_ifx.h
-      ext/imap/imap.h
-      ext/hyperwave/hw.h
-      ext/imap/imap.c
-      ext/gettext/php3_gettext.h
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/gd/php3_gd.h
-      ext/gettext/gettext.c
-      ext/filepro/filepro.h
-      ext/filepro/php_filepro.h
-      ext/gd/gd.c
-      ext/filepro/filepro.c
-      ext/fdf/php3_fdf.h
-      ext/dbase/dbase.c
-      ext/dbase/dbf_head.h
-      ext/dbase/dbf_misc.h
-      ext/dbase/dbf_rec.h
-      ext/dbase/php_dbase.h
-      ext/fdf/fdf.c
-      ext/db/db.c
-      ext/db/php3_db.h
-      ext/dav/php3_dav.h
-      ext/com/php3_COM.h
-      ext/bcmath/bcmath.c
-      ext/bcmath/number.h
-      ext/bcmath/php3_bcmath.h
-      ext/com/COM.c
-      ext/apache/apache.c
-      ChangeLog.TODO
-      genif.sh: - run ext sources through conv_proto
-    - add necessary phpext_*_ptr
-
-    * ext/standard/microtime.c
-      ChangeLog.TODO: merge in some PHP3 stuff
-
-    * ext/yp/Makefile.am
-      ext/yp/config.h.stub
-      ext/yp/config.m4
-      ext/yp/php3_yp.h
-      ext/yp/setup.stub
-      ext/yp/yp.c: incorporate YP/NIS support
-
-    * ext/zlib/php3_zlib.h
-      ext/mcrypt/mcrypt.c
-      ext/mhash/mhash.c
-      ext/sysvsem/php3_sysvsem.h
-      ext/sysvsem/sysvsem.c
-      ext/sysvshm/php3_sysvshm.h
-      ext/sysvshm/sysvshm.c
-      ext/dbase/dbase.c
-      ext/dbase/dbase.h
-      ext/dbase/php_dbase.h
-      ext/gettext/gettext.c
-      ext/gettext/php3_gettext.h
-      ext/mcrypt/config.m4:
-    - fix compile issues for various packages (dbase, sysv*, zlib)
-    - some cleanup in mhash/mcrypt
-
-    * ext/pgsql/php3_pgsql.h
-      ext/sysvsem/sysvsem.c: - add phpext_pgsql_ptr
-    - semaphore update for glibc-2.1 systems
-
-    * ext/mysql/config.m4: Add default path for binary mysql distributions
-
-    * ext/standard/reg.c: remove debug messages
-
-1999-05-20  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Use OutputDebugString() or fprintf(stderr,) for memory leaks
-
-1999-05-20  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h: Apply the fix for feof()
-
-1999-05-20  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      php4isapi/php4isapi.dsp
-      config.w32.h
-      configuration-parser.y
-      php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp: - Small fixes
-
-1999-05-16  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mhash/.cvsignore
-      ext/mhash/Makefile.am
-      ext/mhash/config.h.stub
-      ext/mhash/config.m4
-      ext/mhash/mhash.c
-      ext/mhash/php_mhash.h
-      ext/mhash/setup.stub: add mhash support
-
-    * ext/standard/global.h
-      configure.in.in: kill another 64-bit issue.
-    this affected at least md5 which produced wrong values on 64-bit platforms
-
-    * ext/standard/string.c: char * => unsigned char *
-
-    * ext/standard/filestat.c
-      ext/standard/fsock.h
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/html.c
-      ext/standard/html.h
-      ext/standard/image.c
-      ext/standard/image.h
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/iptc.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/md5.h
-      ext/standard/microtime.c
-      ext/standard/microtime.h
-      ext/standard/mime.h
-      ext/standard/pack.h
-      ext/standard/pageinfo.c
-      ext/standard/pageinfo.h
-      ext/standard/php3_browscap.h
-      ext/standard/php3_crypt.h
-      ext/standard/php3_dir.h
-      ext/standard/php3_filestat.h
-      ext/standard/php3_iptc.h
-      ext/standard/php3_link.h
-      ext/standard/php3_mail.h
-      ext/standard/php3_string.h
-      ext/standard/php3_syslog.h
-      ext/standard/phpdir.h
-      ext/standard/phpmath.h
-      ext/standard/quot_print.c
-      ext/standard/quot_print.h
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/uniqid.c
-      ext/standard/uniqid.h
-      ext/standard/url.c
-      ext/standard/url.h
-      ext/standard/base64.c
-      ext/standard/base64.h
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/crypt.c
-      ext/standard/cyr_convert.c
-      ext/standard/cyr_convert.h
-      ext/standard/datetime.c
-      ext/standard/datetime.h
-      ext/standard/dir.c
-      ext/standard/dl.h
-      ext/standard/dns.c
-      ext/standard/dns.h
-      ext/standard/exec.c
-      ext/standard/exec.h
-      ext/standard/file.c
-      ext/standard/file.h: conv_proto *.[ch]
-
-    * scripts/conv_proto:
-    this script automatically converts the ugly void php3_... prototypes
-    to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern
-    declarations in front of function prototypes.
-
-    * ext/standard/php3_string.h
-      ext/standard/string.c: add fast bin2hex string function
-
-    * ext/standard/file.c: kill some compiler warnings
-
-1999-05-15  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c: *** empty log message ***
-
-1999-05-14  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/dl.h
-      ext/standard/file.h
-      ext/standard/fsock.h
-      ext/standard/head.h
-      ext/standard/pack.h
-      ext/standard/php3_browscap.h
-      ext/standard/php3_crypt.h
-      ext/standard/php3_dir.h
-      ext/standard/php3_filestat.h
-      ext/standard/php3_mail.h
-      ext/standard/php3_syslog.h
-      ext/mysql/mysql.c
-      internal_functions.c.in:
-    * Include all of the standard modules in internal_functions.c.in.  Stig - is that
-      the way you intended it to be?  How does the basic_functions module get in 
there?
-    * Fix to get MySQL objects working, even though I'll probably make a dedicated
-      MySQL object in the future.
-
-1999-05-13  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/reg.c
-      ext/standard/reg.h
-      main.c: * HTTP-auth bugfix
-    * Patch the regex thread safe code to compile in thread safe mode
-
-1999-05-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/post.c
-      mod_php3.c: Enable Apache HTTP Auth
-
-    * main.c
-      php4isapi/php4isapi.c
-      SAPI.c:
-    Support HTTP Auth under ISAPI.  Now, these short pieces of code took *A LOT* of
-    research :(
-
-1999-05-12  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: It's been there long enough.
-
-1999-05-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c: Minor patches
-
-1999-05-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/php3_oci8.h: compiles
-
-    * php3_compat.h: added _php3_hash_next_index_pointer_insert
-
-1999-05-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/reg.c
-      ext/standard/reg.h
-      ext/standard/string.c
-      internal_functions.c.in: - regex cache (needs some work)
-    - str_replace changes from php3
-
-1999-05-12  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h: up-to-date with 3.0.8
-
-    * ext/oci8/Makefile.am
-      ext/oci8/config.h.stub
-      ext/oci8/config.m4
-      ext/oci8/oci8.c
-      ext/oci8/php3_oci8.h
-      ext/oci8/setup.stub
-      ext/oracle/Makefile.am
-      ext/oracle/config.h.stub
-      ext/oracle/oci8.c
-      ext/oracle/php3_oci8.h:
-    move oci8 from oracle to it's own ext-directory - configure stuff needs more work 
- but it configures and compiles
-
-    * ext/oracle/oracle.c
-      ext/oracle/oracle.h
-      ext/oracle/php3_oracle.h: builds and configures again
-
-1999-05-12  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/string.c: substr() fix
-
-    * ext/standard/string.c: substr() fix for PHP4 as well
-
-1999-05-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c
-      php4isapi/php4isapi.def
-      ext/standard/head.c
-      ext/standard/head.h
-      SAPI.h
-      cgi_main.c
-      php4dllts.dsp
-      SAPI.c: * Finally commit that -q patch
-    * Refine SAPI built in header support
-    * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon 
as possible.
-
-1999-05-11  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Added compact() function.
-
-1999-05-11  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      mod_php3.c: Handle the Location: header centrally for all SAPI modules.
-
-    * ext/standard/post.c
-      ext/standard/string.c
-      main.c
-      php_globals.h
-      php_ini.c: * Move unclean_shutdown from PHP to Zend.
-    * The Master/Local headers in the phpinfo() table were reversed.
-    * Fix a gpc bug
-
-    * mod_php3.c: Support POST in Apache
-
-    * serverapi/isapi_sapi.c
-      ext/apache/apache.c
-      ext/standard/info.c
-      ext/standard/info.h
-      main.c
-      php_ini.c: beatify Apache's info func
-
-    * mod_php3.c: Memory leak fix
-
-    * ext/sysvshm/sysvshm.c
-      ext/sysvsem/sysvsem.c
-      ext/standard/browscap.c
-      ext/standard/post.c
-      ext/standard/reg.c
-      ext/standard/url.c
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ext/pgsql/pgsql.c
-      ext/hyperwave/hw.c
-      ext/interbase/interbase.c
-      ext/odbc/odbc.c
-      ext/gd/gdcache.c
-      ext/gd/gdttf.c
-      ext/hyperwave/dlist.c
-      ext/hyperwave/hg_comm.c
-      Makefile.in
-      alloca.c
-      configure.in.in
-      genif.sh
-      libphp3.module.in
-      main.c
-      mod_php3.c
-      php.h
-      php_sprintf.c
-      php_regex.h
-      request_info.c
-      snprintf.c: * Get Apache to work.  POST doesn't work yet.
-    * There are now -I directives for the absolute path of php4, php4/Zend and the 
builddir for
-      the Apache module, so we can #include any php/Zend header.
-    * Rename config.h to php_config.h
-
-1999-05-10  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c: Minor updates.
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: Added in_array() function.
-
-    * cgi_main.c
-      main.c: A couple of fixes.
-
-1999-05-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      cgi_main.c
-      main.c
-      php_globals.h: Weed out all BoundsChecker-found bugs
-
-1999-05-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c
-      SAPI.c: Only read POST info if the request method is POST.
-
-1999-05-09  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c
-      SAPI.c
-      SAPI.h
-      cgi_main.c
-      ext/standard/basic_functions.c
-      ext/standard/post.c:
-    * Make read_post() read input by chunks instead of returning a single string.
-      This will allow us to efficiently support file upload through SAPI in the 
future.
-    * Fixes
-
-1999-05-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/apache/apache.c
-      ext/gd/gd.c
-      ext/gd/php3_gd.h
-      ext/standard/post.c
-      php_ini.h
-      request_info.c: A few other minor fixes
-
-    * ext/standard/basic_functions.c
-      main.c
-      php4isapi/php4isapi.c: Several minor fixes
-
-    * php4isapi/php4isapi.c
-      ext/zlib/php3_zlib.h
-      ext/zlib/zlib.c
-      ext/xml/xml.c
-      ext/sybase/php3_sybase-ct.h
-      ext/sybase/php3_sybase.h
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ext/snmp/snmp.c
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/head.c
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/mail.c
-      ext/standard/php3_mail.h
-      ext/standard/post.c
-      ext/oracle/oracle.c
-      ext/oracle/oracle.h
-      ext/pdf/pdf.c
-      ext/pdf/php3_pdf.h
-      ext/snmp/php3_snmp.h
-      ext/odbc/odbc.c
-      ext/odbc/php3_odbc.h
-      ext/odbc/php3_velocis.h
-      ext/odbc/velocis.c
-      ext/oracle/oci8.c
-      ext/msql/php3_msql.h
-      ext/mysql/mysql.c
-      ext/mysql/php3_mysql.h
-      ext/ldap/ldap.c
-      ext/ldap/php3_ldap.h
-      ext/msql/msql.c
-      ext/interbase/php3_interbase.h
-      ext/informix/php3_ifx.h
-      ext/interbase/interbase.c
-      ext/gettext/gettext.c
-      ext/gettext/php3_gettext.h
-      ext/hyperwave/hw.c
-      ext/hyperwave/hw.h
-      ext/fdf/fdf.c
-      ext/fdf/php3_fdf.h
-      ext/gd/gd.c
-      ext/dav/dav.c
-      ext/db/db.c
-      ext/db/php3_db.h
-      ext/apache/apache.c
-      ext/com/COM.c
-      SAPI.c
-      SAPI.h
-      cgi_main.c
-      dl/mssql/mssql.c
-      main.c
-      mod_php3.c
-      php_ini.c
-      php_ini.h
-      request_info.c
-      request_info.h:
-    * 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.
-
-1999-05-08  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * genif.sh: get rid of the binary character, execute sed only once
-
-    * genif.sh: this is faster than parsing the file line by line
-
-1999-05-08  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/basic_functions.h: -Added extract() function
-    -Added function_exists() function
-
-    * ext/mysql/php3_mysql.h
-      configure.in.in
-      genif.sh: -fixed configure.in.in to use genif.sh instead of genif.pl
-    -fixed genif.sh
-    -updated php3_mysql.h to have phpext_mysql_ptr
-
-1999-05-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c: Oh yeah, wrong license
-
-    * SAPI.c
-      SAPI.h
-      cgi_main.c
-      main.c
-      php4isapi/php4isapi.c: * Get output buffering to work again
-    * Warn about adding header information after headers are sent
-    * Several fixes
-
-1999-05-06  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/php_mcrypt.h: add compat #define
-
-    * genif.sh:
-    Do we really want to depend on Perl? Shell scripts are handy and run on
-    virtually every Unix box whereas Perl does not. I don't think Perl should
-    be required when actually configuring PHP4. Open to comments...
-
-1999-05-06  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/info.c
-      ext/standard/post.c:
-    * Optimize _php3_parse_gpc_data() and clean it up, plus fix a couple of Zend 
related memory leaks in it
-
-1999-05-05  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h
-      Makefile.in: vpath fix
-    Apache compatability fix
-
-    * php4isapi/php4isapi.c
-      ext/standard/basic_functions.c
-      ext/standard/head.c
-      main.c
-      SAPI.c: Fixes
-
-    * SAPI.h: fix
-
-    * php4isapi/php4isapi.c
-      ext/standard/head.c
-      SAPI.c
-      SAPI.h
-      cgi_main.c
-      main.c
-      main.h
-      output.c
-      output.h: Get CGI to work with the new headers code.
-    Now Apache is the only interface that doesn't use it.
-
-    * php4isapi/php4isapi.c
-      SAPI.c
-      SAPI.h
-      main.c
-      output.c: ISAPI WORKS!
-
-1999-05-05  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c
-      SAPI.c
-      SAPI.h
-      ext/standard/head.c
-      ext/standard/head.h
-      logos.h
-      main.c
-      output.c: Added initial headers support in SAPI
-    *untested*
-    It definitely broke the thread-safe CGI, it may have broken other stuff as well.
-
-1999-05-04  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * internal_functions_win32.c
-      php4dll.dsp
-      php4dllts.dsp: Get Win32 to compile again
-
-    * internal_functions_win32.c:
-    An initial default builtin modules file for Win32
-
-    * acconfig.h.in
-      configure.in.in: ZTS fixes
-    Stig - --enable-thread-safety belongs in Zend, since Zend doesn't #include 
config.h, whereas
-    PHP does #include zend_config.h
-
-1999-05-03  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      genif.pl: vpath patches (cool job Stig!)
-
-1999-05-03  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * scripts/armerge
-      ext/gd/php3_gd.h
-      ext/standard/php3_standard.h
-      ext/db/db.h
-      ext/db/php3_db.h
-      .cvsignore
-      Makefile.in
-      acconfig.h.in
-      acinclude.m4
-      buildconf
-      configure.in.in
-      ext/bcmath/php3_bcmath.h
-      ext/db/db.c
-      foo
-      genif.pl
-      internal_functions.c
-      internal_functions.c.in
-      internal_functions_registry.h: * added --enable-thread-safety switch
-    * now generating internal_functions.c
-
-1999-05-02  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * request_info.c: Get apache uptodate
-
-    * php4isapi/php4isapi.c: Minor rearrangements
-
-    * ext/hyperwave/hw.c
-      ext/standard/info.c
-      php4isapi/php4isapi.c
-      cgi_main.c
-      fopen-wrappers.c
-      main.c
-      request_info.c: Move path_info to the SAPI structure
-
-    * SAPI.h
-      request_info.c
-      request_info.h: Get rid of request_info.path_translated
-
-    * mod_php3.c: Apache compile fix
-
-    * cgi_main.c: UNIX CGI build fix
-
-1999-05-02  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.c
-      php4isapi/php4isapi.def
-      SAPI.c
-      SAPI.h
-      cgi_main.c
-      ext/hyperwave/hw.c
-      ext/standard/post.c
-      main.c
-      main.h
-      mod_php3.c
-      output.c
-      request_info.c
-      request_info.h: - Make ISAPI hook in as an extension too.
-    - Some work on moving stuff to SAPI.
-
-1999-05-01  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h: func name changes, remove arbitrary limit
-
-    * ext/mcrypt/config.m4
-      ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h: mcrypt 2.1.18 support, better autoconf checking
-
-1999-04-30  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oracle.c
-      ext/oracle/oracle.h:
-    forward port of current oracle.c + fixes to make it actually work;-)!!!
-
-    * ext/oracle/config.m4: oracle links again (at least on linux!!!)
-
-1999-04-28  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.c:
-    Get the MySQL module to use the new INI mechanism feature
-
-    * main.c: Remove redundant code
-
-    * main.c
-      php_ini.c
-      php_ini.h:
-    Additional generalization of the INI mechanism.  Avoid needing specialized
-    message handlers in 99% of the cases.
-
-    * ext/standard/basic_functions.c
-      ext/odbc/odbc.c
-      ext/mysql/mysql.c
-      ext/apache/apache.c
-      ext/com/COM.c
-      main.c
-      php_ini.c
-      php_ini.h: A step towards generalizing the INI mechanism even more
-
-    * ext/standard/basic_functions.c: get rid of some stupid warnings
-
-1999-04-28  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c: - Small startup fix.
-
-1999-04-27  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/file.c
-      ext/standard/file.h: Add fgetcsv() here as well
-
-1999-04-27  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4isapi/php4isapi.dsp
-      configuration-parser.y
-      configuration-scanner.l
-      main.c
-      php4dll.dsp
-      php4dllts.dsp
-      php_globals.h:
-    * Get rid of the memory leak messages in case of fatal errors or exit()
-    * .dsp fixes
-    * Minor fixes
-
-1999-04-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      main.c: * Small startup fix
-    * Fix min() and max()
-
-    * Makefile.in
-      cgi_main.c: Temporary fix for CGI compilation under UNIX
-
-    * configuration-parser.y
-      configuration-scanner.l
-      php4dll.dsp
-      php4dllts.dsp:
-    Somehow the rules for the configuration parser/scanners disappeared
-
-1999-04-26  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * acinclude.m4: Fixing a few thing to make AC_CHECK_CC_OPTION work.
-
-1999-04-26  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/sybase/sybase.c
-      ext/standard/basic_functions.c
-      ext/standard/exec.c
-      ext/standard/head.c
-      ext/standard/info.c
-      ext/standard/pageinfo.c
-      ext/standard/post.c
-      ext/gd/gd.c
-      ext/gd/php3_gd.h
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      dl/mssql/mssql.c
-      ext/apache/apache.c
-      Makefile.in
-      SAPI.c
-      configure.in.in
-      fhttpd.c
-      main.c
-      mod_php3.c
-      php.h
-      request_info.c
-      safe_mode.c: * 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)
-
-    * php4.dsp
-      php4dll.dsp
-      php4dllts.dsp
-      php4ts.dsp: Match the CVS name
-
-    * php4isapi/php4isapi.c
-      php4isapi/php4isapi.dsp
-      ext/standard/datetime.c
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/post.c
-      ext/standard/post.h
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      SAPI.c
-      SAPI.h
-      cgi_main.c
-      configuration-parser.y
-      fopen-wrappers.c
-      fopen-wrappers.h
-      getopt.c
-      getopt.h
-      main.c
-      main.h
-      mod_php3.c
-      output.c
-      output.h
-      php.h
-      php4.dsp
-      php4.dsw
-      php4dll.dsp
-      php4dllts.dsp
-      php4libts.dsp
-      php4ts.dsp
-      php4ts.dsw
-      php_globals.h
-      request_info.c
-      request_info.h: * 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.
-
-1999-04-26  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4libts.dsp: -Add .dsp file
-
-    * php4isapi/php4isapi.dsp
-      main.c: -More
-
-1999-04-25  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/gd/config.m4: Make GD config fail if it doesn't find the gd files
-
-1999-04-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c: PHP3 compat stuff
-
-1999-04-25  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * Makefile.in
-      configure.in.in: Ok, apxs build works nicely now
-
-1999-04-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c: oops, the 0th byte should be set, too
-
-    * ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h: final change (?), add get_algorithms_name
-
-    * ext/mcrypt/mcrypt.c: make code more compact
-
-    * ext/mcrypt/mcrypt.c: remove some redundant code
-
-    * ext/mcrypt/mcrypt.c: that was a silly one
-
-    * ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h: add OFB mode, the final one
-
-    * ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h: add mcrypt_create_iv()
-
-1999-04-25  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * SAPI.c
-      SAPI.h
-      sapi.c
-      sapi.h: Win32 isn't a good os to commit uppercase files with...
-
-1999-04-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h:
-    cleanup, add new stream mode, allow IV for CBC mode
-
-    * ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h: add get_(key|block)_size
-
-1999-04-25  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * cgi_main.c
-      sapi.c
-      sapi.h: Ah, these too
-
-    * output.c
-      php.h
-      php4isapi/php4isapi.c
-      php4isapi/php4isapi.def
-      php4isapi/php4isapi.dsp
-      php4ts.dsp
-      php4ts.dsw
-      main.c: * Fix a couple of thread safety issues
-    * Add initial ISAPI support.  Very very experimental.
-    * In the thread safe version, generate php4 as a library so that we can link it 
with both
-    php.exe and the ISAPI dll.  We should probably consider doing that under all 
circumstances,
-    under UNIX as well.
-
-    The thread-unsafe version *should* be unharmed.
-
-1999-04-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/mcrypt/php_mcrypt.h
-      ext/mcrypt/mcrypt.c: add CBC
-
-    * ext/mcrypt/.cvsignore
-      ext/mcrypt/Makefile.am
-      ext/mcrypt/config.h.stub
-      ext/mcrypt/config.m4
-      ext/mcrypt/mcrypt.c
-      ext/mcrypt/php_mcrypt.h
-      ext/mcrypt/setup.stub
-      acinclude.m4
-      internal_functions.c: add mcrypt module
-
-1999-04-25  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4
-      Makefile.in
-      acconfig.h.in
-      configure.in.in
-      ext/ldap/config.m4: Ok, this beast compiles via --with-apxs
-    Not sure if it actually works yet though.  I have a feeling there are
-    some -fpic flags missing in the Zend build.  Will test later on
-    today.
-
-1999-04-25  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * scripts/preconfig:
-    -f tests for plain files only. We need a way to find out whether we could do any 
damage to existing files. If we cannot write to them, we probably cannot do harmful 
things hopefully.
-
-1999-04-25  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/standard/php3_var.h
-      ext/standard/var.c: serialize & unserialize working (with mem-leak)
-
-1999-04-25  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/mysql/config.m4
-      ext/standard/config.m4:
-    Argh!  That typo took me over an hour to find.  Grr..
-
-1999-04-25  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * scripts/preconfig: test -e fails in sh.  Used test -f instead.
-
-1999-04-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * acinclude.m4
-      configure.in.in: unreliable check whether cc option can be used really
-
-    * scripts/preconfig: security check and disclaimer for generated files
-
-1999-04-24  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * acconfig.h.in:
-    Oops, would be a good idea to edit the .in file instead of acconfig.h
-
-    * ext/standard/config.m4: libbind check
-
-1999-04-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * configure.in.in: add function checks
-
-1999-04-24  Andrei Zmievski  <[EMAIL PROTECTED]>
-
-    * configure.in.in
-      scripts/preconfig: Change cmp'risons to be cross-shell compatible.
-
-1999-04-24  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/standard/datetime.c: bugfix port
-
-    * acconfig.h.in
-      configure.in.in: port from PHP3
-
-    * ext/standard/flock_compat.h: include some header files explicitly
-
-1999-04-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4.dsp
-      php4ts.dsp: Use relative paths
-
-1999-04-24  Thies C. Arntzen  <[EMAIL PROTECTED]>
-
-    * ext/oracle/oci8.c
-      ext/oracle/php3_oci8.h: forward-port of php3-CVS version
-    my 1st zend-array stuff (ocifetchinto) is WORKING!!
-
-    * ext/standard/php3_var.h
-      ext/standard/var.c: made var_dump zend-aware....
-    <?
-    $ar = array("hallo" => "tubu");
-
-    var_dump($ar);
-    ?>
-    works again!!!
-
-    zeev, andi -> please review what i've done!!!
-
-    (no i can start "debugging" other stuff, as i often use var_dump)
-
-1999-04-24  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * apidoc-zend.txt: Add my API letters to the CVS
-
-    * php4ts.dsp
-      php_globals.h
-      main.c: Small fixes
-
-    * main.c: We'd have to find a different way of allowing timeouts in Win32
-
-    * win32/sendmail.c
-      win32/time.c
-      win32/wsyslog.c
-      serverapi/sapi.h
-      win32/pwd.c
-      ext/standard/post.c
-      ext/standard/reg.c
-      ext/standard/string.c
-      ext/standard/uniqid.c
-      ext/standard/url.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/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/image.c
-      ext/standard/info.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/microtime.c
-      ext/standard/mime.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/browscap.c
-      ext/standard/datetime.c
-      ext/standard/dir.c
-      ext/odbc/odbc.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hw.c
-      ext/bcmath/number.c
-      ext/apache/apache.c
-      ext/bcmath/bcmath.c
-      main.c
-      main.h
-      mod_php3.c
-      output.c
-      php.h
-      php3_threads.c
-      php3_threads.h
-      php4.dsp
-      php4ts.dsp
-      request_info.c
-      safe_mode.c
-      bison.simple
-      configuration-parser.y
-      control_structures.h
-      fhttpd.c
-      fopen-wrappers.c:
-    A lot of cleanups...  Removed old thread-safe code and other redundant code and 
files
-
-1999-04-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/head.c
-      main.c
-      main.h
-      php_globals.h: Remove redundant code
-
-    * ext/standard/head.c
-      main.c
-      main.h
-      php_globals.h: Thread-safe header_is_being_sent
-
-    * win32/pwd.c
-      win32/sendmail.c
-      win32/time.c
-      win32/winutil.c
-      win32/wsyslog.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/uniqid.c
-      ext/standard/url.c
-      ext/standard/var.c
-      ext/zlib/zlib.c
-      ext/standard/base64.c
-      ext/standard/basic_functions.c
-      ext/standard/browscap.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/fsock.c
-      ext/standard/head.c
-      ext/standard/html.c
-      ext/standard/info.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/microtime.c
-      ext/standard/mime.c
-      ext/standard/pack.c
-      ext/standard/pageinfo.c
-      ext/standard/post.c
-      ext/standard/reg.c
-      ext/imap/imap.h
-      ext/informix/ifx.ec
-      ext/ldap/ldap.c
-      ext/msql/msql.c
-      ext/gd/gd.c
-      ext/dbase/dbase.c
-      ext/filepro/filepro.c
-      dl/mssql/mssql.c
-      ext/apache/apache.c
-      ext/bcmath/number.c
-      tls.h
-      fhttpd.c
-      fopen-wrappers.c
-      main.c
-      mod_php3.c
-      php_realpath.c
-      request_info.c
-      safe_mode.c
-      tls.c: Remove tls.[ch]
-
-    * ext/ldap/ldap.c
-      ext/imap/imap.c: cleanups
-
-    * ext/bcmath/bcmath.c
-      ext/mysql/mysql.c: * MySQL fix (thanks Stig)
-    * Remove reundant includes from bcmath
-
-1999-04-23  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * libphp3.module.in: use only EXTRA_LIBS
-
-1999-04-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/mysql/mysql.c
-      ext/mysql/php3_mysql.h: Minor MySQL thread safety issues
-
-    * main.c: Testing unified diffs
-
-1999-04-23  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/standard/config.m4:
-    Ok, finally..  These now work nicely on a RH-5.2 box:
-      --with-mysql --with-ldap --with-imap --with-zlib --with-snmp
-
-    * ext/zlib/zlib.c: Make zlib compile
-
-1999-04-23  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4ts.dsp
-      main.c: *** empty log message ***
-
-1999-04-23  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/ldap/ldap.c
-      ext/mysql/config.m4
-      ext/snmp/config.m4: Module work
-
-1999-04-22  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * Makefile.in: vpath fix
-
-1999-04-22  Rasmus Lerdorf  <[EMAIL PROTECTED]>
-
-    * ext/zlib/Makefile.in
-      ext/sysvshm/Makefile.in
-      ext/sysvsem/Makefile.in
-      ext/sybase/Makefile.in
-      ext/imap/Makefile.in
-      ext/imap/config.m4
-      ext/xml/Makefile.in
-      ext/snmp/Makefile.in: This is generated
-
-    * ext/zlib/Makefile.in
-      ext/sysvshm/Makefile.in
-      ext/xml/Makefile.in
-      ext/sysvsem/Makefile.in
-      ext/imap/Makefile.in
-      ext/imap/config.m4
-      ext/snmp/Makefile.in
-      ext/sybase/Makefile.in
-      acconfig.h.in:
-    Bring imap build rules up to date.  We still have a problem here though.
-    In this new build structure we are adding libraries to $LIBS as we add
-    modules instead of doing an AC_SUBST into the Makefile.  One reason for
-    doing the subst in php3 was to get around the libraries that could not
-    be included in $LIBS because doing so would mess up the various configure
-    tests.  For example, you can't do a -limap as part of the various simple
-    configure compile programs because -limap requires a bunch of callback
-    symbols to be present.
-
-1999-04-22  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4.dsp: - Update the regular VC project file.
-
-1999-04-22  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/db/config.m4: db was not linked in
-
-    * ext/zlib/.cvsignore
-      ext/zlib/Makefile.am
-      ext/zlib/Makefile.in
-      ext/zlib/config.h.stub
-      ext/zlib/config.m4
-      ext/zlib/php3_zlib.h
-      ext/zlib/setup.stub
-      ext/zlib/zlib.c
-      ext/sysvshm/.cvsignore
-      ext/sysvshm/Makefile.am
-      ext/sysvshm/Makefile.in
-      ext/sysvshm/config.h.stub
-      ext/sysvshm/config.m4
-      ext/sysvshm/php3_sysvshm.h
-      ext/sysvshm/setup.stub
-      ext/sysvshm/sysvshm.c
-      ext/xml/.cvsignore
-      ext/xml/Makefile.am
-      ext/xml/Makefile.in
-      ext/xml/config.h.stub
-      ext/xml/config.m4
-      ext/xml/php3_xml.h
-      ext/xml/xml.c
-      ext/sybase/.cvsignore
-      ext/sybase/Makefile.am
-      ext/sybase/Makefile.in
-      ext/sybase/config.h.stub
-      ext/sybase/config.m4
-      ext/sybase/php3_sybase-ct.h
-      ext/sybase/php3_sybase.h
-      ext/sybase/setup.stub
-      ext/sybase/sybase-ct.c
-      ext/sybase/sybase.c
-      ext/sysvsem/.cvsignore
-      ext/sysvsem/Makefile.am
-      ext/sysvsem/Makefile.in
-      ext/sysvsem/config.h.stub
-      ext/sysvsem/config.m4
-      ext/sysvsem/php3_sysvsem.h
-      ext/sysvsem/setup.stub
-      ext/sysvsem/sysvsem.c
-      ext/snmp/config.m4
-      ext/snmp/php3_snmp.h
-      ext/snmp/snmp.c
-      ext/standard/Makefile.am
-      ext/standard/basic_functions.c
-      ext/standard/config.h.stub
-      ext/standard/config.m4
-      ext/standard/fsock.c
-      ext/standard/mime.c
-      ext/standard/mime.h
-      ext/standard/php3_standard.h
-      ext/standard/post.c
-      ext/standard/post.h
-      ext/standard/string.c
-      ext/standard/var.c
-      ext/interbase/.cvsignore
-      ext/interbase/Makefile.am
-      ext/interbase/config.h.stub
-      ext/interbase/config.m4
-      ext/interbase/interbase.c
-      ext/interbase/php3_interbase.h
-      ext/interbase/setup.stub
-      ext/pdf/.cvsignore
-      ext/pdf/Makefile.am
-      ext/pdf/config.h.stub
-      ext/pdf/config.m4
-      ext/pdf/pdf.c
-      ext/pdf/php3_pdf.h
-      ext/pdf/setup.stub
-      ext/pgsql/.cvsignore
-      ext/pgsql/Makefile.am
-      ext/pgsql/config.h.stub
-      ext/pgsql/config.m4
-      ext/pgsql/pgsql.c
-      ext/pgsql/php3_pgsql.h
-      ext/pgsql/setup.stub
-      ext/snmp/.cvsignore
-      ext/snmp/Makefile.am
-      ext/snmp/Makefile.in
-      ext/snmp/config.h.stub
-      ext/imap/Makefile.in
-      ext/informix/Makefile.am
-      ext/informix/config.h.stub
-      ext/informix/readme.ifx
-      ext/informix/setup.stub
-      Makefile.in
-      acconfig.h.in
-      acinclude.m4
-      configure.in.in
-      fhttpd.c
-      internal_functions.c
-      main.c
-      setup: last bunch of extensions moving to ext/
-    fhttpd module taken out of functions, functions is ready to go.
-    The only extensions I have tested are gd+freetype and odbc(solid).
-    Please try compiling in your favourite extensions and let me know how it
-    works.
-
-    * ext/ldap/.cvsignore
-      ext/ldap/Makefile.am
-      ext/ldap/config.h.stub
-      ext/ldap/config.m4
-      ext/ldap/ldap.c
-      ext/ldap/php3_ldap.h
-      ext/ldap/setup.stub
-      ext/standard/config.h.stub
-      Makefile.in
-      acconfig.h.in
-      configure.in.in
-      ext/imap/.cvsignore
-      ext/imap/Makefile.am
-      ext/imap/Makefile.in
-      ext/imap/config.h.stub
-      ext/imap/config.m4
-      ext/imap/imap.c
-      ext/imap/imap.h
-      ext/imap/setup.stub
-      internal_functions.c
-      setup: moved imap and ldap
-
-    * serverapi/nsapi_sapi.c
-      ext/standard/formatted_print.c
-      ext/standard/head.c
-      ext/standard/head.h
-      ext/standard/info.c
-      ext/standard/pack.c
-      ext/standard/php3_crypt.h
-      ext/standard/php3_standard.h
-      ext/odbc/odbc.c
-      ext/standard/Makefile.am
-      ext/standard/crypt.c
-      ext/standard/dl.c
-      ext/standard/dl.h
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/hyperwave/hw.c
-      ext/informix/.cvsignore
-      ext/informix/Makefile.am
-      ext/informix/config.h.stub
-      ext/informix/config.m4
-      ext/informix/ifx.ec
-      ext/informix/php3_ifx.h
-      ext/informix/setup.stub
-      ext/gd/gd.c
-      ext/fdf/config.h.stub
-      ext/fdf/config.m4
-      ext/fdf/fdf.c
-      ext/fdf/php3_fdf.h
-      ext/fdf/setup.stub
-      ext/apache/apache.c
-      ext/fdf/.cvsignore
-      ext/fdf/Makefile.am
-      Makefile.in
-      acconfig.h.in
-      configuration-parser.y
-      configure.in.in
-      fopen-wrappers.c
-      internal_functions.c
-      main.c
-      output.c
-      setup
-      tls.h: moved fdf, hyperwave, informix and some smaller files
-
-1999-04-21  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/hyperwave/debug.h
-      acconfig.h.in
-      acinclude.m4
-      configure.in.in
-      ext/db/.cvsignore
-      ext/db/Makefile.am
-      ext/db/config.h.stub
-      ext/db/config.m4
-      ext/db/db.c
-      ext/db/db.h
-      internal_functions.c
-      Makefile.in: moved db
-
-    * ext/bcmath/.cvsignore
-      ext/bcmath/Makefile.am
-      ext/bcmath/bcmath.c
-      ext/bcmath/config.h.stub
-      ext/bcmath/config.m4
-      ext/bcmath/number.c
-      ext/bcmath/number.h
-      ext/bcmath/php3_bcmath.h
-      ext/bcmath/setup.stub
-      Makefile.in
-      acconfig.h.in
-      configure.in.in
-      internal_functions.c
-      php.h
-      setup
-      tls.h: moved bcmath
-
-    * ext/com/.cvsignore
-      ext/com/COM.c
-      ext/com/php3_COM.h
-      ext/hyperwave/.cvsignore
-      ext/hyperwave/DList.h
-      ext/hyperwave/Makefile.am
-      ext/hyperwave/config.h.stub
-      ext/hyperwave/config.m4
-      ext/hyperwave/dlist.c
-      ext/hyperwave/hg_comm.c
-      ext/hyperwave/hg_comm.h
-      ext/hyperwave/hw.c
-      ext/hyperwave/hw.h
-      ext/hyperwave/hw_error.h
-      ext/hyperwave/setup.stub
-      ext/apache/.cvsignore
-      ext/apache/Makefile.am
-      ext/apache/apache.c
-      ext/apache/config.m4
-      Makefile.in
-      acconfig.h.in
-      configure.in.in
-      setup: moved apache, com and hyperwave into ext/
-
-    * ext/oracle/.cvsignore
-      ext/oracle/Makefile.am
-      ext/oracle/config.h.stub
-      ext/oracle/config.m4
-      ext/oracle/oci8.c
-      ext/oracle/oracle.c
-      ext/oracle/oracle.h
-      ext/oracle/oracle_hack.c
-      ext/oracle/php3_oci8.h
-      ext/oracle/setup.stub
-      ext/dav/.cvsignore
-      ext/dav/Makefile.am
-      ext/dav/config.h.stub
-      ext/dav/config.m4
-      ext/dav/dav.c
-      ext/dav/php3_dav.h
-      ext/dav/setup.stub
-      ext/ext_skel
-      ext/msql/.cvsignore
-      ext/msql/Makefile.am
-      ext/msql/config.h.stub
-      ext/msql/config.m4
-      ext/msql/msql.c
-      ext/msql/php3_msql.h
-      ext/msql/setup.stub
-      ext/mysql/setup.stub
-      Makefile.in
-      acconfig.h.in
-      acinclude.m4
-      configure.in.in
-      internal_functions.c
-      setup: moved dav, msql and oracle to ext/
-
-    * acconfig.h.in
-      configure.in.in
-      Makefile.in
-      ext/filepro/config.h.stub
-      ext/filepro/config.m4
-      ext/filepro/filepro.c
-      ext/filepro/filepro.h
-      ext/filepro/setup.stub
-      ext/filepro/.cvsignore
-      ext/filepro/Makefile.am: moved filepro to ext
-
-    * ext/mysql/config.m4:
-    mysql should work again now, can someone with mysql installed test it?
-
-    * ext/gd/gd.c: gd compile fix
-
-    * Makefile.in
-      ext/mysql/config.h.stub
-      ext/mysql/config.m4
-      ext/mysql/mysql.c
-      ext/mysql/php3_mysql.h
-      ext/mysql/setup.stub
-      ext/mysql/.cvsignore
-      ext/mysql/Makefile.am
-      acconfig.h.in
-      configure.in.in
-      internal_functions.c: moving mysql to ext/
-
-    * ext/ext_skel: create .cvsignore only once :-)
-
-    * ext/ext_skel: create .cvsignore as well
-
-    * buildconf: state which aclocal.m4 and configure files are created
-
-    * scripts/armerge: merge the object files in a temporary directory
-
-1999-04-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4ts.dsp: Thread safe project update
-
-1999-04-21  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * php.h: added PHP_API_VERSION, simply set it to 19990421 for now
-
-1999-04-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php.h: Minor fixes
-
-    * ext/standard/Makefile.am
-      ext/standard/file.c
-      ext/standard/flock_compat.c
-      ext/standard/flock_compat.h
-      ext/standard/string.c
-      config.w32.h
-      php.h
-      php4.dsp
-      php_compat.c
-      php_compat.h
-      Makefile.in:
-    * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
-    * Fix Win32 compilation
-
-1999-04-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gettext/php3_gettext.h: forgot that one
-
-    * ext/standard/file.h
-      ChangeLog.TODO
-      ext/standard/file.c: cleanup, flock() support
-
-    * ext/standard/file.c
-      ext/standard/php3_string.h
-      ChangeLog.TODO
-      internal_functions.c: crypt constants
-
-    * php_compat.c
-      configure.in.in
-      internal_functions.c: cleanup
-
-1999-04-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * configuration-parser.y
-      ext/standard/basic_functions.c
-      ext/standard/syslog.c
-      main.c
-      php4ts.dsw
-      php_ini.c
-      testfunc:
-    Thread safety patch.  It works now with just-in-time resource initialization!
-
-1999-04-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/gettext/.cvsignore
-      ext/gettext/Makefile.am
-      ext/gettext/config.h.stub
-      ext/gettext/config.m4
-      ext/gettext/gettext.c
-      ext/gettext/setup.stub: incorporate gettext support
-
-    * ext/standard/datetime.c
-      ext/standard/reg.c
-      ext/standard/string.c
-      ChangeLog.TODO
-      Makefile.in
-      fopen-wrappers.c
-      php.h
-      php_compat.c
-      php_compat.h: port some fixes, add compat routines
-
-    * ChangeLog.TODO
-      ext/standard/string.c: str_replace  fix
-
-1999-04-21  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: make config.h.stub as well
-
-    * acinclude.m4:
-    remove old libtool and automake stuff that was borrowed using 3.0
-
-1999-04-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4.dsp
-      php4.dsw
-      php4ts.dsp
-      php4ts.dsw: Update thread-safe projects
-
-1999-04-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * .cvsignore: config.h.in is a generated file and should be ignored by CVS
-
-1999-04-21  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf: move automake back to before autoconf
-
-    * buildconf
-      scripts/preconfig:
-    autoheader must be called after autoconf, automake after autoheader
-
-1999-04-21  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ext/ext_skel: generates basic skeleton for new extension
-
-1999-04-21  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/filestat.c
-      ext/standard/link.c
-      fopen-wrappers.c
-      main.c
-      main.h
-      php.h
-      php4.dsw
-      php_globals.h
-      configuration-parser.y: More thread safety work
-
-1999-04-20  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf
-      config.h.in
-      ext/dbase/config.h.stub
-      ext/gd/config.h.stub
-      ext/odbc/config.h.stub: added ext/*/config.h.stub files
-    removed config.h.in (generated)
-
-    * scripts/preconfig
-      ext/odbc/config.m4
-      ext/odbc/odbc.c
-      ext/odbc/php3_odbc.h
-      Makefile.in
-      acconfig.h.in
-      acinclude.m4
-      build-defs.h.in
-      config.h.in
-      internal_functions.c
-      php.h: odbc compiles and runs on UNIX again (tested with Solid 2.3)
-
-1999-04-19  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * buildconf: convert Zend to automake
-
-1999-04-19  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * php4.dsp: Rearrange the .dsp for the new ODBC layout
-
-1999-04-19  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * .cvsignore: ignore acconfig.h
-
-    * ext/odbc/odbc.c: include the right header files
-
-    * scripts/preconfig
-      acconfig.h
-      acconfig.h.in:
-    generate acconfig.h from acconfig.h.in and ext/*/config.h.stub
-
-    * ext/odbc/.cvsignore
-      ext/odbc/Makefile.am
-      ext/odbc/config.m4
-      ext/odbc/odbc.c
-      ext/odbc/php3_odbc.h
-      ext/odbc/php3_velocis.h
-      ext/odbc/setup.stub
-      ext/odbc/velocis.c
-      Makefile.in
-      configure.in.in
-      internal_functions.c
-      setup: moved odbc into ext/
-
-    * buildconf: keep old files if they are not modified
-
-    * configure.in.in
-      internal_functions.c
-      setup
-      Makefile.in: moved dbase into ext/
-
-    * ext/dbase/.cvsignore
-      ext/dbase/Makefile.am
-      ext/dbase/config.m4
-      ext/dbase/dbase.c
-      ext/dbase/dbase.h
-      ext/dbase/dbf.h
-      ext/dbase/dbf_head.c
-      ext/dbase/dbf_head.h
-      ext/dbase/dbf_misc.c
-      ext/dbase/dbf_misc.h
-      ext/dbase/dbf_ndx.c
-      ext/dbase/dbf_ndx.h
-      ext/dbase/dbf_rec.c
-      ext/dbase/dbf_rec.h
-      ext/dbase/setup.stub:
-    moved dbase into ext/ along with the bundled library
-    dbase programs are no longer included
-
-    * buildconf: run automake and run autoconf in Zend
-
-1999-04-18  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * ext/Makefile.am
-      main.c: Ah, so that file is generated too
-
-    * scripts/mkextlib.in
-      Makefile.in
-      buildconf
-      configure.in.in:
-    * Added buildconf, runs all the scripts necessary to build configure (Stig - if 
there's any way
-      to detect whether we need to run 'automake --add-missing', please add it...)
-    * Make vpath work again
-    * Minor UNIX bugfixes
-
-    * ext/standard/pack.c
-      ext/standard/string.c
-      ext/standard/var.c
-      ext/standard/exec.c
-      ext/standard/file.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/info.c
-      main.c
-      php4.dsp: Make Win32 happy with the recent changes.
-
-    * win32/php_registry.h
-      win32/registry.c: Forgot to add these - Win32 registry support
-
-    * main.c
-      php3_compat.h: Win32 registry support
-
-1999-04-17  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * ext/standard/basic_functions.c:
-    - Make gettype() behave like it used to where it returned "object" for
-      objects.
-
-1999-04-17  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * scripts/armerge
-      configure.in.in
-      ext/gd/config.m4
-      libphp3.module.in
-      Makefile.in: Apache module compiles again
-
-    * aclocal.m4: this file is now generated
-
-    * ext/standard/info.c:
-    make sure the images on the phpinfo() page point to PHP-enabled pages
-
-    * .cvsignore: ignore configure.in
-
-    * configure.in: this file is now generated
-
-    * scripts/.cvsignore
-      scripts/armerge
-      scripts/config-stubs
-      scripts/mkextlib.in
-      scripts/preconfig
-      ext/standard/math.c
-      ext/standard/md5.c
-      ext/standard/md5.h
-      ext/standard/microtime.c
-      ext/standard/microtime.h
-      ext/standard/pack.c
-      ext/standard/pack.h
-      ext/standard/pageinfo.c
-      ext/standard/pageinfo.h
-      ext/standard/php3_browscap.h
-      ext/standard/php3_dir.h
-      ext/standard/php3_filestat.h
-      ext/standard/php3_iptc.h
-      ext/standard/php3_link.h
-      ext/standard/php3_mail.h
-      ext/standard/php3_standard.h
-      ext/standard/php3_string.h
-      ext/standard/php3_syslog.h
-      ext/standard/php3_var.h
-      ext/standard/phpdir.h
-      ext/standard/phpmath.h
-      ext/standard/quot_print.c
-      ext/standard/quot_print.h
-      ext/standard/rand.c
-      ext/standard/reg.c
-      ext/standard/reg.h
-      ext/standard/soundex.c
-      ext/standard/string.c
-      ext/standard/syslog.c
-      ext/standard/type.c
-      ext/standard/type.h
-      ext/standard/uniqid.c
-      ext/standard/uniqid.h
-      ext/standard/url.c
-      ext/standard/url.h
-      ext/standard/var.c
-      ext/gd/.cvsignore
-      ext/gd/Makefile.am
-      ext/gd/config.m4
-      ext/gd/gd.c
-      ext/gd/php3_gd.h
-      ext/gd/setup.stub
-      ext/standard/.cvsignore
-      ext/standard/Makefile.am
-      ext/standard/base64.c
-      ext/standard/base64.h
-      ext/standard/basic_functions.c
-      ext/standard/basic_functions.h
-      ext/standard/browscap.c
-      ext/standard/config.m4
-      ext/standard/cyr_convert.c
-      ext/standard/cyr_convert.h
-      ext/standard/datetime.c
-      ext/standard/datetime.h
-      ext/standard/dir.c
-      ext/standard/dns.c
-      ext/standard/dns.h
-      ext/standard/exec.c
-      ext/standard/exec.h
-      ext/standard/file.c
-      ext/standard/file.h
-      ext/standard/filestat.c
-      ext/standard/formatted_print.c
-      ext/standard/fsock.c
-      ext/standard/fsock.h
-      ext/standard/global.h
-      ext/standard/html.c
-      ext/standard/html.h
-      ext/standard/image.c
-      ext/standard/image.h
-      ext/standard/info.c
-      ext/standard/info.h
-      ext/standard/iptc.c
-      ext/standard/link.c
-      ext/standard/mail.c
-      .cvsignore
-      Makefile.in
-      acinclude.m4
-      aclocal.m4
-      configuration-parser.y
-      configure.in
-      configure.in.in
-      ext/.cvsignore
-      ext/Makefile.am
-      fopen-wrappers.c
-      internal_functions.c
-      main.c
-      php_version.h
-      safe_mode.c
-      setup:
-    First commit of re-structuring phase one.  We have started using automake in
-    sub-directories and started to move extension code into ext/<name>.  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 Zend directory
-    automatically and makes sure php4 and Zend use the same config.cache file.
-    To avoid running configure in Zend, use the --no-recursion option.
-    "make" in php4 also builds Zend now.
-    The Apache module doesn't compile right now, but a fix for that is
-    coming up.
-
-1999-04-16  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * ext/gd/gd.c
-      ext/gd/gdcache.c
-      ext/gd/gdcache.h
-      ext/gd/gdttf.c
-      ext/gd/gdttf.h:
-    updated GD from php3 repository, using it as a test extension for the new
-    directory structure
-
-1999-04-16  Andi Gutmans  <[EMAIL PROTECTED]>
-
-    * main.c
-      php4.dsp: - Make the memory leak message print PHP4.
-
-1999-04-12  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_ini.c: NULL's should remain NULLs (at least in strings)
-
-1999-04-12  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * php_ini.c:
-    tolerate uninitialized ini settings in php_ini_{long,double,string}()
-
-1999-04-12  Sascha Schumann  <[EMAIL PROTECTED]>
-
-    * ChangeLog.TODO: This should help in keeping PHP4 up to date
-
-1999-04-10  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * main.c: Test patch...
-
-    * main.c: test patch
-
-    * main.c: Oops
-
-    * mod_php3.h
-      Makefile.in
-      main.c
-      mod_php3.c: php3_ini?  What's that?
-
-    * configuration-parser.y
-      fopen-wrappers.c
-      internal_functions.c
-      main.c
-      mod_php3.c
-      mod_php3.h
-      php.h
-      php_globals.h
-      php_ini.c
-      php_ini.h
-      request_info.c
-      tls.h: Buh-bye php3_ini
-
-    * main.c
-      mod_php3.c
-      mod_php3.h
-      php_globals.h
-      win32/sendmail.c: A lot of php3_ini -> php_ini work
-
-    * configuration-parser.y
-      fopen-wrappers.c
-      main.c
-      mod_php3.c
-      mod_php3.h
-      php_globals.h: Move safe_mode to the new php_ini mechanism
-
-    * main.c
-      mod_php3.c
-      mod_php3.h
-      php_globals.h:
-    Move asp_tags and short_open_tag to the new php_ini mechanism
-
-    * php_ini.c: * php_ini fixes
-    * convert the MySQL module to use the new php_ini mechanism
-
-1999-04-09  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * mod_php3.c
-      php_ini.c: Apache php_ini support
-
-    * main.c: testing 123
-
-    * main.c: test, ignore
-
-    * php_ini.c: Testing 123
-
-    * php_ini.c: *** empty log message ***
-
-    * mod_php3.c: Get the apache module to compile
-
-    * php_globals.h: *** empty log message ***
-
-    * main.c
-      mod_php3.h
-      php.h
-      php4.dsp
-      php_ini.c
-      php_ini.h: * A lot of work on php_ini stuff
-    * A lot of work on getting rid from php3_ini
-
-1999-04-08  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php_ini.c
-      php_ini.h: Type library support in COM module
-
-    * configuration-parser.y
-      dl/mssql/mssql.c
-      dl/mssql/php3_mssql.h
-      main.c
-      php_ini.c
-      php_ini.h: * Add arguments to shutdown function
-    * Bring php_ini uptodate
-
-    * main.c: Fix for php -v
-
-1999-04-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * fopen-wrappers.c: patched in fsock.c from php3
-
-1999-04-08  Kristian Khntopp  <[EMAIL PROTECTED]>
-
-    * Makefile.in: Spurious $ removed in Makefile.in
-
-1999-04-08  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * .cvsignore
-      configure.in
-      regex/.cvsignore: get rid of extra and doc dirs, more cvs ignore stuff
-
-1999-04-07  Stig Bakken  <[EMAIL PROTECTED]>
-
-    * .cvsignore
-      configure.in: fix configure warnings
-
-1999-04-07  Zeev Suraski  <[EMAIL PROTECTED]>
-
-    * php4.dsw: Update deps
-
-    * php4.dsp
-      php4.dsw
-      regex/debug.ih
-      regex/engine.ih
-      regex/main.ih
-      regex/regcomp.ih
-      regex/regerror.ih: Win32 patches
-
-    * win32/wsyslog.c: New file.
-
-    * win32/wsyslog.c: PHP 4.0
-
-    * serverapi/isapiwrapper/cgiwrap.c
-      serverapi/sapi.h
-      win32/flock.c
-      win32/flock.h
-      win32/grp.h
-      win32/param.h
-      win32/pwd.c
-      win32/pwd.h
-      win32/readdir.c
-      win32/readdir.h
-      win32/sendmail.c
-      win32/sendmail.h
-      win32/signal.h
-      win32/syslog.h
-      win32/time.c
-      win32/time.h
-      win32/unistd.h
-      win32/wfile.c
-      win32/wfile.h
-      win32/winutil.c
-      win32/winutil.h: New file.
-
-    * serverapi/isapiwrapper/cgiwrap.c
-      serverapi/sapi.h
-      win32/flock.c
-      win32/flock.h
-      win32/grp.h
-      win32/param.h
-      win32/pwd.c
-      win32/pwd.h
-      win32/readdir.c
-      win32/readdir.h
-      win32/sendmail.c
-      win32/sendmail.h
-      win32/signal.h
-      win32/syslog.h
-      win32/time.c
-      win32/time.h
-      win32/unistd.h
-      win32/wfile.c
-      win32/wfile.h
-      win32/winutil.c
-      win32/winutil.h: PHP 4.0
-
-    * serverapi/isapi_sapi.c
-      serverapi/nsapi_sapi.c: New file.
-
-    * serverapi/isapi_sapi.c
-      serverapi/nsapi_sapi.c: PHP 4.0
-
-    * regex/tests
-      regex/utils.h
-      serverapi/cgi_sapi.c: New file.
-
-    * regex/tests
-      regex/utils.h
-      serverapi/cgi_sapi.c: PHP 4.0
-
-    * regex/regex2.h
-      regex/regexec.c
-      regex/regfree.c
-      regex/split.c: New file.
-
-    * regex/regex2.h
-      regex/regexec.c
-      regex/regfree.c
-      regex/split.c: PHP 4.0
-
-    * regex/regex.h
-      regex/regex.mak: New file.
-
-    * regex/regex.h
-      regex/regex.mak: PHP 4.0
-
-    * regex/engine.c
-      regex/main.c
-      regex/mkh
-      regex/regcomp.c
-      regex/regerror.c
-      regex/regex.3
-      regex/regex.7
-      regex/regex.dsp
-      regex/regex.dsw: New file.
-
-    * regex/engine.c
-      regex/main.c
-      regex/mkh
-      regex/regcomp.c
-      regex/regerror.c
-      regex/regex.3
-      regex/regex.7
-      regex/regex.dsp
-      regex/regex.dsw: PHP 4.0
-
-    * regex/debug.c: New file.
-
-    * regex/debug.c: PHP 4.0
-
-    * regex/README
-      regex/WHATSNEW
-      regex/cclass.h
-      regex/cname.h: New file.
-
-    * regex/README
-      regex/WHATSNEW
-      regex/cclass.h
-      regex/cname.h: PHP 4.0
-
-    * regex/COPYRIGHT
-      regex/Makefile.in: New file.
-
-    * regex/COPYRIGHT
-      regex/Makefile.in: PHP 4.0
-
-    * dl/vmailmgr/docs.php3
-      dl/vmailmgr/php3_vmailmgr.c
-      dl/vmailmgr/phpvmail.cc
-      dl/vmailmgr/phpvmail.h: New file.
-
-    * dl/vmailmgr/docs.php3
-      dl/vmailmgr/php3_vmailmgr.c
-      dl/vmailmgr/phpvmail.cc
-      dl/vmailmgr/phpvmail.h: PHP 4.0
-
-    * dl/snmp/snmp.c
-      dl/snmp/winsnmp.c
-      dl/vmailmgr/Makefile: New file.
-
-    * dl/snmp/snmp.c
-      dl/snmp/winsnmp.c
-      dl/vmailmgr/Makefile: PHP 4.0
-
-    * dl/snmp/README
-      dl/snmp/php3_snmp.h: New file.
-
-    * dl/snmp/README
-      dl/snmp/php3_snmp.h: PHP 4.0
-
-    * dl/mssql/sqlfront.h: New file.
-
-    * dl/mssql/sqlfront.h: PHP 4.0
-
-    * dl/mssql/mssql.c
-      dl/mssql/php3_mssql.h
-      dl/mssql/sqldb.h: New file.
-
-    * dl/mssql/mssql.c
-      dl/mssql/php3_mssql.h
-      dl/mssql/sqldb.h: PHP 4.0
-
-    * dl/log/log_sql.c
-      dl/mssql/README
-      dl/mssql/mssql.dsp: New file.
-
-    * dl/log/log_sql.c
-      dl/mssql/README
-      dl/mssql/mssql.dsp: PHP 4.0
-
-    * dl/log/README
-      dl/log/log.c
-      dl/log/log.h
-      dl/log/log_db.c: New file.
-
-    * dl/log/README
-      dl/log/log.c
-      dl/log/log.h
-      dl/log/log_db.c: PHP 4.0
-
-    * dl/imap/README
-      dl/imap/examples/dlimap_ping.php3
-      dl/imap/examples/espanol/dlimap_ping.php3
-      dl/imap/examples/espanol/dlimapbd1.php3
-      dl/imap/examples/espanol/dlimapbd2.php3
-      dl/imap/examples/espanol/dlimapbd3.php3
-      dl/imap/examples/espanol/dlimapbd4.php3
-      dl/imap/examples/espanol/dlimapbody.php3
-      dl/imap/examples/simple.php3: New file.
-
-    * dl/imap/README
-      dl/imap/examples/dlimap_ping.php3
-      dl/imap/examples/espanol/dlimap_ping.php3
-      dl/imap/examples/espanol/dlimapbd1.php3
-      dl/imap/examples/espanol/dlimapbd2.php3
-      dl/imap/examples/espanol/dlimapbd3.php3
-      dl/imap/examples/espanol/dlimapbd4.php3
-      dl/imap/examples/espanol/dlimapbody.php3
-      dl/imap/examples/simple.php3: PHP 4.0
-
-    * dl/crypt/sflcryp.c
-      dl/crypt/sflcryp.h
-      dl/imap/IMAP_IS_NO_LONGER_HERE: New file.
-
-    * dl/crypt/sflcryp.c
-      dl/crypt/sflcryp.h
-      dl/imap/IMAP_IS_NO_LONGER_HERE: PHP 4.0
-
-    * dl/crypt/crypt.c: New file.
-
-    * dl/crypt/crypt.c: PHP 4.0
-
-    * dl/crypt/prelude.h: New file.
-
-    * dl/crypt/prelude.h: PHP 4.0
-
-    * dl/calendar/gregor.c
-      dl/calendar/jewish.c
-      dl/calendar/julian.c
-      dl/calendar/sdncal.h: New file.
-
-    * dl/calendar/gregor.c
-      dl/calendar/jewish.c
-      dl/calendar/julian.c
-      dl/calendar/sdncal.h: PHP 4.0
-
-    * dl/calendar/dow.c
-      dl/calendar/french.c: New file.
-
-    * dl/calendar/dow.c
-      dl/calendar/french.c: PHP 4.0
-
-    * dl/calendar/calendar.c
-      dl/phpdl.h
-      dl/setup
-      dl/win32vc5.mak: New file.
-
-    * dl/calendar/calendar.c
-      dl/phpdl.h
-      dl/setup
-      dl/win32vc5.mak: PHP 4.0
-
-    * dl/Makefile.tmpl
-      dl/README: New file.
-
-    * dl/Makefile.tmpl
-      dl/README: PHP 4.0
-
-    * win95nt.h
-      zlib.mak: New file.
-
-    * win95nt.h
-      zlib.mak: PHP 4.0
-
-    * snprintf.c
-      snprintf.h
-      stamp-h.in
-      test.php4
-      test.pl
-      test_class_inheritance
-      testarray
-      testarray.pl
-      testarray2
-      testarray2.pl
-      testclassfunc
-      testcom
-      testfe
-      testfunc
-      testfunc.pl
-      testfunc2
-      testfunc2.pl
-      testfuncref
-      testinclude
-      testobj
-      tls.c
-      tls.h: New file.
-
-    * snprintf.c
-      snprintf.h
-      stamp-h.in
-      test.php4
-      test.pl
-      test_class_inheritance
-      testarray
-      testarray.pl
-      testarray2
-      testarray2.pl
-      testclassfunc
-      testcom
-      testfe
-      testfunc
-      testfunc.pl
-      testfunc2
-      testfunc2.pl
-      testfuncref
-      testinclude
-      testobj
-      tls.c
-      tls.h: PHP 4.0
-
-    * snmp.mak: New file.
-
-    * snmp.mak: PHP 4.0
-
-    * setup: New file.
-
-    * setup: PHP 4.0
-
-    * request_info.h
-      safe_mode.c
-      safe_mode.h: New file.
-
-    * request_info.h
-      safe_mode.c
-      safe_mode.h: PHP 4.0
-
-    * press-release-3.0.txt
-      recurse
-      request_info.c: New file.
-
-    * press-release-3.0.txt
-      recurse
-      request_info.c: PHP 4.0
-
-    * php4.dsp
-      php_custom_build.mak
-      php_ini.c
-      php_ini.h
-      php_version.h: New file.
-
-    * php4.dsp
-      php_custom_build.mak
-      php_ini.c
-      php_ini.h
-      php_version.h: PHP 4.0
-
-    * php_realpath.c
-      php3_realpath.h
-      php_sprintf.c
-      php3_threads.c
-      php3_threads.h
-      php3extra.dsw
-      php3sapi.dsw: New file.
-
-    * php_realpath.c
-      php3_realpath.h
-      php_sprintf.c
-      php3_threads.c
-      php3_threads.h
-      php3extra.dsw
-      php3sapi.dsw: PHP 4.0
-
-    * php3.ini-dist
-      php3_compat.h: New file.
-
-    * php3.ini-dist
-      php3_compat.h: PHP 4.0
-
-    * php.h: New file.
-
-    * php.h: PHP 4.0
-
-    * msql1.mak
-      mtparser.bat
-      mysql.mak
-      objects
-      output.c
-      output.h: New file.
-
-    * msql1.mak
-      mtparser.bat
-      mysql.mak
-      objects
-      output.c
-      output.h: PHP 4.0
-
-    * mod_php3.c
-      mod_php3.h
-      msql.mak: New file.
-
-    * mod_php3.c
-      mod_php3.h
-      msql.mak: PHP 4.0
-
-    * main.c
-      main.h
-      makeall.bat
-      makedist
-      makeparser.bat: New file.
-
-    * main.c
-      main.h
-      makeall.bat
-      makedist
-      makeparser.bat: PHP 4.0
-
-    * ltmain.sh: New file.
-
-    * ltmain.sh: PHP 4.0
-
-    * ltconfig: New file.
-
-    * ltconfig: PHP 4.0
-
-    * logos.h: New file.
-
-    * logos.h: PHP 4.0
-
-    * internal_functions_registry.h
-      ldap.mak
-      libphp3.module.in: New file.
-
-    * internal_functions_registry.h
-      ldap.mak
-      libphp3.module.in: PHP 4.0
-
-    * install-sh
-      internal_functions.c: New file.
-
-    * install-sh
-      internal_functions.c: PHP 4.0
-
-    * imap4.mak: New file.
-
-    * imap4.mak: PHP 4.0
-
-    * fopen-wrappers.h
-      gd.mak
-      getopt.c
-      getopt.h
-      header
-      hyperwave.mak: New file.
-
-    * fopen-wrappers.h
-      gd.mak
-      getopt.c
-      getopt.h
-      header
-      hyperwave.mak: PHP 4.0
-
-    * fopen-wrappers.c: New file.
-
-    * fopen-wrappers.c: PHP 4.0
-
-    * dbm.mak
-      filepro.mak
-      foo
-      foo2
-      foo3
-      foo4
-      footer: New file.
-
-    * dbm.mak
-      filepro.mak
-      foo
-      foo2
-      foo3
-      foo4
-      footer: PHP 4.0
-
-    * configure.in
-      control_structures.h
-      crypt.mak
-      cvsusers
-      dbase.mak: New file.
-
-    * configure.in
-      control_structures.h
-      crypt.mak
-      cvsusers
-      dbase.mak: PHP 4.0
-
-    * config.w32.h
-      configuration-parser.y
-      configuration-scanner.l: New file.
-
-    * config.w32.h
-      configuration-parser.y
-      configuration-scanner.l: PHP 4.0
-
-    * config.sub: New file.
-
-    * config.sub: PHP 4.0
-
-    * config.h.in: New file.
-
-    * config.h.in: PHP 4.0
-
-    * config.guess: New file.
-
-    * config.guess: PHP 4.0
-
-    * calendar.mak: New file.
-
-    * calendar.mak: PHP 4.0
-
-    * bison.simple
-      build-defs.h.in: New file.
-
-    * bison.simple
-      build-defs.h.in: PHP 4.0
-
-    * apMakefile.tmpl
-      apidoc.txt: New file.
-
-    * apMakefile.tmpl
-      apidoc.txt: PHP 4.0
-
-    * alloca.c
-      apMakefile.libdir: New file.
-
-    * alloca.c
-      apMakefile.libdir: PHP 4.0
-
-    * Makefile.in
-      README.QNX
-      README.WIN32
-      TODO
-      WISHLIST
-      WISHLIST-3.1
-      acconfig.h
-      aclocal.m4: New file.
-
-    * Makefile.in
-      README.QNX
-      README.WIN32
-      TODO
-      WISHLIST
-      WISHLIST-3.1
-      acconfig.h
-      aclocal.m4: PHP 4.0
-
-    * LICENSE: New file.
-
-    * LICENSE: PHP 4.0
-
-    * FUNCTION_LIST.txt
-      INSTALL: New file.
-
-    * FUNCTION_LIST.txt
-      INSTALL: PHP 4.0
-
-    * CREDITS
-      EXTENSION_STATUS: New file.
-
-    * CREDITS
-      EXTENSION_STATUS: PHP 4.0
-
-    * CODING_STANDARDS: New file.
-
-    * CODING_STANDARDS: PHP 4.0
-
-    * COPYING: New file.
-
-    * COPYING: PHP 4.0
-
-    * CHANGES: New file.
-
-    * CHANGES: PHP 4.0
-
-    * BUGS
-      ChangeLog: New file.
-
-    * BUGS
-      ChangeLog: PHP 4.0
-

Index: php4/ChangeLog.1999.gz
+++ php4/ChangeLog.1999.gz
:ChangeLog.1999<s۶@n^bj'2ql74}qF_@~P"Hi$K~aqvx4{rBܲVq}##|MR
 쫯Ӽ%})d!0c6ŸAm8f&F"u$X%;Q\V[435 'G    
  c׆WWSIv+uٝ,
VՆZN2\nJ<.2aQy̕W#?fxӬikEƑϥx`U-Ҝ5ܤ9KV"|%
3`WQۘ4:        
5iu%*M-ϵkIg"0,0FV+֨zQhr&/^&8KI\3-R?`&D+*7V7lY+b4rO0sf
 `OM\2H;$$U[=oIys̮WUWc'8^  
c,,џ_ίȂk:j|[e
$`?d|UfI&&֥/{' 
8.8N-`V.A$,*#"*-L{XқBTssIrYp 
yDKrLP(qU4>7}:iZLrazfz].1q^+6oⓃ 
([ Iu[d#k"Ĵ%&?hY+8썺\3B5J$D
d YKֈ
Ӯxɭf}*QlzɕLb$؎/?%Lt~v/4U"1;#6F3RufZ"YzW͍xA*̢={,eaI!˄RWXV
P0fÿy8Iem~f)vr      
#T(!m6M0,mTdBv0XjGImRPpiϣudGؓA^uyjZ
|[UG8!Ma?yP\aHle֍x5{zQ   
z;ܭC*@F0.M}^.0UMjOנTSouZw~LjKY[^xW:xQ1im@Q#Pw-#*s&O/vR=:Řݶ.Ve˲h>pZhNj
ĈEwRG;hQe7ӄMe|yzp
W^Qeݤ*>>pBǽv2nqbvķ=~Q7%~Q;ӷ[^Qi׷n㮻      
 ۘCm|̣'sL9f\Wq>6a{|/f%f[P χdQqǸ[-&}3     
0܇la3ӘnGcE>HKnd}g/.ŒѨhۊX\߈5y*)zɼ$-D6W.gca|QTD.Ԣ¥

XVLlH.䶙]$]Va{uvxC.0EAA0~4TLQb%ခѥx|$&ROw)9fOEu+U]7TIz媪觏MnLM7Q=/
@B0-m!Lj}8HX'La3f6iaOq954!ԧy,!|Z
u#Tlxl<@lؘ&8uoqؓ^SܘC@l<
<Ơ}f0m cdc" 6h<L|Q! ˃E  
N1a#B,&8.=GGFlnh#pw4&A%0x:8H45A9n5`oГI
      R0̣g36~>,/!
( 2>&#ÏDV]])LzNP 021)LZ=D.L
mqHdD,gkB,(LjhYX4ot|(Ӑ'H0BE00F:`v2Q㱉S1 a|>G 
>1<g&{t7v!ø02 
>'Fq|i6D1.=ʢZ1.$n$<G҆:`#˨.6zGwu6<^(8((8X";Q$8m&0ܣF]4qg5#1KJbu0!HI`yrQF0?T
Ko{%f%a3DOa0l,o2$`6၎[)^TYsSbr
*^̗mEfz~GE]xڸ#y>w4!CE:a0`K6V]%[N_jeXOtPae!\Yod5msAX*JjVeR7_k[k$NG?Кz@8uu{
 ALjm50UƉefW^)R; mDb(U+ykjWTukR!ai|L 
[(@]xc",r{1[l[fzL;;fg52ʕZ"5!ayCxAݮ:Ѿ韰NN1Itq#Qk٧fon~ox:rNWY\-*'z`nO{w
 
jxTY?k%'q}rumo^rE9EK6nR,Nrx>qm*GS4-X`2
+upŋ>ތƃ;X
{߻dZ(]*uʓk4Em/CjBo7|ΤzNl@uώd)h*3#P{_om1~Pmzl<fMe2w˃`7qĚ*:?Ƙ:<nEr-=@d.ϯ_?~_j("h>@ݧm5JܱdhxQwhWm2w̕3Wf7dEQ%@-ϭJjz6m
       
BdETWT^#{?DPwv|&ր;!K:D25+P\V(Yq\0ӗl!+\=$SUQJqk9xMנ{BLclR8kp];v'兑#SZ.%t[Ċ#L)F>Iﲆi}4xI=CGK$!MMr˕ptۃԡ,~L\KIοo׆qMCu_?{Aǰׯ/Ovzox0m@[I˞gqt2ƅa'AwYg[>B޸_{WD+%+kk
    !d5o0A]!F־}71z=R+`Oԓd/[+nA
jw]s6>PkbX}~޽u=/j_<\=(FbGt#~}{{*1X`6i(U}M21$A+XҸkjq;<5kG`/#ٹH*\
 ^4k݈u=bgGw")1kC*Y[>,+;K*:8Úv"du:X!K̽VNF>W     
  
v!l19?{⑦gLek2m&*Mi\.EY:wg3fE}7+Mwxŵݛ֧}:j`6[_p3
ns
&B@zDav?#KP32OoċG%Œsz:ZH[@H&!ЉTd3L       
:Fxx$Wda2HZhѻ/+9Ë_텽G`gakt")";ɠAql4wnj6^ܫj^JrfD@?q0l
 ju"Ћ5'uOѣ&E՘E:Oxyvy첥       
wɚ=C~H;,
P8°o]\Rb+C'=)tQm;`az+3{q<:|o'تrZ.]7֧l!(ZlKr|--HPS1FYA4mA$=%.K.AÄO{}FBAi_F6*fw=@GeO
 J)%ޝͯߜNto9pno@0<Y_ 
N:QgMHfr:zwr~}M?xAߨtȂO
Zi.N&X۴I~vzЃΧb;Y鎊fɓ/g‘W"[~~S>QX
ڍ%y!?"33TV
}`=|/e@OOjPAwH6C4{9׭ko^U6f~T(ЌK@]yaذdjaxjl&}e/_Ixm`Dޮ!"HPC|AVlg`/4J3z3Ͼ,*&e#UX0갌t*/4xz3F;Pk+$TⲞx>?'И/6ykҧ/Ŋ:"}"D')Dkv)rЧ<p]-
    HɘݥtGkC;9fӆ{)4j;As
_`ט˩``/ʊܱ%vb_o%IH7@k={|rzKeW~-K$޻&-ͳ[JK\@ZFDVz#X.o8߉|ɮ
j},Uv.wX"H9:lUCW|K_fȪP'?W,ƀQ|1U2%"=!˔\~~Z*قKOH]9B9G~Jv%

|:Jô$IsBm%r,FfWhbdz=OkKx?r,Q7FJK?.*mS˜}$Yy)^LؾK4,
   DUl-XPq>`pV5T=ykdAw/Y=ʥ7
6߲%iX2JCc:Ѷ%E{?NeC1)G'ۗbF^twl)Wbs>01.ʶMA?5x`]ǔ6KힷoWLJaaB}aL=W
    (쓨gʝl{-੯2s赍;ګMF<<C뼟(38e7ҫc   /?·@t  
     >)ˊm@n-AÀs$d:}x[v/&4+S.>KDz^LV  
^]xsrietpUNm`Z
#kF̪aw~0-.?o9ӟ-{\R]ڪ7nJRUVIyA"        
Kg}'"23㟻[$@ %0u+93MY7-f@܄5p"x(   
N7,ጽ;fn{ʈD9+U<W,\3<-2"1@.5)|%y^&N:)T7J[",h?,Yn~1#-iFF_T

l<@qN0T!^Xfd4$c΢h^yX:]0~J2d
I",x<_ţ(:S
)
`9uL/;,Qn)?aA<EEwΛwݡG,D}?]6]qXmh`g/ɕN}JXV
 
GŭU0͡n%=exYҡXitm2KEuN3d|^#7vw鈭NJs\Ic!ao@&k攅۶d⠍

\](3US2z'::Hvo8|ﻥ=UF]x=Khb'tC:[?Ѝ?'adչc&V#g=e7LAaގn´Pزh:2K<u1m;jf/g
 K&FQ)'p;;yJ2Ydݨsipy
G 
`Ʀ;&W2EٖS_=uaq(găn2co¼yuztcaIF]2'`!zӓFg>t'Zyt}zq.](?~(mY;OyM
      `uGFM,       .uo'ELFB5;G`=E
ܡs@{ֻp{'/3a##m 
8pSE|q!=9$&́n-K8.]/3-0GlySg?Lv94H_o_s?'91vE[{
5xؽ8tfЋӁO'[Y1,$?2'G#=گ${R6sb|=muELTQW     
   
O\Jegt߿WF[cї^J{<?nUk|T4Qof/^h7%5]kH/{|uݛBߐ4Oe|Nn5!0^_Ag62H'qS[|Wpߔh(
ÔX1Sg*17+r9"k*Q#
q!A>X%Ȇngɑ~0oq>ȼ5ft9E>ggM̪65SSj˰1\xD<Jߕo`8UPKZcoQXc;1}߯]|#lq1cT|Ɩ3D23sF̗d=hݼNӷ*YH3A=;R3k
      qOo./8%ϗ7֜7.gS{_50n =!ODY)\qWH 
Z{m}q=XYʳ-mfLqګM':1k̿%PRo͵jGm]d4uZ}nkjlԀV7X]Lks-s[CPٌdT=[]PQee>;x|$'Cg3v7F?vۣĆ䞹%%[$!b}a7v0`I:l
 .GAր)8ʲ?r(\.
3gQ_NxwZsY>ZhdsO(hHJy`(U;!B4`rgO@1bnec%(\,JMLQs4#Uo{ߩ!(@M:SubUPx̝z,,P-SOpqeIjLT-gm3h[~j~mM

UL7mib5trp2W"8s1F{k۴gIb?a||rYR,>pE"|Cnl
 މ8P@|ϥg
6T1X$ly)g(˖ZϝV}8a9.yJ>c3ziS[
AbF@qviS7(g 
V)OA9vzwEI&2h=ɳWJChJG`/m%|d        P
ƫ)SHERmZstIH^>2S4lI!x$wӏ׿>:菰^2ᾣ倖6xy{.d88TJ{ާ
su]eՕݖr87b<:ʺWŊ$˷Pw?Y+W-7DtS=fJԵEGp`\@0o:ƕorr
\GJ_x\WNVZRtܧd#JzU"<^8)h~JD33};glK=4iK>Ǖ]",
-LR~Go 
k?h-L&:G#Z@a?.kD!QFjf/4&讻}zs"_m.s75mFR>Pez槸;5Fl32`:"EN:hBM{.EV~Ez}m#ZӄhҕO~ߒYΆ~D`_
     
t'<o1ڙ>HÿSl'Ke/ON:h%xm(P2r\ǨyrIBZr-.9Y|RJT{
@=>q&ߠUxI   -@N0u1 }'g!G;{7E
QfFW<B.{<I\u~@p$E9uN"<Gܡ|o;IS`8&+=!9TÝ
 
:Qm}qy-Üҁwg'k.^SLg>/OIO-3ލTi64@$A-7:E<=Ws0'r49}gzxH;ʲ`i1Db~–:V%*X0hĔdGgf1>\Lf|AݻmKןEZ|zƴ%qζ8Γ6[b;%͠ĊQQ܂T3]|&
    
FSο~U)?mc2^cƊuw|rA$F6Pq-a*WQXJyͭY¡'ZGG8O?V
BOo'BHF{ 
9|890UKPiGe$Uvϕٰ5r.P7ul3=eA쥗dkz)/!e奘g7GǍ7؏dzUA
        1c+*0yI-c5nۼU0i0Y+Z6^
NJl{#9(CʄȒx%3J=†x8+U="ہmi129va:1M$:ș
9z#L<CuEjx[+1MlzGW?ߴX玹sQdWRh=J8O\&h=
+`V'aqRX3h)8˰aBG<,+[egEƆT:rA&$=IŎq9b:˃l{n^bjy݂մw__gQ;u%ҏ!pKic4Fq'=4>|_e\KU(AmB/]qrnw8-Gd͜YbBqF6xHˏTEd*֘
 
tJG<wgU0wU8S-yOVGXkj&)w$@A3u<pje",5VL,xk2
M6iǣ'\XW6']ji6B)X0ەhl<B0lGu5U7thGfgֵs^dc>LZ#CMC;HЖ"G֣(]bCMP-[c.nwqexKd;>fU@A6n_\$d@O':w#zYzW5#E.OVJv8~LᓎM7g\
 #d_w氬!zءߊɦk? 
+~9BJʐr4}H(#0ua27YO&[t8=>'JiK     ȺeAwR
aXm$k6zzInxt&&QdftXorJvII.Eɀ,/<j6ɍ}6^819K+ֵ<>u}|}J{)s}y%ӻt+"^ɯXSɐi9)Es#[)ӧȠtxL䖍7ZPA
vD}abYt3T[-Oe
8뎨C'7[f5!0     "dSzþf      ɜE
3QQ4i-uxXqG1~6F*{)/eu
4mknoa:@dF(dckKh^1)zķ>|t{rۏH篰3";'(Md[7UlsX7՜-XljQy5,I
oƃs2ȚPlpJκ0矃Ġ$kOa( 
STQ6{OzCh+DIT)S 
+of7ɘ>M*x0*5ŶMcv~Wr&Xءª`6ޑԱ"iʛs\Њi_!ݦ=%oG9p#TYVՋu/y+{vY_
q&h_6,s4 KPvK;**|btRT3      
r}!F`SH1<qNG*7b6۸l-BLہ'S-e`'ͼ:3&ghODx
     
Z^Fƒ:Vd~`.nZWE1&1H!\+2UT,X6lb6?ޅ柀dڶI*;j/W,|fM#2n8b8i`ΠS2難(5Z~ը0m9]C?-l~^%̨az̪HAcXÈ#<g1#v䤉ߞW]WsYX9ҰVI+Fُ֜}5Q^<3nX׏+`m
 ӑ__~t;@v)~W ƕ,VZ1`W`?
W74{729
ˎbEgZHmie#hhb^q`4x]a^pɣr`:.-/4ܡe*|8.鸀:59Dt%'ͿTM;(rp(0Rd^@O0Arԓy
 0$,pD^prb,λnL$[U_/uKuUݯ^8>*b=.<@k'c, 
?^ucQ3x8ǃ1sNЛ*T2^E@{r>?{{}t     
MLOdar{$HmC=-gbpy~2"˖+IBeIU-s. S`3̾L
VJI(PWL:DPNo&DhT'4teփěv~5_f/%y&ۗhF41!ab3QL6H.oH3Y9L5^9$K)T<%b^-$BhRHc,}$,Dg*l*$WYԄD^d*Ԛ4{DU.ko6|.JRU-"lD/
_ƼUt

       v       
MrV\lZR(mŌe?~1["ˤp9hRab.
BTKAU LHpބ.9B2ȞRW٫W@YR8L:3 
5%iWSu3&;n~'YqN5ޯn)P~   { 
eT{%A.ԿCO'Bb`&eik(<)Gy5Tk_=.ڃF2A=W`.m3Sұ
ABXVRjRkS#9to:pt 
j:0?pxdpMmjmScjKJ؃:NٌX{Pm-(ffp0Χ":I0"̕UZT6Y*I3IA<FUfn+ЧZr֢j;3!V׋f53|xu~yJsEB(MU[ٽ{wRü׵zvF6.FR%O(i`n&Z.
 
C2CjycnAUY^z4{,',qPQhRrP'2KV6@hAm!|L)$9hVyAY+q$3tK
AMfie-YrP-YU䠪gҬt2{l3j3f
kӅW4꾇TA*j9fpTU894;zO]cCq4p/0_ fyP
w#ŋ8W_:2)$?NBX,i&B{':DBA6`4/u2|VP8k*Aš.:Мdaшo-u
        
_KM֍դQS)ՑK4ӡX휟12@%'I?^!ΐ)GK*aE-)C
 O
0d>b=?]఍'chb8%(F(L$pa0gM7NҬ4Tv*b`sٺjQN,T*᳠e#~5
%|L;[fTRsNwA
sqWߗe.ލ-̊f{0L~uҼ/Bxr[Mgڨ,`r@F:#-x, 
RLbrxAbX?zTT
㺀oKl1|\/L?,j[<\$XBzMeW~+S;!"٫o]&Lҧx$^bL߈_/3h&[TaB
FO2nwTt1\Bmˆ?f1*Ә`5.'ֺj):c8N<q)$i!e`=eVͪ(R"e>PTM:z
ktq|i/ftJpε7-c    mTĻpMs 
$R`Rֵh]O}ĕ΀eH9!*zcN5Ee&1N}\~<u|{>a:UbB%-W"\FXK'H8JC`׿g03p]C]O>s
YhCs?\~:;?iF4`mEd1IQ"  tȼv~
'8R}HcnFQ{cdhBRY!ӟv?9أh`DPNJ
?J
(.fOXY:i_^|q+.
O1Fo%۞qޗ4ME;KSP067گ/.)~eh+Yq0E/jUȚC{Af-6WoQ#咟؂dPT6̭5'Ĥ`GQ/&[΢.⋌l
K      RyN(c[dk        
{\$߻e.ҎdtR[W{φUb2>I]LjS.4`rqDhY”X 
EI(R0_;XX&J      
ܯ<mb?\$v]12i`<ߠf5/2
&2t֞8fc\+{KZ,=\O/O.>wF#{Vj콄{jəFxhy~bDEVAS{ӣ(w5`٬g)77{5
  
5tKl=n``}_c8=zΌ__WB_;^/厁(9܂Zi<YrpJLyEkLEYZneomNƂ/f|w;KjƤ2,c(re}sTŪ}*@,_+KYQͮMDy??Z5Fe
^mu,c>p-u_=7/_1nYl-΋>GI^^WU
JL+?sxj     P\֐^f*a-4^C*[{4%)Q&d܌]LiCA 
|-3[-ޖH%_-c)7n)t0:0$PH`߭PKՁ{     <Oqf
3Y9aϑndA   ծ`
N$&d'=B(Y>2SOK=̚{da<<4      
Fm>kBTf1N8rW'Gͭ/K*2I9N12qDXLg=Ub7>L"ݝ."
iUFA
O"f2D8^m$|Sud+Kg>`#A9`:RU=N 
ܶ!S;;{/'KY)}W{X~(IP+V|={WE~Mt僴:puǸ>
/f,cA1?^{5a
Cո>H\+AދaTb.SŎ}(=vKa;_kgX+5j$MFx{gc8zi'ooNOoOOJgp{߷*{aǡۧLe`KYwcCU1]j|hhuQ=m
 +3?p΀!:ǥvJ>s'ϐL4XBn6> 
.ma\~vېp3^4]lEb%CS}tٙ"A>DWSz"fv\A?'t~b~ 
Pn?H!e166hR[v]j^     
š/j3#ŷ9,ᓷX&VJ~SUfQi=GdhĈ
^ٽYr$6n`q!S1MԢ?%(
WJP\MhztBN"x>Rc4G燣볛7ʋ:m;{vXwIYc~r,deJQкsi0l8Nepy~>.SY
 
=;q=U*vq^;D~>w'J_&6R*:q($/oY?d4!-y4bt7cYfD[v7d#`g/8c$1l}0O;{6"{vq|&C<87ҹJ%g65KO^7L6R2^rE{UM
 U>-ZF(mh1haiw:铬(k9ɸJ.̺oaɮ       
8([pvD=K}dۂf&ؒqDt3Pz؍DaBt)QQd0|yJdagY=q5)T:-cr
+m0Ue]Ռ恆LC<s29
`"hZDK?!Qs~?o_źwau@\Z_5XWSDOV=ݳ#7T'l.9
i        "vէ"87d\w5Z 
rGmIXhGBʋfu
mzѳ}iQ^U솜g2N1W3T(W7g?ۗvf,ʀ#zӏI/ڮOяO?ƫ/gĒ9+ƚ}u,x7kOv+
 ݸ
j-(5}+ʻïu
L Ro'G'wg@,~|Ra-(\6&Jg6NOsNl} 
[͎edNαfo2ߴ8L_|GĸHsG"MRn-!,8     
#[?,.6bo;sQ.)\2\!"0m%#SisiwXC:*eEPkb@V[A)VnW^.M뇑L07;=Z&tn=~uv`i5e:i0roI<y^,ȳ!H._]&Q8%lQcdk99E>=fZʆ9n}mAvu4f6Nf'IZ(~bPxӪK3ȵ/Gm.xwtvK6'g$XMC(>*Kϓ(PLDߵ-뮠Cԙ75
?z3+۲@n;ooNZZajgrfR7d$JEym/        I
۝/_*#׎QcmgdTe4畹6ObLEWk)9&pd_tӞ
Db׻TjtG
88IUVMLZܧ_G}f0p/nѺ0nB[8NbM\tpА]bʕ9ƫ^둸V_el?<gȢZ]Z

,Fϕ6f~'B`'`jXT6/<NxLmU!*>DųrXp>&FI8EэQ
       -r@jQ=GF-]󾍙rٻl993͒r$0%⇴6x 
IwKOB9ugW}y6 
`ծ"rF0y6~@^{auG(Q3H'WFD;rat{!+Tlj
ò&EFuu.;!7A\6̥h;f1d8OG,kE}/p
Z4~z`bo}Fz+ո*~ǗC{m`鈻:      
3<BlO3Bɬ<1YE_/ؔO{,'4_ovps7
/˿u<"NhӌW$UL+ڿ$ݣŸa-aTֲVтtl`VvtfeHylۛܐG3$>M{N!2hX+zJ#N@pU['m_tlECXi];z뜎bS!ST;OYZM)vR+kt8z.Lf{27Ǖ6R+3#V70Hsk]^<;5YaH4vG襼RSXxP
 
ՓP,;$GD{9~Hi)]˚~ГY$'MZd\_|znjS}l%nFfծ6Y͕"QI㢋q#qmРyoN_͓Id`4@ovj<@vbQXբ[/BvݳEp9b6':Jsk^.XͿoYZ
  y^<9ɟyu,ć-vƇeNRj97}QJ*] 
<]u:S:=O,k^,ٖIH47"޲
]BY:܉D%
AۤSjF^zҐ-?'epq<ϯ^9iyޭXWPR*:e
[nԪnE՗Shy
&p'{ExַQ,Y1W؇nh;cza+JG~3D7~v6}4
(hF54i>t%R;y0*GHsi.h':
b_c+upQDa b$HI;=T.3X_       
$ɧt-thy>&Ȼu%cZS*6Ώ7ͿS$#QJ0&t^  
m9B¡߶5WkL.L$F$2zï^XqQ*V2PdWVW&^쨏{Hj!bqi#<8˟tNS;R?K}4h)3?;S
8.{FN`LDgE;L~ĉmZ5{T_֏O.WW*H_{e/g|BIp3. 
=W 
&tDO6h[>F~|P0()djEcFZDG[qdkg>}w*y)!3N/2/H߱$"܋}bwgI/zޢ]8
[[\1!d8OSt!
+lI#``e=EK 
gx9!oVp}H3kѳJ\|:?vJċ{3Nڬh(6mKu]X(>xy{ھ$`/(n?!ys~t{ztKitޚfco޷n`J`llQRu=9
       jA:7/
I˂A-=#oREɢbt(?bL{H2#\P_-G%Ml<"efQYcUݗ%G繸Ѿ$iB&#e'sxXȻ>x[}:*XI'ݖt8kT2XY⧲?Gi6Pz<J7q}^|el464O̥=vSy(0@1ϥJuډ2FǓx40Uwdշ|=c=6EH4&:,괇f3܎ۃҼԕ蔑Ma0
      
rج5uc}mpFpdNXiؚ;OiَjxD4$0$+0-0%AgSz_
3l}L4F줃r.Z@&s)\Zvlq!
C&Oa,ߠb%OC}z.#pijIUw}~gy Հy\{Z        
#SǻuZO$`4ΔZ!ǴLCa~J|:w鍀[hs`jRn"E׺ZkpE$F7g^=ǀ\&}Nyfs(K=!
8י{-(ɨohU9-/T:T9iDm$sCCV0
ܻjS@HełYVuBhz0͡Nr;BoRe7ROU 
oW8w7+)]{}f]ʘD^s|HXV0˛*le̓>M%iKіƱ˔       
j΅Lߎ{B^iX2X[yaU5uO}a$1쏺kөP*{:v͗oW
      .%S9'5gT@MW-]IcS%ű%?9m(r/J,uh 
#.Ќ_[_9ka[
<EDAAՖ+D"0T88C|H9 
,t/{N!-vWRk:lBMה`gX"&E\`U~c[ώx(58Nv+ʬD"pYF4nqjٳs
 
),|wu70@<qʁpl!MԾ7nM.c=ύtMPyt/Ao[X}r`¼CaEbCÀʣ.4Vf׿d3/fat/
)G\)i@e)D9x
pPyDb| 
!g'A9+9i\,7'H4N>+&3bYA:7@|@!tg-F!:W<$!dXC#bba)ALJ?p>Hf<td'_4Q(_h%ylcKvLap*
6H[i%g5I8>*20g7o_^BnJ٣
"\)eV8(#`>3U4P.//y(+y0ias%(hG3"G_gÒ}cGB'7#.(6gXc
_ҿ"<7hϛf~>ό-ЩdaTy{>nu}Z=[?zh^,V&DC)Vz+${^0;rf{qɥc/p"_?--Y":<K|6\niOgMFgI9XvjkCJ°##[Xzz9d>Q-W=aq-4[1.
Sk;DVcaaW٬&pܸW*eẁ3ddchGs~cP;f<${5b8ܠK/hn1S6J\O"m$SQOqZ"Qјڌ9H

8f3W|1j*m^0~Ym[jf`iYx4~xgnG3SPԚLo92͓AÀAٳxqHeDKӂ!gYCR.]
 gS,0@jp`,;UtCqan}da'    
0$^%ƒi#Koȏ7:hZyʑ%@³~SRR@9b6t^\+pC.8htڍdĀo*>s*J4sQW%k
o:D!gh~59RnkgS)5`au}U1.~+}XMs9rfAgk
y^ G<<7IDxUVmAUIC6#ӧix%
mnl߯+ߣi^!l87ݮ7kT|#.M?>7ѭ᠔r>bi-1b'P@^DD:B½6

/%(MpR"_=<SKTnp޷5WezƕͣWG'L]ETJdm؋\pKK\WVbv9Uo_wY`dTv*}7;~UmүTώOu_:G|Ho~J<ɹl܏obV9jQʺ}@'D^H*pv5Y\<Ez3I%<`I̬yÔC<:No,ʲE

l1MD(UKq&AN`?&16~ݥ+"GsUar#j%WE֩mOŞo7?dVd}ú.d`7=BbB$@_M[[u
WwxY6Ϥmo:p[VjzSgwqW-,Ă-IYKJž.Bx%ƕaMד]HM~hqﮀvSCV:/ޕb>9,Ԗ3,<<0ϨƘLNko'L*3ܽZ[fS˙v9}~{~3!pܵHSn<g̋03BlRoւ~<`P\U.~`czL+oKv+MFR(a@FOiGяGsMl"Bv'
      ڵq 
j8:9rd{xSY^_(7>QxXoa.=h8v[!Т(j82풡?`]ϕG90ZFNg
x?IuDUWQ4lftMͶqLvlC7 )1= 
;F/^76k`scgLIxbK\iR̻#5uyh=eX[Gf7ڭVhTe%ڟbAkZDi/"ycpQߣ6{WPE,&cEP>pO422r
LϴvNcҋ
>GdڶPw.pā,xJCs[ȊLMi6I:m7t|SeUz-!8=1Ty|dkO
%:F8]ptK𷳋upMpy}:?1P{mpqy}<==       
n/pj.}8z{v~F_}ޝ^G卌Ih]CӋPK]g7
 f^R38IHw:~<8>g7)HhU        
~.opZ=+5L3@l6<A'~djD¦66AR[ۑDWq%dr֔i/PZ[m@ô<_t,Vu#|
    
N&\``nx!e9o.ZKŢz,CƱ]z,߮褕27YOґ4.#JF3eےWܘFQy¨Td(UYlf^70Yhdb)
  9IOiz$,PnƑK]+3U(sĢ=D*~dm~O'ǫ 
*<Y9)ԕrϥm?tm+ZEPqQ4 6Ӿ
87*+۫H$Ɏ3#p6,%&@2b?z++SZJQ|,[z)/YbeV@EDBVSԦ:xQ"'PC"F=8TnjeVzKAύ.6qk/[YylOڐ!{R:>N?̊!{tBOqoʼ
      #>{"lRJ
(:u4!axNCsS62ө+7?Z.H!WxئfX_ҸŚUHt(di
 
^5A<ƌqeLHsJ[s9-]D&pg0ԧLNA[zxLʎY)sݼh@=zN]^ܜz?^zʧr`,?0Tr^FS;]KrυGM>y8gfi,$RZp׶x?6~S*apy_={q!><7uhPl̫PfD,c"uh[#ӮxoJ2n,=[DÜp+&hய`zCu*4_r5-[Oy';Xߦyo-(QN^dpp_zZFwxt,6fʟo./(0n.>*s&R&@d[OQ膺w|APO_aVn܉'-BEBPv~JfiG=&E+
 
Lۗ?<fi$faܛeWm_fL/&M#v(['dW({]jUw:dP|Ifڀҗa_`Ͽg
"<Sݸ:{e^@v<002f%#PsuM]s8tMrV5C)T 
c#!396Br
$$U
J=y;MpP5CCx˨uRM0@<rY@OiC>l6ukX9Fȓ5Gr*rFbЂt2,O@f%9*|ʡPr6H_t$/
 ѮӂKtiBˀ3zhWoL%
QܥSAq?~`xYӂ|yu]oTC%Ti/*k9MXY0;Aˋp;CAn:/u>]%Qk!7b3t;
 /S]_m\9#1>&+[ 
2^O'o|CKm4e&5V8o%w-kJJU_L      yaG     
   82J%k%NZ**
c!Oq@DfBwf#G2#9|˿yA6*zXoLyS76ԅ/J3YzR5%YAg^4.WV8u9nY$
      
/9/='(祫)3F|fIcU\ZK`.H޲݌ӤWUHASGR٢}_Gl;4@=`u<bQ>Rߛu;q76x.=ͧxu`y,[[~xkP܃|&-<ǗWR<1Ob@
f:  l"o-7{ɝ's(>X8OgNWV
E[ɂI8nf68w}4ٶLG-hvd-L&gb[L6fj
ߠ^9eM!Jӝ0|9_vJS 
7L~k_"<ë]$OڕiP~n]+"*j(0(~,(p}e      
_}9[6L>1C!޹Jw?Њ|~y\գ?c~tgm%ͭռ53h̚onvs)#(FM(5&&-s`o]e%X3`}CUd<S@LMʇӛ'}EɵPf[ˀ)ߙXQA/"3I1º2?ӐolCRU0
        -yzM 
Z[yem2K#)r{⨱LHSWeQpfPLjH%^qY)]ے6u*`Ԧ?ydJmI9hZZFNKfQ
 Oz﯐b@!(PPG 
GG(qg`L~ܰ2t\`~4dС7SR(0H:YB;_h:1^'#ޑ?'pxs'2,۳ONno/o//-'c
 
`LqR%EDRjqjuH{c+g7%Z'YX3}{`coc&J_E0"]\)]eR^Hl߳=g
pw$pJ8H!Q$4v^]$*@F`Xif?r5,?qY?xQ/X0soMo|d7v
8.u*
pKFH^/<{dU~UMUy=9;K7\LD)[p9$D@$8`SUjKx3vkAޢRY<koEgtz^OZ@{+Xa
 {^MxϳpTB4S
!t1YaE8Ҭpf4ĿWou/І5   KCm
@;D}@p+9"韶/ZBd|7Yu!=9,.Yd+x6a{n.t@NruS&[`bʿ/w_Ukkܢ;z1ׯ%XESD4m
J$/x*趟DBl 35ŃWchn" 
Pߤ\AVZR@}Ҧʄ$􇦳{{$|A#oɜ;~y4y|륔f 
2uZJWzYHTڰꞾO'6&
K,Z;Jjk
Z]W,=φL-m'-ͭű>CQLz?
OF;n-)e8nŭBfuKfBֆkg,IZmR1lA|AA
rKL|PhiHsV7     YJ23rDm       
YЏE4DQ-nBQK.dk(Dʑ޷_djԀuMD
l[ԕRnB3>hLJZq'Hך29ѨDSduƄl 
W=/[&U9R-ht}6xp#7whW<@z`<4Т 
6Qiftɨb~=a"L6BK¬m*!_VX̧À@
ڿs-לleÈoY7aϘe<UgYYX}Eoțw,ÚXם"OlRpt?ʭۻe!Ԟ6};t̷>¦@Mŧֵ塺mi+2QC4ZtT!læҼ0̷DKg,vu[S
pDŽVѻkj^^poа;Lmӌ\K{Aozb:K"m`lJkSrEtoծu=d9рȩmLٖ4fl
 
ͪ`9dY!,T^?w^Zmm|%]s_;;?}ml:,KŴiKc}ƹU3LPa

q0::{u/[#ݶN1.Ó@Y܉&~.Vȑ"c[ﴄNhuUvzq~wz{}}zst?m3o3wtFsa$Ѧ۰?SyUz9bڢ;\oSd~Uˊ+UgFE!,bQJݠc}yMeL
O#h.noUP$+
nHS"ڑ57j7k{iV,M^  
8jK&oZןO-1X4Ggx5/qoQ־w9r
<˗SyPtF 
2a?h+a;u\X[6,fS&,3CnI;Mw?`APU,+T        
bT(ggJo#[v
-gJqPjf]xR+G}8#Y5]٥l?%[M%!g[@IcpWPJb@x:.HZSWuD/[WOphxk!0w%L50ʊ2]4G4="?[L3H;P0(2KBNt)'Yr`
 lrtȾd0Or0
&`.XS%i'P|9'Z:-$I<      JvQ{60vGbiw')"~K 
@I-3&]P]hbȠLo&R^CKyg        
9%5dψ?I=|&*OL*xlN/?^;>9iϐ-8rp05]o4`eUM7xųꕙf\(=1z
r9aؙv]7`CxMe4كPmWDm&l(fF
^dH6UYm$eQm9.f%XK.إFA$#N/mUBTb
pU__xNܡ&lG!tVUENѭsM  
CӖYh5POR4da)Z-yX+k*_]'1a^Ew4U|=?{}.0iD}y<u>ꔞ|*

I&@&雅<7QB`˵hn\(@ŔqОq9M~h3`Rkr?<_ʱ{dSFhbad!|*>;7\\ߟ_=:o_19kGꫜӬc__f@Vz'QHa=$`ǪgŇ)@-B͡B'Aʀ߇UlUHE,~79>=-:_^)0q`f7p,Žk]&6,錣Jfr
0=J"     }~?rQs{e!U $=F-
(yaՇaXyz&BcpҒl2T XP
݉}VtZ(!LOVi'>kѐ00
a~wwos,{x9+̝_=X;0)5cs/5,iB'gkh%yQ(/]Ǒvܽ4Ez@bM^¦)mQ<"eg0YE~&_3?$ʼĂZL
 ut*L[M"sz(i,P+={       
>uTk5hΖZW>ke}{tTzАoYF.6+}^C_mt*K==;h2(RRl
c Y/
CpmEmd(83$T17O<Zlj'ْզ&G</-Q4i>kO;{)7q=ɋs]$298Zi2&M

(ؾQo4\>g t-8.~4GYK&2!AU_>j"VU҇˟'mUz#!gdKmY<IypS
 ֛moZެ:*^z\Al:NnZ+v?"X1*%Szf!y?o4,o$z
.&2qk/TԒ?G/s|aAq
?=yPྑ!_;@A|#us!a̭?\pϢ2ήqjGL`hw={jx20mRwMcw<I{iIq"\XDzq<hx4g
  3So-K#l"
n
ۈxlPJ 
\Чuq*ra΋Jֆe[L61</c)tt齼eYb)csRFVY}CEC,n(2q7w62

*¾+L2Zm   " 
$0@p}79mxt!1(Q@v_sq!ۗ;Z=cVUaT$0%c>"͙<KsLM:&IJ.ٓ~o)|YWPS.Hۃ*@YgxC(nvlgz"C\v~xK*OPۯq3$=Ϋvf\t%|bDS!xmA-X{U܉[xXp66SQ'IjR2zVCYΞ
LǑ]fYo&.lє/:v``iVqf(П5c^rwg*^qnz?"竷mJ3%'\Xۄp:(߷bjJKohu[Q
˛i<.I~^vT
"*IiB*NO}M!+q'~tA(ؿk+WqI:N
J6^߅'=M_%-".H 
cgK;YOg?3o?RsG.0{d5SSIK47?nO؆e޾JFo%Ø#gZל=hf!ۆu„ywh\8ڷzw.uiyn
 "؉Rkdu%{-%B%33{\ut0Ed^gTژ14@|R
̫O6&?j@8=–t忀ezX?8>ԯ,iBLYUpwj}/`xtB_X-ճ[fSV^iVrLQ!J~^I{zޛzL8[M
     AIK,g͇W\N8P    qOێ@O>6zAB6$bA$\L
݆;[~/gz7}k/".'#Fxy~љ~     g)br`4vB~fޒ}(f;}uI*
XUUt:}%aCܗ멜TikwPk`1uF`5aoKG        
.PZ~%%Lp}"ɴy3Yʺ[=?9"v)7?B~:n}XFis7wȎ_)BR4ur
 
=jFi~&)19VC|͍.Nx|_AB^Lԙҭcǧïz˰L9pf$Ꚅ,/a
 
ެFHg6.H7[}mw*2A]`G\(uKo)|c\Bnovp|4eiMeZVt}m̹isjUưF.'2n>ݶQ_}E{!UϷG\1yezP-N
   
8-pL=!uCa7]tt\PcpI5p>HV&j{dM.7tw8nj7j;ͫI|ols}d-7:﷎ayܤbl6$g\8%Yjngn8u!dܗʱWAURn%~_\/{·CbኜȞuYf=rl{SɜyO͇fawwOP4yѼ=v8z5dyϢGf.ێc]&^2uU-U9BVTs%|"l)\A(G@A4qW%qumT;%_n_SrF~sO\z&
 
gNϔn$Iqv|=#0&cS`8bPNLυ$wovLPͤKCmYTylty6^{CjZR
8,5Sk\eYX@z^VK^k6 *O '_o+~-|GeTO 
td}C.+FcR|pzv:5ZG8cQ,1A-h#aW,uZҊ0
 _V.fx4thh{ i
WqD6$hM،&9;(ȭ*UHP_lxwYTKwiU#\lE|>ntA`!볟7E{?mrH_667v7fONLu\tw+@n5:hd6`ʡ($ҿܚmMmKhޟfEҋsVK4aj0O16

&/nMlp7ګ:6)Bq;Op]W:xOϔ5vUGP(˦8BVV;c1MrrgE>>*_p@"p*
     
=3.,D5ax}7iۯ⢳#C"_ը9BHLNN]`w[;g}-5,ŏ慓0fUt(*{قnj١}WrTh1z2
    
u(bL,2,M]8LCz~ͪW֙%\EmGDT5'swVn7)7SvYAeQz_Grj̶a)Iç.zrnXܺ+$s'0ya+I̸%ŵ=c+.jAɟ_n3l^Hs㵀$bBdѥn$tWc~O3
    
T}gyR&d1('^d8ne.Dl~10|ί3en_>c2$0G"2qm]%**Lov)kuOA#<
65ĠjK5Hj
P f)=MNၟ%:? 
+w>wP~ҔW]Rt*]-@F8ߐa5M<d+;젎O4ާRzСs)
[<!d;O'/TwҼoQ'7j,A$W>_#d5,VhX߫aIF3û2JtYU
Q\:3g.b&)i8:n]oo^=??~
xݜ̫m1gxGrЧHcn.M!4UjCOk,]kl
9c[%B/%XTz(393tC|WŦ^qn-X!kCݖ 
#n2ͣCX?/g7GuKa        O*gHZYnɘ;cNI9ywjB*Rum      
 edtN"cD/~76>͂3       H
/dB}B!eDErE^flRUzP'ywS,6}Mz      
Ҫn_nu)bj1{Rv.juw]SR7qZ, 
WNi_j;vv0d.O5V[$bo!c.%H 
^Ր]jXDTYmFJYDMeZa=سzPƨ3cfmbI?JʮC^cכPG@Y8Wxi\@}~f8iX-=G*_NS:7eX#(#
 5\B'     gSukgg6mшaaln 
CbX$J-6D58F,zUȀ١2iEx|jЉ]RGF/PьWᝁ%^v!4$JKsewzGnFNm2cSķe㼁1gTۀx_m8,ޞ
      \ik%X?ξpA;EDQM  
~o+`$򊊾*\l$F^Sj+Eߗ}&Le%1%7QӢ 
ܔ`;p6e4@QIR9rBBF&8o..>]       
H}Tn-7ڴAKà{%qֶn7LYLq!*$8PJ`†ξ|/ߖSL
  0,yt^VQCR4#Q``   -1r"6>a
IH\ȆEcY|Z:bKX9]tOPT|Bߧ(fΩ3%]6ѹ1^    
R{1yB)qCI28VGTJ0     ӵQ,k3HĬΎ2tSmo<9t2 ¤2~
P\ú?\Sr5L7;w޼Tj#QvH!*fLʍp""  
 4;3:M<u)43~X5F   9v 
'?}$كTW$-piCztܾ}FFzzXa;D_h
+Q02:?,R"{`"^)L`URDyixס6rgH@#l2l{(:v{:^}yяlCv9Qu{yynbCb6pw];b,Y?Ua!\W13<iR%8wl}7[sl><c>l}dqɫU4Ja)5"x.6kRW+иD-ZlWa$S̬dfX0wau+W[q
 e t~^lk
\dt4iG
A(T-ۯ]0.<ag4@aIes3Μ{/gdMw66(%a^1v+MШ 
6!TwTWyfCIf\D<<זhrb26iu)ּd6.7<tٔ|'
с
!m#LObDBeə/ؓr)Ni-B_H3ZGp96,'&̾Y/(<S(l}6'y?<
Ӹ?IM~>>͛\Ԋ
_r6S3"vG'f.Qj<GYAq'FNsxa>kբ/ΙJ8R*VyHIF)b"OJXSStT_*rLBfaŲꛖzY(q}R]AVDxzdk6Wo9JG-'?J5T$;K:P}c\\VW$ᠺQaUGݲCeU[ro:\EG>'z98B
tք}      J&vo:dy;
DҨW\rPXy[JA47ZPR<682LDh+,U[s%1vMKa<2SUeӞWkwuCM&Pū9@#:dPR`PN}cԣnT,}&@`a_E
 <c&-$$Rûɜ5Pc97Lvsɭӳ
&{U9!FV
̧&sijJD*ay橌ߠn9ٙ4=~2.>+8Ub
FCKN3.?{Q(|ϙ$t;S+I﹧~M
BR{#'mA#AzM/B0Mw$5"[N,+Pm!S⸔9dëLSH
     
<_mdLM\Ẹx+E<Ϲi"&#ymV%W(-G3<o}4;Vx4s+p&
H!cD+Y<jjܲ$Y3!aЈ
+dȵȲNޖSkn{7C&ߝzVp;,&;Q,rk7RRZSUH?|5NT_vf;2#?E}ާ~4ѧ,.IN~=GrͽMi%KM}-.O$iLڑGݡMwZI_uƺmG[6JaRpV]y&~f"PbKgc^D]39i`[]0d̉aEOeDwϞ\DɖapX6fzOKA-xPQgi
"mP_ſ
~cT,Wlc|
rf$LcޞJ~?o: c      c!P\΋~=K_g+;_ˮ.-=}d[]bqƖ
YKIAzK~m-*9zdH`p,gxKKU'>BXG݇}C:  
    `+{HڻxQ$ʼ—Kyo%&b*4{j&Gp;R/床~\
7om2kU)i1OaP۠݅bm'y+b:/VHj`*?&m\o[(?-YڵAޝ,/̜FݠlEÄ?Gg.}4|%"})CTqSHiUD*ޒ}(HUW,FVx^q$Dk#$&`<*͊:AF~JH`ybdS@4+/H#vqAJ:ʆ,8'trG:/ff1{S:CmND
        )(Xq'׿?]_KSiu%B* 
`:;)0QW#jx4kՂ_)9GdӍA83[٪FW]$_̧>!>m,O:NEGqѕjMpYyD
 uz^#CnMr"7̄:lmtS⍿?8nƩɁH^yq)UK
-1N%O`4C>G@8l8} zlq:8ē$6eka
Y,<Hto9F"a.Lqo7H/g۶\H\rw?2tg4wp5;/GOݡһ+
J%<ܦͬ;]t;\8`l 
R<JefCTԃӄFFaj҆Uw'/(jqwmE^5(aJ?(+,ށԉHQ0<Rgs7I܆3|3F
EɌC-qaqyFj) 
jސLO4gxfஹe}ȺwYZz<+[wWFĐjӾ꧙<hg`[^LYaF8E[1j4GBN7mnm3
`K_1Q       
m[[ꜙ/f%*a]3ōGV3qVj}k\3%+qAp 
~|pbhȰsjM%Ue/ט
d`6Ck/bR`WiʐQ&J<Y}/Ԕ3ɋBͽy4T;M449SvJmpH2u*u2<;(u@P'
   E?ӏ%kwH9_6·r  hcYG^nICB@
P$^% <C
ȀS`q׽,)wC}+^k8CFQaTZn򲽳6enP6V|6k_3#vqo,բ|[Ѐl=#Gw^tKpsm{+>Du|C/"ŘaD=&[1j8GSȓVbW
    
]@adVP{'%S!Ee2wQl=^4)\.h(UGѩN<<Y̙Wt)gP7q+rW=o,BěOA,ޒ
        $[W 
WA6r'}<JLj.A-/?h;NI=-p,Q뽖#ڽξr'%G/PdV-=[޷
yF_UH^qȑG#و
JU?L3x2mzóvh*8Euos5ǂyd`JƂ)*6KYgu_3!7_U'ʳc33J
ԕ_S3)U   
HeXj;7*9P"V/S.QvFI\#f;bTܞf"G4d+P
5hJ   Wڸ\gwE{mіa'fU
4b3zIs9<]ddB!cs<&B9Κb'3Z1)'wݽo
"PT2b5bW6ѯ[EjB%#L.&\XmyAZEuiʄ
FKۓXώ`fOvYZ?ME\EAEƑhC
th=0a1<n=gxœDN-[<Puy8
nw0~6^zo6JΒkaZ˪fn
ȳ>ֈ~<       
5s`p|L1t~,)vnh]tbAظR9,^Uk~J:bS]؊:2
9N+jDuGV<J`f7        * 
@_H:>Rog@ˎ7'ǚLttvi@vpyngo;po~~S43ZpTk+ny=ॴt%#==|aLF*0c[H4=lW6}S:_,N:I2GqF*d$wTLbxr|s6O{ٖt
ג@ֆh(na6!2X\2ԺnU>>|h_3
hF9Ƒ-yG0\ΖbB@:<
6M߈JlO6d8xzcҰjgУ|)CKZ'nb 
=z=R\30REQd)e1b`|?ZrP,;ܶăi&kiϮx󳷗ozm=ӣiݧM'̇c
        
NP/r#:9qɉAp"1lG]u|pdžaE!kυ%enbOP$(cFNEjEUg-IU?
wtoY!^Áz\Dd&䫿P
s_gY&yՄ5&xx¨V~Rňg证&U       @#z6LiBާ)ɪ
ͭ/*hU=Gt=Gi43  
"tcf5zNn4MGx;)y`G~>9%g1`A4z)sĜ7i䴙L֌3"ޜój*lOg=`Bh7,p7T)`
"
      q_wP](`K{]5F{2D:^,ZƒAkwbxgÌO
M5:"i~4(cBF]ظwLօ!Uο)mlm9ɸ     2N>
Ƀ[縷:I/fΌ~_VPOD+4{o~KΡ*;0bJhi:&᱓I:PXmq-6Mxn_.gcӰH

hYPI,6d*%*bdK?T?ҍCIҼޛZtL݁j@x~X};cbGEUs;(!ؾpt}z"eozCۯ7I^iA%}0>

&r8ŬVt'qc>CeF83ծО:XL^,y("3-(,9p/+h?dy{.iڂB}F[/^os4D(A}Dq/UPG,+Yip&J\ǐoZJâ`])O">q}gh$Y<{L8q^::
yβffeeUZg:ؤ3–n<V5X8DA,֡ECr5Q@il#r0K'vcae3Ź̌#fSwI;\mLW->L&2R
!_É!Y>!gQyp:;_ThӔEYJ$r(7B   
rsƠEёX.4Oә30ÀxqEIНFߘ+NH%d^e(X&tfeKct*=ُBFh9taF83шu*eh%?.K%'Ϣc\JPEɮՏ}/*|6£zhu9b/Vt0{fc0tة
 WÂFM0B%[ҫp.oZ.U0`ٕӐְMDH}
g4F[IqLr<FVn(GT%($JQ/Py&Pnʎ,궈#Dc%٫FLS>.%L2̂Ъ]!Pe1ȿٶ@U>&?=/88/k
 Nre&c~P5t}   !Ҋ$t$T].'-Kj%xsYfnd 
!}vԋyJfǡhCadRCv<1 #
>kӚՑT<(zIUulG<ft5˼zWSrY\˟GLI
 ide9coLc#@:DzKl8l[1KF, cKZ'ɔL5
ic6#B„@ӓȝ=`uǙYt̴Xwl?_6Vݻ2і06{+R,OrSB6&67THve#U[
~7#mu)@3Tu)'m^;byi0(6<-oQf2M'fUqk(1_;*g4Rer7b,\>Q;03gLD{yg<Wt(\4稼U$33i4}T&ɴ+.0QU^+1剕0Wa$B451HvLޑVW
p%rMXnRg~俒"?&P*7cLz#PMAOC.6 
5ZXasf`jjFL~LG:~a7ـ@XËߊԝ]8IY9t-**=Sb4dh9m\]{BM8
 bd4X,nFY{+%jq+5 j5g{GB<r
vFCl'SKk{?Q65fIvC<a9yq^
P4bu>1F\-L)-H6ϐJDžd]҉yC2Yq9ctN?
@*͡LGrrFd+h8w]޳ZT6Yy#@Ɖ$h\J"BG/Un7y
        >U)`sQ4gh|$zB9')O?tI
0yI˜^[W}k7lfL.X!G[-,5L4+bK`3$%e<4ShKkr=L;C:Z~>{O'_V徎oZ
bWJTպ6d6D   y 
J_iW(!fRh$d'iKD@2'zAKO݁s()h7 
e`K3 K
BKr$Ϭ^BƬ00c*j i*snɞ/i        
aYZbWh$e5C_H?c{t$7T42S2[WubFGSz=S?'ZALB($V)AsTP2SFr(g
qQuE*.M69Œs$g}J[|#vC2FV-Bsҳ$¥e"TǥC5@ozpWoPsTofǘ9bƻ
    ݯ(kLj~jXͿ^1Z}<;P'A,xKnLf'*@;J5
3BIyab?#*reT<ca).,t/.aV]=S&V9
9r/jm׎ʆ7I>{gǧ7_ؿ\N
Z%1Qir2|{QafD<\k[fi
&ܥ_2K֒XĎelVl%Cm#DtnX,.Z]D9iNreB<jq 
q*e6/Buv!eBEHN{(u:)=R¦fRN^i|.o3\gˬ:rr*޹ͮFtt&et2׍kgQEߕ4n3S~Yn
 l

M^LtϸG_M
]b(Vi,z.>U|:   ꒇZ&ю03        
XB64r@L0˰aoΞ7Yؗ2i-edXžGbytU/TkOS@uAN9_sdcu.ǂ&xNqϼPJ5rR.ۅđ"H<8E.F
 Lz ?pîi 6|HjhuF<m       O/0R#,UA]Dä
F4#(NS/I׈=f1$
gӪ=q+83!.$+c%L6|ml%~֓m}0'%Pdn>Ub!52/E

OY?F~26f-|ӣ73%dt{"&n12gibc$޶<gR{'Y3N\b<֩j8z<֑-\gRnG"
 WU6y&4*.nDn':
+M!M$=?յ3*m"UWA>PZ%u1'YN,#^8%x?xھ9==xz2q8рg!ơ`Q\qch`ninX%PXUV#a1n>rO9hH_ȢXIl`94ə+WxV[S#36g'qU\5hEbk435>J/*DOI#pXmYim
sPFsiM뗼=ĭNUq}1%<υxjfz|`Zl0CqDS0DߟEq~6Dl
 vT#.j
J"2%cư2K
23֘?\`J:{NHd~&D<D=CgC2Ŵ)3guR]%9ص0TͲCCVSP&Ϛy؎SREosSD
e\)ь̞i?5G\(&3UJ۝B)66ĈOS}ٿe-j4s/
 MhV<cɠ4jt?o5
<^cc|g][#"#Nr<o6g-Br.y&Fvk%XD      
*'iGtp4j84b8#mфAdgϩwMIadb!>.>.s?B(>qt0x!چ3ՙ
LͿ}qTTR0q<AuYU%]Da      
sx_]E>g~+zվ|Iלm_/#D,8i_\~>>UO3t4fˋOqF7ƯW`3|mn<z٣_
 -6q-M1F_Xly[+?>)%|C|l?i]!
0O`co|?9U";19ӈk
E%~^|j&Zl͇)G]i*שkD3:\5L!7`\)EW]Yc]XpE6@}FixW)QOwZk.ue5K^^~$#!FU,IgPcL"&
u`SQSuuئxf4}K)/]v  mV    5       
Wa`8j״K|ʱZ6WtO>DC1nx-48/    
s@[ƠcC@L/m,`c:Gr/öc(0
qQ9ثrp0O
hKxNNC>/I$U۴̈gS5%ka4ݶ(s~dfcyOI2\Y.rhX6
 
ƏpNA%tj@sJؖew\G;\|3&Q$fp[|a=/>L@Os\R7N[.A,{\M7c
X);4nmU`Х;"|pѽ't܊|8׎M
mo$T,'u@m-\DD(FzK8NӢvZoΓFx%Zrp|"
;4<j-\+]0QlEAͥ~7?$hmyݽ;VL`ﮌZ
T뚗VCj)'E<]=.aE^lm,3|lR㗢(JLu~t{zb+6!m+
 V4$(G"뙹~& 
_\/ʼn;&/ΐgtʁJq#xVGK9C=/6%#x(ڄ@AѾ]{R92զR#KSqX$˟4L6O_ݸwC
  T\PomF:EVQ(%PGtS|vZċt36pg 
y`BWIVU.J\Omqzto{c4ziM
vb!~,#s<ʣ'8[L֡cU)oS ;2tAq 
8BEsDY{$ҒF34~4kƍN*rC1&;!x_ĉgEtg/XQ_{3XES1И!I̫e3}Lb!B<Vp06几ngދג7tvP<)lD2lԒjd;Vf|]7MQ%_o6jݗ#oO?8e(2$j<G:QVJ-|4O'4%zQdb4͒dM]ag28urrGh"oTcPg*>'3r?,a%T_aA
8H!@:h0\l3InɷW_>Y&N;ڳݬEX{&gdE^u,Օ\z%#}"T4Q${#y;(
#k5C`JF6fzG.$fyCpݣP 
r)](26l(EәO#0+({&,S/tݯVަJg2m
gZ@m(QaIʞ~c=/
M?7]ۧ]{*#zua1wG6⣟_Ibޱ&@~/]mm(&<z;Ǘbhm$Vܣ]-
.M%,.S
fg`ӝ`ɓ   
~$@$N\q_x(˦/t`XZ%{~eS>1ݽ1pJ!(LBC?I*o66ZHM}7}36vmA+״3H2a~ݚ&
mv\`gBA8<bO MNKX~U}au(v{h
D:GdG]>TXiHWg,n*1_́.=2.Rlxls全U,V}
xI`C[I+,ڿwqA
d<(KܧdPyooO~r߻e@eS_<\'S>O>>
Zqޚ,\+GE**;Zz:„IF.:^h͠j
f *@CQa^&(Zt҄\Q_W[!*[&M**l͍<<az>
3}%/!fb{MD')%u])zjRpSXp0 &ÒiT~lҮ8q庰
e`n=]Or1k)zɗtêfq&w{(`TSv߳YA^VrF'Yg\7YӔo+$LwMxg)}c!$0޴1`tsn,^5`gu{XZGPǒ#E<^JHe>9݃j-]g>]P.&Q7U[x+inwa]k9+\ڨ"!Ρ}BV!&_7b9O~:9
:*ֱE#0Xyg#Ǡ;9ࠟ*iouI@@h       
7y:ke*1lXؒӛ0 
F>h훣E@(ql|)d9A#PhQwEPv><c=tӱbehF_N+O_:^diF$YU,6Ĥķ~FyS2h]4u(e#x23.aC15&6%K%pw"gy'1sלqp8YQ4hk#Z
+UTsPV#  
}ςwU4jM~}va.r8slm"ߗkNڽ~TD^E301'Úݼ-
Pt?֒zGN jck{
,l+jYւv_nyWIc4xpMGbѮOJݮaROI48J,JvЫ+t6pGk!`ePzedz^BMM'`r#̖/Oz<{߼rL,&&!(bdT7ԫO"[VY|"zyFC)r
ey3M`%`=_>e6;yMռ-#_
뼁kX*>?p:S
WU&{ђړn!N徇gdх}]6&d:r!fr[",BxCގ[HS2FwW!)[ݒĚKj
 i@FQӼhPs
Jٵ=ULiʾ.>)G( 0<_($)X:@m        
J$ݽ"9nĬ# e%34zd^_8|_      
^ͳp+O:ݕd̐VBTpڰ+5`kKTOTf{Ӄj*gPkobO/R!ܾ!.Ő++yv]tS*%J~V
}L ?uΏޣ      
KU!hihobכ@g9'YoZ7p鴇Ʀbr3$^ɪ
-Hs綘ᎫtVHpoR5r<M,W    0Y%Ṣ`?ؼl' 
e;`-=*⏗'Oo7GnpX,+>9Fc[GRRIoRFh!H      
&/•C#0?4-B7M߼6Tg9)\ ,dZ5$DgDN/z޺wG@"
 cl!^Sw*~dR>?~309j      
Zf7,`>һeMiz_#+N+΁~ށԚ^^VWH.*%ڲ[蚷$]mn"q.%tܑc̓SA3-K漑@N?8s>g=԰PC.44,
 
;F\/3EXוfJku5N36*<倚H>=@r!(\IJp#(BDŽ^hVdDݷ~Y)EWo.K35}=dEdjY%#K#&`ڒPBPL<7t
 LJI0]EfiBPV&Q&⫎N<Yf&<Ĵ#N&v0gs&ů@ '#
fϫV3">#>ij6{6Me+rb=g.P+GKUŗX=nDl+Swßgy.@Rp
A>%We6}7&kUG/p><+F(:P+'fЀ
;꽻RޙmM(4(Wj**4#@4EȾAӌ,*2ҩlkwG!*ױk3F0?4K!nĊ|.߬^mEsV^5UMV1FbF]FfdS.`$Ų{]

܌?3iuK[f9pQ}_&l2\ѳ[Z]mU9iɛEkb2x*C&N:y(bR`){]}^4^z=శX?x0ԜG/'#lRQJ><W9qIc1+ǫUlx,얶$yNj'M[h[zӉPl}LzO`'pOY
 
TNqv"&H݃p7/M))sI6hyӤC6+ˊtG.Yc#8qЍ1ɺ.ۭ=lЛF܂CtD.ѱ
6H3ȋ\߳Tb;J۬ho;pHxAi!Z&wݽoJρ:5Qmh-gV 
샹        _H~Uƪ?|}}6/'9.Yn
9N!t{sձ~sUyvг븇 J?x$f,S'`&s9`a 
I+{uF1{ZĊT:Ql}Ygl^U՞L`s
U׹4;Wi 
ZMih{lϩeԋxw\ړ,J-;`ޯoj'lbeB&i7own 
?2λ 
uGN4ĆQk֊"Ӯ@icҤ4IΗHBe]AcW#NpMHoJXq,?1uoP^w?]ğU~;jpؚ`HıXwxGD(U`<vKz}]]f͗ɨ/i‚ްKp|p$|=h#Ku,+!;Q&ޘbV>1ZX5W_7GhM`ܳY\tz/mZZE*i4aGT/14R~ɬ]\ft"5oY+DǞԟ+>_hInX|}&+~sAML[A0Pv&I<v`*kiʃ&AlN;%5*[
 ?s0H/a;${~?^a蕝}<        
aE}<<+Y<qSayqPhHd&,N衘Q8bOYvP$
xkԎ&ޛ^;)d&I_=Ha[wE3B4p+LD@nSrlB}#Eo)_)CsrtefN#Ѳ<#4+ϙ8&B`|:HQQiuP7ӋRxm![fdMMN
 owz2td[.lHa| 橷Г)D@a#qRpyo_k  
3SO=3<cA캋bau       #vP7=ͮ$z     
}X:Ca!ت@pX'jK߾Yݹ=ځ}Bsr;fIy%ep/kl'r1!J/薛cl#lR-G&"v,q:TA.A.3NB
      Q}U޿e;`Dm9@<ݓU)  }^  
p_~w'S-a_cc_REdb^?ȇ?Y}עm)8g'!b.,0@!U7i^Dz}L"ĜtC^#0h
 /h͌LBs`us
7_}!ͧ[i>W|])X33Ohɏ'/m#ғr?'|
ٰDUL!3Yă8kB쨚prf;|Y1mݧ۳ˋMVqçۓ˟.O}W6V&,

䍟p"Ph0pžP,#+&xlHzfro4wB7?ro|E@L5óSQlm/Ơ8hӬOgRo6N~Cs(mbf(FlY6eEC
 Z&OY9
\o+oJem/LRq0R(p*f7{װg鎎G''mbPa>J*d/PС(AoXDt/\VF4Vh66V$4xR44Ƹ-ųF0|DFG,~2)K^j>cXY'q4-^I:e&AU'ǿ
 •
Bffk(UttOcK]4wRSzRӪKŶubk8G*T
D48xIogjdW4mMsoL/6p6_ 
GOd18At#Dd@}=[%ZvAoܑ%[(^-/j]uZTUD'-pE5JR/Nl!u8L!ˍV'Db7~kюPɔ5%UJ
      "yE{54!iCyY]WA3#n#5R;
rՁ|UJ|SXb"L|<!Gr`ynw/dVcOL(VunHyt_]63o*K?+n3WٟNN~%)vPaHzYCZՖRm(FbJc:؈1̠^v
PbGneKgT6o   p9_l[Ff+u=ZfѨ3Tbf!/A/Ch$
{=d%JθwE[w 6ueQK8ck=
5<yt>Pͅ,eBɮ\n?!)ZI5:R`әP,Rk(<9dIĔL#bscqO4RT13>N
      ^/;X h_y|5*vkG@9[Cj3092
X'oQ˗*x-s ukJP
*Kv~_HtU5~+6cxQv!-Gtreּ(%!&b<
d6xmY(\k7 B*[8PA1z
snKY2ᖫczq%SgW}q8WD=FoSw/|W~.nt.RX4Oqp
 kd(">"k<p$1fA?.˓'@,t!'>C
%OL_?ܶ?].\˼pZG݇FVkS[jn't\#X䀈
}+2f: re?Iʏp*TgD9.^|qodJ$Ҏh=8+å#V      
j3lն;4jix((ݭ26Lٲ6nVgdX0Q(fw*#-gמ>EXe۾ԤpʒxC#:;49_5u|r=-G9K2cʌ/6p(我"WK$bIJh’0`0]=`:`ue0aÐAYf
   +FFֳN]F#R.!|1=+/ET0?V    
}4Q4ԍ#hidz#xBsiGJ}U!Hj
1wikKb[iԇ,Y4l_̍*w o-x&
ɗ3yƻ<|:'I~r]QW^wpPho%(ȧ~Lzy?CLJTpF7wгڊk`ʬ>p
 
j:0?pxdTw"=8~pv&4Ecގ[fnYG~t{h`*,QTJOI"20ga1[.&FW
j9.t4GMϦBAy['F~E`iSyb     xv[sSR$#S"js,O       
#GؖMKguc!ueV}e68T.wM#>(F1aA@&  
;kloWA8lX<m        RM 
26~XmʑG76^)T%`K7Š9Y[N]֎cIAтS
Cދj!fm?#"byԄXUg46O>=n]\}mEo/sA'.ADΞ֮FȨ3M}6vCpq2.
C8uls1)?W%J    
t~"F1?Zl˓K._^i|dJ"ۊ>EΨÜB{YK-/LfM
hC]JqZ-
k<BmM^|c[
!?1"ޛ%ӛ4O˫_.ӟoO/n./cBm#]q
&p15Uč)
:*2%"m\%O~!{߭<<֨^m.fu8y8t7Mf{3kJG*v~     
 ZQ)#-:oˈ`Ry6Bs[
L}xsYZ⾭OZyQAGT_G{r|̿l*_,̑;V03OftnZlwGeӣsdSp+֌a>AF*ť/lB-"㰗^w|d{]bK
 \W2Nv<7LBC%\4KUl3)4Eru`*e7\#@ETo~6W 
߀1L˟m`Õ~=/nS_WyjsN1n1r0t
@גEW*b&W炆+u˛382q\!ci*Ihj琬5 
]8LHF1r8P\OOnoj^KX^GCEN&OA[<~mYi
ܪY<]2m?H#bU88pYg.?OP^?^khXܼӣn?4LS&jSkL:
        U5M_Zn}*
ZagbLi˛Sg/|ر%>ǝ\T/x3Օ&+}[HӸziZZjt͈tjy`_ۑQa(u"sdcmK(R=s?3THU<˴k(1x+ҵpYB"I<HJ>-s\Ā%[x|%7~|,geDKDj.ۇY2=_L3z5

[7נMoTp~RpSaWF:dYY0ľ-n+Up-7>W{Rg&-ea7=uW?&#DK|Ug1YO%(u</AѬ}注+4pPwo(,"1~v
?Yn
PG’08[d4?(2
B=y}<VzfV&Fz
˩4-.0}?J04{fu|X!z.g4 BӢ'c^ʠm1y
2<W|6ǕUޗ/*q14$J_HyE>>*{_H2Y6WN(PZҋgi\həPZ^5]K^J/<EJ߃x眧Cù+hDH.`_Bߔ,,c"lbZ^M.:(id*֛,
      
8_i<cUhX)&*=-/k~#[9r6,E.jѡ\<K7#7.^~JVJWFzFm߬!wXG6RԻiV4g:4A2pLV%:>s!XKva!}diLHpeͼI`Tץ`NHǸY|DVĉ~uh8&>ޛŖ3P^I
        
"5hIjopŰ6סHr1Ab3eIth\uT$һJP:URb(H\vi&S̖/G&)Mٶnw{vDx%5Fmb|tz?G,]-/[-3ES<lGKZYXvngƓ<ɧV.:LsnEWȒDE"{1mTib)"m@Cɦ@8p#7a^nrzV41g`ˮgFIɽ
08|Y3{
MeSKŒ26ۛ[gm_fKO<vs$z_`_jdL4)CI 
4wO,H»K}8lʙ—VJ)%ض4`V0(1rdHtSA1&\$i
w{Y)moLruzyVri^W0#`qoAgMXGU,n>M}4`lc:l=fm(4,\ʷC-DK)qݥ1şşol,,ߋ/_
 /،pxïCLe$Bf[РmgI{j.:ۖGzfz
MLݻo
>[A廙='tA]w廻jk[oN߀|_}uܛv1§u68io.bhA
>       
>33t~NֽV@X`emAĖς<JXɺL'Aqվg<+[RXh:g_K/|rng.8__@Lʥ:ϮۭV/?3g
>     mNdժVX&D^y3n
>#-aԮ^;àd)ogKI1Bo<7O[bRԏK1c?̬5w}t;am,iBhmpLgz[t<ߚB+nܦxg+M(՚x%48ʞI
> ]^\Xm%uAGp你5Զ zTM
>ل}wj9Lh@|ӄkEE}T4&Ly(N.B 
>F(η&b~9>kgJPWbۃpz˛g&IIMkx:e59q1=kqF*٤EHbiFYDAHq/tς\8"XcA+چ%?O>~g6°TCSZ¶{EڊuL%s
> i=I$zYF2Zy 
>JY3OKss{G4HLN&lր?2_.L6O}2h$A[`ٌ$=@mw9Qs֨-eT
>       
>(`uD|Ci%2mO)`e}JA@*2YH1d8еU9Ɣk?˜e2gV
>|mܼ{ٲ3<j•DI*vo:oÅ.xyg~?>   
>/Wɚx+MZv`(ЇXLOof:uia8Bb_[޼+5&Dɝ|>ّsSr%%5vm]wAIq18li1G$L
> ¼M"{BB';P~i؉=^I:Tʵ/9ݲW       
>vb6iI!ɚ4ѣŧ$勷*riS9S͹sӲkd
}GULk]&\{'!ۋAQדX!/xAe 
Jfd^~wJrVqBٕpTyZ$"&t*QjBܱjm
'$uf      
~1@DnZ),AhDk"C5k/I>Q)+DњVvd~ro!V-     ' 
VeoO㬾?Ł+e#2} @,{1}/vpnu/΃Pu"[-
*Π]w{`      n˕oBu0ѲdrLf?       
ƺd3mRb7b7B`$E!`hH׌QpIjvM5ܒǙly   
J~"p%6vq\A+Pے8l0
xVYazJCtAE1鮞2ѧ~2%tl]'_E>z(Jw\lZi/6:S!'cT.,p2Os]3ds(Wl\;H8f`l+j_;ɺBFWʆdt3R/q|8`Ȼ6;zDJ]:q``bXs3q=w7[y%`Wf9B+bL

hYn->}?0$Lv7Yמ]*oX|x@C\A[wkqBz(p8:nv'iV(0Q|utqҾ:"7qhe<hǩeW(*4
]J8MOJ)ZT'9ت5>$+4JXp8gQxk4cA.
@t|6*cv
F@WzX&ߧ,ʖI~-ñ|vCl]}quU/jxq跫z_]DdFOK[vH12RTQiӞh0b}g|78֬=$i<x9^Uleswf]Q?A[W.vDiAE&Oq;e5uiS&8.340>}<5t
 >v2s|a/0s?߄=$F{ 
nXu`jkW[S^+H|ⱕ,GM`0غ]rC%l}s-=#QBkLG'+2dzrSϚ_,7Wj~{3kO;t\;ŞpI8U7>7d}o_oߍ-<T/rvǕŒբ>ୈpk|K-/:ciyע^]_[inqa6;^^[-2h0
   ?(Fl
%F+?3v1     /8.Mv ddp&ҽAleI_2`Q1ŜPuP 
%+j.%?b)UY7kSkqdw.R&;۝4lp@t 
}WkfMsuח2wΠ.jWˆhD\;F_y_/_Yxak("NyӴVt6!O*vW6c{,\ت89.}^_}jI86c;Ȥ%X2d@@kCV/tŽ~d2ZWD

qg!&įa%9ByՋzeJҪ1k/V$i$To7_靎4nT*uЈm[E$ր\.?cFHĉPC[$.hL~Y*&_Zc,saeAҰdaǂ+q5.hT
 +|
)!]{7|'=V{)$ϣn()(hK!|B;!wtCl`cՔ؉s~2AJo>N6$@
e#jHAέM兦T=\冀#w       {H?\J4/fW/Z
)eQJ.W6*ڹ}W0v}IUU2  
+@SqeCw2u̶2)`O(q,@1P,)sGWS2˹IOU!~4tOՉ۾лmrGdY5)+\Wzys֥'=7
bg#w1]9M^DpӴTlRFG02͚\ؖ*P<]˳H?,sa)nā+ݬX.FE/
1i0vpv2J}.E蟚Fو<A'4!,̕NRgBl       
.Nn*%Æ, 
f_PXpi+)nUOrF#fpYnQOφ<hXy1G֦e\N=<nN[KE}-U}!>"0A>aK9Ye|XUXdZY9f¤(DP>?`Pz:.JXQA]HuC2o7Cʛ?%(|LY+Yиhg2a%ɘ-ZdJF2lwd79ƨEi
$      ^}^DZUE3}1գe qHQ{=f$k])~u2OR6 
(W]Gg3,XNES"ε0@kC<ɌϹqIVD*TovJv)t7mH)
 TZzBw'ʮ/ɧPp>:|tI,=v5'έ:zø,I/ 
~_d~꟡RyUQ8T}g3$7Y_a34BL3hu鸕-FE\rw 
WEMrV]WOHy4 QfF:f9*?}D$r/ؤWh9]o
ĘW_UNC-C'-_Xe`KQ"{/\&^@ÊmX|~3uM[[7nx0iKchu?F߫".H[sc>ѩ_xԴw.\:&3-V!6"=V(+R02.HËPhP3
 1G<M.!Zp**xa"5
U48ug(<:o(nqzK;żs{sQ:$w$68^LD4s=&wqy{'ߝ1n*\,#fqUWlXTH&,#qUDFx|Hh$-0S6N]4Zj76d…^{uhn]G¾8iyF!sОN{nD,2C}K.1E,g\wAEaUp5eyI?̝㚽Ŋs!\]j&GCnNpa(ȩH"lLvAy
f\|nz3P8LYE88OC-/{WWb6#hq@Xm1П=mK$ӢH=kI!,K༐ɐ+hCKT'aex9gxF
 #x?        RѤ9ՙ=[-d)? 
ctkLY/­F4;)^|O{2-TzHԩ^.y.xsqTdτqV@/M~l͜I|';|.rh88ub~af
U>H.Fi&G^4r<Kޏ&4lo\d(7,o^rPJEu\0l0˜H9UBR15ts<Iv֑?ݐ'-e:Y[Rk6!z艊
 
!^tJKxZI6.ɧD:+|ֆOzamdj3e9TEʓEi⽞+s[OWL""7mק/f5dHgI?mmmk,ձ7t\]NGPxk:|wEY(Ue0k6zw
 
cN3EͻΘ`}y9;7b拐xc`ýهN[ZXi7g=ͬ3Da}o)O9ʛU7ڒ4[;@.`]+H78Y=AXR8=^sM$@d
Z&Q.F,tYJ39d
L<p0^Sw*TJJIo{XV=X_뾁p+7Ф
yeF/%yJGȋ݉*l3ʒuWջ(EPiȡYg7nhyh)Zt),L7B;C`E"P;XYesz"zԃuolE2ނQ/-V$O+rZAbO؁Kwr
 
T$FlZ&TlOm1VhG̓w:>}SL.ONMPB셏Âczӧ5颍l{c;S/L܏<#vDD~imۮi1Qr$x7}?_ژ6w
wrNf;;_KD-sf     
ldKllk_ZT^gy]HWYKYCܞ>3&L?J3!]
>I3JsCt٫BRPL+\h.Y[ܷp8;E[hh=?[$>xRudDxmӑjևAiUvB2J5
 L8ͭK        =5E=-xez||l߲t=MecF`x.2<9r~mͫ 
cc:bBMΈIT08O#qX8àf(׷ Yf&'EڳntB JOF-Mg 
LmVcaE=pQ      
/DXRpibV)F4%Bb"50FWk{R“WB>Ql%4|6d:j珌j[dcIeqwy>b+r?cMrf;y
  
aZO'l.j?&#6,E[;9Ud*3hOf-yHʶԝ47^Yv:qK^Kn'gH"`dew|z/U*TBҝ9'i(p1#=R#|,#T31<T[ՙJ~AgN?de@~Z4zAƁt?tW7߻)YH@+EbC~vù勞m\gt99=P&0iTl
5d94?+=
2U?};zNer3>9y(lLVA0jWP973jˀ zh%렏R:Bt=@@ 
FlX[Dc:>PuDfݧc]w`]6`()s;¨ʀ5mo SYǕ);
`4+BͶBp
Wp6ޝlӓ"!T=/kE(h4>i|n@WnP=Ӆ8QW*a2-$R&]_/h-L}.3xZ`)T1JNjeJQV\)z*w8ۿ=I
ZR+.
yG\:Ŵ|n(._ƌ$|j8.<Ei5 ^8>^ә Wr̗h:9       
 T>I+"W9QDsNFN|biD 2sSI2E=U&8X\d      
3T9a.IDK9iRNFEtŕT"j7r]&ɣ،$yT'8o+iF
eq$8ő%5iŮtQ()7#M
),OUZ<IyJD[:OG=?mpp3qn%QPȉ̏?˲Jud^Q6@2K3c'ïTfɳɦ=6*Yq@,BCW^
@?n<R裟2wףJ4?nX%Kpruy#Nv1_:
myKi5DM("-ک9yQ#w2vA"ht ~<
X-RF@*"ya8X ̎^Z͆/G/80-A旀w 
3]rė1@$O՟\S.]&?r[Xt<*JqDkRwwo}nEwdhy͏4\ڢʮՙDM\l0
IZ)&ܛ~ݕ`V|9s5=04      
2@Iqcx-EXE߲uCEG8/U0NH?BԈplGe=GlMqSwY#LIVOq)goʙbpY)WDv!/v;BT?
Bb?"<j_'qhw2Ժ%d'{dt7TډLۮ_Ҩ1YE$k%$})9-9ΨLT-Lz'p/$9Ujҋr't
]xS]xPڝ4xF9Vp¸:})V@ܹόKx4zH@qAHr3"s
_Dl@G\/ɩRLl.      8 :m#NM!5
%,~K܏g;t'\6d٨l;ǚK\
dKvoҸaCV.#sR<k($@&k%~wAb9-=yx-؂EDIz.'h5CW@*V4#>C#pS~nz>z\2tWa
 _'F{w{a(D dI4aJEL+H{l2-0@oHWP\݋œ 
TnW.#@{l sV
;:FSOdw3P"t|dv<Iсu<W)($^~@YTaNeՑ-yp    
h42d5_EfvWuZ:M±oz@1V
2xxIN
X_ZL)qDCӭfvSUTO([?6*[~C@S SB_*rHI^ 
88BˤTlٸQ,9kiUɠv*~H"ί
VHgk]ԋ=&Ul<Ce8;m]ı9cw
QBۯZ2zС@J{YR^.=ù& Sd4)yU?ʟ@o@
r^5҅U}fN`@yQX2{q.)Cߡ_%pp<tԱ|X蠌Ukω'`G9^O!@*O
      Y3t!!FX@Qb3#
l
NJS[L-zݮkq?rŞ9?U`>mvWLvVy=PvKH23>.˹}bYݑ\z/b`tHf7yfxRӘ(8hbb-p@jdXi2tYicx1;^|%r+$>4&3{eD.rm!?Cn$
 @KdGѶS!,_8<g"k󃒳ņL+Pz.HoOq.f{j܄  
x3P{8Xi1BsClcbVqdh|Y.zt:1'4uϑ!?}$FBGGe€Oeܫ0

3As~bY<T+gUk(VwbiY0x}>sӔd_i[}xО^F<uwӮ9cj^ujߦٶe].'qy[Zz5_Ff'qсэENQ+{]^
  {]{>z]I,6&cu`%F.fpتeuqA%WvpH#C
G/VIOVU,dV(<Y]:qi\UHȹȕ<aVŃ"
q)#%ҳ1dy( %;1oɀ-46pGG{²џp-+@' 
2D@ET[(/|n'DNO2@: 
:ܻQ5r`<hB*6EJCFv
J&Ro5uz:bdHr2=yܸԫC̠F>7/qI<L   
mkz~E%!|N/T0_>"cZXBu>SR*e$;.;5
YB`Z߯Qǐ/whD$.A&8^v|3BZ:L/c%e(dbDgh\XA[iS:,zِNp(:*@/vټ^ot~2KdM
  
i)vAY~JE<^Q/wC3>P%D'6EնmƍXr_%*.1u0iPi3!8P嶡\n0b(gJs^J$aF@}0Fd;,}oTB"+#5$nrXSPB)aAR[X+!?⁇YJ%Cv˪[\
MAB:8FV}'ãD(rt       3_71z$Mi
89K*r\=aR9=dşwtk6KOp$2[ͱY^;ʼůGG~ˊ1<cpZp\9lto
   5/,yٯț:!8*ɓ3W+P1w"T̈́eV:)hQf 
wrC&,Ztǫ{絘3!p#(a>Tt-o]]:+ۺ@ed%    
+j_+Tf7IxQNks}Ē<CS     
٪""\HtpI׺,Wйpq 
c|8=2@bB!FvuT}"*F%l研"мGn#4«8?`qݹEڶ0Nbi
qo`r`gq݊uA|Z#Tн*8:B*dTԥ|X`S#Ief    
 n 
nQ&(EQRh'<MݔŞIZϙdk=,LO,vt4mԄh֬?:-t)=L%o&3eԥO)_s5Ȕ2&a
       x@#,$Z
2PPu\Ԫ;`hVR,
=[Cvrt6
0\G]       
DP@imeR0@TvͲ(I.sHa^q>P=8QJfwo.4\G?q
zi᥻xDN]Y^cJ%Y߁uخQwCmPN Kʝچ=2 ܼ="     
)#L%LXr@]1b90T~Rr?ߠ=H#{0]l>ɘr(wMs'{
 
"l@\S$<4Dt>uHB,F\:"L{ѷ}5,]qIu(QT|!sAnM]$9"+M^]%<}X
 ipf(fb~|*1H8N\2`
,Hk⋪G@{+=@вkp#3uH[|Q\J^LTwvF׼
 7x9
XEa![p9X&q}7͗u0`
9aY)9ċ?:)P\|-q;     
,hULYKW12c+9RVqM׭p~Vܿt?͇^
N;d\dA$?:6~yCL+N[Y&dB:;S8rk7w0So 
k8\(GtS|u{L裻NxR.pMry"i%ھyoCL.S㠒6_+S?3z_\Kj.+Dă}E>ag$T)
 pCT  1T)?=SA((#EO
>fi>ۮ@R8Wi(,.._Qϐ`Y6:b'_OS_ GnHJF:b
p첚tYa{Vl$).ouE<p3~;      QH2#28      
%Hp!gϗVb-P   wpQ%}f^1uϱ0Rm`F! 
DCI-l`eaD\Xi‡(
Ɋ@Bw8v/}d_}An,!7_
ķU.K3!E?DČp{dPrz8]Z@4M1HP^j4z-Գ3ױnDB291$H`KeE<O=cԛ@_κј^A^AXgik*J>Ⅺ{W9g
[adpnLcEJ`<pψhgE1,czqh0ũ
!%]PagwڱHLgi   [obWG+5(t@%    
CCPGdlpHmr$r5RO[ai6$ڮ6\&e~aѓ\OO$H-:_T)P#oLRq{@z{/ꓣu1xql=ѝd
 sK1|`;?,ZG2R!}^
<&R~u2MSiD˜UBqC 
<5^QLW2"١בK=zP+L/o4!7˞͕#N&Tˑ
 kT:,Rz 
/Ww6C`0[(nϡh^[F:P7%7v1Ku:aT2a$oQK0A{;:y(GުF96:=$Xf?HG
)[FF걑O S9      Df?G/j@$-&SLJ4 }$mY{      
)&Bvi=T~-Z_.y,n(7^0i/?OeS3he6txA]*wm3(40xVcuxMsm9A\
 sL'^{@Zo7[}ۏnv;GP&jӰe]ncsɒf;9L[QP    
~đ[4B4ŰK߿17D=?`ȿaȿВQ:N5hj211MWRBޑZ%:y|4nNAORc*nD]\h{ne>HjnSu_!I"!4Dϰ]jTe
   QL7AksFȀRxoa%53P:zkp>
!Y*5"[1}u#f,t묔x||B8=<o`'LbEDdd+(f`4z~Eby*T9/F$G菦B#j-1`rd
 ]%'7e2̃/?$Y@!ھMqP
4Rme;5ox4ls;d3\x?rYwT_tskL5jh6lΦ;L
)ii3bl@􌍹G[Cp4r`dk\D`OqmG&p'm^7UOx;v?"Y5+zB~yҤ5j4s^Vί}[{6dҎ%,,Zg
 ,H5HK3ܕEwu1SvJܙ:+<h~D+ؽR|mO˄T-'g-
|Wjv؀czDC/ܫ`8
woTbY[Tq+д@^e1'ΎlF{|?yxm-P+Y܁bӲ4))
    &@4&V,.$vIǫ{:ςJڮ*_:a} 
c#3a҈S=)Mm0It!Gu-iܹ/~{Wo1@ǁ[mP}ی3oJ'>sl5wV6F
   t_vnh Psp!̈́bLz[jj]<K`s"6(+|"lj¯a6
Ύ#        n:)FFCCfJ,w(ߺwKc5
I>BęW}Z&ܣ]1Sc&QInڲir+C*+OUW
 uR6{JKL[;(}^$x6z4swgK++YY 
(?VMڏOi=]7T.؊Y_B'nJ#WZHsLtM%QOC_2WT32
 
!fkb!GHcpԺߨ[➎9gvWI^/cu
rSAcWT5xx#H+|1㈑NY"K&8^ꋲ<Xe
LOB1s$~V7<1!H4,9f>L?\N~~j@Gؠ 
BZdLd&ZKfT.e~F3NF#
OӗaG.nUV{|1I1>DI7akMi͎n>9[dnXz|-Fׯ<Na|?@U֤6V½m`^
K5>!jTZ5<"?f3
#`'p΄ۢ!qmY,QQ9V'LVqJw!dcr8JI59G7g7w
6:aVmt]l$7K|G;k*сev7伎{0?Kĭiك8g 
t|7)sуX4|۪%=VZƁ&"@VF_EFO_v:O@߯}W[0|?
=jj^3%2O/5Ɉ)Zb٢XLg<,罦);&>fwuB(ewH}f&!ک"cyJmjp?l4yQ{OctZX,p^N5ܥcq"؟afad"2ev_8dV\Uډ>~]")YP0wUEX:VDn4xY
  
НJ'5z+jO%$.^wqApkGҖV&"x9M!2jpnLyx>w?ԜK$Wy$W#HqǾ
 v!Vh-D`Bs)Ys`+!yrj_\xQ*q5        
KqKfB`Dno\Q/!^3͏*sAE>{K+j8(R.2dç
 
\Fǚ2#j4Ϥ󗠶<jA/Ud=)݇w1+!#?VkJ,O@b4ג`рP5y8+z}_n"Oa߀q;.S5C`@
 ƈ@ ;WX_̪!YԣjQ߮s$(Y{j)QnTcSjDQIC 
B«^!d)њx;#L)Js\CnO!^T߯.G{a]d'
Em@-2שׁ@X֊?Ui
A5$60%;G8HA(Rxfey;ȨB3R􆔤7l%  
!"`]mu6l]qs;{t^6FS3#pBvLM!K#_XŔJ׃jIUNcUaJ1G>xYk:J}*:6>JWcfH5?~Ls:J0m$]3nʭ-ӡtIY,I0-U$`?22Kj!tDGBeqaO{Ԣ̏3Z>\$̓aA#EW]IE1ضHyP%4L
YNt^uD<%3<Ah`9E׬d3P
ld;6)'P'rFMBmGAUz5Ir-鸧zԋb[E-OZ0
6f灾f5mqb?.y]x@        
DA8&+R/(;M,jFiRIP-Τ\SfC   
{zgl)'Gqp{`$sCma
űYX'':.<dBhA.hW*Ammy@U#}ǦHqxA+%ݺY|cN,UlD
=!/VSEԞX]ƶI{)ӛ@96Ncשjو
X@T[6pKA"ЃTO1hca-y9³N6*.cCƊXj~})Kqji+iZ?Go_]?>V4ΡY_Ce8gLG`
1W
"ٺb$d҂dV<j9?)JKKs̎P(/tHeܹ@VG{vYN!/3?@?G"Fqw?ĞX'Z17-V9ӳg#j?1?FBCdR60}!]1J=!fQp&xSt~41
L*c&MmfWaZ
}7Q|Qm,|2[PYBg{|csyjSFḼӤƾzl-[X{h 
bKAQ0u??M<kĹqOnX5a
*^h23`Vh̜7O],Ӳ+_WUx\)WΒHO$ѝϧgs<pކjsH^O8?1
gl
š"3Pc;ώCf||Ɛm=UkyZ'B(-F({J#=o*t4zQz?ԱZCqUs7OO-'ji^&Fm]˩uW`J'zM8;Q]/Gwϸ

=(=DSzFC;k|([;^\lui/{}>ogc+CA}`I1_z2+˟?L.o&WדWo|{{\T/MGҔ#p/jNj̐

T_ㇴHIeIEW_~rZeΏj=Kzizٷa]XgUjnU[Fsڠ(@)6
   
zΌK$tyZY%"y=0_2Ԡ?V:@FleX?Kw<kO9L{MfR+vm{TI5]
 
l:{v\\>&V=#bĆ!;=+Nɠ;:j*-SmP=3*ߋm}&)jg*Duکa;՚orrH/y*ٲ>eqW¡knxl+nS͊qղv~w!˥RDRYZ۪
אiiL[8P)uz)eTSi[+0@"iesTwviyZ<"K\'".3WzHfOEnqmq/IYIU<<
@2ϖbV*v_l^!7]p*S 
%pKo'
Dw{2R_.Z?d["l};M!!j5$%G]>  
7.lrO2"{Gk1bQw9'^|T.ͻ7Oq?y9k-{Won\J$b}㧫
 
].nn߿wU7/oo7۷n}`-^>ڙcZ"p~)ί޾q&S/^}z{c{:>w&}/Ŕ0
Index: php4/ChangeLog.2000.gz
+++ php4/ChangeLog.2000.gz
6:ChangeLog.2000\Yw8~_I=NŒ$cGvO{kIɋEBJ$H+ʜ"ey]=ݧ"K.]ػ[;[*/x"--r4V*ވL}Y$Cil
 me{H)|E֊6"49-k7,-iض~aɯRފ^a;Uw<.Өڔm     
U`Tatj[!A#=*'  TڦfN<Pg*ۥ([T2I.D"I* 
6I1RD*Cim`Lа1.\7ZP:#5bX8lR8Tk#f-GfqD,4I_Zmf[JsPS1,;[{ƭ%sg܎հhikL[AܮqXVX"˴[B'ʊDG$M2p_1Q>aSJ[rXnШ=XaXFI"3O'X"!:n>FlaYZʍ|
   >okJ8; ŷYhO>u>,5"gs˭S
9~Ә^DDؼYem/nOS>X腓b[oil2N6m{{{ND7 
<˫wGMU&|?<P#>
8"TLj'--QKv؀}w
Wvj_`Aaij4
_|"l[O_^<tXlp+x:hw&&ң{}x~w闸GzI!^ 
qxGAX",$2f>;cLyj,w[XXp[XI6IXAVczW*m
(V2uv/Iˑ<ZFʰ lϢM2OrL4HDY݈4(LoLhL)j~1NVgsc{ 
?qR5Fg5MfklhTn¯DAcdk<J?Ih`a'A>d:r4ܦqs)z]k
T"n)49   qqZ<۵4 ΢X\7bL$&V 
^uqMft8w;|m;JMV_CH3v߂ȞXB7*aW$.^*S1i`ANK4.tğF
      #       
]oā5IKvg!$eN"|W7{/Dn]7$]b6Y`и7/}n^&ȼ)L.d:؊
RA`rx%V˳KWҾ%F-ۺ&ĩh;mEvjǝAc/2>m8Nk\ 
  i""6,l   -PHU(avuE-4+T3`]ΝKP`M`0 
   9TW*xCH!J3, t
VuKc<_$j2` 
6}zqIz])<sx#E'K>\-@qOr:b;]K*`U/oIA?T1i7|%D}6v
6n5׃Og'A!5B7$f0w
~:!;sGLp'lX      [/x       
_ж1LM8x)ILEJ'JѴt.a b5"6@)     nw2En*N     
 ZdF8=qWHvF׍o(*[a!7O#     
Afd޲Z,"D"oD#6ďFc=~+:fQ?V'w_ 
5ppȷ.<dŖHb=/Fka<}4Z       
X?\@sulbFdkOf+@2+oHV74A2@Yi^X)94!fgrs-=eP1EBR%r)%*HMUkVs]@eS$9#|0g/EsgIr\{]0#U0LJΠp9>@vBbd8?\Vy5jl),gNfrǾ74Ycp3oX7Gk
؍.'Ҟ;aIrptMMH?d7th&2-Mjo
qp.cK[oyۦn74TKOLGb؋"`)-,$2Df'PgFSd^mhTF~pd7(})zxr
   *]XF9k)CB';ۉ%6׻{{K      Ps7:.*IDAb~ 
5;J\k0q@[`z`®09:wV%+e$%$To=wGMrQ4tx𢗝gh0sMdf]N߽f/(^=]b)v~~8(‡#V?))Q/p\x[FZPsW-('lc6)Np%<OTf&Ns.vљ$p#1
Әsurvy_wO  
(&IQHٰ`fЄ(C#$*YJ"ڐ[LtP~s/<!6:[[st,X5/tx,EPɾUov:989pQ1rv;1#?)<ipc-mI
 <rB>1Hf2?W9E\WOٹ[Zx0C 
9]Ŋ7,*PKs/\`:uoGTIv+3ہ?,92>}LZ?-7S+.txk+&-h*>xJ>cW';rL>oixvKa(rB)avV{'͈s+U9bRōlLǔ݇wݽ[
FÀ-0HEk"`B`tA!ٜ)]NaH4NV,6bԕ:9P`:ߋ)}r~z)6"8ĚQkđ2Ͳd53`X}T3`׶&yEOJsڔzAr\K_t"f%2iA0Ȁ+H`A-+rWoVw~it10<euӇ,

:&q~Fя2b%l(Ylnؤ\HEGyEy.LG2(sqv4pfZƀ7҅hƥ4qZdl6Je(SA]YTKPNrś[tϮǧ37tOqs
G{sr׽T1w#12ΪyIa'($BJ)jH%0A+%Z+k S T 
moxxL'.\e=0\x(JT$x#<w1\n%dIZ+<F:+d.'pT\ߍfkLl6ctGd@P͚+o45v鬏#Iͷ[$@c++ՋX^V-Ksz~&n

J1U}̊lz/FP(hsÀ•ݮxq{gi?rCW))N3Nh·H`_as*xKp\T֣'^7〚qs.Iwz~鋝v_2W"*ΙZ+{riVEpN['f6Մr
    Q/W}
yȦi_aJ@ԣOvV/R\O@HӦU\*R0E
=G#FPauQKWZە&{~fs #Cq   
EUX;P.g,RU2#?bדl
lb5tsGb+|0oݾuxoj`(ou䗕O>J@_? 
*SBdjcxFWLܐ{ɮe/N{ϧ=v5k(d5P~WQˢLK#-X>PU
 }fa+Gp$BKy        NV\X=qGN"&XFe!{>dEM
mR*BdzJPĽxF&Rũz{92Pk7FrLRmJw}4&-R52+j
n,uWQb\-()^8(Z[V/6ؠ>zW;\vy(aШW 
+hw*$c.a1rxKl8sʿQ;&z{"㻃w~|3{tQqltHo㎭Ż
 
ؽ?X<BcV*u7<$`Z}a)*y]yiK|ќ9x䒃R,N؍}<K@#MjV$]<OuJ-F"hZ+g&f7@}Z;\^ݫ[WQP84!qLy5mQE;ݷ|q]\>v{KuܿYnwx80PhB$>>!??6$k?drzZNhiuhdCyz!!Ǎz8eʏSSH/-n<AZ8YPK<[柇.c.HYtoFH(ǨGvkmz~U/„rs>Ű_sj]6m!Ep曕z8wJ0&ދ
 é7U 88zVL_g20gcpWFRѣ@V     x.}3g
 
>17hzh>=^2x)ZUڂ;UKx(]Q,<3[݌UcPf刁]{+s6<R"7ڕz*TQlsur`Wj7U^L!+eI+,D.x̸Zn.A
 [_ۭG+/EVEߚ݃f
iW-)ީ$L&64F    
u2D@SVj5VgjAvB7]kz<boXݑ)ck\`
)w¥>:դe2D)gW.aྒྷ$j.̚UYu!&(aU)^@D<L]rv;/#9O~2|8o#W0z~
8)e)O%m)%e\JIv{s$HD,k//sDQ*ײ?RB@qe))~Zj%12
    e/ELg@qoVQ7^v>G]:ʶ*M
H~HJ-]Pk:b:"pƭK(Cr]}       
ZB*z؂h7ց~`BXϝynSg.wulY",>c$Zٶ5ݝx$pH'/쮿N!Cbc6$OduO(5J{3߉Y}%S!۲#N)'K^Gl
lDzFqy'b[>}Pe+~gJ% 
@,'iٻ_+"+-UW({ƟxmiMnq]AC0/uǬzr1l
&VE<J\'$퍸4NEb$e2F<Y&#J^Yxc[RloV&挐$KVH89}H]LluF9=e0:}jiH*=b-w8UH=DD"PyFMR:chXmfzݯ,,oe{6ž
        
d9Xc2U,tKR7ln1-c"s_oG0etSテHvR|a料r$#i2؎v$)fY<
A=BѢڈb^g<zf>KL ,~.ke#o\3B1_Td3
k՘EfySU21?(K6Hcoj@2zf!Vѡ       
џ)85Xm{Vf܏ɳ;:@/Hl~WyllD@B^EDT"Vٍ,mƾIbwa62zwG<WGpPI_NPsf"g[t[2[.h%?k;J@46w<-PZw*DI&萘Ŝ$#
:$Q?n(02ӊqfX(ys`,        
[s>3alkCp^n4qAlݦɻ8H(`m0קWGǧ8UH?q 
'79QԊ;qksE~p!8j2+:RM3Sy=㛞aٻ62g6nŽmOf(;SA_n;cX6[41ۡ<肔;JK}2BfdIJ3$6AD:C/CgḌ
 oH̀A*!Vk]Qwmd8E4!Pp68j0pUSc=tt
|~o_׭ȷ/407ugrU8XPm1&toH/.oZR5(2~?/y~+MNx~Km4ذvZo_10tk95Z8-\Tz~H9
   m4b8
VcBoL+˦PE0%5#N%Յl*nS@+O+>e8%I' 
(]c<s5#b21,Y?{-7H 
ԟjҬf{?LNaZʭ|aGܥPɕקӓۛwZۀ=<"`},߮E 
3l*,nQE\rV4Nt$3%[/Šv Do(B"Xgbz   
==,^__^?D`oLH.zO8Z{#Ů6n㧛[vt%؁X7guCY  
 c   _2#arqt~熑R7ם+OƼD/IB_/fq,
Z5I|1wN'a&B`n|%(1Hl+s(EX6LݪG 
z,]֤306"WEh'ztySi<xyr8<g۸f3A$ZI]c*u@+BrMgE͂
nz8>$9mdI-mΪm<<$mlx0gk 
q!SWMB[@֑[n~q*J)͌ΚH<evM%!sQ#>HC[NM]QcӜ`1brTUJh<hDi[&pPtvqsz}t[j!:T@
c_E*0T*\q8wqQ^gs2wev%[EVy
<󦫦ɩfzrUq<z+SfДy9M@S3M0@YXﳲNquߖLެCuެB{zof!kBqjY4wpO{d>D&}'П=KP8n׍̸M}7ؐMG$sm#bMmG
 P>i3<#9fs%D6OM,8       
B&f=Ez^nfdϑbF!iDSĂ) 
С%q!l#-J~2VO:.RG?@6^W 0p$B
ӻ8{@Nw3N`#E>ҞMS>~{<ow(A,؂Y@kn(RսTw18O
<fj_0$Ǡur~J\7']5N/n eJ]u)86Uظ 
h`A_D:mjf
@Ӄ!گӧ>7:C7C/gh1jℛڝlw{oW3gK8ۄoΠAQ|ZpVJ˲~SXbۥ|D.ʹ7ƶ\o"s@I#3y.!Q]
  OPFWdh'8i*l#\<<xNe3O$7Aw?t3-51
7;)"y-kRt      ƠBA*褫4hB˓?3o:NH
$inlѝ@,꯰:ۃq5q7"8|~T/I@F^/fnN+ωIQeC"WQGRDi9a?ƻIu$LɺCegCs:wm>Hv܈_qޤgM'C`+=o<ݳ
        D_f!m>1`z{GN=(F'T
r9{kiճZ
պ*'FUnW`TyzPM<BTHi*ZۘAl2tg[o_^=LvE଩weQ2eRdȟJ3#ZfmQ#$<H
e2S d-y5"T/疾S*4?8ykg%l5
pWGG+T ƣs(, 
$ŹqyVqR2˟4CbB`86&^.=Y$.I=3|8W0>V[R&p4E.ʣ)~L|p+`3=IU,TWB
m"'cU_bz(O,ӟ
>ZzO+'Qfۙ>GG}_cF{p!U)BٕHO|#sl    
lZH&od<a44#KvEZY9&ɦ{Aاz!˧%][RNs֭D63wFq&g
;#8YyvrF;3ssmm–J}Y9ۖvOɠ'+Ҹ,j
D~xIP0")GCDR#v[%^~|5RXǿ=+$D=ШFAc‰PhGxg[#I\*B4r]>WN)]GƂ?:q@}G[PHWfcKaTgyC1ָxma0\&L#Ł,l%у쐝HUhy_i]E@rbny6OYV:uᣣÞb,\;
p       
ѿ0@*013A_6o4lo~waHqtM#r߳7{:M.|VN6=$ӣgo@(e.YaG#Ŷ||<ܰM!`/7tLg!I_5<hᐤv3row,_
B$݁}>t.j1tx|$]Ħ[#,|Fmi 
!Q0NgE&rǷ\7ޮ99*[|~$H!$9d_-A^t~0$ҳj|62GH:47j>)x.-n]BEA=LSR\$&LYfYv\t&
y
/<%.5CC#   "qS?HP     \紐kh}}x6    
 HpZg\Sʍ'zzs:!a~m`j_3TU 
+kwX1}ui엯{?jާX9)݃H!ík-\^3}׼ʚ~d5o%nRI
|.Wu[}iEBwVmZ)쒠+OO4isr*&r+$=
kNbspHEZ<An%1m=Wg!CX,hy#٘u^̟[\M)}g}:.-XK\3Otj{#ί|)
 
ݐ:*3Z;E?>vfpCÏNTip7UkuG5vqL<;L(hSEz`>d]=-h&L%_E)%4
5U;Fפ>h 
T2З;bz}C'hQH"$5MpUW$gƐ11m"G
e3q     `PnPߙ/wbNPg(cOę61`<o5,[cۂjh^   
 bn     
ch\?glJeߎQNWO$3B!c5@Whmj;zVƁ&cҏW?цS^ʊ#G^kvq#oH@Wޔ#heXxyBzM߄TaP$8)m:F6vsLa1WVd[`ӗlzNt%:
 8->޸)s=iɗjgd>RăB-cFI{ 
P8PaJ]q~M*G7~F#uvO+וيũw(       
V*mZ3H|vͷbhQO_Bw:"|
aWG@eŃ1x1YP7<k`9_w[ErhK00NO(@
 _ğY]
=9~`3*:9 
k@].{@}i\CmjrIuӴ+[!=!)MԥMGf2˼;}&YҼ}K碢Q_k
 m
>~AplE}xW;xt@4FQ2-ly`ISJ6`DhPڦ`Cؼ솽)bh۠lɁ$sm>.'!NFj9qDن
 ,4q~F/_2`ʊ¡k%}EcŇؼ#w6o=U᧏; 
?Z"90ͨڒC;
"e
]}bP|`6
wa%4j$~'cP!QtX,qw=&מArO찙`qR)=M190U,t@ZH~1v*Ƴzz37k׶6M5-7葈$BЛ5Cg|MputqC@7,mmUѦi]nJwaA$n+g"[k|'>s'SHO<7
 uhu]EHΖ{lW"J`     
:)wÖ0tXBSTS29cӕQ3>eqZ}T1ɽ
m|!7h'E"<`֣ń8t[Q!~/|&'ӈ+y0LvJFS0vKz\KG3SLS+AmoS>L!HƲkfp7`2(X~?AhlR3qp|8iOxPO~8ek8$>ΘRGy=)xO}2ӵ
 
@ޮ3wI*ޓ{:>L.i^K27+{=ؘz}:"!-^d{wdfm>bzI@L"k~/6Vvwq2A
   
w$'2Ε[Njۄ^нE7:d,Y1GKt؎1V@+t7?Ң>ofL*G<.ȀJ\kN%

7Hi&sq2ȥ箼E(O"A37ܤ8gӘ~<mt{qDZs7S*xO@Q*m&EBo5#/
|N+mqӦ7
̗-0nx]&Ҁrz5}G$#PsPk*H3eO28Ρ
yX($(ܣ4!ƚ:\Э-Bm`ŒrmdN@RѰVƬ,ryidPخLK 
DHWM~bV1eǫ.ʗ"Ii,VwF08.^U-p6~eQ%T4(
!I@^,e[x[y^EtCU8F0׻{*\aop$ڰyiY#8?P;၉&[)͏![ޭW'(8@h

Jdխ1H8/_SސRqڭ9ZL?.<VÜ[%O3̄%gg[~<f]eH2>_E4˲dh寽nT?)CXϝSˈtiGZdNhQE̞SEm$'=}2pɁJBڣVE2Mrwnmە&$5D^2܏
~#"B`f 
v4?Lv6rdSV"Jh0x>Ʊ&E2wr}S1S좑5oz%3_E$     
Tw  l 
X~#}BzgV䭅L4if?0WUM84-3f(\,7U*1ɀxW.-{
w/—gwhᬩvbKӜ(ذW$1פn]1R8q0t)`R'7σ/!R;;yjY+
      
N'iNDMCڕ#^9ı}ECƟXUi3G'f#eeC(&K˃WZ 
e#7P+u֜'B|Du|s"rn<C{ۻ`Mp!Hy³ߛY{i t}
@,e*!0Kaw0H+̬7<viJ4~_\E9؏$ZY*I8+]vPi%u_9"D̝n8<NiQP#x&$ݮ:"+,Nh#A/G!4(EENdĝv+sUϴZY>[0*>t60Sq)&ކl܄(O˥-MVL2?Ocfs,qCH8<b.1g9$\5Hꅟs~estvng_rbeV:@nϺlfM,76T4c^5Ap1\}&o?_4nn.V5w}zѹ{6!8_xnVyfx3SACd16:^

5)I(D^8]8~|Igvne{`'lS=sNDG<G-Хem:ڌyxapPh/>&͇?h1[eGE;#bwgԼaЉhǭ^m<dQy6-.XCv`O'%CKCb!&ՇҞy0P)I2f蔜2_YY{TV{-(07SLymK'}{Yz7\粯@},2|y:X"
 
b)P[F*\ؓ23TYPQ0yR_wj'Qԭ"fD!^hUYMRYK|zF68ĚF6(ReCy
 b`"       7%?sSml)r]Su{&eM <I^oN:S   
ԠLSf_?bWpl.'0`؍$'L        
iBņhGFS6fF,3=A@D)Aڷ4hiT8%m!TOC4m`hAo)`OkPH߬15ۂS&ZI?v/?
 kКN~_w!zMwLP2iWB^`?GN!k7
t&c7l 4mŤ=
ի[Ziê`AfC21@:HLOgf
TB,okaQG!5ϣܠ;
>ɇ2(>o^Ispkj>l,   
>0_<[BY]$&6qoJ\GsbcON@J];6w+1z(.렳‰7;H?rq:.%Fs}h
> [ʨRr@ɘЪ
hNVzuSa/?x̭"9;5&&O;kj3wUfC޺R$=CѻJ?>
       $xN8r{yy6G`>BV)X&\=kU[^a栠/~`=vfj0qpG#*
[>1TAo۬lٓs[hd$hytv}rL/ـEWm
-hg(0Iu6yc        
qu,lX  ",xöe
b[bW?u}epqy@3<k2R$\~sS_tŋ#  
s0@h7*W{@bќ_$[lkȊK?s_dVBnKCӸL!AEF`H.4d,-'$Uߥ7?=JExI9&n=ҁ6(v$Xp;=S^
      m=(?H    @Z%
[sd3^gYYzךx1϶?e<tf?hgV<Ϋ/.nnϗ'00Ú9|?U#l-cu[6⦥*-hDeԫU=wF[lX;ʝ6EcKa}l@ؕѷ\l-Jdm'4&
 ՄpZp<Xw(M]u%A4x:(S/  
igKL,g6}t~YV.7a^O]&.doΠߨ^-Ǯzq?|[wX\eW9L%d_$
        s+7M'b3+4^<~sU;     |[z%^J       
ݧyz1Haq+1{      WDt0'=5猼׎865^(ǁ7»@}]J#e0       
 zan)>)gr|K/ 94H>D~

`KcjCl?<4ih^v^yju\kg.EogFpԿE<
ͽ'Z0?E9rXHjd45Σ 
r0_/aUtu,̫\{4#xQ{A+$@0:q"-2S1ss22\equ8\YE8sXr볏pL߫!^>xDzu)))S\-)]TE2$ݓL}JBWi_OE~׳+TUNbS79a&c2h͸^0%|riol*F/spIKOܸm"uZ'k'}TacRDu4gvJ聸8`6z$(EtXFO+b@|AZyFf{H6ɮ?q^-̋cFAaNngv~Z=L[sd<`HYckF5AƊs̋:zbCA8wINT/Lh|,
 
[eۑT4ojJNeGžm^D-;/VW=߾V02&˫ӋN>"c
 a?:maHQìb fcnMtqwu=#akD[ݐ_lfq   
uKUX"qfg"*T\9\Ә4}n爿P;F3-W'IՀ        
zU\JyTR16)(1 
Z-_p"rNmpT#ebmʹ.g\œ-y~+c,^sّ 
X"@#vCȐ,̳l7R੤FXPVMy%SB7ǝ`}2٥,-}#!6-i
,5|]GrΫ|dNj$EjlntIgMW 
WG"7olt۽Mk
'jjc6548H7XN|x3C6~_WsTo^ﷺ1JC%Ǭ>mTg7gFcMvKI
QmtV^Yg`VI3)UF(bLɊWw(ft            
I_{V2-%Uq=et~'WQ4l+xT
W\nW}Qv]ux+#KDn>VDkTpxGs+3^԰̈eN{yPp6A++nkUgM
 Thjj]FҸS9 
qU<q*(8؊ʋ՟5iFiz*ꖪک^f"+7p֎cbUi| 
.y/Gx!jVdQzߟ\ϊᬂٝ6(UEʶ:3_FGvzӗ
I?cԦ"dqy
wyRS9ңSf!yNjϭ%͟~"PԾv}D%Sl 
z["6=̍jH)~z79mgb9%]u 
fpvsP`%MDC{fPU;Nƭ;14c|•ν.yѧi%j4q֪IBDwԙ
 
3LaL.6idDS4O\Vg8Al|76&OF#LcUhMIVYPOgG\$˕JY21vb:
}hByZĜMkX&r$Cea'.0?=ZӓXOxa/Tl@UH¥^u(
pUqJ@.L°l\k)|DqdW)θiPșo>47 
JŁS-m=5Fћ[<&~*t.Nr:PrzodcCHI}(N4+
 Gr#C2nR=)Ku#:l-2x)QwCR̺   
E%{^oySDS)'AdF>bJ_ĹaV29[׵OZwu+qǜꍼu)ħPT35gImg7Icg*8LJ^dH9Zjl)W`ޚϚ&7crI
  &O0U,yp,˺Fv 
19mypĂ@"rD(Y.>0`4#0:PHM2A&4;utE>EˆnUŋn$[_&3
686BC0bZnh&=3kbNxPr!)D) 4E~S}
ă]-xa2Nx=4!6[Q]W ~\yJ    
&(RD1mͫ]xJv߲+ r     
 Xbp^}y47lT!B~B?ZZfw79㗭aM?]Ŧlj:r1$-o^}:~o583Ɖ)\Zs<[58<
'W8abvv呓+fvtX~y&F
#UHBҀ %R:yoз4mSQ6oA>q=8JW9.dJS8uN4|y 4 
6
P?^|v<U(⡨{|mXcݞk]ΥU,Ȗr\Qk]+O+f
8Ĥ:lo:hﶁE빢:^d       j¢sk<tٮ4);Kx 
A}RԧhRa 
"cҥIAy}-`t`űHHU7Ɠ/{E1tb볞c}g
P%i9[,ҤYe]-+bf=єgXPd({ 
JtrmYɣB    ,å҉挠MN;v=p!$-rNF(5ҐeC
i>kH)bƃe߾d".DiQ<(.b@H02L9`b({Ҡ|̜m0-R7ˢ~(pvh<bHJPG<%Ñr~g`KѱA:dݝ<
       
8jq[<"Egi@2דY{鳌>H!d,0re^90`_n[7jw)XXi<D]v6Ԥ"Z{Ahmi*(
 c-a@p&طYAcFDgNq&o~LPT[       
QN™&@]vJ_`y-[s+:S>
Z[YP2nFm9Ƒ+ХGH 
Eyg.}q7z;a7֬oF}h<fM#7x%qAs@\]mѯ7Oo~M
   w1m0*\FSe
7wc e[)k 
g_ﱒ\+pc>kIGO"?u>j9/d=uMULreQ-ΐAeIg    
0ECd,v\/`,THW`tr[3o84ffr:B-OfOfP~h*9,qAwMڳngw.̻wF

ZD.΢`(Rh֠PV9;3ei%Kd"~Fvg6Le-6T]]"vʲ̡)>OX]!El,
j4oAM5ѨUMfuc7c |:Ho5L\$Ù#Kl(`uW]2e5sV^
PStTn*^,& 
8HXeWD/bX)<o=_7i/3'8ZDoN;A,qT>{GWYw
+qvUnEZ1@E[=9?U#$J o_-ixlpu>8ہw
wפ     4":.ϛ„Vnco^ d̙
i4"8\ʼ'XT;n)IXZ)aQ|!Vvt? 
)jC>,SpO.6+k6Cƥ|P9'5aPLsq,V%
X28u@cx[{bN]H򹮵L]"n%}l 
#5a%mYnP)Ʃie)yۂ@zoahř??RG7o޼}7ج7iL)zsJ[eU)1y`]<>+cW(nEUp:(}ǝ8
dga=zj9}rd3^ɘY6[sF.ܲey2;        
pvn<'oq^*p<G~}[9ԇ╬gtE(9f\=8N㇍=tR߬S[xxRQ!
 
&?_Nq'u1&X\I1f.O.O_jj|VQjL]FUHi.Z߀~20$/e{MO]fcU6:}`[2dǴ|sǃ32:u8&Qi'<tVq-RuR#6w#?3Qtvu
+3tC[/ai`       
᩠ihcL(*(c"Tѥ"IB5K&8Zܭc~kV8r;-(Go!:
0ش|ݽ 
!7D"A0d0[+3MyYO+4IbJ(56x70Zl&'oCS}z;iծq!N!'8;l39"
        AGS>/M*7~E{t;PK4-N.m'h\L <g}I-â8w;$     
pB҈_#^s)oIPҸ}샶l/rnaBYE%O.(FEo~Yi"sRU᥽1:4cp;!viDNM
 йݼh'J ߬ݵ0ֲVfȣZ׎1(TF)y1rdZ
cClc}~    3uʽ9MSM{Ii%
+C&s$~+o^A'dD>h|JƳgY]`Ɏa,l<rvhc4ha|
ʯ842ULJis`¥mVZ6;=}/j0[:3Y8Ё
p?~%]ڦR?Ǖc?R288]}-!?P6l>/zJ0$[~Ć&XK"
à*7(t3Ohf49}WznPt:4kWh80ޫ7YiL"A 
2,2"L~P(&r_Iv\8lĖ,l1ڄa(6ڇd}qF撛>O~
oDw1UBC]ъw:2      
>DXW:lEqY6ϫ,|GFP$'ɵOt268J)FMo|Qb3&rEHoj14?MaDrD=ɮs,p,P駫<Eƽ(@iȱtp|5z?{5RRuw8Qբa{Vb
gSr"'h`ư>_%]QvӝQY7]9U^|
[Hfi+JzX~9Qؖσu 
03O0OЛGsIRFO!S$0Yb:m^__^oa̱<!it\]_~<9-֛~.$ܧ$&#8ho?

!nꛚIUE1Yd/y-|F?yL:ѨfWSާwpx$.ح5/FGzPZ1x,5qvێS/]JM7?>ž
 l4װb
UL{{
ȵ@$(.#h_[~SX5yqd3TiQ^͜|ٞ6svŠ^͒cen'yc~xIyTN\Mpy5ԳZl2h&sk횅evE)wHmCqszuǣt76i2dSg*"%D9yESw@H,7M
K:q1`RrNƭq)1
4:K4+`Ws>7FyڀUyuƐ>f64хdOM~Mrm 
vI`d,(Fhr1t*d eH?l(t63"N=nS
V<}ۨ1Ǫ^z#H|*!&nIJ#4J܎f;괢kie5GI  
  gAKD؎#jZC0Q=       
MHc-u<fMP͜lUCT263{ȟXCMGU#b\~6-"/9UH
*ۛҘUS~)=^cźf+GyE̮^چdߍ<~P3
Wٯ i^bXQgfRYWPjsV 
Y}Y*C5F<V#3wtLj~uAlkbZ+:8!"݉
3A>[YױRjitJ`!!qO$fif(wQ5y03kM>Mm/RS԰"N+M~(uYp$S6I'HDN%"0/>;Fy,|3}5Qޤ.Uhe0T:#2U@hXIt0M+|Dl8+^=EgF$zw*tVܻu)0RNͫ7o`XIiX(ok|gY#maz+40шcmrc<6f҄s`}eY-i`txfVtS
 
AT9Ib"6Y~DmZ-YnX<_W)T#]hl3q<wq[aPQoɩ7YYJJ٢3J>N[ƍ(9Ю/e
\[$%sJPN3?3*7;{,g*[ 
p$7ңiXHb"abɝ13s"n颌ZXHHpvuak
AӍkKdICfKvNrxh`Jɑ+Ȫ".5.nH9=i\xr?yaɜISrE'7҄ֆן0B6AIgMC7ov_#±Tu9r/Тͺt/?]ڒKqoW!$ECpaj};XgWd0Zm3s`'O?
9ˡ-гa&1Dg!̊29KH~Wo_]|wAۀ}B%Xya        
0upD2fil*XCF
$ofQ:R_A.`eoeq)Oܑ,#LaZ~OFv6ꂗgqQIx6F^V/͸Is;xR]}]`c|~װ
   
Û|64xҞAD'd6^nJ"Gl=M}4t9%M.mvk_Vrid0u6q|ec
Ÿ%
ǣ҆Jv=83;Uw$6w:-bE$=RUSy4^.u[PѺ[Ón4d5n+I(gpM&\{,]@'K
ns   
8i+Tsk7<GyzVƆ&qV$++$;^GR}&xܝKRZL5^;2NƯ8Id`LEYI
       
'\:oBVD78ɱ'qd*@񇓳S7ⵝigg.)d?3.l3iY_H}q&׳_F_:PxDdimѭGЗ-4S<nX]Rמhul[1$>x5BI}0ySͭidBR[rTSH@F~F
=&v<Vo0a2GmcI7onfN7[!bDy>:flf5x3f8S(^  
   H       vYc;,vElwò"i       ql*$  
Gw2A$KF({$O[TSR=`g!AL0=rF@b8~3;CX00/1J>Um++Di><1TEӯcM;
      66A:
4KFsGQ:aO9*z}R2Q81<P!45z!4]a
Hs)Nf68WFSZB~Jn$OlT        ZKe&sG96"aG¤Kӹp*] 
5a%ԏ8 
i=m8I3Ly:48wbY]ӫJ%Mץ/Q4jPX5CסтJ!Cyi(bs]Ol}jx2\YXqH<7꥟H,o
 ,e9]OlA?~(̠հŢ[?3Fv|f21իi     
M;ien|%k:p+[W}7;sc=Gnrn-DzfpM
E{LDNʒKFZDsn   
u[4)@[i!R:3BFHl$ŦC='|C<ܜUZL5hTtr6ib|w-{r
 6:C3\ 
3u*^Ys8g7E3n+H[O&7S2+yoN2Iqΐ>R9DSSHT*MWʁaV!@h2cA_>;&+%?->#mRBljq>{?ќS8j;<5,TL_DN
`/a[PGܪF
ab\L.04o 
J,z%gCR)Į.on:cU4Vw&P\-7z[=(&pVW܏7jT8?9ā~?=on9"|
U[OPjzb³Z9^^>F6s,(quЛHjh/LHB|evDMSh{EC8)qWuhιYeoG],6;~zgUdB<l_|ωdo1\X
x.Jw+9XNjeH<,-#gW$dIݎ
'n/[+ QBl.k|>+ø+Y8)ޘ~@I8?
tXI.F&Mߧ?6n~8=W7LBKf+$ڜMWl2h"$ZͶe1U7ߥQGtmM'*uJ±rf
 Y+놼43~glGady@ΦR7R][^yq-=^iƺӌLdn!; 
ۯB<N֚X5T~˚/몋S^S/+A@A5@$bn4#ZA>cmlIP͎yJiVY:Lk-$?,*㫴
JO)f8o4N5t+Dlmp4G`,K<ؾb[PMP<v}S͔Du@4f,  
T0-~S0HTUDub#6[4^m2ɀ5MF7o^{       
p/NdЌFbUF]q@o.FwRoX   
ADv".%d񨟄GdDo]]GF}[ÆuwV|`}+L-      
(^ރ8TwBXugӡ}x#Ʋ8/SalZ
kaJgCvPQLٸʗ*oqKicsH.6wһ]oi
wOMٍ&j#+d0Ji_Қ&-x     j҈tрq4bd 
`2&-`{3l_7@oޟl=,  lT޷,'|*      Zܽa       
35koXj+~Lz9NVFźN[$m+Č5֤XwPDPV[TtP:
QBKys’|QM0!%$    ͷߐ>JWE yNw`ïo`Nn
hNܚ٘+NeSSrzB=`m!MʀTZ5w"nƯFZCjiiH%Xk4%j1@u?DMK~W$ցNR|<}װ
 
pq^ӈsⵅ98󀘽Q(lY+}%ULFEx,gzI2NVwtXѷ+vgf~'}!g_4i6`#lw:kMjq\a\1;fRsxy(ҺC.
      ;_ZшMEql/jHɍl0/l.mBY%*Jɻ4BP{jf_`8QK::"ǔU^ 
1B_a.Jwuƥ+t_HI#Aex7H9̗Ov7iݨZUp-iD~e]\wLg@M?l[Ze:Ō$V(pKfDͲfgrg=mzpSfU6i7$*`$8$$f"7]xw'y
       
3/+-k,JP-v'}û-b>gy7Z%}YfH-l׶Fh8Nt7o/oLR/Ӫr
JzEP7ru=@1`W[FMl9!}\)5&#'Zj
M"}ícY,/3Uj6*=xC74ibCAs 
3/KETqIdU4;fF<__Zҁd74?&p\,@4ǹAgX^cD}@3
   Bʕ7O+18-X,aT>Ò`\_}J*|?쑷+[MACӄ 
vi4r9I+Dc6+jWYtPzlnw8շGf{CiN
XWO3˃鰵y,|Hy4vմ"U:5'05/(<AMpLP'kT5TXxB,ӧ\fy.Q""sayV^vB)[DOd>{n-EPK3>z7u(NaCZb0*JMt[ReiFqͭK',At'֟d4teo3x~BCRVb8R);<;et{T;Tt
$*5YhCۍ|0ޜ f, F@Vggqñ2@g}
6Nr&2ȱ*jI{қ6;R9Gη%]Q?%EY}#n:
%ofo)GJź*Pz\$?[#W)G1LLt&Bx<TEJ0Y-SHD(At6|Y5#fGQ3
i2.Ugg~T.yBl q lFax;p
"jl௜>[l}\iߥY=n䚟p[Cg* 
{I;$ͱpi}T8<ŕXxw#&zɸٴ$/Bb 
LepNO@NяrEnK=&2msĪ\< 
1X\:Uͩ\TvtWݶLrDrɶ\wgl℁*4!(1
_6>*xc0HJ<cjx:GL6)!/Y|.OxItZ
cFY{SkXsn{   @m¾Z 4) Cr9Ă
y&@V/I1۟xnUjBIjh
/)Yb,3 w!~n\i<;/PbQg7)H*
3[ќB;*Uemni혔fA<;q0g]ܾKbzt@
%[O%9%,#ag*D1;zwde+83
`Ck
tUp.pe'ΘU      
*7yV,b1IHFdx2Gʒe,S$CŤM+=`0(A"64T
iA<U\[X#gvf$ͱ6!&vB,$1:Pyrg,{BDWz֜J!x)ROMӪH~=>,+Ә(з|brV
 -+٪}u^!{3lc?/s{k~L̦l2Q4Qa17 WwC.XnArM 
}GYѷg-H*5|^>sR]wԋޚ8˫75Rh,~r]u˾-ąo<Fs
Ӊ5RdW~OgCMo۳_ɳ@b|zmY_`6:-]^T%GW5g)Ɋ$xýJ#u9:L$K&xƳl<|az@o4aY+ihz=㡄
 M"[K5]eB3hL=)
NG獫Qnw9O/lTsIWBס$&_ScL$F)L.|b       
 b ֪cf|bH1ƶMu7ciø?F(
0%@&PsF9:y<{vy)UQì<St       @1F
gM9-FUd     U%!5ž/
R؄[,
C_3)<5xM;0HvIŨV)Ҧ'9vVTk!]B7jor*4uM󪔧ރy4yŻ%fx!JW>Y;xtTme)|>:U)]01cjbc}lv2.F4u`;n0hc`>9?NIBXxؤ3cVًz?,͓U$*va
 Mr."ӿ{-k
![4.m[֌{si\S    Bć,e7EQ*xov5&t;ltCMyb       
 ;C?̄ܢ0Df@{^
p7pTv+pT̍h~h~{l8dx$ڠ&<J1
];.STU~{<p#أ>`dj-Ye~1f4ҊMHE7-yrjU@g1%#t{"K2:Gdmg
     fp2oX%@oN`㼴VRePZ\/,QKvc7$:m;Y'ril y
-T﯐2fNf29)g"Bߏ[qG=*[0W`*wG53Ԝ
ƣnJLiME%7wN->BSZUlnGyKz*Kzp?rN݅V4Adz`eIYX>gq6\cYw5t{JacǼgљGu^#qQD#0k[';m:4h
ͫnt k>P
:CEx{\P   
'rt5AXPea+nY䄹u}DK5~~YJ2C-h\JygU5A-C{C{AE;xͅ5|[K.4%j4bZ{DC,9.C
   
y\.elA3ѾaL0Ǽ.䯛o&J+UUUl뒝_oJv9,e`,^ttJ+P%Y
IU8gArC]T%_PcJ,s`+X}\ThkYp'T鹴҅V'fJaf1&14jX
   )nCͣ!h?kIh{d        Ku_K]ь֪4mn%[R 
D,X&;;jbp˜xa1z+j9Yv
SWgx    
Uӵ9'UN0WRov*5:Q5Ʀ?)(\m-zbPHg:4H)'ݼvY>g:
 fp>_J3fuZ{!Ȝĺ O?p8,CȼqZ3}DB}        
|nm-ƘL\^;Oݰ*oSi10P«w2PRz~FoDZ_2J 
QfD<?3tbtOCi)MN<y3E+9!-ޛ/?zBt+"Gݰ&@D 
%U"6_xb;HŚd/l~JnbzIQ(H$4D@@U}s
uGx L3Uiߙ7jyÞQIQ=E&m]~SH.{
8ۿYjv]y9aqɡ=Kj:%7D$ȾQIʉY&C\/Z0ˎI2m\?>V'vdalEkAyYA<Jؤ3l=mpty{e/<
 >/OQ+m|fS:R
mrl.`kGvԩ/"guqz{o-zZޙ{1Aݱ23ʷdؗlKFTbC

TkO{r7K2(nHv5UiHBۦ{VsIm/+=ݾ67]%/Tb%J6sxYPzUA;gZ3g+aqS}CszO+D߷?'$
 /g?2\!HK#]hΆ\3Q,*|IXo￵Isi'E
cM.#ȺجY}<Ɩ]GU1kuqwOeP8}5
n{vu8>ir>ԓ~2VO:.p-x\ʴMgW_V+n3#4*62e2a@O#Ky-Gi0<]p>j
cXꂼ;Z]d0EWo`JCV 08X׵̒
d!$]nHbo`="ϑl!V)uB&IͰү6$mB-eiV     
  TY6UQMz>CJ$CY(a]2x5I@Z*{28L{ݷj  
zn¾2vݻiXlD>3$t9o7V
4
/$ɖmq=9e9VT@w/[um:h!g-&`0o:qՊ     
ڱF;5AƁ$^VE~egpc
bZ}ˀ׉sG)\*o^$X!J;Vͦ_`||F:&ߔ9Oq4e1ںBI`㷔3ϑr~y=IF^5Ff>8-zqMZi2<LFl[Ǘ'<=F_AX`$|cӆN
 @\u?feУ'?qyC!p}܊-Մ^ӄtg=tZ8}e7JXwqN
̡Ϡ<-at&%rѱX8עN96h
TNRwhEsyb/04xc;1#J>i_0$;4d:(`˵688  
a;`(Kb^K&8K,O'JGI#rIlw457[  
o^cew0oQy^M/݆Ǝst+b5H"Z(R;d_K 
Ƥ192FC*5oN~'W"词sVɦE}cVUk͙wE(ѲJT){ʏv4e92KVg;/i"K{mtIK骣ZyȃuHAC;XU9m6<i\rr@U
   @쵑.fAsf|eoເ\(*9l7GWɻG7
Ù7kqjZ:m}SmڬΆhIO9v?de0сҴ+u׫́$42o)R֤
 HQhKk]#suN]ZC/F{KYIv
h
#\d.鲴jfwa./Mku',XeaНq?9Gr]]7g1ɣ{YXåa%dzO$][-&AP`Xgܼ8Rrⴴװe
      
s!p.CHr$FVf?Cř;>Q8ǹLjodpGiMՇhm_F8v
 
O@QG@=~{sBԛWz'(Stc,-%?1\p}"n4>934)0QtmZ#

7{u'!ieY"NI+nBثcᜆyѪo|.SZ*S.UE`mbQ(:Yp\l/e5ᄃGggS$ސNa_(u^JiC^>81P2f]3kCּ}dU,ƚv65#CI8of٪e_ZU\C40XMwp^$0%5=չ!:
}z{{ 
wK[b/{(;M)I6uD9ygNɚlxtq|qyѸ\2C{ʿ3NO.FJ)ig)/7lD՞Vź_LI:(~HGL(
 VEق6/Cxh.c>'2zzr{@1/w 
tHqg~?%jS.yb#YJO^PQ<̤QJ?oX-ol?PP'A63a^yfIb&V*
  ]J'FB )@4r˥&zgt
Vq񨯻x<d7pG4n{t83[I9oyS3`Γ$YoI(Mkk)5VOϰ^:/3uKxP2޾,<_=pv,9T
@1=yz񠎵4q@\)M5V}Jedfɷ"Oe}*4A        
w,a<q]ʏT{` rU4[_!xj"N &UPOIꂸ8{Ùr 
^%n<#xvqvk͕T|DIJq,3L{8fK|Ij6Z^xä02Sw/s˴a/~
 WI2oM2c k':W>OM       
`*e*`9GzGPRMCxbc&-   
Ct+)j,:\6߮sbw:|t=T[L\.8EՊUy:Vo9~!L֯a]98S^p+1d+<.M_Wb<

FBq-XT`RDc>LDH4DxOaޱRUw!Zf¿i*t/q#|;13g{QAB<z_{ܧcz
 `/HxnfwP-O,Sg&
^́!W/0m'PCv8!a
z-3`;&     8#        
J|KqKf?]y$%cZD3KtƑ8Da-5QUDB@'IMc'gFf-iQ`uNeEIA(cu&yjOW17%~C0n
 OV蓮<
yٲpᑖg0~3)Eٶ|w%KM"o>^30O`p$J{bkb=.ΕlxJz!qn3oI.Y3-<8)*3tPC4wI\S8끭
uVȸRDӪXs    
4#ǒx܎\6k!Eo0@!PqDb!胄"{ߐe$8
1fssw`P2?iQ'pwnh1p      
Ⱥ\2OΞ"E۬~8.OD*kWQ[^YnʊZ 
VP@q_xNmD{?I5`&"cvH؉dPAr$L&3"P 
?<jƦOHP6D:<`s)& ('   
3h_Mx)p7p%ʤH66M-|G-
M!&mR+Z^n^PKMz#^y0zxH4I.'XJs6A4llw2kow]Q.Ϸ@Eq},߻On^[
 
Tl'*ݜZ)C-ded}1?$HfD'̗ulM}"Ov8IAe*+΍SJTYl(HZ-UUaR+VͪmnC5E"f)װ=b~i>?tayCϩytҊ/o~PzOSopA9tG>W4K|mY59I
   {^0/U4¼Bg-H$uscb'vƌr1t6aE>HT9'!0}b.ڏ
5՚   ,JaɗFSꁋa@*LC  
ӟNRf5ٖt^u=3vV&O$,b>        
G1U[(6DڂiCzCa'mA6j;ANWw9*,+      
;#}aN$[A8;oWօ}à
גTx4(n4C|&Qo+.zq}C،B%aJ8c_J{K 
{JWbɓh9xǖ/XcڌH7;y:)m%"Յ建iRn">7$_V $le
7Y8eЗ[50rS5wMy#q<-:y5c>U;\(mLEC[ܹUQL3hk&'Sʍf׹w{s|umi);sŶ<H:|Bu[=fŎBÉ)[LQwa)Z[uJe.aUY_1d}a-_6f?*.;<)z^O3*xy=jEY`XsF3<Vleų~[dv.E7͎^\[l[M߳R&Qڽ8n~sc*jG_GyެF#XǬdzNgl}1{
 BBNYC     
|8ܴ;k/jC;궁/JJm$(_YqwVҟ]S3=1IuGqQ́[goC|ZRoȒ42Vl>ߗ/srF]6uhf)Ġ#)Av(ZaJf9+'m--J3s&KihB0xZ
        j,n_԰ 
8Ն~Q_,cwj老&Fѓ1w>_ZğQ;$-ۮ) 
ǻ.{WX"5}<~
4H$a6uV8.O~)ኔd0$Gl),c/&m6tC
Kdi?pd|AF7Y8*gJb<F~f̨ lQ!DJ@8 
(cL7dظ'L>!0=괍av8H:4#o҇e4CNYSs,.s?nR]C\?{/<*#ɩIi{:o܈QʃoNۛo>}o:5g
   
nd+m4"`Fq<Z(3)O-<0;7dgNgEF.hrl<}ҪGʒJ̢?S&g^[*ԃr/3pnصۇ{Oz'=:e'GO㉧8prvxv~+CS9XNGiq~O_9K&X4c[<
hrsL?/C+漮6i,8w$Y_]6.>yutqvR3g
|Մ@F+`jNj(eBiQ7`iyRBeq!0ky+nSa/׊!UaSU(ZUTLQ4mU)xUfZY1_"G?
է
ZGмd0(fa#Y[0M|9Kuٝh&,A%,6N_޶:?hh@ixM8EBZSp|
 xYt#&j~4Jŋa"8(26  
oHg\m>hGbt$}<eV^9X{GKGJ!:n`8Mx$D;Bn"\!yU",/(F
 ;uIYEC`jojZhZ9 eM
'<.PM6]qs~t"4tkL<SluT+g.3/lVVK\gV:Tc3ӄS`5vM׃
qH:=t%<_>UBEwɽ&Q
5h[O*:ϐW3NVHI7Y$`hgh0v
4Ysg]XM;B@W)x`@7"䧟~w
6nQlXø#< 
-`S_RR팆U-S|%@!i7l$#9(EvWHt{q8pdmmgSfF(^D߂l8ykE׽7PX2qP!G{ZhG
 
Pp1㖖OqulD4I2X٤6*fh1#/S5>ruޙeeJbN?3=+C(
 W~Iעm(wbr-7`f 
{{V.$QԎr7dIqݛM,;ʴ{B^\DsssW.r)3Lprzn|˗i`w
 Lr`gc~I.U.+BEd<!c<:ME@XԬHG    
24٦AGm39HoEi*e5C!PE0+``6wNW2W0/R|o=iIcOǧ772ΒT[{l9ߩD[!`jgeҖSP[UVŤc*&k`0;#B<)sFZi5[
[WC*5>tHoFBԶ׃:(p_mgBPtIfo@)\1wvn?/!*A?uwC,Y/&D
   
AtqKN2'Y\Udbvg\R::\lM!U>\m7Mʹ=Zc:uW~rf,6C"_uN}0;w1MjIKnR8*q%S11]$0p
XxxL8_UFz=To" b:H? ]
A2U__XjgՆ<yוhˬ3f̯BдCVSD<6t[2([Õ,%wެlrOBfd4hon=r
BEƸtGmwwQLiHG':;IjYo`Ku3+?
qIz{Sa=&EetK@Gg8[rgM;;솨+Kk`myvvF>{x1%)W\=w/nزANi8`߀xQ.m($QvsIDi0LT$Fkz\ࢥb
k+ec8;TqG*L{?vR}Ґ1gZ77@%gl9ƄqI4ģ|z1GFęۣw盫l޷x{RbrGa"#Ck0}|EE!"[QI$ҷg@fRhXN;LHSJLWx4Izxhͮ$PpJK9ILY&6^&؋dMKC:2pPА.|t
 ^g[RCZ}G졕 ?lY35 
PSmWA[-:j%!d|,:_IĺLObи88{jV൦!
_u&R+Mrn9{,$b774[iP114%P@E1h&Håc`} 
1nHb0`w7\r雧lDZCyAԬa0+PaL6J(1jCi)V^)!O~?&R+"Lj$WD)]Pc\_$CA0eN)ESWcu'&VˋO灀@
 f[?uG>9x|'vSlR[bfrf@8xNUiHcYA@=V
dh{     ,|@t<QI1Yq2f9x̸  
c3_20dpBsvb٢n fhgπ=,mo"!ݑ2kο
MD8ߨzr6F+R=B)k*)9Vq@Ⓥ,)䰕A}fK|~`oKQc$AfrΝQ,O~2
  
DIN|"1$=SBh(`¶ykQ+TFcȱOB:>@QNxe؎qjʘO$/~e=tńdbg銠guݽ7[
 s0yohi\|
+̼/$^       
ӂ,T^B$`'ā5p?_(%gWnQrW8xt#~Q}hF.=OQ
 
*"!
SO]g2.tU 
rE8H#˽22U!>a^rLM8뱞S%}nCqٻiBIMP?&0=,HaԀe95
     +
Y4Q>ȖgW6"Obvo2A⓾4-T\fV0DQKqC=,|%UQ2g(:
Ӵ4WgK},_~<:Eqn0H9# )ɵK7q՘R3  
~d!a)?TsR3?d۬m{Zv=xv,Fg̀!vvʘjE5)IsP9AG  
48c=##FD`RkGiA]J$M#6߲YOd
eT\R
QiFf4gȹ1QGoj4f\zziOD_>֒QS
tT'>]Q '7/z-EK쎘2H%Hd@-G#FMo-ߖnQ 
%%zkˉHMIf,ccA
xI̗y'bFKt<DҘq   
bqsz&LfMSY{+Ð99~{o_^'FSuW*'GsT=-!"y7By[a;弌94v
=\IrçۓиIfB.${5Iu
%iHbYf%21G=Ī~n 
ki9%fۿ)c܋acZf#l;j5rMFzUO>oviI&K&e1@nL7$I߱X)lH0dM:ɏÄ{k:ûSodces`#c1\{mȋ--35eYg*G<$(֫'8hD"JĮq:uӑf0Ql*Lƺ$7X/Ҟ'+;#:
 
^;]@I^R~gѸy5p[{XIIqYadd'4)S):$eJ2,QJ6D<h
Jy˫AO~oAp=n"7Cqs0=S\Ek,!jޔ?{
<e\HghZP|¯ULL`>~3qi`
#=V6V,7C">oӴn!C*.Hjaӑ0iѽ !_t 
^he+T#˴߼~rT#5/Ĝ'=htc|FCs^g'قVnZd(CF,nI`
%}ۖqH@*dBhK,RvT 
HwwcOJ<FeuԈ%uF!c&Dc-#}x{z3(6LDʱ*Neސu
      
U:3fgߎS3aԌ[Ƶ659Q%_qOtߗw>^6ޟ]]x'0hlU[.h#ͳcCͲiKafJ4,I`c*,I>MyOu@#EL0Mݥ;-jHKO/8Z:CrBPpr@]*[\"iuo(:6n8f+˲Q
Dz`ݬGrI}]9v[WAeVuyIu˒1}]ъk6"Oϭ7U)Ӻ64}gklc!7lQ&x{IjE7;~G.!CG;8H8MSWrkDZWPؗA$?(I")94lj(h+IGm/>ιg#\&bu"4k¸GDbǼ3uE
Zl
9
4cߏ
adQ 
-R%i[@8M‡޵cXIgsE:)?cX!9<fn2t-pwk@P
TkhUֈy9uvR!5"W80þaFA(    {z阆
Ptu!ž;aIT۲!X+|!6n0?䊊ߔ%0%JC}M,2PKVԦ.^20$60I}M\\*Ѯ[!u"56I]h9({c2Ujܘ88kmxbciX)t,<#EU璞"
  .j2M"h2p.6ZGq>`-ww!$-X{Kis
$4>CwQÝ#vG^P2*߳O>"u+q3[巩ʼߩXRf4OGꉔ
0.zTh2ӻ7ǹSC9[|*8
~l
N!9T?ˁ;$-n9߼7~#|<Ii?7hud$*H^lT[Tep9E(+^\ʼ`=`BJm</0e=ϋ-C]7h~]ݰiV\P&s#|wY~Q<}AQ
 
+̎FjK|{Gu*gD{7ZcD̍LlC`*"HKB{zIye۶xAڨ0vq5ny%#_x`9ڐanz6u7G]F˪SOC5|A;!hƜNG=p*jPH!{;'d3MGjGn͸&esN
)rR}W3;fL%J'v߾~S-fV4?͘Mڇn2
E/苈ȑL}AǓ#ݗIr{9H.{l3c$>fuHJFmD!k$}6HcZOQ82Yi+[?|5N+SgzL^؉DYpFhMxJ`{ID2FܖԝZDhb_4|6)"{F7szKu]pǁDꣁmGrQy=Q<o~OAQHvv6Yv²
 
֫8%OiͻtԬc8P%j32MrmP{<NKnMMs%z&j`79E5Be)D1?'!i"ĈY/k
   }g>6N-[| 
ЋM!<ὑ5npf*&+=](yiF-͝2\<Dwz]_C0UgnĄa\,{Q(לQ7ȇq
p=ؠ}>οx;Ķ]z?=u&uEŬ़X
˓7G'G'4G8kdWKIV L`;oN9!x
|H4so½6z'M`7JEUkdo&O}2 +7ݍrH0=;e&S;* 
ڙIrIJg҈5Ɂ2O-jbXdhP
I95qA#T4R'JJw]YRbyA/*n#̓ܲhN̕6Cc>A\͏"R^
$Y7:NNn
1O#Lp̜sn3KQmmcy˼\ciM|vF$$:rj7q4TgeN[,OE\VŹF*Xs8gW7*ʬ@Jt+I&>^MVL-:TՊ0`JU,捌z_$3ϦY
 ~|Wu#TxOvFvFi!RX)s?2>S        
9v3gLnbl-dkJaq:ı8=\^*ϳa-^]FO`D"Es
3[|A?*:Ϙ~FD4`4aZ@KY/?`cn3wZ 
XwB+4W( 
i}‹~mƍTErh҅fحm#7#z>]'&9
v(}VZkREx7$   ;N=|oWq.OQ{3.sAȠ[2+:lig<OI,I*l[|rs1'rwa\
{+v831pgeNr`9Uvƪp|bsc%C86w2~/\5Imk~/c:gW7Lȶ8vӛۭLӟNo9vql39
Ize]|X+iF$lqVC+wm_Z[O8(ɟ]M3A
0<le:=^PƨcK4>bQns4cb.B*j
pX\$yE:9d3-~3SXRvK~3X3u04Ereb׀b6r?E="Ά#R2ɏcJe2DRbI%p8R1gD%fcfˡg#l+]F`(Vh됿h[r:*k"*8-3ڎ}=Q&Mُ#$O;Z^}DGY^ͣ#nh/뜲͠VTg"濛hf[M,"ZC$x.MA۟MͩnSh`b`"<nN30d$jyw0flmP~}2w.WdKx[[s@@&/8S~/ݖʯRivۛ$ii$m6:.`:hn(Gۿ;Q:$փyLzQ|h]6
 *n0dže\䥂BV8=l<ZNΛO?ݞ^ܜ]^p02 
63Xmq]t>Dcjt0_yLrѶ˫f[4OnfY{L.r:LzTaH(R$.A2:)e8jډp2Ǝ`,%UfV7}K>9>5$jHFoOѦhdG?m
 
(_yqwV/o͎)|7\ۺOZ^SZt0Uzkxc>G^1y1~WʹX5qCI
 &gS?5   aR~ٴR< 
rVs+̉#P87ؑ&8
_Rh[4A:د"b)ΐ}9P\߼~j/7bCxǒ)|ςv{Qz,-zl|mRiO
 gJԪ5s 
8⋝EwߟX9.h@Q8(t%v\+RfT68u<IUuf9%ȅG7O7&yYd$gF3/pd#
    @u֤m,!Eř!% 
f5gCrTP޲.yj>Ci#p6`J@XL 
^$Zfx31̷36H`'\~(6xRJ4èN?zyj.nqiчm  V5      
Ŷ!ALLue:u MvzNF<Mjfs$Iywh|/#>y
}ebqdp<;#gYC>d      
b3ȁ/?]Ef=|–NIMLw|.'39k,[vԅgÀ 
b=j3֗(Q)H}DqBqDT.Fa6ieSWF۱`3kƨ1"1"s_4STng?\p3-ؚ`Es+쒺1yC

gތJ$P/qK=c,1GmI@O-7,8,zJzbQ?x-H6@.Sfp~(1'0h-x>y{$Y/|И[!9#kM3‰9Kۑ?v'ϧ|UEiw'-0Ġs3pAE
  f֍%4Džr@a$N_JK9x1fKDm"umHF2/Z"a88O
Í4:0RfLN_X4YgNۦ9vU3b/4%]     
aFlI7嵼XN4(odH,pxv>M{Y·$wkm|FenL#>sWObFj[>v뿛6f!!g$LqG?N\PRzCX%H99G<8l~+-*icݡOLWs,P<c_h$Lg}OFm4fOKI1jEx{ep;S3?sYLm+aK-c</)|pY̟k٪屳MxUݲ;$

ar)Afn~P*͏g׷'gp2д]0AvS'gX{6;&aȢtۅ˰?xX{?g(WE))@i2Ȱ=/
S(].$ɨ;˅
CIb1`υ|…6@烈w'd`}J?9(ę3cNX_+FnNg"`^~aFP;
        ^@? DLa<@]'^(Ds=aV"3㎮ӦF{9X00a 
bPmy8qa3SUswZ*Yb8#ɬrpm
|CڹPZ!1`5y!ЏN4.ۭV̏&|51fQHڜYKisdT]A
 //GET)>J,3e&w'(_c]-hh|u,Ca=H{w;be[шݯ< 
IwOKC{nyj߻ՃF#ndAe%~h3"-y+O
MB^DG̙;$;Kn?5Nڸj
ugб.Z.)aTJN@P0;0rma4`'r9aDeRJMpOئlT<vE9dfv⫍a#?Ex;0J.v6L"yd(6h'yBfҦ4?lhD21Pv~y-fqv[Йx

3fP*o#e䎑u8\rƂ-Mgp;S)fWR+tiFJ"52;MX]p^v.F=*OfVW%3npNcԱXd(^b2k
ξf.-9/)%4#$b.ؿA>Q!rw6흽cuUďsѤi[(EgȂw.       
pAJ`-zr["|Nj!(4ƀ&~o?g!hyE~      
-1蓪BTq=)3"9V1[#m8R5Cp佔)~97>`>N2#oyʽU"r64>Ļ\ʣoKSV>/
  ?138g{̈Jx-P3^oTBG?=M
x=ʋd:i,4$v<DswnYEFO$|ǚMeyaBfKWݕΤqANtFxy`k@SxH|a1VtyԮ~9M
&(M8f\+Z0+Ke2o+ug
gވx06.hq-f=n-(ȓWmFC[LbhE0ZkAybqV߉f5xbN4`jT<\^
       o$5M/8    
$hDBtvӘyܺ{nnQ-zQ0p@`WG6_1      
jR-G)'Z$GȁDügJTf    
o999pAfb0DfζgxvsD(bT|q$6i+xId3"Z>^:j0gOVe+O-+XȄ5ڍV]'<
 
+23Ɔ0fNgxVUc,v`"1V5ddX.yl<)GB/YE>`oy3aA
       
t0vx`aʓԄ)ʴX@p$H""n>ͷ3@A.aT5JdR5"k}pOĞb+~gC&-DJrd͓դZeD+._8[̡n
jk|Ս4}#[$2
JKmMhe+㋭1SZ5ѳk̴Ԣ"l!<aEb0JD;[2IO\S&@)LQ0w>IltR/_gb3g<DCҨkjqky~c5,?GoC[=̒3K:9>vgPFk@&w+NlgI`uH4EIP*خo%ŋtz'9wW%C4nΏn>d)f(
6h讣w7nO87F7!Εb轱yO;]@ۆWa9QX<=Z
2$ x`ի{[^ᄂ[w^z   GQF@͂kn    
o#+Ҥ;]7'?/'v_0#_?
FKɡ0~o؁%@~ĭEJ`#UTe qrgqNFs=b̋1{L 
n##[QJ=µd%$P6  JZVB'IKBs}bxĊɰXC@ԧ(
e$V"8LTn=NI6,܃vSl#MXfEwƈI*-!#jwf$'O1؜X挘kH(LK
 ;EF
2TFi'FpLeW8vF5MN~tOGX$O0 
ĦybZ$RjQJ|<v`2bR!As,"ZI[VR
9puK}"fĤBgMLGXڽM6Io凈a4{pIrӫ+T`?y*F&ylѰhH"6DqpF8!LMI͢2iZs~);֧J6
 
KDłv9fbJv+|9BR4eQ~1_Y!_]*Z~2[@rftߜw,{#9ə82e׌N*X5`B>u*ZAaDKRzɅ/Ly!fJ5Da4*+ǖ
   &*Uƈ\'FZh6c@*_$        
ê|Gd>N"@nCU@>1+ʪWuFyp"7I`XXՎ4+ڰAt@ 
>g5qO
Y{54${6pbRVf=H)bֺN#AI<?1S+WJr){յb5F&8:zA16/5ـlܟ0
b24}n<ſlK+O'0(?a^ʨh=C=xor! 
>oZ9|=OUn;ey{pgE%n.܅We1LgLr`ĺ`m'3)ZY7%'1z)0N
،x/8,R\`_ 
8eQ%Ѧa-L;R~84hC9ͶԧmAıvWbz_<z`' 
~9qX"oIOIFE>3Dp&=Y{:Fϓ|2;lg)ЭnH܅I;H
'@r5h蝢lcVupa)/8mgl}C5%mgB҇oI|_Kn<s9Be롺0ua22Q&wsZ:q{"QМ?X=Z*#w0#.XXښikU
 A}ĈoZ4?"bt+IKpoK}|
D76ctwr^_aM2}&Cl5TJ!fL!A%6Fsa>ވ˩483T2sib!}$2FsUj1ܜ(*^bÈH[^Ib=iDt=vҥWzYH~DQMma9/^Ɯʉr\܀*1EdB;@Ӛ؉l*Q?5"eaF6:W,$nQ3IcKMY&ؒ!.=F;gjOsvxdiz%i79wˬ:!Mo~j
  ۅ¬.[>:1m       
aMC<O½y3}Umj̒٭Yzfɛ%og|;dwgf1؝93`wB>Tu[^Ϻeݙ;sfQۛx!*ڛYF!ݛ9r{ox%uO.ULE/g]zvћEog};jqX2PTt92+As-ٛY?og(sC~SdIW=t:"I:(W*㇖E{ˆKzT׫HͬvZ.S_s3k-5KRc.51!j0b#$tWMvs;)ۛS?圲Wsʦ&y*{/rqW,|9ۑ-֏FȌR+d`'Fd)X9V,H(
zXdDjt/GR⭠<0͜D7
LձһE<jC
6y1u'PYؠXS%#d\Krfrd.z(br,se8Cؙg#&? 
G۵cC`m8EKԢz{!^!2.jnd A[a/q
NpL9h!q02:X"13j]t@GDN܊anlW,g0Ɲpz   
ÊMt{ğ07=9hd|`c
Z#BE`.+p"xFi~b`O5+i|w'e8w7'l5~.6yh#>qé%ՍY/v`u6Mb/ŪE|*1pZa(w)v
-(?]3S?ʰ<MV^ǀ?w/KGڤeMqoܺ>DD]W{U1     
bdȘ]t|hjQ:x$&ǏGNR/lD7Xsү#k
5@7MgkMG.q#%,`s4>Y]񢷏9l߯aP 
59`#Ŋq'{5*p2<ȋn*cl4ODQ5=
yL-ts{}~|K|r|v=&]?}w+xN>![{1-H$cF3w8ݮ
SXGo`&-"]eE8=l+:Ps`R|t0    
\rвAMq805iFil·G7&W"^Bp<㤿DF#״q&"nZDŽ/!!u$y^%h
       
c-:[KlNثMΒXsUcmrwQ'_h#o){]ȶEɨoi$/nh4O85=V:6IL_N,)@⻕iB<fo1լpI&
oVܟؤ[}(81HY*x~ƅ׮0Υ;IE<kƕq̪QvJ`8{^R>z1)h4l*#5w1q­ǎARl42/m9M8Eڴ\E:`E$5
@8nN:@zvśo5륽o[whTEi (~ 
4cs(|+?p9p('5,2(eMZ[4
/?,/^89.9Rpb=|מtELcUhm$qKa DD|
ï9&kWhGi[EQCiHnգ#!.h6)F譗D7s3S
m(}xu[eǍZH<b)[PqcΌ3L%Z2
(5/f]3^?QD;‹L88ݱ0zzj{L.3Hе@B(m\xC
q]ic'1kpw
U۶nM87iPvVۉ~Ut05TPj1mBf 
n.=e]_HP
9e*QӦ^]v@Gk&^*j5X8i6Hn^Rm!TP&9J䁛lBC6^Q
~p#}>ti:vUVԺlHsciӔ94Fj{$iE3!ML/',o        
9FFqdV@lIML6z5c  4hiZ_!)SH2[A﵌;
wǟ$)=p4ҵ2zFf˖jj       
BK}r~nF-ՠ3އq[e髯\V8_,fgƠg"s 
pCU&0H@iwx]ts1ɺm'Od#*g(W~h-緒7G0Y.lT^Y+~?JC`8–_G~
    (X
f+s0|I=bVT};t_!/r
uK@s`l+Mx`[-Ɓ,VFt]Kjdq6BeSrkbym,.˾(rlD#]ΤD_2~q)

UG`<Mc.БݰIgJm3sxӞ$Mn|EBee*LQ5im]w,)ZbfB
     !GYgWu'\Tž(cT&t&d!ٻFޏ   v*G|lȀÃNiȨ
m3TS8͟UW㤍hv-IxXy=B')3D$1zlDQeY(8ʂQ״C
     P,h8I3|{xurV<'4Ʊt;%^1$Y`24wWPկ>\^zY<x
Z-|SȬ̞Bb^L   
.Ӆ1|N9sR<zmr;k/i6s׉Z*űfO*.Y        
4Kaq̿@k4_$6Y)ZK.|'j$9-%׫eUKǑ-P+d    
 aj+`I$ae|-aeJUdVdZg1_       
,/6G>b#91JQcS!B{1J^;%ɯ2=trźF3       
Q[#E1,Vre=lH\$^u,XL(Nmdi$J8+Fc$m`OPl'20~A]\.sbuu%Y~ºwW:aBG1K*soS(RZWw7oK]X3K8{k2N#z<MP
YCl9`xox$YF[&2X3RG
pzyqY\|09aӰw2=b&VcO8A/szc]ծɸ7v}[8)\0%X탔[(Hh:E{ֵѐԭ.;Y$_}ھ<?;Ͱ+ųf"Ed`$T}T{0{_jEE47{,cG
܊l`\;vhZzV?MO|OR|;    vQف߆< 
+u{pv\whHyzm(&$\6:΂XBK`6VoVĆ;&faC~fq=M++l'ح7c/6$LQ{`b.+yأ
       @N&:,/J:g.@K?oExI}ɽ!>0cGӆ=8
~GOܶr!VׄT+ՊFyuwXwIԮ$\2&qR&FjOsJRT\^5-U2Y~}Je<^,7^Ż&a#Ki+4ނ*OET(#>j;EՌgk-[tqnsowozw<:ݦ
,0!\~,lQ~A*yBxa/FكJ1is[;*qJeM5Xn+4E[1Ujؼ|ې%IQCb5tVHhϭO%R,8k@N8:ܡNuhhMMUMh^RB)s$j)K2ku8UbcJ$l{IFF!
TYxYu}ɛ[gx{:19yִ%qY/Վ!(0:G<ԉq
/4XQ;\TiKԘ/hd   풵h8~f4\.elA<{<aFD?Ύނ
X+1gUlR_oJ`Wk^4/Fؤ;J'       
FwSXC PU
FSmFAfK8P-k<4[/x):fu&XcRu}NlF*"ށW
_΃(kj9TLUeP        |X0(        
Ԝܼ9ѥEf}cQS
cԚ5SkOZ?jԚZ?gDTd(V{?LེS       
(K2mcd0na YgճSN$K>kq#z$q)z@
ݤ6.Jp,>}?z%}poq5uϐzz<|4_6y      
 |H?
$`y0&!6<e43G-3W[@,(o$4mcm=!`>N?\#?9-6:{(7}.;
 
">8vW6͎LQ3j6c,Y<eYW)i#hWbvrvK\([v^hsP8>{]i7#6|nʗ+TxG
 wFO3Mm6~0C9>"
*׏j6,Φi:PaK@{gbf_ͯ_T+n6 H#Z0
!򙰾zCɴG[ѿyC-nD       U]e{⼰JF!|425^&}! 
"jAgp8wlP#*ex4y'f`ΰך}P0<AVI{$èfW
 l%$uNÅܠx^x|4.aVY
گffT.-'gs8EƜ;YF3U0!0ۗۍKZH@w$NE"zo/Z84߾2-eE=Y#?ӏi]ۗ4r/.$JKTUj1z|*G0끞sOf8'UyI/I|eAjE5tF${uGY7Ba3,x$@1rA4ݮ3~iQes
   )ӕ=ѪFrvH^0_F*vgWfM24cA'
NݶԐC` %GRRe:d2pv6ڿcR,}fCi<O${?&=Pl%|#ّZ
bC'^'"<m1LF4s!h6FIÔS!x'bJ2_Ĺhޤ_yr>)r~~vO>mR2xbf2^K{x+ݻf]]^^+c8fJ³zjZ7)Elg)7bJ"0V)*,GvAƊ\m~dғndЏw?q)J3)
 5i(@
DOoӒ<°)̄KG/(d    E~3I)
QXͫSA.b*`雓s#9+*4էUdV10"?ttYmc߅K^(b/h},)Az<{W/H׽9[>"Ur>"
  
1ڴXlFTdꭗ=G00XY+v|0"    
oyHYCRqf0G|eT9k8Pp-O/P~VJ<̩Cg 
޾;Ai!
BЈ2"@[0<15,/mѕñNN`|2ɛ1]ia@d2MdӶfy%EMX&a+
PXm䲻x,fP[7'i@G:I&sܙfȖ間v%1ƕ$DƷn'W!PlQ?nD;2e2ؠշG
 dgj7Jc@mGXe0L9       
QCf}4iXϸh(tJBGfwFLUIgdꨯ*MKM 
k{!`m8醁C# 
I;|Uk7%̟0{ȁhMa[8$XآzaLndwQ߀f1\R|6^4^H\۶׎Z}wcwYҖ*2:v7>ݞ\~mqr3
.F\5^=݄}pE#
e_J3<t˂66IZ
~mn>8M3I̒DjJq_IzNZss8YHU3       
ח7~l_~DI2VZ{D"f#Y`
&R6㜑{
ST1` @fXd%m  
dAa"w!~ƩYo"7@l,&v[!)a߯~<`W%z"w#T;p)}g7>ԃ3beS#UFv%t>$UQT:yzDMH00VfZOWYG7Ow}_dt6;G$bW>9<IciE")O2(UAqr$Q)MFLpXBFV7ȝ@ه9]E_hLn?Wۓ!"JWM
 Pr^Q.\
v,$_XA/7y5h@)iRl&6Z:swh*C*:W=W8c#=cVfSK`/9
u>-Җ~^]x&&t}2Ye~2RF?փca&ϸ<hF<Q{<m5@`Gi$KB"ҔYÁ8$na>۝]Flr4Xf;Z2O;>F1&ovޞ
JHXb#k\Vlew
H~WD튆-0`Ho62f~<ymiSњ0F`w5ݞ@ٽqUBW3F|@%VDRR0ډIL\lXbl!y;S:=x!S69ZL]qQ&IpJ!O܎_)Ǜ/~
 `       -FlѸ uQLk7eGK2K
ؽ-#}/X?O5gaUSJ%9˧ӛƧ3Q!M4ʇ[B<ђLqŁ8?]$6`%J0#
        5$xN`X?t+y?X]
Bl%ـ!cϛ7_vI+^mw=x_Ҭ+qHg܌|Cl呧۬fͣ_e+

bd_7x+?SRXgoj&;3<=2Co>\Eb{-j0Зsod'FaKsi@5VJw5)LЍ2Z8?Lhфf:lMxh>BFl3hx_immqخ`BC|,[Vh>A^ڥA6 ]ry2ILRr$ɛ`$8
        @$(xz[OmZ@x4CS
r"y{;/-صPz-6nwr}6MaUD5}tx'}]##4gͩpí2ʦ=
 
8Y<b+J^0')ٰx]C#ѡ#!^-M)na_O-Oz2G6ƶxl:KT/>Bm˄۹J̞~kՇ(Fl#+N参a|Ҕ
~k38Z){E
mF͛~F:qF)[~<mB6Iu@WjFu٪@hЏ&,pćзt 
[vmz,SA::
:8nmeY'WRiI.$qԩeIY%$'IPDD,<{3xk 
@R=Xs͉x/}LV
ϗƴWS"9!3m5N1^o~7w-h}`2<<HW5^S8e)71
  6Hs 
8tD.sw)R+e>ɥ!Y!T=o>3.lwk9%;8K+B3*.g>Qw        
pzp;o7)x
+Tg3zNp8uӭ5I9F[S杒H"U"s*Lx%7TUș?}ܹws6GwRTq`Vz5{ӿ~VcY_/b16KmsX"ܖhrnZH*RW;(6!>|tYG,qѭ;gƽR&wJBB
  v;4^+$9 
KZar[nCƿRaB`Ak>ˁA;fu"dnS3ҵZU)Ti:ٞI1`Fn튥._}ebn7feĺ"d-ũH@XeaE`.ThG;ڳ<.qqLJoKA]M^5-ds۹
        h!Ylb‚p#p 
^)v|>fE@a~j֣-nG@]oɖ(,0aH##3_Q
tÀgLkEC(W(
CӚHί^W8()>u]-ߎs:9xW[lEӑ  RN>4y}
A8mtt׋뽗!(M~4t%LhU
qL'cZ Q[05:9S3Ϯ֒syo2\ԶTt08aPC 
ω8f`IFq8BLMnq_>k+#9U[o=tm<zAЊ#*ZA(c=OwrJSW۫<2yD|o^=V2e{0+Iw˰&1O`4,?]E8sR!]ŽӪX5_pbL
<,#lh(]c^qPX2z4_זC$7|7we-վǂ˼Qd:zP)G^JHI8q3r7'E$1:.Saƪ
=2K&̙_&.Tg:Hoչުڍ.ͿlU
п1-۳c
N|m& <Oz_XL%vc+p+leStst݂,L;j)竣3zE
AX?^sM;.JX{_'#f(HitGw9s(ۋ5CRBEZ+a2mf(DOCu@2+ոJ<:$!h$!#jF)Ϗ,=ۅOӹI#6OgL2W_uYT9
        n&bB堄]hts=,b<&c:8cF*N\dK#f6 
{_PI)(t#!ukp+1#IFL%}RD_
\?ƏL7SswIw3'm^tじX4{e:d8prǣ 
mGђ5@&LhX^C1%nϮʬ#D%\Ӆ?kbۭS       7W+MV    
Z-eNo'gǦ`*Y-Uό\:cvNphp-_'€}*t:pK_$27ڳOi`\~o
>rM"&n\$JpZuQM<oHd~~=$'fD3<ntPr t:MD        
GjlgQ
IgqSAjRQac*9s+h5Ͱ%g3~)L%J}ơCa/V 
mijyy.fbQY1d)xN_|tgO_H5OtkHV<G+rK52˩1~`kDVOޖ@I2)B%ƛgσml'e
   
6.caBФA"\\qͶ(c\׻OL5kpYNSb,t.D!5r3*x!_-آ90!*ypz&=ĕ$IQ4pvܣ8cdY"O
      MzBt$L+L
vCo:QrsQIԹ5(|͂8\#wט^6bl{@KWk0G[nmi!o8X&]~fjĂiϏ>:9n]_3
 c}
atTPmUO!9sZishhHrB{
x0V<?FZ%q5VgQGC$`1QLv#Aeѝ_R
p       \cՑ:9IKKu 
xE)koBx^v`CmHcbY/(rRƮ(„Гbͷ'ek+ 
ְpHGS6NltNdkuim=)2i'Cܮd>m1 
OCq3%0WvB>JIw!NPl5=,|/p?IezÕ7AT|x#;et|ccH̦o6nccɪtÕ7<<^w1ubA[dEļtu.(J\j
ž^ʈttw 
R̉:fL-@bw"Kvxd̼*/ެ2\/}%i.(SDŐe@ņ|K9QCnC;ba٥I&yElkJ}`s
_jȚob%qJ)} 1`!r.JL}OhV      
}ꆷ:ׄjb͝;:nchJN/0-sv)C{m'ٶ1ԭDuCw:lOG[MS煾yGO^}E%iHNH
MHS0LPt2O FqR#y߬vp/-{7tgd9Lf
~:>95-#Qნ'&&d$\­s;      
͛;Y<wyocU:rijBLjI{ht˓%}ƿI6`m4Eڷ{o8
     +ZKQLJ1^y1*V6`nҤK:"dD5'?_]587Sq`
q<}>F-e"&-%dMv{mCK&&G!{;J"ݑOs->0e
YvwFl5smL<t猙gݐqn|r/c,̂n$AfMl쒧^]aP8?j  
     C^e2%ɾ$x9M$#zA:M$ K        
}eHaV^<*R jݶ)
^4$1:|uAfJTг#t:zu4yQm%ҀçUp$HV+mT'B 
gOh̊Ӝ2Dy/JMLQ/XMsWLg$?վ'lt˔!}qPhk֪)LPj)״мDw}_zݢЙJtLQO
 tgD׏0}lSǿO'Ŕ85,v/DaRŇA{z?ղd\s{έH&G 
     Puj(36v~+>z)XQp!>+''6
:q<>9LihCRs*!S3q]kLz717>շh4apMt
:&>ɳ+E1XĒ2ÐD3A%=
Rb,5( ԓxǺ'^TIgtD\]D+ª"d2=f~D.{~&&m 
L8|~)MzB5Eb/x\    VpjuNwht)}?1
^}ͷ=jvOS]Nre65
1/lg҉ӷlB'A!\$սu-,mкޤԁo{n%bD5ם,_6Yo,_g"ǦXR,f#߄Od3آWI_kS#]ήQc}pzcAJܵ/,]"%
       
Zq誽VAA'ؘ[շ__v髑<lekwI|#ҍx>k)EkU\#\:lAP?iߧD[Y-U\9K=Ս5^];8P%rKӔ(H"Uj5?3j
        `cҳ{hVG)UY
pv3exLY,)P2I=em8pY!fW4'A
RhB?94^}8|y#5
OG
p9lhN몙i=V+Rd]/SN6CZ8D1h*|'\Sn͞8m2c5
-!
OSv's8OO+rzP
mMNe54m1nqC
2(pMpeeoE?MwN})+ldHw]]G|cyq3       
Qͫ$9ui~d,MHuVH8{8ΎfW<#4    
Y؀\I%&{d\:g$D
XɾVxXз><RhރqRP>'fc,[tL?$҇k5?'i)i,x>P>ƹ1zދ$͈Q*&`gv2*
     )c@j+DQp<@hRSi܁T!Ɂ0Q^Q'Lbs.Ϫ+.5TN 
]r #!ƒKRtCyg~$`Ab<xl9jk-S~;wQwF8mi͛Wߪ
oolMW1q8N˦ICEE|,1$u^7   
#:xxyurO~xnj$=   f4kXõeTmP [{>C2q%   
 {LGC|rOaKk~:(8C-ApClCU#dG    
XFZ8'g[~xJ}ݺ<a듟MQ`;BN|/"F<K`n>^Ɔ>-wa5MCL
,%XpH$N=T!O^^Mxa)zo<tΈLGxgnGu<KǍ[=WuBu 
3zXP_&JhÍ^6܇oyUzSBnMy,[so<
aלgbMxjiGb\dt
GneتEcm 
\4dg(߳/D^8c/jv}J<u;_i\xurqt~v}<;9n,0(TsUn^/IQoLz͞%CWs

)xMwϟN_:Rj31NŻ'w//tݥS'5-vDҽ\%I@6bQtAc˙R@EW:NW9Yh~+۵ݰy5tyMi[lc^ĔC!T<msvO[v7F*M#V{2_Xntc(l5A_8(t:!əK:(Bnq:rkhf}Z+j^c<͓DC
      
ٺof1[ap~+iIS]lإ9en^\q?MdZQEA=/N>OEXmէ)sԙ
       
KNeq)F5A}0,t<ҸcXՃA0$N0}A%BbqdNyG7ַ%7VkGaǷbz{X]Љz?%F22do[GIGFGWـc8
   s{Ќ̞CAejQ=[6ɚgNEں>m^{PM
^K=[%gWovQӽ@wU?
r9IFA,9c~>/!l7bs~;y_fZӽ`ؽԛu  
     k4%4%.nL"_$'7wIo,6`[} 
D3|BY\t-֐~%sI6X㒾[L,il`&D@!` 
QWXрq|S>^v (Ftd4lb 
dc̣^|tk>aYBބK퐭42-g6]N!y*2, 
,CԤ88B!6M#fMe6zrduW*~rv8εèkYy/h-4=CueiXB'F&M;a`rdNxh1T؈H
l;ч%Gf<2\CH
y<¬bS?gOZtًĹ'J635X#k59pF
J,:hŒaM"1ԟ/,|oWagDKNH_}z[nY3uPSyӇc@`*7"rBAw;m;iU|kZ)F&Z8SlAjP2pV|E:@zSluINy<=*݆"$#dpJs|=@7`0}ۣD
        
a$)od/#V"4a>D|MCo0fd|.C:WE^n%E1s۱"fuD)jqּŷ/K[j:%MxyY뭸Rr;b[p$=(ap
ɕe8NJ}D4 J!blȚkM@Dl\ 
jJv$B=)*o{(,cp-       
&h2jZ{L/q{>7n7MUc}[RZA]צbm(&ddlpKo{&r,e0omll+>B+'B>edJmJKkS
dM&n1#҂
d4cj
ջTA20ͫhL"d\pQ+9%+bCM6HTez>uu}ɥ8o
?Fセ2g 
P=mѺ_NW6@+n)Px|d;`Tz2ExqRsS&]!oY89d}~;
u7%a-Lƚ,SFCwt`U;j̜C~h 
M팢wWs/"oœ4yI؈n_Fey…UAFB4${)q/.>F9Y4P:dk"
ܣapl?]^SjM{(ٿY
O9NLj6HqCxxo~PTbqL/ӷK]z'EBd<e/?0HWkv8C@|H-qYͅu^!ENZjv@ft)}̆PlP,a,pvl8{

rHt,w°^3TRC7Ncѵ%OdHGwr]YfØ;\=oKfEj.T>a',.}f֊We%&
 V?ج"Ge\Lc"QN޼dY4`C      
S3e/TeW-=r2yҝavNOqb60֎8U)WӞX,G44
єfE-\y|:R[d6P<ml1}4M.ZBSqIX5fSa0EgFc    
*-3m]-3c2vF}UQh-ҿz<䁫{ҼdbXL8A       
1N5N]gǒxqu<;ь.~rZ'˘8Opg%T
;qfb6'c[wyrԥ"%{Nfj?Eq2P>iQxX+'8{PVԪr~Eg9EA%N,jFx\iXRk@.J
a4e,_I'א\#oG7"6+j-f&$u?aoګNVs=ei2tRԾN<|Xq֓8DOW9&
    
cV񵗵=\d5$ƵXbC,4Nva]㷲D2z40ÙZGTvb_#z6B=N9{"G,=,z\n>~r_^؟k̰y=烙,5N-B<H
ʋH95FWjz[3OS
j28?]}:/&Kj>]b=p_׻!q!.4?Taf59Ya͖c,*) 
.h}P),S,T(ͯefVvtejW8kf_.#cȯSj.Qt_UU_VP[[e=i
 
!hjlxE\Q^S`0a!qC:x9#萧+([@Gy$BGQ6y
&+6Xݝ50]Z"|Vmx6OlorթwҌtзۑ*Qg6»b4
SIcjEjGŹp-*B8{U.e]h$x>D^=aAڢ+:_y4q!#-$tS/K2/O`-?_HO,uU$쵓Ld(E2]7ZcLqƘJs
'")8{O<Di)W^'Y>vS@.P^gDMu' 
0ag^3?w4m04pxwG&coL~K]p_4p}ll]{Hd.ܱ|bڬHv

P|~Ryح73~\͓o)Wj*͐l5'h"tNaiߗKD9\Wi
5siVsfǽwΗj[+o:QC\}V@ʛVl<.>w1PKΡ?hԼ2$K;\ތp{?ӭ1sk:XtCuEDXۃQ̑l:Xjy'"VT,~>eعk/^9i
 ̂b:ıB$qSyZE<.MJ     
Dؔ/8fcHsb`Oc$u(YY` 
~bbZ֞j΁0aw9̻FU_SJ|lVV\mŦ:yҹfiS2C   
tRPǡ-o=0tc!^:lh}Ot]Y1u+uk+*?eLC
Jج0[M'CTW%U5&Zn3mƞ+YZTtvE?(ET,_c,?5QR^ӞXTL:{5fJW_rUﭩj{VױA<xD5Pr^X=yO9^}~O9M)BQ~GMF

at&i}XXG5m!po:Y[n3R{dkws1,7XHy<Ofڊ&.9;{эw&\;`/u%s͏EG0v?-;oۃr^ĐwU;=TXI&nRM{
 
IJӥP=}z}t?KAwbWcJ86gT9h-a3{ntekyV?gkvW鞹ۡN:IͿV3o))]k_vx›Eg?kQxϧ{x]2);34
 4+CQe;l               g70a 
UЄ?XXd6>DKP#u8ALYP+Kn=Y7 hEYԨhUYzycW"Ep8"϶B+ 
g|ƪ}yxgPD?el=n`$"osˣ4)3M1܍BR-B;2! 
'<3)e()1xjѢJ`T
1f,7ZIRnHӆ\Q9IJ_
07xg,NXf|&yUkU3Տ@'(
PhGFi¹ΌW
F<uuq<~Dr-磆q1\ct 
,򓩥;UzA1(WL0äVu͜]:tEL52f-[Jmȵ{{#rFӲ.   
Z!x~mrJ?#Qfp*_M4`!-GYBHX{ʘ 4 g:_2Euä
!JLJ8ܡ"W宥G(6xF4hbvm/:
.R\&hP%(ӰB_^!RU%H )]`Hiq\lt7/_m_cK[PE!OG       
 
)u?};q>;џ6HfpʝbT-(.ZyN+ĚCe2ƿ6BrUf[+ʃH|(0K@v-/Er,^&Vٜ4Ÿ!M8HD"GHRzBG5Zig.M<K4
       
]zhR!Km(q0z锫"X;<a0P"r'@TK$O&IqaBb`%c2F%XL*,c<ns\⹞'
        
a'o&~y)jK%mj8Յ{6W>˂lr!VbdL)`r"RqN?%V^N'Ԏ
xm\mwE.aZ<񱙫Ѕ+F~F0.\=[IJ>t8ma?OE3왭,eH0og:'߆I|'I6Nە$ݮn<c>BDuQ9lr2G7
 :
ncuYjZjl0H( F 
##e<cbI_*eBœoMJGi-TϷ7;,`pzW$ch"0_Y7#FE$
     wKa\/}o^|aPq7{KӨH1Uo^~   
-櫋C,t\Z"^߮l{CR1=JODTnXs&(.U_-+RaXJ4|@W`ʸ\<<ka;&qӡ8%2m]1y{z9G44V}Ha{VLɬ%UΠ;ISjBM{jޛHmI[YHOI
=ȕP
ɮ8ꌟ7[YN"r͇%BQ۔m%#,6锵mo:8^O)&Y¥hL~He
(|+eFdG}K`4HMP)$RQ.mǴ 
Zjkk%Uq2?vAV6t´"r_AssdSEEulF+=$*Sw߬d&R5-)E5ɖ1j֟4kfp:9-

Y/bXR5NDY,xjlZ<bbۛa]{ſ!&JW@M*߱*/ȼIaa<_1QuBN0nnzL
aO3r:. 
N:XQEʣQ%+&ޣ3N3*VeLkZW׆mo{yn 
IZK|j   bU    Jd
$H*-dF~.qX<d4mqHNrwoV$P*MNNr"Hpy\KIگҫsdУ;:TOZXmUfӐWeWBnOǰ|;V%xa[zGVfjPH$fByMP䜍u

览H24<%\mڈds*U)dz6])cHm&o{d4^m#26WOH9#IӮQ陳F"Q#M&F8P[};΄:"I
ccof+uҳgJ|:HZgFS-*S}1ׯ^qmcY^zr[ve-[>x./_,vvWsuꇓSA

ǸkF8'r:Pd򲦭,[P1{Zr*8?J+~VNzMrq*ogxf6K8
o[O 
QN3Y}gzV}fَ!c"0WNȢV>]W+Z@ttcǟ{u|44xD'B=!N=ҤiFlwA#ayߦ&-/&Nm2ԝO"I!!%eǚ;B
 z,'2p{}[ș?~H&I|$1mdL-J
*ӇB2cbt%1p1/{%`%CL[{ZvI#X]y% 
a2LҴ0%G!~ċhv       
}9CvTUqjQ.4?}h}h?|q]}w.
}Nr馓ޯi5fy\tc.f¤BGWG-=oN_Nc=M'9j_ryVא`<KDutJŬ^:J٥
mƢnlrkL3k5x*GZޒv́+CZGH, ^      R=.'s=ѵR 
?ENSw{mJR?-%K~U&f8Xdqu>b8ȴ3}V;:<y0
 0RDCI
΄utn5N5<]KkӿX~J1lj2J)^OYιHn\VM:I9M6RH䕅b+sV嗾(Q.#OtїD=XvB?XKaMEi_Im!)J;Y&ƱZG݁ooРlDѤΓ*v$+qڅf̢:[n
DZv9en+"+θk1n~-M8֫Lsɜ--0(`avm%1.z["x~EG$0͇E8ZRcD7w3.9y(m|8*>H`\dKS2h|_+_!zۉ]N#x|?D'[6I:
       _NT*Lwd"IoڻK,YdW 
cy?ӊ43z:iBex\lDpPj]i^a,e}iшJb(B ݘ:
Ne*?Y)hXj㛍*mxNK8WyGTfn@x00U
        )iLOȦ6ঌ!Y0PUIZ3i_aB-quo@;H
oV3#jqvyXR2K*A       Ssf$Q<x\7dUBPPY
,Ӣy:>9m~j^\y 
.*4CXYeQeei'~p}t*@lA=k>/@5ZwbRL_d20N[4˝;ܰ>A(&@m7ş$Q.!T<_YIO|gnyѳQݟ->fS7:f9)uդPvPUZXXWҀH~3nb^w>GagaaZX3[۟HcKV
   [e:#ȾƟVqK/4ϮOO6`JPf7R[uogOD/Q
3mj3cZPVtw[ۛEW;P5l2-ebC@m9uA&>|
ȅ0C"y4,˙XqyiғoO=͒*&ihv*_+> 
m9.FOq)[5Q8j2Ĕ.8'zm
@+hkٶY{QkTۼQwk4tەۻ5ۇovv(OKpofpX{b~yLUIjU^$\#<Z3kʲb>˄k8A[2Vߏ
  
2OvS$8{>d#W<Ɂ%8?]4OOBf6HxVSTEX+d~5Uu^|!z:JMxeB]=b>\Y13yc]tjeF)|o=H3cG.s`yw0wg#8Hpxȱ-&5GafX3y7xc×گl/'-꤆7#
Mf#t8#26סJ@<1ͥRsz}|wyxˣ+yPߏ-[?vOei.+봽?]_~&K?$s{ijD.خ͊fbG>v]i=Xfө"#96\t"l1,"[Bi
 E*Ѳ4rQYOYtDJVNl        
hJ7Sn4o6[39e;Fem5=j$PaS,ޝ92[>\}|}|ә+
%O5ڃ%@,}"sn9|:^ߞޔZalӸʺTaNzA/u-n[b=oȖ&uw5-u?L|G9&
 #Ɨnę$6ZI͔Ke'M8u{7NE7X(,cq¹0OqQ&
T>PސKȥ-Sp׈w^3ډܤOFѨ3Q5l,?{ϯ!nu"{hhѨIμ+B)S/[fu(:oe"
 Pf4f27jmoϝ#4}<9~N`쑹   Mu_1Uk12e_&bG        
xH[nt{1B  nXG^4-԰2B!k;l{~1  
Gy͟6Y^>wbw%-<:YQzve%Y@-p,DqM)TV$픫9+'ˑQD߷>ߖ'%4Ѐ(UM*=\#Ǖr*L]3ыYn9wfY3y+Ƹ"(aAC0

#Haَk'f)Ա0^G0-*ܩLlХ̳B0XX]$ܠȷ)tv`дYaI\K,bߓZ¼QUZyQRIsRR-!ؔf'a߀qQ0XRL;-Sl
 lˌUhN*Xdz1q*(lt|3M0H5hAZm蜜
N3̶iQ:ji@}UMl;0d
ds^b_h^Go$tIhPzGyl؈;![\ܷ\*={~:Vn<_'=9"
fL=E%Lͯonm{REZ:}Ւwiծ8c0g',8C\l#6aɯ8gn.v|{WI;άUܙ:!T[.PJ[wRWu5^8t$<;$
 'I<~໛{v4,᎙Wˮ(!GeAEL]O!&D{B\769^
oAv[3FT1p֘GFndZӣ%sGe5HABx+͹?L/jHڅ|gBCY{t/w
        ,%%SI[c蚣6.o%=Y4hiX 
l(-ɱMt(C?
QT,NАQB%B8e`c!'봈FyQ1=Դs|:2#G<໷SZŖizYE@
o){-/O$ozz~'n4QAz)̪*dClڽWG߼,jn/8ϥ_JE6%
7QGM)98CơK%UZ'gBҽatu        
6s#ZR&E7[,sibUD&qPq!ɋF(/vO'_iЉ[L:t,َUJ_ɛ$yt탶8Ks~?~o\xysKު7*6ŵ4v3Aic#e<3~/luxc*
       I"<jWkb>.EJ     
-t[Clp13;0,O)J$`Zf.8HMj!2u_[bX2    
[_y"b1PKIg@v4        [
6n;lY盆U`yX<@up*AcZ2Ye
O&ݖ/)
gMC?~q3aݖ9̜`bA?Pmú(J?z,Z?LsֈZ/l9}:HCwz
̆UV2t\9`~ۿ#,2S%E$L3eM190p1oO޺/8KϾF^Ya.]ꚜ>yRdJȗlҤ#ԿrzQӔ<Dh|ϗ5fOn/@PD!2$ۑj\pba%ՑIǹ&ˈt2.n.xUYE#UӦId$a#GѲmnh|]pr}:nņTNOԣ#Rwx:xrC#}˫)Tͻa۸-rXKjǦ
 
~D5c2X{}KgS(߸fIxKJ4їF&9٨Z+VAy_,/}#4k0q

0/ARS}XamXXW1#]הmX}Hifgc]~3ڰT)=]FǕKI.#>XjbQj"L|ECRq29AIX$S.Ňp?
E33'kp̞{|?koKXպ[2K[KŒsour
h   
r~T[RUv<cwq_7Ez[q":o^oDrk!+6XUWWg83᳒d@[=?{=I<I\lvbufU`5N~oVa`MLw!P'<}R>LhzoFiػZ
iןF-S*ZfU5t"C9r8V0]jx\k{n狘3ה_̆xFQ)kF:ìU+\=_.
g_A{ct%Վ٫پ_}XnǨb( 
_@RңN*AŲj̺NߋO;:o73.pZ,Q^DmKSUͅ:ygw<zyj$}b?l{lh9j&'d{0UMA:ŠAHE7c1@A0*jXӉĄve$WaQ
NE c/2J՞CM+,mS8-N2À0TrWt}hB    k+autn
hRAgq
3wi#/⿊s&ˣ/RBmzt~y"{K);oyWVjL򝱋K~䷕ON+
JYi~K,V!M6:M$'d="q ^nKA'T$7J.@gpF0!?.   
?Fo>9uù;Y[ۂ]M;UC<i]i0hrma\!!-^uh84ntdz)(q';4
       >|Gtdo;I>MI2H(e"K?lYvJn@B5        
_ﵻ?vx`?0[X{@t
X<葼HŜtj&Gb[4qPBY.Lx)rfZEV^9;/>oQ_RP3JoT8x#q-gaB(4@!'qJ!{J0|TTOn$mp$Z`{
 ǧ0xezrn7<|yֺl}8~ֳŅu^7L/BM2h`;\
LS"bnM\)9ϏoJvKsrVSnl!1,V2:Q      
͖j{d<RQon5ooOZ)ԺJITM+0P86eEVlo)'prVi0*V[
      
(QnxbR#3s>,+;ǀaH"e:@yfLptNOG`[#lN(E|U6
)W1EOǭW;Aw 
2fY^&]Z/1:#5Cq}tͻQsZ8rFz6TMg2j½`|f;{d;yQM16="aRfc&ݑ{&x>&Q5xί"˸EA
i0!¿{8
[ҭ]U=]}<SNF<tf,>:K6VRLw^dh4@4:1cu@6Im|L\D\M'SaBwil4[-Ń6!rbqSn3wȄɯ<,.NLsk
tȬ6dB1WPpeZ7`K>ĶuO\?){j$>g+8~'%h        
xGJ\CM騠c5fbE{`#4xOY-#rU-+._gU::܅|әbtdc4v:SÛДI7$-2_D'BAwC)_4X!qԖFuOjѶ=o҇!;swW
 
glsSF3"w40˄aC]RQȁvtbĘeaQ&-БfEP("A@2hrC

hp`C}@tr3:o#4RKxIkgCjÝ+}\{9=[*Y-<gHa`?*3Ghl;†{n|_xٸjA>#ak
 j
G-_x\y/PVVT
N{Iΐc_(=pWqb^$<_a:pYKK%RWJ/Y$7
3ŢG#>p%iw(a2eFv#*?fx^rD{R
vr41^{nkpytxyܺ8h|^vާFO:\gzߥZ{L.\_o]\]5Z?^^6_.mUԕǕp2r8L,2H;/x9ޛ5HQ

A~Զ+E5cB\Mr[o).):Ti"Vbl>|y=j#7PxH/m#͡DզhF%DGFI-n9`پ]T,&sŲEp'}'w1
>fKiC ]fUA];ؼ|x:n^*"w37[   
QkaƳj@5͢a4Ik|ZmXZ*ŋ6$IjlQᦡل|hCakGŭNH
 sKv"*U(@ki2{<߼`*2Z 
̑6śp\ۡcn"OYzaװ񈃬.޲-tU[~    
3Y,\H&N;܂2r[͙'ֻ˓: 
6y6q0i㝁(mvdhz#h2D$ݶ]%WCuxB_7;R[dj49'qSo=L0=W\GA~"],塡*404U

C/DA%B$Lj׈ܦTT]u+[L;4ksd!cfD^$ԓuu9Eߥq_4Ӹ9
  thKWmWA=?;c:f3e[u
fi<#:==bF'AbD%@Nm3aU0DmoZc 
#x%ĊWϞӳZsh<JTR֊l9I{/_#Js7&R3%B=`xaR܅("hk$ZU+newmks@tNә1Ӯ$jMd

Ʉ̄A/M۫wC)M2ȱ7D_:W}I*ZypNz:S=B[D
 
KL\16Ɠ`!vĤ2IɤkmoɕмY*Gُ!$j]?0?򢶘73
&j `@;𖕇C   
CHHq;M_,V[f+'/ZMk~G_8٧>8ЙGwf㊛UF*EEoڲNmCLOW1q*n8
   
EvJBHfYz-E\QkOi˖5q$O\q2ݮ>kExrIxp|Vw8k&%1nF1=H78XY|{5Xg8It)ףY2gc@bt;lޘs>zyY(0(gM^~*V58FRoX7%c#qkGsT6FQJ4r$@їhvI^+3:^s%/Y3lB[Lz+?RS#P7hq?O39J
       dyE$i1[foSE"/bc4.JA's59\5
'$shˇDpxJb{-us|F,Õf<"L<Ij4NBق%ЬX3idirR/i?/Z<go:f-'=KMVG=h䕼wH&U6Qpdr3K:
=mp
Q:4{wz[lM<ךe/Ӹ?I8MJJf!2?v3j0/1wUO`D!zUJ))sLu!ZOQ
        lM2`H       
@iVvj{.\x(1A=wDxt{lCjּxDTDS#'/,? 
Z64oed" wzV;@we     
dn(-s-WYs!afdMFR}mt`07:QHтb,._{l=BhQ.<xd*#Գndvý7pv9
 ư$NUF\թz!
Ci7]. j&
I4.*rs=\K2̹@$q 
vKUERܝ{5\tZjhNn0gf&,Um?W/*8XIp>]`pzAr4
%xMjB.I4Cv"umA$N;dblzEu3MA`1{|X=@2Nybaj
fML幠pL@V Sކ),i{vo"JsK0}j[^P8G>_,ղb^Cȶ-LXiS;H
FtOx2qxXlt 
ia{w#؀ԥhwX1Q(ԔeG!xƢOhs"Ӻs`KxwvJE#Tfǟ#bCʅ@=#q񥸋0j\OQ[woݲ>G[7EאZ#5_l)KO%BVe*:
dK:sS/#n@ܿ۲kFI~lfUhn瀕$NuƀR$,pH&6bVJe8Z
$fH4$9@5OgT6kF1Ғ*Od\FS1-)t>\A}Ȣ
˂ŷ3
t?щ/<N,a*5\EXh!j̘I.$S$;|qꢊ$>MK0;ǴX
 "h%gDj͈kxҺ?:m%3Z 
Iz݁Gpr>p'+PHoTTIim`/\ T"[
9(S%y@   Tղ&wubXZi'ꉯRSr3o:0\  
n'ұWtb:jO%Ip3(CfqֆZ=54N"H܎NA       
…8Dc;S&JބT`g#scnxEX1oExï}jbT'#,~J&].    
4%^Qu"׳LB24YJ9Kr9}EdmprSE}]vI'ڋxt=^iyx

bMZgȅkOb9Lj#,ZEC.bK+}f)݅?׀laUfYIja|2y^C1F>TIΆ0u/KR-?wW1
I9vOˆ׏.+=C9ZȔ>bg1=TNQЉ'
62F#KIjǻ4i|v:y49sB:In6)e)}]Sh       
|xʚ{j'j:/ߍ}}GHbrl`uEKNW0|ǹWc,X8b3.e:ŜP"6g,)m0lG/^2ToAYF޴g(+T>ujD-IfaaJUE]SC8hSeo-E
 )ycim(R;&Bl<Hc{15ǽeо6jpgUCoZ!ci,ܱnAGGoi 
P-\Y@YGF<糍?{]4ol_c04^6?$Xeǃ    
^`.UUǭl%WYRz:4K40Tr@3y$߈(c=*      
Prv&}@zw\ hHy<%.Ýr
p7+ 
9/EuYYg,(3홑-JѤɅZmQVeյp<T7k⡟g%3R,MGS2-L%-wE%MΧ3;elBpFbvҦSJ
2Lꔑlji3/d8Bz_+]1fd%;4J?G 
HTQd.nIU(>|:k룱L,]1K,iR`Kku=v[CS5*#
,xXud*H=2];ٴ̄r[PN,e)!-Z&o&&]%B/O+[ݲncYƒ[d38;KW|6<PUgl)_MuO9y*ɋxN}Q

T6|[M)HrcT<.ƌu\|2%47{11s\X&Ul$LRj]<YH8V+BvHdZlYAPoֲ^,7TћVABbf=%3p2gJ}km;NxtL[!x#TsbfW9ku.i-̌((-"z<-=\Aּ(=UpDfM<r;5f2꠩\d
:7FTuf߮  v&kE9eLM bw6b\[ݵe5OkFR|1Xߜ
Ͽ#HNˣ@u2cNjS86L?jsEuOtu_4'AZ\ 
OZ>u¸nrDkk[R<G]TY#2;@_[|/dxxŷ/Rs]Q˹(
        :~֬];
oo!@w;W}Ԅ!ci,,u_֔{U5a?JUtyotLtJh<x7KjM̶B<m
  閈okPHPy. 
cRhQ$PVvij]kqBr*y{zjTH)bYw:Fa!\`k+R4%S
f2    
\;.a?%kx9#7nʃyeo2alf.QˈP)RM^-u5@}YKᳺXV)nT
 
QhiCqC܃-GD>*fvJ*,Xھqx),G0_+!s`Oz__h\Ai,K8HQᇓ+¥7*XQ
  H^0#gI\        j!
xLpZGY89t0KVpxp\e"Eݣ.Fl5@LI`0nfY+ZOZE8b
 
ES6OYdgwT_,ZxedC3R~FWZl)z&9<j|[_5,C`%<g5ϱ-=so͢_y%]zx:=mgGX=1/y^y0*&ЫAAk
ޚ^sʻ<"ϪS,}7fLsЉTVCI6q/߀E~7Kudа
Ql꺠};tw?}v^
X(k_[\v$OQofQR4aCe~_~]_/0ifcDLD^.#f䄹.%NY,c4'#~ه:q<NsqfDgr~h
 #
  愶*W6ȓ
H2k'       ꊰS9euj
M5;sAvc6*TqYKWY=u        e@uj5fNiF.)mNs
ALU5e"2K*GrG`dcavWr   `UNa>       
<_Lh'6q)
6)3)!oWhJ^c!}rl=ڡ
"di,].4gE%d
ݍS@D[h JE     uQBa~tˑ}rݤl02^zDұ        
ܔ5O:kZpfږt`R:2m_i 
<Ry*e9\Ӝtad<jApoX:]wƀwW租OPGhRJxGzj*eD#v?|»8ߛHpi݁eqED@xD#@OJ/؋0c7-\/xWUUؕJw-[b*4r_Sl?g`M{\hN#=}h>y!7!HmipֶKsqp$e<LG##EF>J`K1(Kej
 spadw`fxL)&
)^tءmsCLVR9paS?Fl|Uտ~L`0ro[gZ*uJ}E 
CW~>AjpgDG)և͆VKkg!W;V1Qmz]Є0szd>Y$)M)LI.3
   
`d,,sTfz`r&3ʇ'g8>W[*gns4:zG\S3-bp1aCO%F=z.#SzYE+V)K
ҽEo@'NK`MKth̐P;N
Yyl9ֵL\S5'ΘEvYUPj?C6A1Gؽ%r[TC
Q
VNXs\0c?ؿ7Bm>q7Uܸ1%ݲZMrg.06]\@Wwǃ18hz&v+`"%_vzɂCHm4"n_!QeRd
+Hib-5N_>"PZ6LDF=v]
4}|#s@5hp,+LsƅBYKqwZw68oKnXki**G, 
CF?0}\ZQê?t@Yg{Naə#n<ҿ*e 
JtAYJ-E|E7*ha-M(Ogqza6`jڱ+\6W/_כ-n*K~ΔrX?:q~rM]KǛ44.f57>+{,Bުd1N<bpRTKj;E>1Wс/:YU64}
xQ3!kŲtWO%uZ[8<O%fyg?k<͈LJ3 
[d]e;e-=hZ٢>jf|      >"d  
ULMRgefNkv#GW!ܚeaLDY,KNLV}[ԹEڛ^?U?KGyҒ{s-w柢&fAPILELb&wQG\.'
aQFVԽ>TץVN    
y*M4iST.6/v&܆~as^a$4OB_rU`[f*Ы~:m.
b#qd؟E="QeյpwY~xZ貚3}fBchQܕَ¹u@KIW3x<HĸQdWZJtiFer2L
 {T!t 
LrNdx2vܱMi;QL?"{Hs!0Ck_h\8L6`Ӫ=
OnQ{DDeXuNXN-ϼEy}5Z8NjoFNׅF`^xr#+q4".dcE/?'MBK2|Kt3=;,9)jM/.NΎT{,IմaWV1~K7
StbSqTU%.;(`ʪ!hI,s?:MVj 
N_6CjLnWzԗAAUZ̓=bHl 8%
31Ev       e_KPA}Ss+G6@Ґ5Йp
rKfT41U[RAHCOݑ{1iumb/ʟNQM9{Ǹ0}wkO     
Si2kYϩd䪁"sUl02imbMx:V2pqv[oG;cOآ7E
y?n;=@0<Nhz۷=ÖKdXIj)\U<Y>TR#=&o@}Q)_}Ƿ|ym<Mzy.MEV.4{WG_}
Zm̎5oԇYNgȣZt\|txD/T'˓3A,><`[,1|)
nQ'~#st7jf&D)Gy 
i™jn[Ueݱ=Mo8m;~><xP%բLi3w,?[9vL".;<bl=
 -uL4:ؤ20[uE\5ϙX3):jKl-P/*      1$X軕    
鯆4;k=fY<kSjYږ&WJn{Ao:e`FO?$0:q/SQ.hlvpmr|(M5^1O5b,eeѴ

"x{2ipQ9$؍!fJ`4I\du2>}|y6ȷqqe&)xֿp;/hr35%v,Z+orPd
E᭎gcKRtu=sč?q,/KPWcQX}QiTvr)YiVزRm>W[R}g<ʱ^a@pFKY<K"s7y:n#jQ*YDIE8@[5vfs0|$$JâG0m0E,|%+`\}]A{SEӹ|7oE
 
lq@0̬]՜Af4]2FXlG#A-j):剰4wt^)CdDJ~.f9zpr|cNrHJZUҽG-.B%@
")PQ]~̨hWn5dy"ڞjŠ;YzBmݥOWdZGw_iDGپ/$$
\Kx7ay$̦m0eOPr4@)|5ץWu4xW|FjJ}r`gm!
_%1#HlfQ3mO$Sښ"zlŊU9݂P0nFU 
;ևN\UٱY/?'~^,&;rxq<Yz!@.        
`u04_<g*P4h^Z~|~A(aR0WͲdy=hFT`kX*,"1U/5MlPÏ"?)",('A4w|RTKd.JV.RZ&*W;31[)5YEK1

.s*t-F^3{>;QOH.C\1pug}mPa>EiG#~ar~Ȼ:Tuq~uq58Ogͣ+A4IؚPR?~LaBj(tRXNBj>*]RW$+֗b2OtެfOÐuNA,:Z+j;;u4,fڬkPiJv/1YK[[m7Z++j{oLy+ET

Ők+Bӓ?궿Kշ)6UDOTswf֫q:9j]92yMB-&kIZ($j3uFuEtZZ4s}T'&ft?@Rԯ3-V6iq*eP}Lx?/rlޯGQ:Fּ*ɊGph"Ȫo7g_8?]i<<TC=nؾzt7fjy0ab3߶il6)
 kEs|PρE_^Md,C9Yrm^L0 Z-5    
4fҔZ?yJ_,Z/[p*d$ƹƋ'>zNZ6@m2i121rxA&    
 gQ;ǽN?\ژqZRY(!,cI9I߮E׸ZˮR&8cq@PE    
_rS<cnm1ڵ1͘zy\W      
yEkYת[5CdxZXDw^i 2K&ԇ@QN."Q2*, 
˻l(q<'w7&yC\#ϗ"ym܉<@H]2"6g}ゼjIM
~gRȎRqMzzvRA`R \a=TKL1}c3uQ(2;GUq 
=Gb1y9׫     <tapq 
:@"owqgEGFLgP?2]/F.>Qq!NX̅*r|'p^}n#Ȗ{u1k)QeFhVlfLلf

R>-u,5(l>p0[dE'^Ԫt3([G?b=4<}үvOd:Ϳ,Jgdگ>\]=<|ybgc8>fn<k‹Rӑ=q:;t(IIJƒ`6r]yæT
 &V^`KۏKdOL?^__(_7CB]hf9i_     
-67*J\sO({#a-ޥ+T%
tQ@       FRPNrCwEk˽W{L]*Ci-,ÓL?a      
Ȫ6c}_?ZͫG¶ބl,Yl_ױS}ܴŖ )3
LVYm/_B^1;<uKI&zf޼q^Yg~Ve 
ȹL=N&f&!xrϬ_ME%p!TB/H,SNP`{/K  
Lwز2-x~`wqP]~:?mvһ^fq`HtL-!UalQU3]Ǔ֏Wbe}RLqR*YAq:1Ȱiʌy9soY/wklQ=,WF^9,^{`K%W᪫+m40'hFl`aA'iah`.UлNZWͳ:t1d&yMσã?H
&/Ev$ܤ$cO:0s 3
hw'U..?\~jd`>Ais|ٔ0SLγܺ~mNfEꌍ?VY͆ڵi7qK*yo<osA7["kZ-,Z{2o0xE\]%[;5=1
 
ĢHuaduz&4SiXKF%x(ZgLM@G!;@l.׮Zf[K!bjqoIBͲ%TFaOn/^~/ZG
ۑlZ@*w//QRi};Qצh+ou|NnfHlC     
7L~qCUP,)-КLӅ>3N۸\֡Lܯ<b,*8H&$B*TK>O<EYИzw
 |i*dtyqW^Xy07)2mzY:4o^y2ɩ9f    
Z&*ʱᵈBׯY_;9;%9     
|?cjC?nhҼ8vLzlVZ]MAjxu?5𒴙)=7A_|VY
ۄʤb$o(l) o/e-КLOkE^-
<œFQ^dN7+;D>D3RUX   
:xR&]Y0yтWjdăFέk_VPJe0<YZ$:<s8Ma6\}ך)wk)Ħܘ]A<$nUWFE\^473YD69JHR4
 J\n)`0@ѓ?;=?Y:)F)R|A?lf#|*Vai] 
(HE1yLFOAZp%UcVA#`u6qYNrpf98Wt|ڡ 
+4,`     d>N_#/6x>-ȖQjp[      
T&Kc1w4ijj6FsjHWp2UDC-(SṀXنka
K"?)X[Y⢠j%_txq`gK囇jP%]_&<a'W4Lbʭ(`_cNmrҷ0'j2?m}8S`! es)q?]Ufvr^l

3-QT9xU;̝Hvo+RnU('۲:I%JaH@Y{~#lSSx=
-+O/bfa͠v"baJ_+Lގ7ot{}%88Y#SCT|8s̜̓e&='Hv/磥-.˧;UHZYSQd:G
 ",H~6~>f@QYpX媮9eJQ0kGL6h\W
(w<5KFr{,8h^     64ӔVwPF~'ּ4jv?Yg׼ 
FdOu8\U7G
Eumi/j~DORվ>AWAR$y{FjNe=r"ӼT.vjp|>XU\ة,îԖg{{>|oۡ@)~,i377|P['K@XUIKw*+]jIeR
D_y=Kw9}u^aJ&sX@h        
vjOvTW#;qtzo#RÅg?qE60$^%tlGѢ鋸cga
 d-~@aQ``1fRiYpUxaNn@ 
5ON0;֎#NNrA]Gv¼nB+9r}EUo"u_NqC}E72{ӶP 
X9C1#N+P{GAq=ܳ{k 
mSVL/y%ʪeq0<EJ%M\XE6
O46,چ1D_:I/0@IL1@'mGUFmkDEï߃_~m%ZbSrbDs;p%&|$-pо݋U،>赸$(Rla<(̳gϔ,>]U#
dps5֚Ջ:0 
̫޻r7p;,5v&zr8RfMmNc3<n|ܥYhxA]J@m 
3H4m(ogI%'ަʏadɺK4
=uO@F]#fbT21ARmВW{>Me#WLXzgRiTY^M[G?x:/;a=*:f;p[I7θs.&i޶Oaq5o=0xFHIn<q_<"_D}dc+pGAEXܮ\#ܡʰԅvbXEO<Ѐ>jUUQvmBvO찢'#wDe9V
M=]v'8orE;7 
0@*'a(,SԀ?'fZFC#~T.~;6z"kzպl}{b"qYtxH#Vl/w9d]2J~-7
H9L
{kSVy=B=+f68T}=QV+V~^}+{24?      
Q(<(4r%&Њ$E4~}B#g
X#I7,&l}XPqdK'VO;EIV+oŝ_{2lM)I_ 
1$}K"Uӆܦ(P= !E,dy>hoówW$([M@lL]k{V_
y/<+̎C5t1r
'_oҖ6PA00@|:T$"~rCRwW9NSY7m9𴵞~S^F!Oq'?֎TA~^QW}.Ĉv0
W@UhMsc=\8s"O+I"
LaJjQ2~bnuurvy?ϲuk]7,&E?#lC2:$f4?5؁e~x;gZ3NƗqnf#_7J7}OAqoJ]4TjH$T:O:=LG1KTMon2_#
 
LiSJRh/!4ng2h"-pvuxl]|~w<*=b'm26?Ӣ¾ɽUsv(}kQV&jǖBz˛и9$W|+#iWnZxGܿ7PBcݏ%܍
 
?e0~VF&2ophмwRxrBSKvv{U-%ԕ]UqkK/.(m4^kFu:cK&R-@Ͽ~
  4:\a1'71*(T;%LM>NE6rH̃Ϝ4'h,N{=~
!,7'J`3/6]aڙsxA4S\[[l2P(^J-_s\__
O˃Йp{AUC{S˞nESMM
vj|hi\FAT?7R*H.ǪT9\Z  ޟYtK$4S35+u' 
#QsHr.9{.oUWHl6QczXm_M]x*XEʒa
X$cW<j`xekt|.mpX=S~r2.}ݣ"[ŽӠ(ZdH΄L;,[Z 
T܄H1;    +Ws]rY#Ŀi1oq}km^Ӥ É#{r⨿(
hcL)1kN<*y*m9^B,2ȩ1'־6a8Iհ=bO{z"̂⹥)ilDLSNtx~W?o#6"~DkKՖR\9omtUh:Z1%x2Q6Clۺ0leK:a0:e
xh:2ɩmHkn޷᧢'A<47h*zR       I<v<ٗd8@NQ_       
 aBnk'Moq%&,|$LD@Fx;<!5
aSx.+.2Lfo[Bndcu_[l:?
%bo?aѐQlQ#g#!,ϘBA^u:l^j',O;vAw 
6\g:1phj˯)`Z?ʩ;+&&-0g"Ѥ䎕#U0ư'<܆lOz1A$@J|HE&BSh{@Ȃ&obۛaw
9LdcjyE[DXQ+.d^t('!ؐW_2Of/ԡ8A;Hcɱu:dT_2تlIS-

]ŋN`0AmLMZҔ,RyմM>0khēmxg؃iIrn% 
.c`>f#Qᒥ}A%@M%Bgg[}f~5_  !51F;;aj= 
m?-ͅQ]2-,' 
TɿB%a,.T"jġo?dL$"k"֕f;*oVϧ3;むCKRcp3cLtI]їbu{``R1
:O؝J5T[[=@U"w0c
G~~j)I:LFvt M?|MLO7        
f#S{W.f-gCJ1[   z;@9t
{7/[$#/Aj9فBmkG.?P\CQ[PJNJ
V>Lpf}x4~v^si
YPFxpd"N~v~Mdcs؈IEiKf8%6K5p[S/ʻ,{KԐ/Ph~_$KgƠ{ap+VQ:~ksHc-4WmDmϜK^ǤS9p18*)/Hq
m2>"d`JXk       
5ncҷ37MႱk]vjs!Z&ۓDRlx:1b]ɗ4oV`]j*1N5bܡU'u@̰-Pj/_2qͭU;gK/Dp,.Jt7Z*q}X62S45ŕcQVh[(ћj[&]txvs5HM9Lⷬ
GMwsG0{&.zl@ni 
´!ApOt'^3/L6ls5Chq1%*J=DU 
d܇AҦ*f3[8>8Vi&&eӽbQ0IFr;~6k~GAFǹbɽ 
9ĉY#e
uWv2*Fy?gI:8pۻtI-,!4rւY:ܴtw
/7=BVf{8m[6|"PI:CSбFmTqܲ$i`xTU`#ӛ,5-2ݠ30=@Ūy8"a
U&$CpU(l_]x7Ҿb]W\|x
!wӛf7zwծV+BJ/u`u3LPh><KQ
ye\s3aCJffc`)Ӣ?=zj>G0`&ȍx7.
q2!TMxD/H[܎7nۏ;XKa(.~)&2 
0;{0l(Oc->521?~:?|zWLd~46CR>trd;̲zӜbDD+)NtO0<)#7QGYd8Tro)]G`c<cr[.xsxjl5ZKb,BnSB}

%<I4'aoRƲ-PCTȣ&|]k!0%&1/LGw`LJhk0B-gYɌF:YCX:.8C=qzwuܺn~:9|/?j#<
Nwg>Vl*2i5D;=LRq?KD13?+gvCaXu;0#0O8Q0r/rֶePP1\\gP(g(c<uV3
  *W!v0kZRFlM
:0L;Rڙ<7).s,>8Y2NFg?m}9d\^LO:t湆)0WpJ]aecعd/7wû\%gZ$j1@9ᕈd`m)5KtdX~#11.,{^<ՍκU0ZN[0fBD
: 
:)[G;ܦOqMJ#f[~TAF&Qlƥ}AOp}Q\l,XɄTaB^A~gZ
:ظ]l+]b`'-(Nm]
P~eg4R3ӱ.|٠XG揕R<0X<Wsr*bvZ׊Hr!!4ϫ2ǘs̥rJHEُ

ou6{AөuӧUf>ZGZWbLUsNx[LCs9btW"i^pWm<Cm&N쀼qBWc$>H5|6h^ߘ޴s>&YCBXEXtvۋl]5Hʣv0m[+0fo:XK)ߢd]AꐩҰV"=Zdp@˳L<3#""[mtBoo#NW
 *Lȸ|-#c3D3O%8$l6-     irsobg|Lwr%V2Q>82      
re9"
ذŷAi9lOd4_ sFu(,$`3ent6l/{\xޖ'Z     
oāF3̞5<4V;-ډXD    #@xG㱫,"m"b)u2<
*ܜ:mp6Q9LtUe<`LHw<d4"5/808M{-y

)0YOmfJ/uejwv_d2Uukr6eC"v)BYJ!e]?Zo锭!+`]b!)'7a
 
KQ(aӄ;i(LqB=˽`p].xW~쪈-(BB2bb9M0ZRBǩƁW͟l=.|ji>*5ՒK1lwRPн߳$5FrգEFp2$*]LOA/#N
        
5SVWS5hb~WAH(yriON`8uzM<-ɇ^zCt֞MWẁmm?Q'x
j}lвh{
?;Aco{I^t`)N`gYKݣ0R-\lXgbg2t7jW̼=&}pu4ɟo?K@y|];<I]6؈'2
 }v|_7\Ep        
Ga,޿m5B&a47J!!`]^9%\fV5P$oxN=6L>3S+qЅznEN`a~
em`|O-i7Ϙob"&97^|5>G=gIڝv
5#jhqt.('gW+"/RA^襩)=6P'v{8`hccvqۼ16q'FA}3=g9AX+HL
     #Z\^@}Ⱦ>{^LΟ-&gN/ZYx-Zzm
յ>kӑ5z"jkiUk
|譡طHn>O^WW]GW',2aٛ.F_\VOy+3HG(nWV6Sfa\XfK*sXN>/_gBӓ;wLϧWlCo7|W<

h~<H3VU(ݺ)apl8dveэ@JMq&@Ui'tdIW8c^z0ҙ--"3%gt^n;~'XPlr]x
 c~S8Uzyk \^]c[~F<A̍Wm(#޼Ph\:1Nи} 
̦LA؞Os6;LRKTmȶO3S~z`p0lRѠ>ѓFQ\~orͣ(+U
L1ףijՂ\z+}u81Pji'
>۱'(̔Z8ᶐV]L^"lL\FTS?hpDn'rtW])tR82+w'6O
ϛY4+T5\pW?l2X!a;~om85DԈM^m/a2ó֧ß/v9.^C1P
    
K+roa)sI6h89DYxAD97)lQ1*tml|y*[Wژ_fySaۅX]ewdJf0+gQzN9S2˻\,͓q:(E(2L-cv7zQVq/_7y}"
.d)';Ϥ>;gI4eud.rP8VbaԬ`T3b8B
~"k떾YhseRr*UeqՔ>%LYԡ5:L}eY:: 
X]JJsb>JRSZ:G.g& kPV   a~8 ܳJEdoi'( 
Da=n-NQǣhإ=aqPW4OEsΊ\}2k 
5!qgL{Zb͜Lmڹu-˫!,uzDTѰW"Od\_DWc]IvP]]ɼ"Bd
n'<B("#!fʹѿ[\-QЧ~]>\&Lz}4J9BX=_(fRۚQS2Ϡ,͹nE0Yޠ7pC
   7\lPoUk1~SͬRaPL1Oބ,^=a
M1CztN"h*̘x¬;zOZGs1c7k(K7V
o)b0dw^G=_tm
bT.O|,3i/]ޙK<;<mwǸ׸^vzWz]]-ٯVnvչr)2A.Nv޳_Jmb'қR1'A듮u>`[o2:dڰu.̥lnWK
        'fPufT]2%[Uzsb׺#ʚ!VҪÚ`R]
53,p|>+WZbR  
oIGu>o+Gv7Ǔ~Cf@qNjwY{X~V֢~.=qMˀ|4Kva.,_Ó0020hת,_\]mPu'=7HyfQWavklW/`_,SdT[˹X_y^T$]^T9ӯ
 `.  P<̓xK[ty*""Z7ZjGޘa>S.4 
iw25NcӁ6kNV;B3k)@~Mզt%īWk6WeK/ h%O
FI7sדEe[zNa(wCh3~`u}»XCYJHr4u8Ґt,Dd"՟Hkbel[`PmCX_"6sT,r6#xG8Hv\グ|мU9"͂lCT;U'
CpvǜrM _       
?]^UfP+FZIʘǪ0?<ں4ZSiVjKOT+ӇhkX`}ur՝&\KLNpU69n<W`{fY$Eg&Gqɟݫa3`7QoVE0QDGAM
-V/SQ&Q?nwrCMs0d_o34Mu.e(V1R 
eLQX\wg<>˲W*h*,dʲa)u.[wy^/s1S=@>SNҮkhpŢap#w-vMhcw=
 4S&jӉJ3bC9)nPEnGK_] I4+q      
F#jƢ"msli_zDclbb%(I-A1afW69r      
ą*:<.PrGtO3yelbD}cȂ\|/mVKɦ,oϢnw]ֿ 
0%dR0'qЩ!I[Aut~z~>^_6f42_Ò{L"0      
&d<doKDQ^
 
n`ǺS.ͧ0{\Jkc\Z;>J&.GW\3a3RI')4EvnC2iςnOvӔ?DuM'qucc=
  
u;`+o>01fY*2:_!$ULnD箦qN|mՏ{ڷR4ȻSdwMftK/{jc~t'#IQDܿ\`+-Iӫ-O{ĵiY9#>Yx^cpX5vz+Ga0aVX\uqy@~Wo>r0c(%PDh"VUEunni0ˍdBAcnTC
 
 
'Ye-cLG|3Ԅ-lNm%`1p5]QVKUl<m$ݕuOfX!H`YEeK|HF͓@xќ)#
_:<cE8@bdA,ÕMJ@rJ&l|2()¯aB        
>224Xrh/KbC>ݗGhʎ(-^xm#-@Xs;jL:^%5UZeYpWz]*
PAlȅ0Pj(˨m#qcF09)a4Z/HrF 
QH}o߶WW"8d&=[´i$zA.m:(L6xJg7P؍m|<?U,/i
8qAVrʋuN 
V~.HwΏDWY4E{=/fn-""VԱl?]?LsnS(.09yF[F5'Zׇ.hw7r`?ţ_:wxOf>^?.CVO2GG};(bF0Pbe|ئ*"yvR0;[f3dZs!B]p^uFC]y746Y."teU:؟h$zIۯ[&P/_cySK-45fmjr̥9#hgn}%V=,}Cf8\瓬e5q(BG3ak(aVΘ)aflĜ`*|e)fC9XPô
H4$"gje;~ѽG(P"'}1>vɣ_dn}2,\NjȰZO9t<Ns8fApp>E!YLFB
     }hëV#R6}>ksB|'
yRg;?IM6|\~p|x},\4-%w*?\I+oޗAL=3!z52m_   
Ћ27NTv[uAthQv}O+BfjMϔ/-ZT_Yٙx420="؂Cm^y9;{4=QϟN.G]3
 :OY$|a%n4}њ:/Q9w0p3x   
8Ns|WH]Bj+3f6S<iFX[ĵR0b]/ҷX):i.6q}ZDIBS',
     
w#r-ut8jqWahP}mBo:'VS2P9qZ,f҉(66"Q)W./>,'
 ƿB%a;S+$,E?^}<D|.JTp@Sx҃-϶$i#dmh//G&
?GoCޙx{!`I4¸;}x7,$l%0oߍ̟oGH(TzUYh6@!`~
H]`P*t;/p5mr{vE-ahM65x[}aɮOZh}Y\u@,r6b%I_|O
<6-ځn;K{Hپ6L8%9jdx??O
!WdAWGe^62RRwҒz)g)ꄾɔ665K,@;<GˑȪӟ>5p\xW|$"|y7zag68׈H
     pSx(H9==.'Z8FpH[IA,v3>D\H=1[2t6
>e|E"^kdl^d)A[)-t~ɠ03+ŻIn`If@NYIY"u\_T_,lߙ$6Ws.J$NԒi9Ϡ#(aF
B^!,V٢n9ʤfq?at8Z꛵a≔<<Z_]        2H

Wa;W+}Jf#d\͆tCQl7F/c=h"61sOďToB$RoGdX^3f&#3rAGfVi`"%_:"sbZ
CAI_ !/Ÿ]mU\^%p=bۆ 
.ǃqV-%k}|Av:6MCDY~t2RV$J`jRjky+2ﹻ3U
ę2jp%/A@l/
&q#UH޶|/ԃ0)Ji,8&V1xz>fԂ{GB"fZ˻Y-^.M3xy
 @̐cso\|%CӾ0].AwkZ)]Z1%2-)
Occp6/x       ďOy
!&a\e*D~dvr=:StbGbʄo_N¤.!>,i)O'|\xTHb'VXYGJ0
 
zW*[)2^W#\9SI's„3?0.O-i3sk8{:l;==G\X`46tiaN'!=)t,9ED}@oKop/XYH
_g&Y|P䆭
)aW_U5 J%?n<6śJ%gehcq?s~3 Yw
Zd  s{tO.+`P;Iςr#Yx>;'*LvKe*/ 
/ӯ_,]|E!嚩Ư"@DSv[Xчy+?(RX8ZW7B|BWcF׼62'{ݴj*)aP68shrs'|J8fF|:o\LbF%pZmjpeYȨhDzcyE.Ur5Պz">yll-
 
eMVXS`Aژ"D52RChmǕxP$PF#\Ŭw5M{Uչ~1Fy/>h0\Cv,Lo%Z3QQnv
ICtt`XhUfdtU+YB&R|6ttB
TɨoW^(죹/n<TZMmi[4WnsE>.ˏJ.bMM2SKq,=ž\MFW*PQp7WNB.*i@1KIoPKe-OGg8w^_F$_%qMd).ۉuޛ,@ς!
 2%,RϡyiyUE:qzgKW3I;a57S$%.Ԇ{Aʵds(sA
JVkF|$O$>~teP.6ʗ-߆e5>Ouɶlc/*e@+5zTARl/!7jZ
D+VHoi0u徦>jع:&M[i9-5W@suX>ǒ5`qWEٕcf^_?SDZ;hKD>10z%k/|M|x4v#fzL,'#!)*eC25ȺiBS6
 °&Ѡ̷weglӤVæ$޻_'ke+8Ţc2-8r^[`B!hqTI=cLv
EVNKf0Z-4    
UR70ĊF:}6~hh.1nc]w~eoSж&f.0Ӳ
k#}q󒱫j&ag
݃P<7H$4._%>G!>БbVKLq-Z4x9|C:}X?q5'`&Uy4a$y:n
hO2.e2"!f   \G~cl(!;g`H47ѭzl+YHke4~X-djr7 
qGQEjuMeaKgc=ua'EPH#9q     
WA~֧[z,A>^h_S[(/L.Q>
@/]5",(*XϦx٢`:*.`TBC}K2U>H3OS6b*d!
l7mu;2mm$,,'#]38\H&a%uBas]m'h=gV"P
 $0~hby8  
F(Ƹlxx}x[əӘ`gݮyŅ\շUz0,yy;7RWU3>EB~r5ݳJnž^2{ʪzOrVFZQ\C+w1}Q
 ZA\^ScJqIBR|:uQQ]q  
7}X4=<c☍m6?8W4y[W/O^t?n4.SmfdBݓnጝ@`^zW"K]agYrXmWN/=tW/Zen*#[__vY\ӚSWR\|lKJ
GZ^!xJȽqK"Q/}{#^U
T{͖m.^Mo/4zal\KTiU-3M#uTf|
"94K+Uu1Um(T,{3.Z4Ud8Uas&Eu|*ñkAnoFo~sA:;t=7{\uҪ4s&a\͞%緥'jB.YmDt
 g3쇓떐m!$0SPEtkhG&SZFB]uwNsVl\ߚ*\ԥR_:? 
u\% }Jjnk>^̲{/b2mV]\_0TeCoTsa ,
XqqLf/V],؅73f̚=b[^UYRxݭم%f,uJ;>_F."j-a=7u٨3V-]]բp|>iھ8ŰEP~ufxҩcT[UmS.4?ke89't7T:<PF!4oR-Ctk+6oe,^W]ZỊV6\^c&<텶"v%읅y4Y21H7226"S
 
8VND"8]w_"?f\lbVAqE8?m!o.k%Yc^xSYV7뛕\$O
`f#o㵂^JT}֔2typ.7ڮ. ˧\YڣydzQ4
"hvPB~B$OѤ\#|@~8:̂Fc<{*z4JEuږWy[˜!soeȈ8HOw0Dq?jǹlj%g
    
ͥKmY|oҵ:'6?ЛIo{evaBe3UWjLLJzЪ~_nu,[،ɘ(&
y!`*r3Ӻ?&i]}ܘ;Rʝ1OM_YDm=XrՖ   
k(TеnE_T=k'(2&4;A3WL'D(zḺLwݏ$>ev&WR
`xZiW+qR@Dw%2tႫbȔ|<WCfPTHGxf5nMV2/Ղ0TibKad$5WܜXVrٸhG筑x:Fo܂Dk*\0őվj)}ژ]]mЃj󁪚^*YԻj/zYy?/.5v{;Y'=>md^7YԈZvIU{{<Ŗvv΢Ui[y2Z
JL 
=b>>ʑ}0FZsڃJV|m5֜ḊBٕ'-r?9.Px䥢g&#է=6>mQ<,>oQqJkoA
7VP4҆&~ 
Z۠&p*Nwm=E4*ƌ+fk\^}V"^-4{RydjP|t(^}rOt0HU웻V,pFe]vcm=v]]6]Mn齹*XAXq
5K|bt^nR*:WVuqPea_}ki]ЅKߔ%HN|UoOǕCK޵}3I/m:%_Ԑ[̶SȘvZ"
{rFyd8$L?44OxDl$.UHVYuc<سN۝?7>3;fMRܮyR 
  b=MU's*!2]yg˓ϗwۏ|fRQ`KPvRR!/j$jr
wr'K\A={lx|i00lYQWb 
b%LNWjpsF-{,͎~:/|5ՙ/p2.9^*WCj9!YAb=mL_&mtKecdw2%V/㔺_i<lVa,PZr]T=E46&iޟQgkzVvMS7keb4UReٸDĀBiR$!Asf.2^K8;bT##ۺ#dRN>zOP8UGG'[xHDКۍ?IiOBK/K+僿/<<m]\l
.ZwhQÝ%r0 
Ҵ)+agn_qS+Tz)"J{^0:olϧٶ~itI
.|т=UŬs\"|EO{x  
6XMTTU"a/2{K2|A$5֋kPue`'PXlsKČ<]5='Us0Ƿ;;YXf9n}_ٱ^!RO&DNC2Eo"i台I_CO/M@ORM5mQYߪ`5doWq5
 frϚ?{aG!JɫAܒgv`f,za;KP.[y:nmM:4/
Ɏ-b'/+敱H@,^EVn80L߬.oʠspѼ8~
dߏPr?aJ$>~9P+Prh`lÊodpac>ECh]^OnVϨkz'NYJ
    b(  :D>{uEyDq>|CwHA0U&w&\F;pGEtBS
bLnU o`7|b/7ZFK4l,x}!^
o?ǐdz4HYu?S0FbRMfD4)N!$/}eュ*M阜TAcPx8tND[K
       
^RdOc0FUϲ"7y&J0Jw0es+(/idj^Ӛ|t8}?*5H߼
 4Tz6ݞh
luYȭU|SQN#gZfM&r5sM}da+T'I^2޻\cftBX_+%+`@6V87s\/7
 [fJrd}?RH 
z-k_pE4qbIdjB+}4t-̑beu;hyWR\霭 
EVzh,oOOwmV/ۙ0zqDž-9?SO'9
7ok&JR}$ȽX400!鰖B!Ynޫ 
<ApXG.YD/5WdUOs</mNc&nﲢޣxZ4NbYrè4ɭ%=VU̲xu;W#
       p? y~w'.3xǔwW4Qw5].U\E/<Q 
+hCݑds#B"?l%eIejkdE_YnS%i+0iu(u
s|Czu0p^}pu2-sX5hs>
*ZTvYwKgV]{Z_dg;\qq4}ӊG\LZ~@ȌJ5v5d.O4LXt'
        vMHͱ1ewʵF=^LZ<w|syuJ˩*YG8$
=Ɩ8>L$eLi׍.gk\90PtA;hf'>p|1{l½*䪡'[H&[
0dq|eksDW''?Xx9xd/ApqaQT=~   
6=~W/tFv?Bº&_GԋKݜtї#ZrMnU
C;0yʅ<[L>=@E,
"!Șț|lZֆX/ĄZ'w=~h(.E8h<*@UD9q|2Kp-zk\<#RHd`.j/@*xgag&Y;|Gxq7{{Ori̴
YD,$C;"?6d՞@Ws8ފBY({N&x~W\V R      
I+ȔP@7TvG&&M*ztQVFq;VJ'",<<;n}:ڄpEo℅8qSU_^c:fOÜSO>4Bt//J{\4c
 m3Ө=79w܋ȣ0Q{i8dʑKdUKȢ鬼~~+~r3     
-fHVzAxswKͳvjgϞv
Vs,/s:4OII&+ŗL_]z'>+yː%r,Iy4=jð~qԧQq4H7E
Py|G>P[:
oRIwV?S6/̺&t~j1>YݱI}%z~;|fg;9*lgBnRB     
 
*kF7y.>ls;sQ-?gM1ؾD4gvrgn|R:޹t+kO1!DS8I״Ea4!lm]al-k:RE./cZHi.>Ն&`ġ,h3ܸNlU*`_j0[*4bz_axrU9g2u#-;We^īǖ?Ir$sJ9wlƄLZ8h~:pA
     
OWjLx1kgN*€Q!ɧ$C1[ۈN&elzRDCWUzAUEkyma^DF'Y|13
?QLd?#t^Y: 
Ӫ;%#b0v%;W&Q/VЋiG5"g{%?d|eH3%P˜CSF
 dJ15kYظjK>j#+#[RұLa
[4OzbTK
0_x!X> J,|$p`B\a
Oc!q*<V,*Ks͕w]#d#enQzf<䱨Vx
]~Io7>Ji~L$|ҝ'dIX `jA!Dxח 
E@*qPOi0첋3SwktP`ϴ4X_
;Apvޏئmo6B{w{AR,ot.rĈN9Zemt{
}Xcwi&[q|1Tڝ#)%iD3Ϯ>Mvm][
ɨT-oi-KrFr7/EX$df}\km`o       
R93Xe5(K(u.ޢ-Db^wx]^>-݀Ɯ֮u?uή)>nuF
    7[-Q#'l$e͖ʷs>BƼ=.<hRx@rGSb__w{Q>N@'`    
J<|}ygw4{~BFC@zD 
Dӛp&aM:`G1GDcxnkyz?84K0y-m:d97o;E9      
躄{a2}!AS        q 
xYȢݼGJ!Mu+r5mzr[45wve^[D@>oˇ-&!96Ÿ*숱_?Q?hHZ֛,ۤƟYaO2yJda۽CӰyj#/)ȿv[I{ˍIkZQ
  c_44<`_ttK?!FQx/v5q^+7h   
ُOS:{>~׽Lal.3Q=(zM"gN/&̧ZH="GܣI2gf{j
 BÜU,ӗxܮpy\}8}s"ҤУfٲp#)a3x~MQL%
GrSNd\mЬo1z(y6eGő,?Q}[G¦FZpyb;"9Y1W=*6i[I40Qr`}ä{Kyeg$)a@9X-GlrĜڸ`HMbe-urytَ0+Tj\NSq.L^FNp[YH&59OLCNJɡQV!\~Ri]k`6

fPCƓOGyQq])#z5-G`,!@m>p!p{kY-!Z~_7)ќ+/~m4@hbLcGl7I2+p@Yگ'/-Gy,$6ћdvK6C?cxȓt'ޯJ-jHK7<潐
    
HZ0OzAeg=vc>ʒu~$۟#)d]~ӽ6܅ힻqg6Kk,pZc4޹~K+Z;l[?p{W.O-Hso%]ݛq#ļ_vg1Sknr3%~Fu"̵Jť?kvH[Y/{7VmCCGS%?{*,?;l^U
^C/j[GzC03N$4x`cUdY2tE@$RO"%
&}?5ܕvKi{3ΨOL-"N7гd;`!62y%W'G|jn7`!SI|DE~"il~OG}*ep$By$΍(xKx/*gϭ`]0Ex|=?۴/X&*og4>~\E&A]@&'eLu#
    
)Zu2Oo/zO*>͞˄r7n5]N~8;"*HmP^A3%rTO;9
kC8,
/d)){kq&,xt
kx)C.LS(E        B@~}M}vŅR  -'npK0#1dχ?
PYQN~S??V=":향'g'g[Hr-0>u*o!o|]0Sf#sW'2\y՛s&HϚ30V5?[%壴U]+N
J5    
qZBg7t"1XH$>[\X9̗pz$Yv공N~s{gu{5g<\y(W~IW#pֹƝyN:Ogx>eY\^.VkGWϛVqG;FP#@OlpSV>9oWb=iFV՛pz[c[c[c{]mPeE׀bG{PIq!֐!0{.,"
 DEgAm׬X'fT5 
-sI˱?a+4YI\U,\CA)[F@#ꎦ2,#]$'@ǡbH2Lr!7(2:%/Ϛ(•_3l1qj0RyBAoǨ&ch@Ii
SP0vfYƥzenFJ 
i7P@5 
'$R4bEzfhZS%Pu)5?ä?MhɈO8ql*fD
       
|J6PV+g{c_MO_mj6&vl*G'!ӏ(CEd@|_.'dܨĜSH@siنy]
1/p98C5Y4׊pBN֮Y;Qn<4Q<    
e'|Ҏc!Hc?xgM~UAQ#IY-鎃|*仏ZQ̮xrY̾\2+!(h>p5̌B,

>R7,^4@7-bA3vu9kf}mx`ʨG-v$,>̡N:^V[6rr>"4]X>8p]ϸv\G%i>GJ\
      b_f35%i36eVic/*,vb8Eo9Nq   
.|-̨o%ZʽP{tKln<,^
\F<O{PCCaha*fz/&fx2*މKd%ѭKz`N7 
Z3hu4It%gzt1 
Zpe$vO~}<hcI/7p6Yvvy=={GA0P{+SH]Q'HkA]-Q?0%ts"'?(Dk}-bYlՄյՅ$ّ`L_I*&9Y^c`oٍ2u<p3?pBtX{^ЁO#&;.ߺrЦR%g<^Xn+_)Xm-9Z2Y((AM슂GըVh^8d-/_T$lưEBܓB2=˾%ue)ķkMmj_yF3ϯO%9TfեqE,Hи\)Z#uè0n/"Z3|h35GFcqXXʀ?˲%q..gzB&+~,-;1@lJsc)\#a+
   A[{ͼg-*g->bF`Ej_+t1W4Š#,Wv=
1bԺei|1d|.+KmzS)^?PǬ|k>v'XXa*
7r7!v)?2aziڟ!>kxBݸ1E04^T
Z7'Hbe<|`[z3Xn<GGr.&|e4|O2fEaׅ܁i[חYa/qhU$$@&Lhzc>Ҵa1,\biĉujQDY85Łs֞2sw84ZECs8R$Yij20)2Gk/gRfS.,H2xXxxhd
:rb*      O<"D(8z,@$춖kޏz"x Q?Iv$yzg<r
<2
REdd!Q>|\toϮOe}B0]xE}M*9<2/T96QWET@Dag\E5{`*Zkݰ#O{`"*h;orvr]ϧ~S8_z4lqZG#!/ܺi-_EP"t@w>^z}kNku6'3@؏+qq\-v;ءr!4@A͢|{7Ԅ
4![O9N{O$yċyk(H)H\4huڪRnZ@r rdo9(y}{*-3+
 n    C-?KѨX9dT.0)U1gR4.c     sGC
TRub--#F9+nJ$F8@`\GIQr8U/ 
Hu~ےVugYv/~Ih9<m%$|VL-߉tLJ>bN)gQX߾؅%}{NSƖɬ˿ѩPt,CɫP.)My}񢖚OhO
myS_7?RJuzZg!MA2k+cbk,+T6lٷZ4J9gzB

<D,"R0Wߦ~PҎqS#ҘIi{$i>9iK}1']h׀ι~d\bȯy\2neKz1

fJEuE"0.ŕvnt|<g{9#dXZ]i;؎@rtri{;/.~F^#s6fwtH
 
cxB7?XzO"(xodh$GpvW#ԯvu^p),-X1[slTU*YG6}IJ݃S&ΪǞ!';!,-xaSvYǹCKxY
  gފ zo)5T<  
%/LnAPy|_탧VM^c%VOPAkܵqckۻ͗?228c
 /dU荣H#tB+ӊ0Ejm8Ҡ&A%Knۄtx      
=rMHﱑTas8f4*%c/EHnNcHVPlJ4q97Ck2PC$h&lq4<:11h;QĿs
 
:W(Bulj[tjkI又]_v6Uv?Q6>t9wXVF֍ӟ~/I>zwłB8lPa*pEQm:Kwbh"a=,AWP

͸q|eI%̾"6ȊLH{ESmfZF`0V^/QV.jN=ywz~N**#LerԢ=A"
 
4dz_N.liro.}Pb$ll\nX;Jfd^*?{qtioǗ!p 
     7/?'6:I:2M[|ގؙGm*9=i%%-Z   
H"2dL/@g5ϐy/Pb&BG.\/Qjt_үyQ
^VHozg
      Ϸ^        
6s4IN2s}Xcq#b7xb8{v<&;p0e`d165jk?i=yMdi`h1|<F.VF|6a)y4<HƋ$OtОǫ#?Q.1f4f2ǻؿxɯ8#`ˋ˳
 _‰&TNs8yٿ_]/vq1i>
z*MxMϞtϏvniS`F_nu:ź,&hҍ4f,賰ϓ],ޝir.3\<
_eOvuTPA|C7̓ow}7@Os
Ss呾"C~r\ȩ,O>8=*t(x5-?.;    
 Ȕr/|XRDE-O      
wyL\`ā@FS"d}&WBu'9gJ375
i>6v7{+T,AaXE#Mj8?{)ru2'O.ٽ87adZLhfBVZC{{p7rM%)ﰘ^t_A86R_%C4/~BZfpI"#i#Yah}\>I[Y0jA*Cr2AU69Աc%^K8|"7rxp--p,
 L Wc0|       F7& +҈G4GG9M;D4n5=3^Y/tBP
y>rrǁ!ĞR<V8!|rp/N2lbo#}/z
5icx#<4zeɦ69nȧԗ<&>~?^R٦OFo8p-ˮhZfM++qwb.      
J/Du`\Y+>Vn
fL)T黣@-hKl''N~:qX;{洫ΧkrBw+2OpD.\|\Ã9
 ]+g(@wnsӛ FKl;S*!֡;0ׇˡJSi<aٵ_>m$^4%{R
Vk$E-H*D\_Yil\~Rvs1<(.^/(%_{\njh 
3o}JEVOR*AꉐpI?]զL']j"|ʣB—0S!ʰbb?}{ۨ/Ƴ_.;PLKKVr|
 OBʹ
esl*2ED!(jZL Nzy!1W7*;Ruc/'[ldaY+ 
ov="yVXƕ
߿vuVU%\iI!a?`qŃ7D7-r-J$;>l~>N7,)Bg2)塂PW7T
       mnM]
(uoNYQ92><eZ&4ZsDToeMHg 
5/*`_>^g#826~!] -oddT@'I9DI[|
zHq^+W29EI%B!)5SITQ@yVޛtcfנ@2@{9?N𴭓ܛ@Wkr߄)C=,g2
<~s\0*'zBKF!3,Sk!Ϻ{0!mmV@_BO?1%X-3R5fR_3FV|bE1a
 MRA+3GZej1)     Rlg]#Y%/AFh.OQ@Iή
Lko{}<yv*0vOQsK9막]xwjL5F1BzM@Y
)DZ_{4AUE8>C:M
:<0Z=y9L9?:e;Y 
ItiQϐ2pe=(wl$}[1vr_($`c6)1{>RN3N̲fIK|1p(Z]y@z๸
׎<á~Xʖ6!}/X0ǫv;%<v~:ȋ^nMc
%^^CQk[&ubٳk
(o:|VhoT^9$B.$;\<NSB%"9|SMON颽9^L{Jk
#nnp4~^˙;xڼ%F8k\{iKSSV0pi,d-w^7&Eyv\H8"Fv9měgTau*|/Y#$S,lG1/JDHR/0+??2ya#y]88$:VUr"nxl2IAw}6JnQs<];??3~&n
      Ֆ0qC;컮;vE/
,3i,0
EY!iJ"Ñ4O|T6m 3)pX!^ 
Ŵl;}Ӿ_=>{Yxg9hj1zENa&(ӺdvciwONf
~`-f4i=N%^4ju`>C9H 
Ң88ɌlBthe./$`;.I}ΎP64B`&M{] (BJ9 
A/2@1S@3O   
n9^_t$K@+-퍃gpJsNq\O'-FZ>k﷿6=F7'a^~1
        
G;D|TJt2z}J&UFHQPd&t]&:.}3l!=ߣ/^W/^et1TᄉpL#Zr
        HIXx5m
KBo?S[DfrCi@Gt|tc*>\fRBŻ6b-)ʐ0f4&Za"daWE8vZulY/eBSX]
   XQR(O^-prSRa
)/Z.ךɮЗv
̧^7K;]O^WS0m=.DK2n%YU3q,TZ%o
f'9Ǥץ{`@V9B%.V㱡/.l$ExAq
TG^@b031٢A|?S|0$Kbz3S>Ol[graE{*r 
RSn0P熴J,Ԭ(pUSԺDˊDtL5@&4Δ|DžitR]W>%UG 
oIj.j[8    bp8;f`X9ɀ[oGzvwn
(K4\Zx4R`Ze(+d%`4e9:xRNϯN?\#GL?|b#6eLO]m
%"G[^/fNG+)ue%$RuCT+IMUf>|MxÜ9C-i&Y-ah|<u7IU*P<I
 ̠y?Ohmc`OJ
oʧ#WWs-HR`!AIkj2l`0jVw{[޻ee"b^WXs 
?MɑDIJ!mPp/      
13~LNh4$«MOʷz{`N>%6W=
E8gf,,};,۸Fg*!lT7fA-˜¨       
b90%1m*ތGӟ02ol/בztaD+:swDA+}3h|rGjv42h[`@wW%2ALD`_?+Lh{!W,tun0TBb_Pgu)A
%.4~94x,1WǑ,m?yؕDVsن%1dzAԇ]δ9Ҧ3d`pD@XU_`(\g3YD6K
M85%z:llSڎ{KӜB:crh
Niw螦=F}
|A=.wޡ5NyꝽ?>xoή9;N>x~q_zZ}}__<)094O/d5LXx~E/9{`lQ]PslT
ުB*/"0Xu.#SCf6;秬\)=+ӄ1
jppGCrsάFc.O0m>"YQMR?[?,ZP 
Ō=pz2a0;T5<v#\]vΎ5gu^nsd҆MYQfvN:h%ͤMϴf2Xcee##?qDεM|5DAl-bI]Mۃ@*M0HyYݶ.NU%infb*clj+V$8
JYl)E,#rdJz*PY6KjgxupeY](U@BolH,$L1OW︦EBiD#vfZrԐJP-E?H5Vq"݌v<[36m/
BI5#Xq 2X= 
?Q;;e<F@V*(6-p@sD ):qA<aQ=Ɵb[mש               
 ʷsp2vj{9=}+Åeox]_!Ks    
n?x.;W3u2@&sqF/$*5b("2Yf䉴Aa 
׾8js#3"됒T+)x\F3ݐӶff 
ǚRCVǏ<St&hi|;}ȷPO=#Ugcsᅭ\.+7]F=
HA4ͼ]a%ԐκFl7J"soTmYɬBu
)2$Hd4G+r}98zM6 wgؠ|;_(9Ǧ
{)UBk2 
U/hKq}rl*/9G񸛀)+pi#ǁp1JoYKsZ2B.g{{A4I:;꿾U~iY>v*hB|##>MD^0sa٨[#\q4+n4ǣeމW$dI:3B{zʐ䚊N=.auX}1L&e`͇P-ZօXV!Hθs~u_w7(x
       ﴦoT@h!?
g+ⲌK<6\O?g#'?!АVk?`ຝƮ6($=zj>Ao؝\w+bʄ|5[`dnQh՘p퍞LOS)qݶERZm
{;@R+q.NZoUa"xwM,ǀF84Dzj6       
K.|֏Y#U-UV+x&uDAEb.9fy1`S=Ʀ9=j4a>/j##)
96C]E+|Wf>+F|#:Bɐxy=ŲBf̯ȋae{s+
|]ѵ酩T!I%'\ӽ1;r+x332(ccfHg 
0:2|egWgf7$RʖKaoge71sE 
y}~Vl暯GBl)FfƏꢹ'41{M`3˿6.}n/p\a}.!#߽n4gf8™=:0MG{%F)s|H/+Aq~da2M,:m5\AGiL`)izahې*5(!KUb
    {m$Xlҫ!au9NṴqIHkw[j/z} 
<1<<m̵̫>~!&8cg~pZ!arn˶P6Cq$,F0D~3FW]rŒvc伶,bLO@&|8B00fL8
퐒q/ὠ[I{=z;џ7mzfOIE?ݔ$.
G=s@ѿ
GxT$;X4W-54&|E.?&PScp3R.T]J)K¨n"ץPeym(SJVv!
l
{{#"FFm8}Sx(Ժ?NS`:]
iœ~[}Ζ2uw:$Ht;WJY_L,Pu=kq쇌ظe 
uSf8w(X
mXJiYJ.?_\_
 gKWD
        
;-4KlU9-;xhaBƼ,GXӝ30[9\~|N`-dktʴDpr~D]3

TR;9䆃9):}!a5>};@5âGb'Pz̋^or\/f9|5t;a6Gf
       
c4Opz&7`;5z%uvО/FsSԻ`@&-j?_v߸3&SFjԥ8
  uoi咽%/hkpSUgvalp s`Do 
uG*QiJs2&ʮ%Fˁ{y]V[4T>+C,cΕ؝0j׫4R]tsV^1[ܐ(p

n$3L8´|'ɉtv3vK(tTbo1G8
*$b{tInNi[ޙpzNtxt79c56V=gGFВۛ=QkDOj2KѦʷ>3]t~ϛ%C*6yJ.C?1ũd
eP~0g
rmםX
R`n^/Qvu\͟8U1      
;]Tc<C0&jY%f8K6}`:8r8; `Ԡ
OByh<7s]]jp^neXi#T4DSvFf$;L̇!$̞؛OeT<5J*|-GK7(BAWVWH*nz땝/4A9!Y+>m|:TŠ;TzM@ʿGJ3TaŠnȶJG*
       dUVy<"g,N*WYy: 
wtѬWU7ԜHQE/c8PZkc~xTg.u(t)'"^X|+m\7;:ZoALJA.I7(LiWo6YS'm[9TRb,ΰ+J2d9l,+m\J.T̪*^Oն}-6{"B.DpN-l2ϊ"0ո,Ur]W)ck"KF9jg%B{1o`,(?JtrӃ9RsQ-Y_X/Yy-:>Xlebȕ\Hh^5vCZ"l`Iz8luè\WT[|T&ON>_
      u?UwHnp>,sWm$J21>+f66hk4'`Gx
~y$<1R9bs$&\Xٗ9OLiq!c6Uں9.MF)Z/>RF HE 
j7,[E6Dw}KhYf]*#48I{Wv<n 
첛A02X8Ƞ]ͳy@'xyN )oX1W']ȇ-2MbZUsUJ 
_CXf3?\B =Jrq`ҧM"_FyđL%Y-ql
 _lR{K3{;L^껃uMJ+n"*x9P+g{uR*iކc 
TFNf@43~FZ5f!R}2S ?9.

̟'7Jm@dfרb%̠͒ <k/4Na.K,s8K>AP46W`+ 
)*r9ܒš(PlZk5[AUAM`m``Ub_k7# 
.Q"=(H@1/g3i      
&3''㈍q@VnJa~I8`w=W.3y/ڇ̡юg3q@Gz2O'R0!x_!Z~)^sXX:1A+ѩ`dBEFth`'lLĩ}~}FewTEnIayڔ:L-bi
 +[ck/m      d
#3?]2&(Ŵ򔴥AyNK/AhtI@A$Q<;FZkA~4wp[?Lh'L)r\XO6dySy!{alج`8w,v*h~>/n#ƫO%q
 )|"PbXw~ELd1EcUig_'nhaIJpAN?,
N'0m.{_>[<S/ΉҮ.ey'
.|UA,)f
HS8%(N3jĦxi3@vHŎgcDz,)`Q`uZju 
pj/zP1=qpbf 
^ŻOzO_ZY\KA*M^*.7/(t{      x{etLE
'0_hu۔$
yZ~jCe1Qb3ы;:z}٢̈ye     
2Fa9l=4fXC5\]e;vrjYi4
Sc-⠏M|3-jWٓMۨUyp\Y3,LȓX 
D}٣uM%8r@#B/vYAlJ^atl{la^{u"#SHԏÐ`ta:!%okZ7ZJ;xpؤqFر)AT`CZ$|Q띟}n͉.E[<*apqm˻
 HC:zAsWsќo֟0=±q3WdN
%%듒.aܓ<Ǩl\f2(t1p$@ؚRoi$,~6n
EbΝe0˚!&Ѡ6?"bbށQGUj]ZGŕe]hr)d%Y'DNgw 
ò`ϗ_'a=r%}3l 1    
3o/Ǽ*}drp$%OdiSGs0]{2-=иmMf>a2@m%s&Y!PCelɛvZO9a,TS{+j=uIΆBy)>yAj8i-f~dVu^n*;
-E/%u[@rjvf:3d>ƬS;1I
2WHBҦxǗZiF*6.V+6g&``JГepyFd422rBkqD24ZC46&
 
#PXJ&afޟ_dub[i6Z?7!,Za0i(fk,rI#w|!+lz"\WS>2wAAn+xF
 
is"}ń+-!hJIY>qԘU]KQW=W233ɍlDoLFOhT\{|=>=^:kW:ynCMa'
b^}"bn=`_|<{4\lp,!u_.PC@jI "G|!Z VM2@
շ26954
Cy(TqAh(@=C1ڸDF>|ՐZPx.4v[{H]|Gk6&*MWV+3iKQ:Ԯ_WJ)KlA0z8=1Z7&6IAza0&fJJ6F0c.u3,|鯚'"&44yz}ZhY#%ϐq^q0dEzLiqq-<c`i1oErsQ0ը*]sƚ)w쿉_Lr&(W1q!*Fwݫ·OW'g-NpІxw]L0Q2Gt?=a
   +.&6~x:OY]|kwL5td~`zϱ
"FIKxvma&Gstob5pi9  
zBhD<b"i{ϼZKOu=Q9*F*ahSN0h9wgS+hL^w`Pg@V]#J5NdgWSmB,W͂
U4=of\p-gf&pOFNրfU12T2UGkm:%zno$@o[PS/ʥg'g
        Ȗ++un:,^-/"
7yhXF+7gO+>ras:q$:=%KC7!b!\41e)bƢ{6]r*QwM2Z#N@3>zdXRq%E[{-i#r2|?PL/*untbt/ݽaĖdޅq4x=GG$jFX{!
^QnCqg޲DRQ     {
:htz:6c2  rk9EcbrG     0'Q4w>RU;
M*WX{wSւmij51:>#q!s^z䣱pIT*7IG"i՟qPieF{k\^䶖N\v֗Xm
 =#Y6*Z{6H$<h18y|P#Gb"`Lh6[RMlW'NM 
\鰧713=a3f&
y4+P6b1ݽ      
E}:ARHٔ!>}YL`sMNl'N/syz|u9ү?>>u0gLV|(@T'|gd`!T4h"ء&;䢁&J1L

HEM✐i3Y1A1mKdunnfQA~KC]-2Nm'䀝_&dǡ}&$Vaf[Kf7OAg`iV_7dgfLú>c&GEN5VVY599ϫWbŨa^IQGP1unZ\AQ#Vu$wj
ŀUdrjc痹'"=&1ؘU\c@x CVڿ
$Ab]眴(L$ȝ2+-hKNI\s|38ŞJ,~|~hJ܍{9rkwBsmͶ8rx,z!0@zt)4,~dtѭ>
   
K}e|͊<{z{̖#=ca?]h*/ZJCcنBqr6xv@=}-\7ٴmdD=fD0;W?ObVƜ"a[]~pZb[.P6JJeE@'8k3M\~v

Kڠz`1i}$efV(PbvPY`X>VgԥMbr;xecRi#%JFKxjʢ]jӲv&lMK#Ώ`ꚱ(PFǾ-/0DGJJ~m},<k?=o;axKtD~z}:?h:\

NޢkT#k')o*hQ]T_xኀ/k~g묝kZb)[IjH,[Ճ-Cl֚']~r{FCDH`n@˜`q=,u=8V|A'0t=նҬc4ݾDH*`=u;Ѣ⍔:*g͓%eaEnqP.q
  Įyv}Tc7ч#{rg
]REҹR7"#pa^?2ܗGYMߕ?|=.SM0hH"uzX\812PN㏿vފ(ގO8&VYJKNhE.L1d~̿ܩXLX&E֋y"
<!&Y]u#Ҽr}%]k';E+
%ԋg6+j^JtS,v2VAߟ7]ˢGo0)Fhfxn{~NQgiJv 
U)`B3TW+eVnD%|GtǛ'ͲB F^Bcķ'4 
p*+9,#soA-,UiNdep3Meƈ 
&s"7`$b-$4q]9_ZAk4Ϡ[G˶#]J
Q,]Kag߱#$o@w~8JH.tA9<g~p{2?_,w}ա@فg8l 
    W#߇SVFoWȑGMI@а>zEĸ0, 
΁PSFn焪Kw&Tlj:BE8(1H?$P3#3^@씃hWݛxmo>e@Է|(@
      gڣ?%T
g}|6Q)zWz-djgz~?|}3,ax5!U#WWiZWLQWlDsܑŽQUK3qp̹;
.a:QAy0п%྇L*hbV/n<9ϺqD3o*eսn)c 
z:`;Y`n9೗߯v^yxSFds{0/Q0}p_jفc[Rw$&!=mǹĺM֟Dx=RJ&J*8qE2$M!ՏmTmb4զdp6:$:sbϴr}dP*kbЄ>
 
-0PP9NfIb/5Pa{!V½>^疦5ۥ*Zhubg54eGGNjb:&aNC|Knl3gp
 jM;'ܗ̓*A"إ7ȩe~k5*g)i?H,fwr$Bܡc"H[mK8
yT~*d8>(pT,YtTW^#Qc=d]P\`1~EnѺ.E,Π9`%S
 }|"1        
Hsc/=tCK@2]v'#931='yR:SOV}GTsA(-m&s       
?(Lܟ=IUj?׋YTm'(A0o'B䄅`@s"{
{?ۢG{z93u.H),
]x|<1E{~%|T9s]&-,٫clZP0:X6K^~2 
8z:h>m{&h!2zd"d_x563`R$)1_!Yḕw9H:T~!r4@ΧIbaQCR$?
jrv+Hh}L֏&l<.c 
fCcDȨW%bG$oq\-k֒6#mLݐh8Ӱ#ᆧ 
ۄPe\:gu6˜eL42qE"֧|oQw-y^{kRYZAڔ03wMZ#ͳ=&*̅ftRj%Y
DI2+ƫێǺ/vQkHE.TNL
LŸ+\L/$f8j(o!GȁDN"^&Go@.]M]C]GOoku3&>Y$8R{j
 
68QBRн[3إ{J/E:*ȆxoOet3A˯.HW!asV7&Era*Q9R4]8m
҃eqV,/_Kϔk֔1383T:񗊓
jRЄ   
PD0J|bUȨp3UY&Wlgj(*LGU<(o0z%Wu>s~/?
n7A|G[$GaE@װj<ȍt    L.ōGr z
l      
^Ò"}Wٴ,Xz]`T%+;zb*_Fegu1%fG'C8Gk%GFU͢ѲQ=.m2t{1Iz±њc#1g=-r,h#rK0{eɿuGHXB^LAK@Ej*hT3Zo[Ty|őY,
,uKc4ɓW\Օ̥LW$M%eZ
:kڠMz?M)it1't>t̔Qq4nLd2/sYAx'S6;Ar}%n3H{u
: 
:ÛgLnA7ZrZkFQź7*4r٦o5>!*Se+ѝްU}Ss4Hs0iPw`\ۈ
: bP|KJS
u{_q?-aE2yx      
AoqU+:Ϯ?0rX3I0ZKfze[嵺x-J^lDٗ8  
@9KJn^KKԈ_"۴8"gkQ}}V^YTb<Zv`ouRbK+Г(p)(+XyBw>՝.q4J?Ş]F{8_")xMMutT{F'uX$IwSR4n6+k򤫁s>-L]͆d׸[KNh芓
 8+        O[
ޕ*ie=g>lUٱV:hKJ֟Ēh+$N*<θ[q+ah9d5VjSx?d-j֩Qߚh_WCY-ZBpW!u'7
gd]Ъf0BD,WNy4=~IEҢ:[$8mI;BA1|
UD+"dWRL^b;È$:%[qt)ih/+Y1A5_Sig9āxA{MBGF_:-N:|sdaNa=rgYøL,A=)/
     pA,2Jc   
6WR=}糌4ຓ$|8TQu{Qy⭍VhHEgMݴ0zj
+vMAe"v'dzw"SWRˏokg| 
`f#H̔IE(ӝyu!T2eĚ~V)\Nk0i
[tA)LYH@x=y^)/ՎBO꬗3;qj5m)\j#U^M*MpDxBT+HC
 e1LpME tG,})s 
S;pORaWF9Y0gd6NBQ@*BFTl:DzoV 
Z"Tf:ᴤAؗ[`vpb1[!.wR_F2-e1h)Bw.pnwzB-am7/=2ȷ&)3%x|ܦڿ큸_jL&?"dn,5}U*AME
  YYЂH.-k)3 
'.Ӟ퇫.މ(U}<>y}{qJ{ѷkjsqŶ{oecW6kg鎒d&l`/l8Pi63/HQP)">(7Ш%}A$r9!l}5-ek4Kz
 
")$]89˗1:FY`:7*IXc?޷H{k8}߳XL2E,FPhZ̻0u҆RP
ޡ7m*Z`1hIZKl9BiVqcxV;!_ktɦ    
Gm9KODBȦY*akcb3F7*ʿ&:BɤW~i`u?fESe?]ʄTEZw8sc&N:;Py:>/eO/
̐JT^P`M)f      
~_D)\υ7"Nfdj3;_PV{$˧rLh,fUr@{+!CoIpz;>}iOMXΩ`;3T
_6UHcq73'UTn('NDe.bj*xhbL\/CBܜߪhʁ`1Ȟ݇䤣+'s9tRxWE
j,*:rAL* y}^]\>
A^ڠ@zxy"q`7#mawb,LAvSˑ;&UgX̋BP!΃v!kpmv1Dd_-ЙiqDO.<B*[xg"<./Y5[fO

=5U}\zIk?JUf]Yu2c[%M3g?qSBk==M4A%2]КSf1Iׅݭ>*BWxY姢=Po+-fӮSrQ!oi[}
     eOL殪,vUucnYDd+6Kժ+J<dlG       
FxATR#q:]4L/zjh$ЧpFCHC&(j38`OE3,>`_N-
{l0ۺ]XI$
i{v׬!92~PrD~zc]t2,Q=oA8Q
R:#E"1L3;25t@j*/dYϓo1B~Шh&ތWґY7o 
xc9$%sv:qnwݶm,@P|_61F2/󚏘u   
C`)rQNg6Eﺳ48nrREJfk뾷H'Nk3MR0Q$    
s~^#>j1,A1hMo^٫9h_vXD.WU48yǗ2agq<$ڠ>^|8>=8GMyy`gϚc
   R@GK)rARf܍61ё-xҒEk"DH՘yEE%ǟUCrz)   ʱQ  
+pR;*ETHQ#rcFX<T׈BAKTQ0*|/W9FE
o\[yG]U!,\8Ήitdb 
x92E-4?]C:z~'Ҭ*(ZJu4&ߓx    
3K^zSs+a]VnIa$*5.8:O#r
Vi-Jc+Fop_9#<R*-mFIk8g _]Q68LoCF4D`
IXe498v2l,3K`,\
o6flZaH`ALM8ɂ-*lv-cs"Ei.0-hr}67S20@֍-|-2D0!fd۽{\!bf_?<UMG|pHBwMb2#bf.dmFrU\A#QzwhBd1j$FR=O\H20ERƀ9z9FkY,b7dKy7AY>EljHo`Pl-!oCSTGqݷo~q.dˏu$FcE^H~7{dM𫷘&#$gZ*CO'ɠ>j١ېy
qqYЇ-#WޏbnV
JQXָBF{k#dG/e_e+KLB;r\±s@!^vة=ױ#1UXJS3iU1,73g7+X=#m7_hv==UI8NJ%͸
  g4@Z6?Up]d+'E        BwszyfBeR
4WȧfJ@Ieg٫qt[o/i\-gD}>Mac6˷„&gt4ASX#,;~
 <>ywƋɏ7W9šuku>G7ULVM
5E0z,d;K+~8<2%<#hLxQS`p43*=88g0001M|.u_cMZYriqJ))8q$z0(Aj1)܈jxX6̥à+۪@%
 lC5@viղKݱJn5lyS  
)*/OIeΪ1#n(«ZKs`)yk%r-_16~qQqO˷㥋֍cw56ʺlӺ{JNL\N@ϋbv??-L?dF|GT'IwZZ}|wmIYrS#\u?
i1V:K$Lp$GHD<12AUnS{_9|S*P==wCM@ng7WJ8j6ך#]n#&dY塮%Ά!Qt=J)oQnq}{R'\Ln=|Yܩ4ho6ZfY9H߸ߣW[lupe8F
       ,LО7͠U*fi'vaQމNLT$ߞ쩸1xyst.?]\L       
&'gA>ݸPШv&D[/X"qgwjho^OQ_)fή9.HN7J(:)\,6n;YBM!%]mO]OR744
 }H6m/oqТ:(O(c7:1"Ip     KBmfWJq~Y\,:

]R$ k'*PJ/֮{ÆiCSl#mohyeQp+0%CySj    
%8QVi
B1rQ@ovdCx1%J`bqHeZN/A"2vY7Z坒Iԓ#xvYqhj́??:ijpm2(dƁpZqY{5̈́+菢gD/c[
]tP+MV[,Sޞ?aN
vZ"#0/Ϭ댖&λ0TeJh%lV8J*~0h\bרNp<hx8R%%
Ȋ,׶3:7{o{ӿ{Sn*YtXh%$OAgQ)PR|D)*?O]xzu
z?NQ*$MlJx,zܮ>X'hGgH4
o-똣4ҰoDžі-0WSg̴݀iq~Wv0L>)
3g&3W`Qh.w՚[lXsȹ1uWl!ŴC|P3@<q 44
/e"VhB><=ŷ0Dye<vZ(q/팬UzcYx*< vf  
     Ř_mXaˬE;0Qxh5
Go{&y7CHY>9,S
ayJr|0$bMU]'U{vy}u~֑#oMu8     
(VA^|6Å 
H4̩GK?L/\d>"H嶃#a[xUZkOJaJ]z~osѼF++7<ȶ
'tt[nUFuYg끴j3nЏF5(*)*FJ_Ym5eiS?J7lLCȢVOļlhQYohDS^Բ9DѼ‰zFyG3+
j֐O&H2Gf-O0ɫM#]}u0u2wH]3F7Z$<}і^O@oKag>k̠ZdIܨpE`<-u0m}'Vzta`Ɵ@#zAfOk\<cOŒm!p4K[5
 ٞE6y;rI}è 
{n@ݧ&H^7OvAGt~oO(MBkSjT~v(;Y
܏Y$}̵+    sPЅƸ}*ȋAYD
iC\e=t$0sК.b#"80ޣAM&ɑq08JwO]4Nߜt5"iSSlKSLhCbdž5X'ɀd'DȔ4C}S9Z+

=D<4]"t*{Kby>+ωj.>i07랸֚j/ǚdcIVPITXxO՟
      p^͋+Y~Õ7\4Q_ye'uIUfI$PJiД0Q
rัZLf3ח,ʎp$+%8fQfoko
["{U`怡mqByaf+3@ل0e̚Zڏҋ*3h?sE5*,:
+&Y'5iC]5FB:;M  :(l_-J;/[o1f>'󧼓?      
+diAH"
+al:GuEDL=C#ƀ"pݔEC%=6S&-G؅|o+Zli%v<4<r<X(`
+        ybne(ξcSWI2K"Oe`>TR     
+KߵE|gEՙJSpp"<0AY|U7KeŠ:i+__aZ'ԑ?zQ2{ج{XL}FFQJ࿒70nu!4|0@(
+wqVS!iLr^Įl&W[      cE|G8<tw7x     
+@Ԕ&rzN:\s巢PZ݅itV>"{Xޱ 
+ZyYؚeI`r+ILH3G:,˧0<Dqt˧^KSc"@/`A0oO6M=ue̶/1
+)=:"&ҵ
slZj$~Yc>e:OOW8˧ᗶE҂)pFEq        w+$/x\sF#TGri<a
;N8ޝZäoO-     (8iD^j:U9籥#>;6WgǧϰrIiD 
aގ1|bXDCQa.vVy4啀ʰ]tRQG|ørU      #Id2O 
D?XSEk2/1Ô޳w͟eC:FFug"ڎJv'cۣAh<_C$e2)gTPaTXnFK糫WhD63*Kԃf3,9}<<Uvwֳ]M>DOs/NżYߴU
٪|e*Ztݿimjpo=O_@&p7u&9<)5֥ɶ.o֔\KRF۬m|]ǡ
2t
     gG_9[^.]S^$c?/|dzkʞ).s4˙ 
f./&w"\GLV<вÔnL43LbgZ~*n֕}Y&U0ᮋ#0Z\O-)
ONnc;qS3E ,5t<Ǜ3{\hPtEYʥ  
yVJMQI9[g‘u*yL77c?7FRx4tA"bD!K`l}`PƃRt^mHo!p00n}.Z̒?θP"x?bl"8Lw'z+HC(P3@{dUgmm"j`}'_J?=X{<>pH+Y4ZQZ#$
      *:ƫ7%{X'cĸԓ/(3{v(Yv}mL     
K]'?rW˫R\wԆp:ho!9z{th=89~>GɄ/V9$p)RuRTovtcF[~1<vy#%d]ja}'߇D^8TP)t9_saq֋|0"˱'1''"j|JJz6!'>
 
S8gw]Re&~5pXO4:1d#_6yø?ܳ%g<=km3t4;%.ꑹaׁxx;zX{9ZgwvC-6$:eGh3fp@o۽AM>+}@Oҳ(l$9o82|lGEL?l
rh(E@51a:{~6ar֭uyQ<d$tym` 
nl<ern($n/<yz'B&yGr,"aVw.y`~1(^8b       
yyfJG_`đ`yFK](׸mP]ϝ]ɤ~%YRN{ڢ(WA4k.H}|gca"Z7'?sVΌDY@F0eY3".kK4|꼒2:-΁y}Yxwg9fKt²"ôfUi&X*I-d
 WˁT9c k3|t83}셾h0KjJʋBWP0VE/0-yb&AV    
   
dg|%D=]v[&睿AL$\4zZ<#Vןee#[B/BijfN
 w1EA*4"s< Ŵ@z.]ccӛӇ*.
"e]9m͝%-]Qݢ3yGch({At~V
(swrY{RQ!e^tBzNHScGD*sGb25&RƠ~G,&-&t?F<O
 lZ'lhs}Mc?=@uSLWn
"'7)     RE
O>p0iguP<(57g.WqmŮyрk;?F**!\Ūe3~_2nj-q\Y=A߅8cE۟?>ôK+FuOCd%xH!iߊOx3ݗ9k8R^NɨXЛ{W;6c$A^J`L1AWUUL/U$]G/͍x9V~z_ڪCz=^lek-or]W.wzNp(X6?1
    x̧E^d<R4gqfeaAn&Mc?25~͔ZDh6QWJ8t\X^.|» 
E>"i&K\8T*ԫλOק~a񖣢1'ND$6>BI׺\fai.L.Snޑ/zCHOIwä]_wL%.Ҹ"IC_dSbOėl4

D_`>Lnt(3ynŔ/E`l1b跟'`}DHL*uf9ݥ위;V3ɲ/&hG֚@GAl~F/xCzsa뚨!_hF^f,Ֆ}b2hF

;yAqTڨ_*jiN7/exPz׺ZҒ?FKk4@xߑ?eN@ρ[r[?Eb{4xv]eqOi!a^x'm^HLMN/]dO
 fu~٥qs[IJ
d:2ڸ9!:Y;\72ܸ@?ӑG,(IY2C5?Q/Io9m<^!BR{[q
 /C65]287z_ɥ>xrI9k˱rzNqLgM2Ӿ>55'zd?rq 
>>սkQq]%uJ!]yzda
Z!Y~ukz̛Qk>i0ER"7~<Őma 
lquL :皪6`k@+d` 
Ȏ'yCaR$4*p19lt$G7SH})gI?El{zAj6//     
VR$4B`@b9Y`=֭)Թh3^3YPՄ
qVEV=3IIH$28$xS.Dy[UhGtk1a 
G6,JVT7Oͩk=Y"^ysv4yjх[nZ,k47|xt"}4B9cѱd+`"!mfgMϮ}80mi{vo>
%HY._N㫫e 
~,/:J%ȪJ^6^zpFO%DevZ;n6[\s+XkI9W;⦊Нe8ܔ,BJ/;*'[b)E0Ts)9)ǂ3rzko?5;
]D1(B"+`Px')B̂+4D3G-C 
\1F)|p2TwHfAq.`e"&[!26`R-{l%}KΩw6`Ƶ=1YވE
  
xot.-d3=2b|MS;a,<jx<rCe$k|KFwّfb{)Yvgw0Oo2{|j@9^l7ř]d%ᄢC$2w->;
       ܭs)pWg3ܟ?6i.HVy
MH`Jl<r6QylF;Mv\vx4|<NheQl}8uOnN5!Ws]u<4?@ԺӢ&C=*zϺbCΰ;:I&{Pw"_+V?5rAh@Nwa+ȕVŌ_HK†kjU>W9ƀrűipZx7Y
        
U'8rqεO;XQPu(tg1ȈVzYuSYpˏ#`N+Z-BUGQőAF2zMU>+QAW7Ty=^y0њ)1޴Z(|*𸻺#HfTeAۯ!kQoxa^m8*ŇUT\@VF:'d1ytNOdgdG"`[y@;8Z^JAm{de*Q[i*s$x[ɿVx8ɳjf};pQ[zhI!81|3?cKdK?U+[pgz<aHr|rc8?9윭ԖgF,A2Y~F<Wns/}y]yu?F|جsR{In9':-H`z|Xm%'S%>}p0
        `:=UNQ-_\e"~=?L+&X~W!$   
-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to