changelog               Thu Jan  1 01:32:46 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3274&r2=1.3275&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3274 php-src/ChangeLog:1.3275
--- php-src/ChangeLog:1.3274    Wed Dec 31 01:32:27 2008
+++ php-src/ChangeLog   Thu Jan  1 01:32:45 2009
@@ -1,3 +1,1008 @@
+2008-12-31  Zoe Slattery  <zoe.slatt...@googlemail.com>
+
+    * ZendEngine2/tests/bug45147.phpt
+      ZendEngine2/tests/bug45147.phpt
+      ZendEngine2/tests/call_static_002.phpt
+      ZendEngine2/tests/call_static_002.phpt
+      ZendEngine2/tests/call_static_003.phpt
+      ZendEngine2/tests/call_static_003.phpt
+      ZendEngine2/tests/call_static_004.phpt
+      ZendEngine2/tests/call_static_004.phpt
+      ZendEngine2/tests/call_static_007.phpt
+      ZendEngine2/tests/call_static_007.phpt
+      ext/date/tests/strtotime_basic.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+      ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+      ext/standard/tests/file/chmod_variation4.phpt
+      ext/standard/tests/file/chmod_variation4.phpt
+      ext/standard/tests/file/fgetc_basic.phpt
+      ext/standard/tests/file/file_get_contents_error.phpt
+      ext/standard/tests/file/fseek_dir_basic.phpt
+      ext/standard/tests/file/pathinfo_variation2.phpt:
+      removing xfail sections as test passes
+
+    * (PHP_5_2)
+      ext/ftp/tests/ftp_fget_basic.phpt
+      ext/ftp/tests/ftp_fget_basic.phpt:
+      new test from Nat Mcugh
+
+    * ext/ftp/tests/ftp_fget_basic.phpt
+      ext/ftp/tests/ftp_fget_basic.phpt
+      ext/ftp/tests/ftp_fget_basic.phpt:
+        1.1.4;
+      new test from Nat Mcugh
+
+2008-12-31  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * win32/build/config.w32.h.in:
+      - MFB: enable gehostname on windows [DOC]
+
+    * (PHP_5_3)
+      win32/build/config.w32.h.in:
+      - enable gehostname on windows [DOC]
+
+2008-12-31  Marcus Boerger  <p...@marcus-boerger.de>
+
+    * (PHP_5_3)
+      ext/standard/dl.h:
+      - Fix windows build (missing MFH snippet)
+
+    * main/SAPI.h
+      main/SAPI.h:
+      - Add needed include as reported by Pierre
+
+2008-12-31  Zoe Slattery  <zoe.slatt...@googlemail.com>
+
+    * run-tests.php
+      run-tests.php
+      run-tests.php:
+      Fixed bug #46845 Test expected to fail, but pass, don't cause error
+
+2008-12-31  Antony Dovgal  <t...@daylessday.org>
+
+    * (PHP_5_3)
+      ext/standard/dns.c:
+      MFH: don't use WRONG_PARAM_COUNT with new param parsing API
+
+    * ext/standard/dns.c:
+      don't use WRONG_PARAM_COUNT with new param parsing API
+
+2008-12-31  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      NEWS:
+      - BFN
+
+    * (PHP_5_2)
+      ext/filter/logical_filters.c
+      ext/filter/logical_filters.c
+      ext/filter/tests/bug46973.phpt
+      ext/filter/tests/bug46973.phpt:
+      - MFH: Fixed bug #46973 (IPv6 address filter rejects valid address)
+
+    * ext/filter/logical_filters.c
+      ext/filter/tests/bug46973.phpt
+      ext/filter/tests/bug46973.phpt
+      ext/filter/tests/bug46973.phpt:
+      - Fixed bug #46973 (IPv6 address filter rejects valid address)
+
+2008-12-31  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * sapi/apache2handler/apache_config.c:
+      MFB: Nuke unused variables
+
+    * (PHP_5_3)
+      sapi/apache2handler/apache_config.c:
+      Nuke unused variables
+
+2008-12-31  Marcus Boerger  <p...@marcus-boerger.de>
+
+    * ext/reflection/php_reflection.c:
+      - MFB Use Revision instead of Id tag for version
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c:
+      - Use Revision instead of Id tag for version
+
+2008-12-31  Ilia Alshanetsky  <i...@prohost.org>
+
+    * configure.in
+      ext/standard/basic_functions.c
+      ext/standard/dns.c
+      ext/standard/dns.h:
+      
+      MFB: Added gethostname() to return the current system host name.
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      ext/standard/basic_functions.c
+      ext/standard/dns.c
+      ext/standard/dns.h
+      win32/build/config.w32.h.in:
+      
+      [DOC]
+      Added gethostname() to return the current system host name.
+
+2008-12-31  Marcus Boerger  <p...@marcus-boerger.de>
+
+    * NEWS:
+      - Remove entry merged to 5.3
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/basic_functions.c
+      main/SAPI.h
+      main/main.c
+      sapi/cgi/cgi_main.c
+      sapi/cli/php_cli.c
+      sapi/embed/php_embed.c:
+      MFH
+      - Changed dl() to be disabled by default. Enabled only when explicitly
+        registered by the SAPI layer. Enabled only with CLI, CGI and EMBED.
+      (Dmitry)
+      [DOC]
+
+    * sapi/cli/php_cli.c
+      sapi/embed/php_embed.c:
+      - WS
+
+    * (PHP_5_3)
+      ZendEngine2/zend.c
+      ZendEngine2/zend.h
+      main/main.c:
+      - Sync with HEAD, no ability to not start builtin functions
+
+    * ext/standard/info.c:
+      - Fix info output
+
+    * (PHP_5_3)
+      ZendEngine2/zend_builtin_functions.c
+      main/main.c:
+      MFH
+      - Register engine classes when and where they should be
+      - Show core module version as PHP version
+
+    * ZendEngine2/zend_builtin_functions.c
+      main/main.c:
+      - Register engine classes when and where they should be
+      - Show core module version as PHP version
+
+    * (PHP_5_3)
+      ext/standard/info.c:
+      - MFH Do not show core ini entries twice
+
+    * ext/standard/info.c:
+      - Do not show core ini entries twice
+
+    * sapi/cli/tests/005.phpt:
+      - Fix test
+
+    * (PHP_5_3)
+      ZendEngine2/zend.c
+      ZendEngine2/zend_builtin_functions.c:
+      - MFH Move stdClass registering where it should be
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_builtin_functions.c:
+      - Move stdClass registering where it should be
+
+2008-12-31  Sebastian Bergmann  <s...@sebastian-bergmann.de>
+
+    * run-tests.php
+      server-tests.php
+      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_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.h
+      ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.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.c
+      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_gen.php
+      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/interval.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/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/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/ereg/ereg.c
+      ext/ereg/php_ereg.h
+      ext/ereg/php_regex.h
+      ext/exif/exif.c
+      ext/exif/php_exif.h
+      ext/fbsql/php_fbsql.c
+      ext/fbsql/php_fbsql.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/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/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/mssql/php_mssql.c
+      ext/mssql/php_mssql.h
+      ext/mysql/mysql_mysqlnd.h
+      ext/mysql/php_mysql.c
+      ext/mysql/php_mysql.h
+      ext/mysql/php_mysql_structs.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_mysqlnd.h
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/mysqli_prop.c
+      ext/mysqli/mysqli_report.c
+      ext/mysqli/mysqli_report.h
+      ext/mysqli/mysqli_warning.c
+      ext/mysqli/php_mysqli.h
+      ext/mysqli/php_mysqli_structs.h
+      ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd.h
+      ext/mysqlnd/mysqlnd_block_alloc.c
+      ext/mysqlnd/mysqlnd_block_alloc.h
+      ext/mysqlnd/mysqlnd_charset.c
+      ext/mysqlnd/mysqlnd_charset.h
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_debug.h
+      ext/mysqlnd/mysqlnd_enum_n_def.h
+      ext/mysqlnd/mysqlnd_libmysql_compat.h
+      ext/mysqlnd/mysqlnd_loaddata.c
+      ext/mysqlnd/mysqlnd_palloc.c
+      ext/mysqlnd/mysqlnd_palloc.h
+      ext/mysqlnd/mysqlnd_priv.h
+      ext/mysqlnd/mysqlnd_ps.c
+      ext/mysqlnd/mysqlnd_ps_codec.c
+      ext/mysqlnd/mysqlnd_qcache.c
+      ext/mysqlnd/mysqlnd_result.c
+      ext/mysqlnd/mysqlnd_result.h
+      ext/mysqlnd/mysqlnd_result_meta.c
+      ext/mysqlnd/mysqlnd_result_meta.h
+      ext/mysqlnd/mysqlnd_statistics.c
+      ext/mysqlnd/mysqlnd_statistics.h
+      ext/mysqlnd/mysqlnd_structs.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c
+      ext/mysqlnd/mysqlnd_wireprotocol.h
+      ext/mysqlnd/php_mysqlnd.c
+      ext/mysqlnd/php_mysqlnd.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_newline.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_valid_utf8.c
+      ext/pcre/pcrelib/pcre_version.c
+      ext/pcre/pcrelib/pcre_xclass.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_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/pgsql/pgsql.c
+      ext/pgsql/php_pgsql.h
+      ext/phar/dirstream.c
+      ext/phar/dirstream.h
+      ext/phar/func_interceptors.c
+      ext/phar/func_interceptors.h
+      ext/phar/phar.c
+      ext/phar/phar_internal.h
+      ext/phar/phar_object.c
+      ext/phar/phar_path_check.c
+      ext/phar/pharzip.h
+      ext/phar/php_phar.h
+      ext/phar/stream.c
+      ext/phar/stream.h
+      ext/phar/stub.h
+      ext/phar/tar.c
+      ext/phar/tar.h
+      ext/phar/util.c
+      ext/phar/zip.c
+      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/simplexml/sxe.c
+      ext/simplexml/sxe.h
+      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_dllist.c
+      ext/spl/spl_dllist.h
+      ext/spl/spl_engine.c
+      ext/spl/spl_engine.h
+      ext/spl/spl_exceptions.c
+      ext/spl/spl_exceptions.h
+      ext/spl/spl_fixedarray.c
+      ext/spl/spl_fixedarray.h
+      ext/spl/spl_functions.c
+      ext/spl/spl_functions.h
+      ext/spl/spl_heap.c
+      ext/spl/spl_heap.h
+      ext/spl/spl_iterators.c
+      ext/spl/spl_iterators.h
+      ext/spl/spl_observer.c
+      ext/spl/spl_observer.h
+      ext/sqlite/pdo_sqlite2.c
+      ext/sqlite/php_sqlite.h
+      ext/sqlite/sess_sqlite.c
+      ext/sqlite/sqlite.c
+      ext/sqlite3/php_sqlite3.h
+      ext/sqlite3/php_sqlite3_structs.h
+      ext/sqlite3/sqlite3.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_crypt_r.c
+      ext/standard/php_crypt_r.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/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/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.h
+      ext/standard/user_filters.c
+      ext/standard/uuencode.c
+      ext/standard/var.c
+      ext/standard/versioning.c
+      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/tokenizer/tokenizer_data.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/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/lib/zip.h
+      ext/zip/lib/zip_close.c
+      ext/zip/lib/zip_dirent.c
+      ext/zip/lib/zip_open.c
+      ext/zip/lib/zip_rename.c
+      ext/zip/lib/zip_source_file.c
+      ext/zip/lib/zip_source_filep.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/fopen_wrappers.c
+      main/fopen_wrappers.h
+      main/getopt.c
+      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_getopt.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_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/glob_wrapper.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_glob_wrapper.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/userspace.c
+      main/streams/xp_socket.c
+      netware/start.c
+      sapi/aolserver/aolserver.c
+      sapi/apache/libpre.c
+      sapi/apache/mod_php.c
+      sapi/apache/mod_php.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_php.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/cli/php.1.in
+      sapi/cli/php_cli.c
+      sapi/cli/php_cli_readline.c
+      sapi/cli/php_cli_readline.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/globals.c
+      win32/grp.h
+      win32/php_stdint.h
+      win32/php_win32_globals.h
+      win32/select.c
+      win32/select.h
+      win32/syslog.h
+      win32/winutil.c
+      win32/winutil.h
+      win32/build/deplister.c:
+      Bump copyright year, 3 of 3.
+
+    * ext/pdo/pdo_sql_parser.re
+      ext/phar/phar_path_check.re:
+      Bump copyright year, 2 of 3.
+
+    * ZendEngine2/zend_ini_parser.y
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_scanner.l:
+      Bump copyright year, 1 of 3.
+
+2008-12-31  Ant Phillips  <antph...@uk.ibm.com>
+
+    * (PHP_5_2)
+      ext/standard/tests/file/fflush_error.phpt
+      ext/standard/tests/file/fread_error.phpt
+      ext/standard/tests/file/fread_error.phpt
+      ext/standard/tests/file/fseek_ftell_rewind_error1.phpt
+      ext/standard/tests/file/fseek_ftell_rewind_error2.phpt
+      ext/standard/tests/file/fseek_ftell_rewind_error3.phpt
+      ext/standard/tests/file/ftruncate_error.phpt
+      ext/standard/tests/file/lstat_stat_variation2.phpt
+      ext/standard/tests/file/lstat_stat_variation2.phpt
+      ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt
+      ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt:
+      Revert to the previous version for these tests as they were overwritten 
by
+      mistake (checked on Windows but not on Linux... so the six skipped tests
+      may not work correctly... but they should be ok and I'll watch the test
+      results).
+
 2008-12-30  Etienne Kneuss  <p...@colder.ch>
 
     * (PHP_5_3)
@@ -21109,7 +22114,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3274 2008/12/31 01:32:27 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3275 2009/01/01 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c

Reply via email to