changelog               Tue Jan  2 01:30:59 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2559&r2=1.2560&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2559 php-src/ChangeLog:1.2560
--- php-src/ChangeLog:1.2559    Mon Jan  1 01:30:56 2007
+++ php-src/ChangeLog   Tue Jan  2 01:30:59 2007
@@ -1,3 +1,864 @@
+2007-01-01  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * acinclude.m4
+      acinclude.m4:
+      MFB
+
+    * (PHP_5_2)
+      acinclude.m4:
+      add EXTRA_LDFLAGS_PROGRAM to config.nice (as LDFLAG is quite useless)
+
+2007-01-01  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/dba/libinifile/inifile.c:
+      
+      MFB: fixed compiler warnings
+
+    * (PHP_5_2)
+      ext/dba/libinifile/inifile.c:
+      
+      fixed compiler warnings
+
+    * (PHP_5_2)
+      ext/xmlwriter/php_xmlwriter.c:
+      
+      fixed compiler warning
+
+    * (PHP_5_2)
+      header
+      run-tests.php
+      server-tests.php
+      build/build.mk
+      build/build2.mk
+      build/buildcheck.sh
+      ext/informix/ifx.ec
+      ext/interbase/interbase.rc
+      main/build-defs.h.in
+      main/internal_functions.c.in
+      scripts/dev/check_parameters.php
+      scripts/dev/conv_z_macros
+      win32/php5dllts.rc2
+      win32/php5ts.rc2
+      win32/php5ts_cli.rc2
+      win32/build/Makefile
+      win32/build/buildconf.js
+      win32/build/confutils.js
+      win32/build/cvsclean.js
+      win32/build/template.rc:
+      
+      Update copyright year
+      
+
+    * (PHP_5_2)
+      ext/pdo_oci/oci_driver.c
+      ext/pdo_oci/oci_statement.c:
+      
+      Fixed compiler warnings
+
+    * (PHP_5_2)
+      ext/xmlwriter/php_xmlwriter.c:
+      
+      Added missing entity functions (MFH from HEAD)
+      Fixed php_xmlwriter_streams_IO_close() docs
+
+2007-01-01  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * TSRM/TSRM.c
+      TSRM/TSRM.h
+      TSRM/tsrm_nw.c
+      TSRM/tsrm_nw.h
+      TSRM/tsrm_virtual_cwd.c
+      TSRM/tsrm_virtual_cwd.h
+      TSRM/tsrm_win32.c
+      TSRM/tsrm_win32.h
+      ZendEngine2/acconfig.h
+      ZendEngine2/zend.c
+      ZendEngine2/zend.h
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h
+      ZendEngine2/zend_arg_defs.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.h
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_config.nw.h
+      ZendEngine2/zend_config.w32.h
+      ZendEngine2/zend_constants.c
+      ZendEngine2/zend_constants.h
+      ZendEngine2/zend_default_classes.c
+      ZendEngine2/zend_dynamic_array.c
+      ZendEngine2/zend_dynamic_array.h
+      ZendEngine2/zend_errors.h
+      ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_extensions.c
+      ZendEngine2/zend_extensions.h
+      ZendEngine2/zend_fast_cache.h
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_globals_macros.h
+      ZendEngine2/zend_hash.c
+      ZendEngine2/zend_hash.h
+      ZendEngine2/zend_highlight.c
+      ZendEngine2/zend_highlight.h
+      ZendEngine2/zend_indent.c
+      ZendEngine2/zend_indent.h
+      ZendEngine2/zend_ini.c
+      ZendEngine2/zend_ini.h
+      ZendEngine2/zend_ini_scanner.h
+      ZendEngine2/zend_interfaces.c
+      ZendEngine2/zend_interfaces.h
+      ZendEngine2/zend_istdiostream.h
+      ZendEngine2/zend_iterators.c
+      ZendEngine2/zend_iterators.h
+      ZendEngine2/zend_language_scanner.h
+      ZendEngine2/zend_list.c
+      ZendEngine2/zend_list.h
+      ZendEngine2/zend_llist.c
+      ZendEngine2/zend_llist.h
+      ZendEngine2/zend_modules.h
+      ZendEngine2/zend_multiply.h
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_objects.c
+      ZendEngine2/zend_objects.h
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.h
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.h
+      ZendEngine2/zend_ptr_stack.c
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_qsort.c
+      ZendEngine2/zend_qsort.h
+      ZendEngine2/zend_sprintf.c
+      ZendEngine2/zend_stack.c
+      ZendEngine2/zend_stack.h
+      ZendEngine2/zend_static_allocator.c
+      ZendEngine2/zend_static_allocator.h
+      ZendEngine2/zend_stream.c
+      ZendEngine2/zend_stream.h
+      ZendEngine2/zend_strtod.h
+      ZendEngine2/zend_ts_hash.c
+      ZendEngine2/zend_ts_hash.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_unicode.c
+      ZendEngine2/zend_unicode.h
+      ZendEngine2/zend_variables.c
+      ZendEngine2/zend_variables.h
+      ZendEngine2/zend_vm.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ext/bcmath/bcmath.c
+      ext/bcmath/php_bcmath.h
+      ext/bz2/bz2.c
+      ext/bz2/bz2_filter.c
+      ext/bz2/php_bz2.h
+      ext/calendar/cal_unix.c
+      ext/calendar/calendar.c
+      ext/calendar/easter.c
+      ext/com_dotnet/com_com.c
+      ext/com_dotnet/com_dotnet.c
+      ext/com_dotnet/com_extension.c
+      ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_iterator.c
+      ext/com_dotnet/com_misc.c
+      ext/com_dotnet/com_olechar.c
+      ext/com_dotnet/com_persist.c
+      ext/com_dotnet/com_saproxy.c
+      ext/com_dotnet/com_typeinfo.c
+      ext/com_dotnet/com_variant.c
+      ext/com_dotnet/com_wrapper.c
+      ext/com_dotnet/php_com_dotnet.h
+      ext/com_dotnet/php_com_dotnet_internal.h
+      ext/ctype/ctype.c
+      ext/ctype/php_ctype.h
+      ext/curl/interface.c
+      ext/curl/multi.c
+      ext/curl/php_curl.h
+      ext/curl/streams.c
+      ext/date/php_date.c
+      ext/date/php_date.h
+      ext/date/lib/astro.c
+      ext/date/lib/dow.c
+      ext/date/lib/parse_date.c
+      ext/date/lib/parse_tz.c
+      ext/date/lib/timelib.c
+      ext/date/lib/timelib.h
+      ext/date/lib/timelib_structs.h
+      ext/date/lib/timezonedb.h
+      ext/date/lib/tm2unixtime.c
+      ext/date/lib/unixtime2tm.c
+      ext/dba/dba.c
+      ext/dba/dba_cdb.c
+      ext/dba/dba_db1.c
+      ext/dba/dba_db2.c
+      ext/dba/dba_db3.c
+      ext/dba/dba_db4.c
+      ext/dba/dba_dbm.c
+      ext/dba/dba_flatfile.c
+      ext/dba/dba_gdbm.c
+      ext/dba/dba_inifile.c
+      ext/dba/dba_ndbm.c
+      ext/dba/dba_qdbm.c
+      ext/dba/php_dba.h
+      ext/dba/libcdb/cdb.c
+      ext/dba/libcdb/cdb.h
+      ext/dba/libcdb/cdb_make.c
+      ext/dba/libcdb/cdb_make.h
+      ext/dba/libcdb/uint32.c
+      ext/dba/libcdb/uint32.h
+      ext/dba/libflatfile/flatfile.c
+      ext/dba/libflatfile/flatfile.h
+      ext/dba/libinifile/inifile.c
+      ext/dba/libinifile/inifile.h
+      ext/dbase/dbase.c
+      ext/dbase/php_dbase.h
+      ext/dom/attr.c
+      ext/dom/cdatasection.c
+      ext/dom/characterdata.c
+      ext/dom/comment.c
+      ext/dom/document.c
+      ext/dom/documentfragment.c
+      ext/dom/documenttype.c
+      ext/dom/dom_ce.h
+      ext/dom/dom_fe.h
+      ext/dom/dom_iterators.c
+      ext/dom/dom_properties.h
+      ext/dom/domconfiguration.c
+      ext/dom/domerror.c
+      ext/dom/domerrorhandler.c
+      ext/dom/domexception.c
+      ext/dom/domimplementation.c
+      ext/dom/domimplementationlist.c
+      ext/dom/domimplementationsource.c
+      ext/dom/domlocator.c
+      ext/dom/domstringlist.c
+      ext/dom/element.c
+      ext/dom/entity.c
+      ext/dom/entityreference.c
+      ext/dom/namednodemap.c
+      ext/dom/namelist.c
+      ext/dom/node.c
+      ext/dom/nodelist.c
+      ext/dom/notation.c
+      ext/dom/php_dom.c
+      ext/dom/php_dom.h
+      ext/dom/processinginstruction.c
+      ext/dom/string_extend.c
+      ext/dom/text.c
+      ext/dom/typeinfo.c
+      ext/dom/userdatahandler.c
+      ext/dom/xml_common.h
+      ext/dom/xpath.c
+      ext/exif/exif.c
+      ext/exif/php_exif.h
+      ext/fbsql/php_fbsql.c
+      ext/fbsql/php_fbsql.h
+      ext/fdf/fdf.c
+      ext/fdf/php_fdf.h
+      ext/filter/callback_filter.c
+      ext/filter/filter.c
+      ext/filter/filter_private.h
+      ext/filter/logical_filters.c
+      ext/filter/php_filter.h
+      ext/filter/sanitizing_filters.c
+      ext/ftp/ftp.c
+      ext/ftp/ftp.h
+      ext/ftp/php_ftp.c
+      ext/ftp/php_ftp.h
+      ext/gd/gd.c
+      ext/gd/gd_ctx.c
+      ext/gd/php_gd.h
+      ext/gd/libgd/xbm.c
+      ext/gettext/gettext.c
+      ext/gettext/php_gettext.h
+      ext/gmp/gmp.c
+      ext/gmp/php_gmp.h
+      ext/hash/hash.c
+      ext/hash/hash_adler32.c
+      ext/hash/hash_crc32.c
+      ext/hash/hash_gost.c
+      ext/hash/hash_haval.c
+      ext/hash/hash_md.c
+      ext/hash/hash_ripemd.c
+      ext/hash/hash_salsa.c
+      ext/hash/hash_sha.c
+      ext/hash/hash_snefru.c
+      ext/hash/hash_tiger.c
+      ext/hash/hash_whirlpool.c
+      ext/hash/php_hash.h
+      ext/hash/php_hash_adler32.h
+      ext/hash/php_hash_crc32.h
+      ext/hash/php_hash_crc32_tables.h
+      ext/hash/php_hash_gost.h
+      ext/hash/php_hash_haval.h
+      ext/hash/php_hash_md.h
+      ext/hash/php_hash_ripemd.h
+      ext/hash/php_hash_salsa.h
+      ext/hash/php_hash_sha.h
+      ext/hash/php_hash_snefru.h
+      ext/hash/php_hash_snefru_tables.h
+      ext/hash/php_hash_tiger.h
+      ext/hash/php_hash_tiger_tables.h
+      ext/hash/php_hash_types.h
+      ext/hash/php_hash_whirlpool.h
+      ext/hash/php_hash_whirlpool_tables.h
+      ext/iconv/iconv.c
+      ext/iconv/php_iconv.h
+      ext/imap/php_imap.c
+      ext/imap/php_imap.h
+      ext/informix/php_informix.h
+      ext/informix/php_informix_includes.h
+      ext/interbase/ibase_blobs.c
+      ext/interbase/ibase_events.c
+      ext/interbase/ibase_query.c
+      ext/interbase/ibase_service.c
+      ext/interbase/interbase.c
+      ext/interbase/php_ibase_includes.h
+      ext/interbase/php_ibase_udf.c
+      ext/interbase/php_interbase.h
+      ext/json/json.c
+      ext/json/php_json.h
+      ext/ldap/ldap.c
+      ext/ldap/php_ldap.h
+      ext/libxml/libxml.c
+      ext/libxml/php_libxml.h
+      ext/mbstring/mb_gpc.c
+      ext/mbstring/mb_gpc.h
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.h
+      ext/mbstring/php_mbregex.c
+      ext/mbstring/php_mbregex.h
+      ext/mbstring/php_unicode.c
+      ext/mbstring/php_unicode.h
+      ext/mcrypt/mcrypt.c
+      ext/mcrypt/php_mcrypt.h
+      ext/mhash/mhash.c
+      ext/mhash/php_mhash.h
+      ext/mime_magic/mime_magic.c
+      ext/mime_magic/php_mime_magic.h
+      ext/mime_magic/phpmimemagic.h
+      ext/ming/ming.c
+      ext/ming/php_ming.h
+      ext/msql/php_msql.c
+      ext/msql/php_msql.h
+      ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.h
+      ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.h
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_driver.c
+      ext/mysqli/mysqli_embedded.c
+      ext/mysqli/mysqli_exception.c
+      ext/mysqli/mysqli_fe.c
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_prop.c
+      ext/mysqli/mysqli_repl.c
+      ext/mysqli/mysqli_report.c
+      ext/mysqli/mysqli_report.h
+      ext/mysqli/mysqli_warning.c
+      ext/mysqli/php_mysqli.h
+      ext/oci8/oci8.c
+      ext/oci8/oci8_collection.c
+      ext/oci8/oci8_interface.c
+      ext/oci8/oci8_lob.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8.h
+      ext/oci8/php_oci8_int.h
+      ext/odbc/birdstep.c
+      ext/odbc/php_birdstep.h
+      ext/odbc/php_odbc.c
+      ext/odbc/php_odbc.h
+      ext/odbc/php_odbc_includes.h
+      ext/openssl/openssl.c
+      ext/openssl/php_openssl.h
+      ext/openssl/xp_ssl.c
+      ext/pcntl/pcntl.c
+      ext/pcntl/php_pcntl.h
+      ext/pcntl/php_signal.c
+      ext/pcntl/php_signal.h
+      ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.h
+      ext/pcre/pcrelib/dftables.c
+      ext/pcre/pcrelib/pcre.h
+      ext/pcre/pcrelib/pcre_compile.c
+      ext/pcre/pcrelib/pcre_config.c
+      ext/pcre/pcrelib/pcre_exec.c
+      ext/pcre/pcrelib/pcre_fullinfo.c
+      ext/pcre/pcrelib/pcre_get.c
+      ext/pcre/pcrelib/pcre_globals.c
+      ext/pcre/pcrelib/pcre_info.c
+      ext/pcre/pcrelib/pcre_internal.h
+      ext/pcre/pcrelib/pcre_maketables.c
+      ext/pcre/pcrelib/pcre_ord2utf8.c
+      ext/pcre/pcrelib/pcre_refcount.c
+      ext/pcre/pcrelib/pcre_study.c
+      ext/pcre/pcrelib/pcre_tables.c
+      ext/pcre/pcrelib/pcre_try_flipped.c
+      ext/pcre/pcrelib/pcre_ucp_searchfuncs.c
+      ext/pcre/pcrelib/pcre_valid_utf8.c
+      ext/pcre/pcrelib/pcre_version.c
+      ext/pcre/pcrelib/pcre_xclass.c
+      ext/pcre/pcrelib/pcregrep.c
+      ext/pcre/pcrelib/pcreposix.c
+      ext/pcre/pcrelib/pcreposix.h
+      ext/pdo/pdo.c
+      ext/pdo/pdo_dbh.c
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sqlstate.c
+      ext/pdo/pdo_stmt.c
+      ext/pdo/php_pdo.h
+      ext/pdo/php_pdo_driver.h
+      ext/pdo/php_pdo_int.h
+      ext/pdo/php_pdo_phpvers_compat.h
+      ext/pdo_dblib/dblib_driver.c
+      ext/pdo_dblib/dblib_stmt.c
+      ext/pdo_dblib/pdo_dblib.c
+      ext/pdo_dblib/php_pdo_dblib.h
+      ext/pdo_dblib/php_pdo_dblib_int.h
+      ext/pdo_firebird/firebird_driver.c
+      ext/pdo_firebird/firebird_statement.c
+      ext/pdo_firebird/pdo_firebird.c
+      ext/pdo_firebird/php_pdo_firebird.h
+      ext/pdo_firebird/php_pdo_firebird_int.h
+      ext/pdo_mysql/mysql_driver.c
+      ext/pdo_mysql/mysql_statement.c
+      ext/pdo_mysql/pdo_mysql.c
+      ext/pdo_mysql/php_pdo_mysql.h
+      ext/pdo_mysql/php_pdo_mysql_int.h
+      ext/pdo_oci/oci_driver.c
+      ext/pdo_oci/oci_statement.c
+      ext/pdo_oci/pdo_oci.c
+      ext/pdo_oci/php_pdo_oci.h
+      ext/pdo_oci/php_pdo_oci_int.h
+      ext/pdo_odbc/odbc_driver.c
+      ext/pdo_pgsql/pdo_pgsql.c
+      ext/pdo_pgsql/pgsql_driver.c
+      ext/pdo_pgsql/pgsql_statement.c
+      ext/pdo_pgsql/php_pdo_pgsql.h
+      ext/pdo_pgsql/php_pdo_pgsql_int.h
+      ext/pdo_sqlite/pdo_sqlite.c
+      ext/pdo_sqlite/php_pdo_sqlite.h
+      ext/pdo_sqlite/php_pdo_sqlite_int.h
+      ext/pdo_sqlite/sqlite_driver.c
+      ext/pdo_sqlite/sqlite_statement.c
+      ext/pdo_sqlite/sqlite/src/alter.c
+      ext/pdo_sqlite/sqlite/src/analyze.c
+      ext/pdo_sqlite/sqlite/src/callback.c
+      ext/pdo_sqlite/sqlite/src/complete.c
+      ext/pdo_sqlite/sqlite/src/loadext.c
+      ext/pdo_sqlite/sqlite/src/os_unix.c
+      ext/pdo_sqlite/sqlite/src/prepare.c
+      ext/pdo_sqlite/sqlite/src/sqlite3ext.h
+      ext/pdo_sqlite/sqlite/src/vdbemem.c
+      ext/pdo_sqlite/sqlite/src/vtab.c
+      ext/pgsql/pgsql.c
+      ext/pgsql/php_pgsql.h
+      ext/posix/php_posix.h
+      ext/posix/posix.c
+      ext/pspell/php_pspell.h
+      ext/pspell/pspell.c
+      ext/readline/php_readline.h
+      ext/readline/readline.c
+      ext/recode/php_recode.h
+      ext/recode/recode.c
+      ext/reflection/php_reflection.c
+      ext/reflection/php_reflection.h
+      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/shmop/php_shmop.h
+      ext/shmop/shmop.c
+      ext/simplexml/php_simplexml.h
+      ext/simplexml/php_simplexml_exports.h
+      ext/simplexml/simplexml.c
+      ext/snmp/php_snmp.h
+      ext/snmp/snmp.c
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.h
+      ext/soap/php_http.c
+      ext/soap/php_http.h
+      ext/soap/php_packet_soap.c
+      ext/soap/php_packet_soap.h
+      ext/soap/php_schema.c
+      ext/soap/php_schema.h
+      ext/soap/php_sdl.c
+      ext/soap/php_sdl.h
+      ext/soap/php_soap.h
+      ext/soap/php_xml.c
+      ext/soap/php_xml.h
+      ext/soap/soap.c
+      ext/sockets/php_sockets.h
+      ext/sockets/php_sockets_win.c
+      ext/sockets/php_sockets_win.h
+      ext/sockets/sockets.c
+      ext/sockets/unix_socket_constants.h
+      ext/sockets/win32_socket_constants.h
+      ext/spl/php_spl.c
+      ext/spl/php_spl.h
+      ext/spl/spl_array.c
+      ext/spl/spl_array.h
+      ext/spl/spl_directory.c
+      ext/spl/spl_directory.h
+      ext/spl/spl_engine.c
+      ext/spl/spl_engine.h
+      ext/spl/spl_exceptions.c
+      ext/spl/spl_exceptions.h
+      ext/spl/spl_functions.c
+      ext/spl/spl_functions.h
+      ext/spl/spl_iterators.c
+      ext/spl/spl_iterators.h
+      ext/spl/spl_observer.c
+      ext/spl/spl_observer.h
+      ext/spl/spl_sxe.c
+      ext/spl/spl_sxe.h
+      ext/sqlite/pdo_sqlite2.c
+      ext/sqlite/php_sqlite.h
+      ext/sqlite/sess_sqlite.c
+      ext/sqlite/sqlite.c
+      ext/sqlite/libsqlite/src/date.c
+      ext/sqlite/libsqlite/src/encode.c
+      ext/sqlite/libsqlite/src/vdbe.c
+      ext/standard/array.c
+      ext/standard/assert.c
+      ext/standard/base64.c
+      ext/standard/base64.h
+      ext/standard/basic_functions.c
+      ext/standard/basic_functions.h
+      ext/standard/browscap.c
+      ext/standard/crc32.c
+      ext/standard/crc32.h
+      ext/standard/credits.c
+      ext/standard/credits.h
+      ext/standard/crypt.c
+      ext/standard/css.c
+      ext/standard/css.h
+      ext/standard/cyr_convert.c
+      ext/standard/cyr_convert.h
+      ext/standard/datetime.c
+      ext/standard/datetime.h
+      ext/standard/dir.c
+      ext/standard/dl.c
+      ext/standard/dl.h
+      ext/standard/dns.c
+      ext/standard/dns.h
+      ext/standard/exec.c
+      ext/standard/exec.h
+      ext/standard/file.c
+      ext/standard/file.h
+      ext/standard/filestat.c
+      ext/standard/filters.c
+      ext/standard/flock_compat.c
+      ext/standard/flock_compat.h
+      ext/standard/formatted_print.c
+      ext/standard/fsock.c
+      ext/standard/fsock.h
+      ext/standard/ftok.c
+      ext/standard/ftp_fopen_wrapper.c
+      ext/standard/head.c
+      ext/standard/head.h
+      ext/standard/html.c
+      ext/standard/html.h
+      ext/standard/http.c
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/image.c
+      ext/standard/incomplete_class.c
+      ext/standard/info.c
+      ext/standard/info.h
+      ext/standard/iptc.c
+      ext/standard/lcg.c
+      ext/standard/levenshtein.c
+      ext/standard/link.c
+      ext/standard/mail.c
+      ext/standard/math.c
+      ext/standard/md5.c
+      ext/standard/md5.h
+      ext/standard/metaphone.c
+      ext/standard/microtime.c
+      ext/standard/microtime.h
+      ext/standard/pack.c
+      ext/standard/pack.h
+      ext/standard/pageinfo.c
+      ext/standard/pageinfo.h
+      ext/standard/php_array.h
+      ext/standard/php_assert.h
+      ext/standard/php_browscap.h
+      ext/standard/php_crypt.h
+      ext/standard/php_dir.h
+      ext/standard/php_ext_syslog.h
+      ext/standard/php_filestat.h
+      ext/standard/php_fopen_wrapper.c
+      ext/standard/php_fopen_wrappers.h
+      ext/standard/php_ftok.h
+      ext/standard/php_http.h
+      ext/standard/php_image.h
+      ext/standard/php_incomplete_class.h
+      ext/standard/php_iptc.h
+      ext/standard/php_lcg.h
+      ext/standard/php_link.h
+      ext/standard/php_mail.h
+      ext/standard/php_math.h
+      ext/standard/php_metaphone.h
+      ext/standard/php_rand.h
+      ext/standard/php_smart_str.h
+      ext/standard/php_smart_str_public.h
+      ext/standard/php_standard.h
+      ext/standard/php_string.h
+      ext/standard/php_type.h
+      ext/standard/php_uuencode.h
+      ext/standard/php_var.h
+      ext/standard/php_versioning.h
+      ext/standard/proc_open.c
+      ext/standard/proc_open.h
+      ext/standard/quot_print.c
+      ext/standard/quot_print.h
+      ext/standard/rand.c
+      ext/standard/reg.c
+      ext/standard/reg.h
+      ext/standard/scanf.c
+      ext/standard/scanf.h
+      ext/standard/sha1.c
+      ext/standard/sha1.h
+      ext/standard/soundex.c
+      ext/standard/streamsfuncs.c
+      ext/standard/streamsfuncs.h
+      ext/standard/string.c
+      ext/standard/strnatcmp.c
+      ext/standard/syslog.c
+      ext/standard/type.c
+      ext/standard/uniqid.c
+      ext/standard/uniqid.h
+      ext/standard/url.c
+      ext/standard/url.h
+      ext/standard/url_scanner.c
+      ext/standard/url_scanner.h
+      ext/standard/url_scanner_ex.c
+      ext/standard/url_scanner_ex.h
+      ext/standard/user_filters.c
+      ext/standard/uuencode.c
+      ext/standard/var.c
+      ext/standard/var_unserializer.c
+      ext/standard/versioning.c
+      ext/sybase/php_sybase_db.c
+      ext/sybase/php_sybase_db.h
+      ext/sybase_ct/php_sybase_ct.c
+      ext/sybase_ct/php_sybase_ct.h
+      ext/sysvmsg/php_sysvmsg.h
+      ext/sysvmsg/sysvmsg.c
+      ext/sysvsem/php_sysvsem.h
+      ext/sysvsem/sysvsem.c
+      ext/sysvshm/php_sysvshm.h
+      ext/sysvshm/sysvshm.c
+      ext/tidy/php_tidy.h
+      ext/tidy/tidy.c
+      ext/tokenizer/php_tokenizer.h
+      ext/tokenizer/tokenizer.c
+      ext/unicode/collator.c
+      ext/unicode/locale.c
+      ext/unicode/php_property.h
+      ext/unicode/php_transform.h
+      ext/unicode/php_unicode.h
+      ext/unicode/property.c
+      ext/unicode/transform.c
+      ext/unicode/unicode.c
+      ext/unicode/unicode_iterators.c
+      ext/wddx/php_wddx.h
+      ext/wddx/php_wddx_api.h
+      ext/wddx/wddx.c
+      ext/xml/compat.c
+      ext/xml/expat_compat.h
+      ext/xml/php_xml.h
+      ext/xml/xml.c
+      ext/xmlreader/php_xmlreader.c
+      ext/xmlreader/php_xmlreader.h
+      ext/xmlrpc/php_xmlrpc.h
+      ext/xmlrpc/xmlrpc-epi-php.c
+      ext/xmlrpc/libxmlrpc/xml_element.c
+      ext/xmlrpc/libxmlrpc/xmlrpc.c
+      ext/xmlwriter/php_xmlwriter.c
+      ext/xmlwriter/php_xmlwriter.h
+      ext/xsl/php_xsl.c
+      ext/xsl/php_xsl.h
+      ext/xsl/xsl_fe.h
+      ext/xsl/xsltprocessor.c
+      ext/zip/php_zip.c
+      ext/zip/php_zip.h
+      ext/zip/zip_stream.c
+      ext/zip/lib/mkstemp.c
+      ext/zip/lib/zip.h
+      ext/zip/lib/zip_add_dir.c
+      ext/zip/lib/zip_close.c
+      ext/zip/lib/zip_dirent.c
+      ext/zip/lib/zip_entry_free.c
+      ext/zip/lib/zip_entry_new.c
+      ext/zip/lib/zip_err_str.c
+      ext/zip/lib/zip_error.c
+      ext/zip/lib/zip_error_clear.c
+      ext/zip/lib/zip_error_strerror.c
+      ext/zip/lib/zip_file_error_clear.c
+      ext/zip/lib/zip_file_get_offset.c
+      ext/zip/lib/zip_fread.c
+      ext/zip/lib/zip_get_archive_comment.c
+      ext/zip/lib/zip_get_file_comment.c
+      ext/zip/lib/zip_memdup.c
+      ext/zip/lib/zip_new.c
+      ext/zip/lib/zip_open.c
+      ext/zip/lib/zip_replace.c
+      ext/zip/lib/zip_set_archive_comment.c
+      ext/zip/lib/zip_set_file_comment.c
+      ext/zip/lib/zip_source_buffer.c
+      ext/zip/lib/zip_source_filep.c
+      ext/zip/lib/zip_source_function.c
+      ext/zip/lib/zip_source_zip.c
+      ext/zip/lib/zip_stat_index.c
+      ext/zip/lib/zip_stat_init.c
+      ext/zip/lib/zip_unchange.c
+      ext/zip/lib/zip_unchange_all.c
+      ext/zip/lib/zip_unchange_archive.c
+      ext/zip/lib/zipint.h
+      ext/zlib/php_zlib.h
+      ext/zlib/zlib.c
+      ext/zlib/zlib_filter.c
+      ext/zlib/zlib_fopen_wrapper.c
+      main/SAPI.c
+      main/SAPI.h
+      main/config.w32.h
+      main/fopen_wrappers.c
+      main/fopen_wrappers.h
+      main/internal_functions_nw.c
+      main/internal_functions_win32.c
+      main/logos.h
+      main/main.c
+      main/network.c
+      main/output.c
+      main/php.h
+      main/php_compat.h
+      main/php_content_types.c
+      main/php_content_types.h
+      main/php_globals.h
+      main/php_ini.c
+      main/php_ini.h
+      main/php_logos.c
+      main/php_logos.h
+      main/php_main.h
+      main/php_memory_streams.h
+      main/php_network.h
+      main/php_open_temporary_file.c
+      main/php_open_temporary_file.h
+      main/php_output.h
+      main/php_reentrancy.h
+      main/php_regex.h
+      main/php_scandir.c
+      main/php_scandir.h
+      main/php_sprintf.c
+      main/php_streams.h
+      main/php_syslog.h
+      main/php_ticks.c
+      main/php_ticks.h
+      main/php_variables.c
+      main/php_variables.h
+      main/reentrancy.c
+      main/rfc1867.c
+      main/rfc1867.h
+      main/snprintf.c
+      main/snprintf.h
+      main/spprintf.c
+      main/spprintf.h
+      main/strlcat.c
+      main/strlcpy.c
+      main/win95nt.h
+      main/streams/cast.c
+      main/streams/filter.c
+      main/streams/memory.c
+      main/streams/mmap.c
+      main/streams/php_stream_context.h
+      main/streams/php_stream_filter_api.h
+      main/streams/php_stream_mmap.h
+      main/streams/php_stream_plain_wrapper.h
+      main/streams/php_stream_transport.h
+      main/streams/php_stream_userspace.h
+      main/streams/php_streams_int.h
+      main/streams/plain_wrapper.c
+      main/streams/streams.c
+      main/streams/transports.c
+      main/streams/unicode_filter.c
+      main/streams/userspace.c
+      main/streams/xp_socket.c
+      netware/start.c
+      sapi/aolserver/aolserver.c
+      sapi/apache/libpre.c
+      sapi/apache/mod_php5.c
+      sapi/apache/mod_php5.h
+      sapi/apache/php_apache.c
+      sapi/apache/php_apache_http.h
+      sapi/apache/sapi_apache.c
+      sapi/apache2filter/apache_config.c
+      sapi/apache2filter/php_apache.h
+      sapi/apache2filter/php_functions.c
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/apache_config.c
+      sapi/apache2handler/mod_php5.c
+      sapi/apache2handler/php_apache.h
+      sapi/apache2handler/php_functions.c
+      sapi/apache2handler/sapi_apache2.c
+      sapi/apache_hooks/mod_php5.c
+      sapi/apache_hooks/mod_php5.h
+      sapi/apache_hooks/php_apache.c
+      sapi/apache_hooks/sapi_apache.c
+      sapi/caudium/caudium.c
+      sapi/cgi/cgi_main.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h
+      sapi/cgi/getopt.c
+      sapi/cgi/php_getopt.h
+      sapi/cli/getopt.c
+      sapi/cli/php_cli.c
+      sapi/cli/php_cli_readline.c
+      sapi/cli/php_cli_readline.h
+      sapi/cli/php_getopt.h
+      sapi/continuity/capi.c
+      sapi/embed/php_embed.c
+      sapi/embed/php_embed.h
+      sapi/isapi/php5isapi.c
+      sapi/milter/php_milter.c
+      sapi/nsapi/nsapi.c
+      sapi/phttpd/php_phttpd.h
+      sapi/phttpd/phttpd.c
+      sapi/pi3web/pi3web_sapi.c
+      sapi/roxen/roxen.c
+      sapi/thttpd/php_thttpd.h
+      sapi/thttpd/thttpd.c
+      sapi/tux/php_tux.c
+      sapi/webjames/php_webjames.h
+      sapi/webjames/webjames.c
+      win32/crypt_win32.h
+      win32/glob.c
+      win32/globals.c
+      win32/grp.h
+      win32/md5crypt.c
+      win32/md5crypt.h
+      win32/php_win32_globals.h
+      win32/select.c
+      win32/select.h
+      win32/sendmail.c
+      win32/syslog.h
+      win32/winutil.c
+      win32/winutil.h
+      win32/build/deplister.c:
+      Bump year.
+
 2006-12-31  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/filter/logical_filters.c:

Reply via email to