From 8d3f8ca12a0b00f2a74a27424790222536235502 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 3 Jul 2018 02:52:16 +0200 Subject: [PATCH] Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. --- README.SELF-CONTAINED-EXTENSIONS | 3 --- README.STREAMS | 1 - TSRM/build.mk | 3 --- TSRM/config.w32 | 1 - TSRM/configure.ac | 1 - TSRM/tsrm_win32.c | 2 -- TSRM/tsrm_win32.h | 2 -- Zend/Zend.m4 | 2 -- Zend/acinclude.m4 | 2 -- Zend/build.mk | 2 -- Zend/configure.ac | 1 - Zend/header | 2 -- Zend/tests/zend_operators.phpt | 2 +- Zend/zend.c | 2 -- Zend/zend.h | 2 -- Zend/zend_API.c | 2 -- Zend/zend_API.h | 2 -- Zend/zend_alloc.c | 2 -- Zend/zend_alloc.h | 2 -- Zend/zend_ast.c | 2 -- Zend/zend_ast.h | 2 -- Zend/zend_builtin_functions.c | 2 -- Zend/zend_builtin_functions.h | 2 -- Zend/zend_closures.c | 2 -- Zend/zend_closures.h | 2 -- Zend/zend_compile.c | 2 -- Zend/zend_compile.h | 2 -- Zend/zend_config.nw.h | 2 -- Zend/zend_config.w32.h | 2 -- Zend/zend_constants.c | 2 -- Zend/zend_constants.h | 2 -- Zend/zend_default_classes.c | 2 -- Zend/zend_errors.h | 2 -- Zend/zend_exceptions.c | 2 -- Zend/zend_exceptions.h | 2 -- Zend/zend_execute.c | 2 -- Zend/zend_execute.h | 2 -- Zend/zend_execute_API.c | 2 -- Zend/zend_extensions.c | 2 -- Zend/zend_extensions.h | 2 -- Zend/zend_float.c | 2 -- Zend/zend_float.h | 2 -- Zend/zend_gc.c | 3 --- Zend/zend_gc.h | 2 -- Zend/zend_generators.c | 2 -- Zend/zend_generators.h | 2 -- Zend/zend_globals.h | 2 -- Zend/zend_globals_macros.h | 2 -- Zend/zend_hash.c | 2 -- Zend/zend_hash.h | 2 -- Zend/zend_highlight.c | 2 -- Zend/zend_highlight.h | 2 -- Zend/zend_ini.c | 2 -- Zend/zend_ini.h | 2 -- Zend/zend_ini_parser.y | 2 -- Zend/zend_ini_scanner.c | 2 -- Zend/zend_ini_scanner.h | 2 -- Zend/zend_ini_scanner.l | 2 -- Zend/zend_interfaces.c | 2 -- Zend/zend_interfaces.h | 2 -- Zend/zend_istdiostream.h | 2 -- Zend/zend_iterators.c | 2 -- Zend/zend_iterators.h | 2 -- Zend/zend_language_parser.y | 2 -- Zend/zend_language_scanner.c | 2 -- Zend/zend_language_scanner.h | 2 -- Zend/zend_language_scanner.l | 2 -- Zend/zend_list.c | 2 -- Zend/zend_list.h | 2 -- Zend/zend_llist.c | 2 -- Zend/zend_llist.h | 2 -- Zend/zend_long.h | 3 --- Zend/zend_modules.h | 2 -- Zend/zend_multibyte.c | 2 -- Zend/zend_multibyte.h | 2 -- Zend/zend_multiply.h | 2 -- Zend/zend_object_handlers.c | 2 -- Zend/zend_object_handlers.h | 2 -- Zend/zend_objects.c | 2 -- Zend/zend_objects.h | 2 -- Zend/zend_objects_API.c | 2 -- Zend/zend_objects_API.h | 2 -- Zend/zend_opcode.c | 2 -- Zend/zend_operators.c | 2 -- Zend/zend_operators.h | 2 -- Zend/zend_portability.h | 2 -- Zend/zend_ptr_stack.c | 2 -- Zend/zend_ptr_stack.h | 2 -- Zend/zend_signal.c | 2 -- Zend/zend_signal.h | 2 -- Zend/zend_smart_string.h | 2 -- Zend/zend_smart_string_public.h | 2 -- Zend/zend_sort.c | 2 -- Zend/zend_sort.h | 2 -- Zend/zend_sprintf.c | 2 -- Zend/zend_stack.c | 2 -- Zend/zend_stack.h | 2 -- Zend/zend_stream.c | 3 --- Zend/zend_stream.h | 2 -- Zend/zend_strtod.h | 2 -- Zend/zend_ts_hash.c | 2 -- Zend/zend_ts_hash.h | 2 -- Zend/zend_type_info.h | 2 -- Zend/zend_types.h | 2 -- Zend/zend_variables.c | 2 -- Zend/zend_variables.h | 2 -- Zend/zend_virtual_cwd.c | 2 -- Zend/zend_virtual_cwd.h | 2 -- Zend/zend_vm.h | 2 -- Zend/zend_vm_def.h | 2 -- Zend/zend_vm_gen.php | 2 -- acinclude.m4 | 2 -- build/build2.mk | 3 --- build/config-stubs | 2 -- build/mkdep.awk | 2 -- buildconf | 1 - configure.ac | 2 +- ext/bcmath/bcmath.c | 2 -- ext/bcmath/config.m4 | 4 +--- ext/bcmath/config.w32 | 1 - ext/bcmath/php_bcmath.h | 2 -- ext/bz2/bz2.c | 2 -- ext/bz2/bz2_filter.c | 2 -- ext/bz2/config.m4 | 4 +--- ext/bz2/config.w32 | 1 - ext/bz2/php_bz2.h | 2 -- ext/bz2/tests/bz2_filter_compress.phpt | 2 +- ext/bz2/tests/bz2_filter_decompress.phpt | 2 +- ext/bz2/tests/with_files.phpt | 2 +- ext/bz2/tests/with_strings.phpt | 2 +- ext/calendar/calendar.c | 1 - ext/calendar/config.m4 | 4 +--- ext/calendar/config.w32 | 1 - ext/com_dotnet/com_com.c | 2 -- ext/com_dotnet/com_dotnet.c | 2 -- ext/com_dotnet/com_extension.c | 2 -- ext/com_dotnet/com_handlers.c | 2 -- ext/com_dotnet/com_iterator.c | 2 -- ext/com_dotnet/com_misc.c | 2 -- ext/com_dotnet/com_olechar.c | 2 -- ext/com_dotnet/com_persist.c | 2 -- ext/com_dotnet/com_saproxy.c | 2 -- ext/com_dotnet/com_typeinfo.c | 2 -- ext/com_dotnet/com_variant.c | 2 -- ext/com_dotnet/com_wrapper.c | 2 -- ext/com_dotnet/config.w32 | 1 - ext/com_dotnet/php_com_dotnet.h | 2 -- ext/com_dotnet/php_com_dotnet_internal.h | 2 -- ext/com_dotnet/tests/27974.phpt | 2 +- ext/com_dotnet/tests/bug39606.phpt | 2 +- ext/com_dotnet/tests/variants.phpt | 2 +- ext/com_dotnet/tests/variants_x64.phpt | 2 +- ext/ctype/config.m4 | 4 +--- ext/ctype/config.w32 | 1 - ext/curl/config.m4 | 4 +--- ext/curl/config.w32 | 1 - ext/curl/curl_file.c | 2 -- ext/curl/interface.c | 2 -- ext/curl/multi.c | 2 -- ext/curl/php_curl.h | 2 -- ext/curl/share.c | 2 -- ext/date/config.w32 | 1 - ext/date/config0.m4 | 1 - ext/date/lib/parse_date.c | 2 -- ext/date/php_date.c | 2 -- ext/date/php_date.h | 2 -- ext/dba/config.m4 | 4 +--- ext/dba/config.w32 | 1 - ext/dba/dba.c | 2 -- ext/dba/dba_cdb.c | 2 -- ext/dba/dba_db1.c | 2 -- ext/dba/dba_db2.c | 2 -- ext/dba/dba_db3.c | 2 -- ext/dba/dba_db4.c | 2 -- ext/dba/dba_dbm.c | 2 -- ext/dba/dba_flatfile.c | 2 -- ext/dba/dba_gdbm.c | 2 -- ext/dba/dba_inifile.c | 2 -- ext/dba/dba_lmdb.c | 2 -- ext/dba/dba_ndbm.c | 2 -- ext/dba/dba_qdbm.c | 2 -- ext/dba/dba_tcadb.c | 2 -- ext/dba/libcdb/cdb.h | 2 -- ext/dba/libcdb/cdb_make.h | 2 -- ext/dba/libcdb/uint32.c | 2 -- ext/dba/libcdb/uint32.h | 2 -- ext/dba/libflatfile/flatfile.h | 2 -- ext/dba/libinifile/inifile.h | 2 -- ext/dba/php_dba.h | 2 -- ext/dba/php_tcadb.h | 2 -- ext/dom/attr.c | 2 -- ext/dom/cdatasection.c | 2 -- ext/dom/characterdata.c | 2 -- ext/dom/comment.c | 2 -- ext/dom/config.m4 | 4 +--- ext/dom/config.w32 | 1 - ext/dom/document.c | 2 -- ext/dom/documentfragment.c | 2 -- ext/dom/documenttype.c | 2 -- ext/dom/dom_ce.h | 1 - ext/dom/dom_fe.h | 1 - ext/dom/dom_iterators.c | 2 -- ext/dom/dom_properties.h | 1 - ext/dom/domconfiguration.c | 2 -- ext/dom/domerror.c | 2 -- ext/dom/domerrorhandler.c | 2 -- ext/dom/domexception.c | 2 -- ext/dom/domimplementation.c | 2 -- ext/dom/domimplementationlist.c | 2 -- ext/dom/domimplementationsource.c | 2 -- ext/dom/domlocator.c | 2 -- ext/dom/domstringlist.c | 2 -- ext/dom/element.c | 2 -- ext/dom/entity.c | 2 -- ext/dom/entityreference.c | 2 -- ext/dom/namednodemap.c | 2 -- ext/dom/namelist.c | 2 -- ext/dom/node.c | 2 -- ext/dom/nodelist.c | 2 -- ext/dom/notation.c | 2 -- ext/dom/php_dom.c | 2 -- ext/dom/php_dom.h | 2 -- ext/dom/processinginstruction.c | 2 -- ext/dom/string_extend.c | 2 -- ext/dom/text.c | 2 -- ext/dom/typeinfo.c | 2 -- ext/dom/userdatahandler.c | 2 -- ext/dom/xml_common.h | 2 -- ext/dom/xpath.c | 2 -- ext/enchant/config.m4 | 4 +--- ext/enchant/config.w32 | 1 - ext/enchant/php_enchant.h | 2 -- ext/exif/config.m4 | 4 +--- ext/exif/config.w32 | 1 - ext/exif/php_exif.h | 2 -- ext/fileinfo/config.m4 | 1 - ext/fileinfo/config.w32 | 1 - ext/fileinfo/fileinfo.c | 2 -- ext/fileinfo/php_fileinfo.h | 2 -- ext/filter/callback_filter.c | 2 -- ext/filter/config.m4 | 1 - ext/filter/config.w32 | 1 - ext/filter/filter_private.h | 2 -- ext/filter/logical_filters.c | 2 -- ext/filter/php_filter.h | 2 -- ext/filter/sanitizing_filters.c | 2 -- ext/ftp/config.m4 | 4 +--- ext/ftp/config.w32 | 1 - ext/ftp/ftp.c | 2 -- ext/ftp/ftp.h | 2 -- ext/ftp/php_ftp.c | 2 -- ext/ftp/php_ftp.h | 2 -- ext/gd/config.m4 | 4 +--- ext/gd/config.w32 | 1 - ext/gd/gd.c | 2 -- ext/gd/gd_ctx.c | 2 -- ext/gd/php_gd.h | 2 -- ext/gd/tests/bug27582_1.phpt | 1 - ext/gd/tests/gif.phpt | 3 +-- ext/gettext/config.m4 | 4 +--- ext/gettext/config.w32 | 1 - ext/gettext/gettext.c | 2 -- ext/gettext/php_gettext.h | 2 -- ext/gettext/tests/gettext_basic.phpt | 2 +- ext/gettext/tests/gettext_ngettext.phpt | 2 +- ext/gettext/tests/gettext_textdomain-wrongparams.phpt | 2 +- ext/gmp/config.w32 | 1 - ext/hash/bench.php | 1 - ext/hash/config.m4 | 1 - ext/hash/config.w32 | 1 - ext/hash/hash.c | 2 -- ext/hash/hash_adler32.c | 2 -- ext/hash/hash_crc32.c | 2 -- ext/hash/hash_fnv.c | 2 -- ext/hash/hash_gost.c | 2 -- ext/hash/hash_haval.c | 2 -- ext/hash/hash_joaat.c | 2 -- ext/hash/hash_md.c | 2 -- ext/hash/hash_ripemd.c | 2 -- ext/hash/hash_sha.c | 2 -- ext/hash/hash_snefru.c | 2 -- ext/hash/hash_tiger.c | 2 -- ext/hash/hash_whirlpool.c | 2 -- ext/hash/php_hash.h | 2 -- ext/hash/php_hash_adler32.h | 2 -- ext/hash/php_hash_crc32.h | 2 -- ext/hash/php_hash_crc32_tables.h | 2 -- ext/hash/php_hash_fnv.h | 2 -- ext/hash/php_hash_gost.h | 2 -- ext/hash/php_hash_haval.h | 2 -- ext/hash/php_hash_joaat.h | 2 -- ext/hash/php_hash_md.h | 2 -- ext/hash/php_hash_ripemd.h | 2 -- ext/hash/php_hash_sha.h | 2 -- ext/hash/php_hash_snefru.h | 2 -- ext/hash/php_hash_snefru_tables.h | 2 -- ext/hash/php_hash_tiger.h | 2 -- ext/hash/php_hash_tiger_tables.h | 2 -- ext/hash/php_hash_whirlpool.h | 2 -- ext/hash/php_hash_whirlpool_tables.h | 2 -- ext/hash/tests/bug73127.phpt | 2 +- ext/iconv/config.m4 | 4 +--- ext/iconv/config.w32 | 1 - ext/iconv/iconv.c | 2 -- ext/imap/config.m4 | 4 +--- ext/imap/config.w32 | 1 - ext/imap/php_imap.c | 1 - ext/imap/php_imap.h | 2 -- ext/intl/config.w32 | 1 - ext/intl/idn/idn.c | 1 - ext/intl/idn/idn.h | 1 - ext/intl/intl_convertcpp.cpp | 2 -- ext/intl/intl_convertcpp.h | 2 -- ext/intl/locale/locale.c | 2 -- ext/intl/locale/locale.h | 2 -- ext/intl/locale/locale_class.c | 2 -- ext/intl/locale/locale_class.h | 2 -- ext/intl/locale/locale_methods.c | 2 -- ext/intl/locale/locale_methods.h | 2 -- ext/json/config.m4 | 4 +--- ext/json/config.w32 | 1 - ext/ldap/config.m4 | 4 +--- ext/ldap/config.w32 | 1 - ext/ldap/php_ldap.h | 2 -- ext/libxml/config.w32 | 1 - ext/libxml/config0.m4 | 4 +--- ext/libxml/libxml.c | 2 -- ext/libxml/php_libxml.h | 2 -- ext/mbstring/config.m4 | 4 +--- ext/mbstring/config.w32 | 1 - ext/mbstring/libmbfl/filters/mk_sb_tbl.awk | 2 -- ext/mbstring/libmbfl/mbfl/mk_eaw_tbl.awk | 2 -- ext/mbstring/mb_gpc.c | 2 -- ext/mbstring/mb_gpc.h | 2 -- ext/mbstring/mbstring.c | 2 -- ext/mbstring/mbstring.h | 2 -- ext/mbstring/php_mbregex.c | 3 --- ext/mbstring/php_mbregex.h | 2 -- ext/mysqli/config.m4 | 2 -- ext/mysqli/config.w32 | 1 - ext/mysqli/mysqli.c | 2 -- ext/mysqli/mysqli_api.c | 2 -- ext/mysqli/mysqli_fe.c | 2 -- ext/mysqli/mysqli_nonapi.c | 2 -- ext/mysqli/mysqli_report.c | 2 -- ext/mysqli/php_mysqli.h | 2 -- ext/mysqli/php_mysqli_structs.h | 2 -- ext/mysqlnd/config.w32 | 1 - ext/mysqlnd/config9.m4 | 2 -- ext/odbc/config.m4 | 4 +--- ext/odbc/config.w32 | 1 - ext/odbc/php_odbc.c | 2 -- ext/odbc/php_odbc.h | 2 -- ext/odbc/php_odbc_includes.h | 2 -- ext/opcache/config.m4 | 4 +--- ext/openssl/README | 2 -- ext/openssl/config.w32 | 1 - ext/openssl/config0.m4 | 4 +--- ext/openssl/openssl.c | 2 -- ext/openssl/php_openssl.h | 2 -- ext/openssl/xp_ssl.c | 2 -- ext/pcntl/config.m4 | 4 +--- ext/pcntl/pcntl.c | 2 -- ext/pcntl/php_pcntl.h | 2 -- ext/pcntl/php_signal.c | 2 -- ext/pcntl/php_signal.h | 2 -- ext/pcre/config.w32 | 1 - ext/pcre/config0.m4 | 4 +--- ext/pcre/php_pcre.c | 2 -- ext/pcre/php_pcre.h | 2 -- ext/pdo/README | 2 -- ext/pdo/config.m4 | 1 - ext/pdo/config.w32 | 1 - ext/pdo/pdo.c | 2 -- ext/pdo/pdo_dbh.c | 2 -- ext/pdo/pdo_sql_parser.c | 2 -- ext/pdo/pdo_sql_parser.re | 2 -- ext/pdo/pdo_sqlstate.c | 2 -- ext/pdo/pdo_stmt.c | 2 -- ext/pdo/php_pdo.h | 2 -- ext/pdo/php_pdo_driver.h | 2 -- ext/pdo/php_pdo_error.h | 2 -- ext/pdo/php_pdo_int.h | 2 -- ext/pdo_dblib/config.m4 | 4 +--- ext/pdo_dblib/config.w32 | 1 - ext/pdo_dblib/dblib_driver.c | 2 -- ext/pdo_dblib/dblib_stmt.c | 2 -- ext/pdo_dblib/pdo_dblib.c | 2 -- ext/pdo_dblib/php_pdo_dblib.h | 2 -- ext/pdo_dblib/php_pdo_dblib_int.h | 2 -- ext/pdo_firebird/tests/connect.phpt | 2 +- ext/pdo_firebird/tests/ddl.phpt | 2 +- ext/pdo_firebird/tests/execute.phpt | 2 +- ext/pdo_firebird/tests/rowCount.phpt | 2 +- ext/pdo_firebird/tests/skipif.inc | 2 +- ext/pdo_firebird/tests/testdb.inc | 2 +- ext/pdo_mysql/config.m4 | 1 - ext/pdo_mysql/config.w32 | 1 - ext/pdo_mysql/mysql_driver.c | 2 -- ext/pdo_mysql/mysql_statement.c | 2 -- ext/pdo_mysql/pdo_mysql.c | 2 -- ext/pdo_mysql/php_pdo_mysql.h | 2 -- ext/pdo_mysql/php_pdo_mysql_int.h | 2 -- ext/pdo_oci/config.m4 | 1 - ext/pdo_oci/config.w32 | 1 - ext/pdo_oci/oci_driver.c | 2 -- ext/pdo_oci/oci_statement.c | 2 -- ext/pdo_oci/pdo_oci.c | 2 -- ext/pdo_oci/php_pdo_oci.h | 2 -- ext/pdo_oci/php_pdo_oci_int.h | 2 -- ext/pdo_oci/tests/bug41996.phpt | 1 - ext/pdo_oci/tests/bug60994.phpt | 1 - ext/pdo_odbc/config.m4 | 1 - ext/pdo_odbc/config.w32 | 1 - ext/pdo_odbc/odbc_driver.c | 2 -- ext/pdo_odbc/odbc_stmt.c | 2 -- ext/pdo_odbc/pdo_odbc.c | 2 -- ext/pdo_odbc/php_pdo_odbc.h | 2 -- ext/pdo_odbc/php_pdo_odbc_int.h | 2 -- ext/pdo_pgsql/config.m4 | 1 - ext/pdo_pgsql/config.w32 | 1 - ext/pdo_pgsql/pgsql_driver.c | 2 -- ext/pdo_pgsql/pgsql_statement.c | 2 -- ext/pdo_pgsql/php_pdo_pgsql.h | 2 -- ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 -- ext/pdo_sqlite/config.m4 | 1 - ext/pdo_sqlite/config.w32 | 1 - ext/pdo_sqlite/pdo_sqlite.c | 2 -- ext/pdo_sqlite/php_pdo_sqlite.h | 3 --- ext/pdo_sqlite/php_pdo_sqlite_int.h | 2 -- ext/pdo_sqlite/sqlite_driver.c | 2 -- ext/pdo_sqlite/sqlite_statement.c | 2 -- ext/pgsql/config.m4 | 4 +--- ext/pgsql/config.w32 | 1 - ext/pgsql/pgsql.c | 2 -- ext/pgsql/php_pgsql.h | 2 -- ext/phar/config.m4 | 1 - ext/phar/config.w32 | 1 - ext/phar/dirstream.h | 2 -- ext/phar/func_interceptors.c | 2 -- ext/phar/func_interceptors.h | 2 -- ext/phar/makestub.php | 2 -- ext/phar/phar_internal.h | 2 -- ext/phar/phar_object.c | 2 -- ext/phar/phar_path_check.c | 2 -- ext/phar/phar_path_check.re | 2 -- ext/phar/pharzip.h | 2 -- ext/phar/php_phar.h | 2 -- ext/phar/stream.h | 2 -- ext/phar/stub.h | 2 -- ext/phar/tests/zip/files/corrupt_zipmaker.php.inc | 1 - ext/phar/util.c | 2 -- ext/posix/config.m4 | 4 +--- ext/posix/php_posix.h | 3 --- ext/pspell/config.m4 | 4 +--- ext/pspell/config.w32 | 1 - ext/pspell/php_pspell.h | 2 -- ext/pspell/pspell.c | 2 -- ext/pspell/tests/001.phpt | 2 +- ext/readline/config.m4 | 4 +--- ext/readline/config.w32 | 1 - ext/readline/php_readline.h | 2 -- ext/readline/readline.c | 2 -- ext/readline/readline_cli.c | 2 -- ext/readline/readline_cli.h | 2 -- ext/recode/config.m4 | 4 +--- ext/recode/config9.m4 | 4 +--- ext/recode/php_recode.h | 2 -- ext/reflection/config.m4 | 1 - ext/reflection/config.w32 | 1 - ext/reflection/php_reflection.h | 2 -- ext/session/config.m4 | 4 +--- ext/session/config.w32 | 1 - ext/session/mod_files.h | 2 -- ext/session/mod_mm.c | 2 -- ext/session/mod_mm.h | 2 -- ext/session/mod_user.c | 2 -- ext/session/mod_user.h | 2 -- ext/session/mod_user_class.c | 2 -- ext/session/php_session.h | 2 -- ext/session/session.c | 2 -- ext/shmop/config.m4 | 3 ++- ext/shmop/config.w32 | 1 - ext/shmop/shmop.c | 1 - ext/simplexml/config.m4 | 1 - ext/simplexml/config.w32 | 1 - ext/simplexml/php_simplexml.h | 2 -- ext/simplexml/php_simplexml_exports.h | 2 -- ext/simplexml/sxe.c | 2 -- ext/simplexml/sxe.h | 2 -- ext/skeleton/config.m4.in | 1 - ext/snmp/config.m4 | 4 +--- ext/snmp/config.w32 | 1 - ext/snmp/php_snmp.h | 2 -- ext/snmp/snmp.c | 2 -- ext/soap/config.m4 | 1 - ext/soap/config.w32 | 1 - ext/soap/interop/client_round2_interop.php | 4 +--- ext/soap/interop/client_round2_params.php | 3 --- ext/soap/interop/client_round2_results.php | 4 +--- ext/soap/interop/client_round2_run.php | 3 --- ext/soap/interop/server_round2_base.php | 3 --- ext/soap/interop/server_round2_groupB.php | 3 --- ext/soap/interop/server_round2_groupC.php | 3 --- ext/soap/php_encoding.c | 1 - ext/soap/php_encoding.h | 1 - ext/soap/php_http.c | 1 - ext/soap/php_http.h | 1 - ext/soap/php_packet_soap.c | 1 - ext/soap/php_packet_soap.h | 1 - ext/soap/php_schema.c | 1 - ext/soap/php_schema.h | 1 - ext/soap/php_sdl.c | 1 - ext/soap/php_sdl.h | 1 - ext/soap/php_soap.h | 1 - ext/soap/php_xml.c | 1 - ext/soap/php_xml.h | 1 - ext/soap/soap.c | 1 - ext/sockets/config.m4 | 4 +--- ext/sockets/config.w32 | 1 - ext/sockets/multicast.c | 2 -- ext/sockets/multicast.h | 2 -- ext/sockets/php_sockets.h | 2 -- ext/sockets/sockets.c | 2 -- ext/sockets/unix_socket_constants.h | 2 -- ext/sockets/win32_socket_constants.h | 2 -- ext/sodium/config.m4 | 1 - ext/sodium/config.w32 | 1 - ext/spl/config.m4 | 1 - ext/spl/config.w32 | 1 - ext/spl/php_spl.c | 2 -- ext/spl/spl_array.c | 2 -- ext/spl/spl_array.h | 2 -- ext/spl/spl_directory.c | 2 -- ext/spl/spl_directory.h | 2 -- ext/spl/spl_dllist.c | 2 -- ext/spl/spl_dllist.h | 2 -- ext/spl/spl_engine.h | 2 -- ext/spl/spl_exceptions.c | 2 -- ext/spl/spl_exceptions.h | 2 -- ext/spl/spl_fixedarray.c | 2 -- ext/spl/spl_fixedarray.h | 2 -- ext/spl/spl_functions.c | 2 -- ext/spl/spl_functions.h | 2 -- ext/spl/spl_heap.c | 2 -- ext/spl/spl_heap.h | 2 -- ext/spl/spl_iterators.c | 2 -- ext/spl/spl_iterators.h | 2 -- ext/spl/spl_observer.c | 2 -- ext/spl/spl_observer.h | 2 -- ext/sqlite3/config.w32 | 1 - ext/sqlite3/config0.m4 | 1 - ext/sqlite3/php_sqlite3.h | 2 -- ext/sqlite3/php_sqlite3_structs.h | 2 -- ext/sqlite3/sqlite3.c | 2 -- ext/standard/array.c | 2 -- ext/standard/assert.c | 2 -- ext/standard/base64.c | 1 - ext/standard/base64.h | 2 -- ext/standard/basic_functions.c | 2 -- ext/standard/basic_functions.h | 2 -- ext/standard/browscap.c | 2 -- ext/standard/config.m4 | 2 +- ext/standard/config.w32 | 1 - ext/standard/crc32.c | 2 -- ext/standard/crc32.h | 2 -- ext/standard/credits.c | 2 -- ext/standard/credits.h | 2 -- ext/standard/crypt.c | 2 -- ext/standard/crypt_blowfish.c | 1 - ext/standard/crypt_blowfish.h | 1 - ext/standard/crypt_freesec.c | 4 ---- ext/standard/crypt_freesec.h | 2 -- ext/standard/css.c | 2 -- ext/standard/css.h | 2 -- ext/standard/cyr_convert.c | 2 -- ext/standard/cyr_convert.h | 2 -- ext/standard/datetime.c | 2 -- ext/standard/datetime.h | 2 -- ext/standard/dir.c | 2 -- ext/standard/dl.c | 2 -- ext/standard/dl.h | 2 -- ext/standard/dns.c | 2 -- ext/standard/exec.c | 1 - ext/standard/exec.h | 2 -- ext/standard/file.c | 2 -- ext/standard/file.h | 2 -- ext/standard/filestat.c | 2 -- ext/standard/filters.c | 2 -- ext/standard/flock_compat.c | 2 -- ext/standard/flock_compat.h | 2 -- ext/standard/formatted_print.c | 2 -- ext/standard/fsock.c | 2 -- ext/standard/fsock.h | 2 -- ext/standard/ftok.c | 2 -- ext/standard/ftp_fopen_wrapper.c | 1 - ext/standard/head.c | 1 - ext/standard/head.h | 2 -- ext/standard/hrtime.c | 2 -- ext/standard/hrtime.h | 2 -- ext/standard/html.c | 2 -- ext/standard/html.h | 2 -- ext/standard/html_tables.h | 2 -- ext/standard/html_tables/html_table_gen.php | 2 -- ext/standard/http.c | 2 -- ext/standard/http_fopen_wrapper.c | 1 - ext/standard/image.c | 2 -- ext/standard/incomplete_class.c | 2 -- ext/standard/info.c | 2 -- ext/standard/info.h | 2 -- ext/standard/iptc.c | 2 -- ext/standard/lcg.c | 2 -- ext/standard/levenshtein.c | 1 - ext/standard/link.c | 2 -- ext/standard/link_win32.c | 1 - ext/standard/mail.c | 2 -- ext/standard/math.c | 2 -- ext/standard/md5.c | 2 -- ext/standard/md5.h | 2 -- ext/standard/metaphone.c | 2 -- ext/standard/microtime.c | 2 -- ext/standard/microtime.h | 2 -- ext/standard/mt_rand.c | 1 - ext/standard/pack.c | 1 - ext/standard/pack.h | 2 -- ext/standard/pageinfo.c | 2 -- ext/standard/pageinfo.h | 2 -- ext/standard/password.c | 2 -- ext/standard/php_array.h | 2 -- ext/standard/php_assert.h | 2 -- ext/standard/php_browscap.h | 2 -- ext/standard/php_crypt.h | 2 -- ext/standard/php_crypt_r.c | 1 - ext/standard/php_crypt_r.h | 1 - ext/standard/php_dir.h | 2 -- ext/standard/php_dns.h | 2 -- ext/standard/php_ext_syslog.h | 2 -- ext/standard/php_filestat.h | 2 -- ext/standard/php_fopen_wrapper.c | 1 - ext/standard/php_fopen_wrappers.h | 2 -- ext/standard/php_ftok.h | 2 -- ext/standard/php_http.h | 2 -- ext/standard/php_image.h | 2 -- ext/standard/php_incomplete_class.h | 2 -- ext/standard/php_iptc.h | 2 -- ext/standard/php_lcg.h | 2 -- ext/standard/php_link.h | 2 -- ext/standard/php_mail.h | 2 -- ext/standard/php_math.h | 2 -- ext/standard/php_metaphone.h | 2 -- ext/standard/php_mt_rand.h | 1 - ext/standard/php_net.h | 2 -- ext/standard/php_password.h | 2 -- ext/standard/php_rand.h | 1 - ext/standard/php_random.h | 2 -- ext/standard/php_standard.h | 2 -- ext/standard/php_string.h | 2 -- ext/standard/php_type.h | 2 -- ext/standard/php_uuencode.h | 2 -- ext/standard/php_var.h | 2 -- ext/standard/php_versioning.h | 2 -- ext/standard/proc_open.c | 1 - ext/standard/proc_open.h | 1 - ext/standard/quot_print.c | 2 -- ext/standard/quot_print.h | 2 -- ext/standard/rand.c | 1 - ext/standard/random.c | 2 -- ext/standard/scanf.c | 2 -- ext/standard/scanf.h | 2 -- ext/standard/sha1.c | 2 -- ext/standard/sha1.h | 2 -- ext/standard/soundex.c | 1 - ext/standard/streamsfuncs.c | 2 -- ext/standard/streamsfuncs.h | 2 -- ext/standard/string.c | 2 -- ext/standard/syslog.c | 2 -- ext/standard/tests/math/abs.phpt | 2 +- ext/standard/tests/math/bug21523.phpt | 2 +- ext/standard/tests/math/bug24142.phpt | 2 +- ext/standard/tests/math/log.phpt | 2 +- ext/standard/tests/math/pow-operator.phpt | 2 +- ext/standard/tests/math/pow.phpt | 2 +- ext/standard/tests/math/round.phpt | 2 +- ext/standard/type.c | 2 -- ext/standard/uniqid.c | 2 -- ext/standard/uniqid.h | 2 -- ext/standard/url.c | 1 - ext/standard/url.h | 1 - ext/standard/url_scanner_ex.c | 2 -- ext/standard/url_scanner_ex.h | 2 -- ext/standard/url_scanner_ex.re | 2 -- ext/standard/user_filters.c | 2 -- ext/standard/uuencode.c | 2 -- ext/standard/var.c | 2 -- ext/standard/var_unserializer.c | 2 -- ext/standard/var_unserializer.re | 2 -- ext/standard/versioning.c | 2 -- ext/sysvmsg/config.m4 | 2 +- ext/sysvmsg/php_sysvmsg.h | 2 -- ext/sysvsem/config.m4 | 4 +--- ext/sysvsem/php_sysvsem.h | 2 -- ext/sysvsem/sysvsem.c | 2 -- ext/sysvshm/config.m4 | 4 +--- ext/sysvshm/php_sysvshm.h | 2 -- ext/sysvshm/sysvshm.c | 2 -- ext/tidy/config.m4 | 4 +--- ext/tidy/config.w32 | 1 - ext/tidy/php_tidy.h | 2 -- ext/tokenizer/config.m4 | 1 - ext/tokenizer/config.w32 | 1 - ext/tokenizer/php_tokenizer.h | 2 -- ext/tokenizer/tokenizer.c | 2 -- ext/tokenizer/tokenizer_data.c | 2 -- ext/tokenizer/tokenizer_data_gen.sh | 2 -- ext/wddx/config.m4 | 4 +--- ext/wddx/config.w32 | 1 - ext/wddx/php_wddx.h | 2 -- ext/wddx/php_wddx_api.h | 2 -- ext/wddx/wddx.c | 2 -- ext/xml/config.m4 | 4 +--- ext/xml/config.w32 | 1 - ext/xml/expat_compat.h | 2 -- ext/xml/php_xml.h | 2 -- ext/xml/xml.c | 2 -- ext/xmlreader/config.m4 | 4 +--- ext/xmlreader/config.w32 | 1 - ext/xmlreader/php_xmlreader.c | 2 -- ext/xmlreader/php_xmlreader.h | 2 -- ext/xmlreader/tests/001.phpt | 1 - ext/xmlreader/tests/002.phpt | 1 - ext/xmlreader/tests/003-mb.phpt | 1 - ext/xmlreader/tests/003.phpt | 1 - ext/xmlreader/tests/004.phpt | 1 - ext/xmlreader/tests/005.phpt | 1 - ext/xmlreader/tests/006.phpt | 1 - ext/xmlreader/tests/007.phpt | 1 - ext/xmlreader/tests/008.phpt | 1 - ext/xmlreader/tests/009.phpt | 1 - ext/xmlreader/tests/010.phpt | 1 - ext/xmlreader/tests/011.phpt | 1 - ext/xmlreader/tests/012.phpt | 1 - ext/xmlreader/tests/013.phpt | 3 +-- ext/xmlrpc/config.m4 | 4 +--- ext/xmlrpc/config.w32 | 1 - ext/xmlrpc/php_xmlrpc.h | 2 -- ext/xmlrpc/xmlrpc-epi-php.c | 2 -- ext/xmlwriter/config.m4 | 4 +--- ext/xmlwriter/config.w32 | 1 - ext/xmlwriter/php_xmlwriter.c | 2 -- ext/xmlwriter/php_xmlwriter.h | 2 -- ext/xmlwriter/tests/001.phpt | 3 +-- ext/xmlwriter/tests/002.phpt | 3 +-- ext/xmlwriter/tests/003.phpt | 3 +-- ext/xmlwriter/tests/004.phpt | 3 +-- ext/xmlwriter/tests/005-mb.phpt | 1 - ext/xmlwriter/tests/005.phpt | 1 - ext/xmlwriter/tests/006.phpt | 1 - ext/xmlwriter/tests/007.phpt | 1 - ext/xmlwriter/tests/008.phpt | 1 - ext/xmlwriter/tests/009.phpt | 1 - ext/xmlwriter/tests/011.phpt | 1 - ext/xmlwriter/tests/012.phpt | 1 - ext/xmlwriter/tests/OO_001.phpt | 3 +-- ext/xmlwriter/tests/OO_002.phpt | 3 +-- ext/xmlwriter/tests/OO_003.phpt | 3 +-- ext/xmlwriter/tests/OO_004.phpt | 3 +-- ext/xmlwriter/tests/OO_005.phpt | 1 - ext/xmlwriter/tests/OO_006.phpt | 1 - ext/xmlwriter/tests/OO_007.phpt | 1 - ext/xmlwriter/tests/OO_008.phpt | 1 - ext/xmlwriter/tests/OO_009.phpt | 1 - ext/xmlwriter/tests/OO_010.phpt | 1 - ext/xmlwriter/tests/OO_011.phpt | 1 - ext/xsl/config.m4 | 4 +--- ext/xsl/config.w32 | 1 - ext/xsl/php_xsl.c | 2 -- ext/xsl/php_xsl.h | 2 -- ext/xsl/xsl_fe.h | 2 -- ext/xsl/xsltprocessor.c | 2 -- ext/zend_test/php_test.h | 2 -- ext/zlib/config.w32 | 1 - ext/zlib/config0.m4 | 4 +--- ext/zlib/php_zlib.h | 2 -- ext/zlib/tests/001.phpt | 4 ++-- ext/zlib/tests/002.phpt | 2 +- ext/zlib/tests/gzfilegzreadfile.phpt | 2 +- ext/zlib/tests/zlib_filter_deflate.phpt | 2 +- ext/zlib/tests/zlib_filter_inflate.phpt | 2 +- ext/zlib/tests/zlib_filter_inflate2.phpt | 2 +- ext/zlib/zlib.c | 2 -- ext/zlib/zlib_filter.c | 2 -- ext/zlib/zlib_fopen_wrapper.c | 2 -- header | 2 -- main/SAPI.c | 2 -- main/SAPI.h | 2 -- main/alloca.c | 2 -- main/build-defs.h.in | 2 -- main/explicit_bzero.c | 2 -- main/fastcgi.c | 2 -- main/fastcgi.h | 2 -- main/fopen_wrappers.c | 2 -- main/fopen_wrappers.h | 2 -- main/getopt.c | 2 -- main/internal_functions.c.in | 2 -- main/internal_functions_win32.c | 2 -- main/main.c | 2 -- main/mergesort.c | 2 -- main/network.c | 2 -- main/output.c | 2 -- main/php.h | 2 -- main/php_compat.h | 2 -- main/php_content_types.c | 2 -- main/php_content_types.h | 2 -- main/php_getopt.h | 2 -- main/php_globals.h | 2 -- main/php_ini.c | 2 -- main/php_ini.h | 2 -- main/php_main.h | 2 -- main/php_memory_streams.h | 2 -- main/php_network.h | 2 -- main/php_open_temporary_file.c | 2 -- main/php_open_temporary_file.h | 2 -- main/php_output.h | 2 -- main/php_reentrancy.h | 2 -- main/php_scandir.c | 2 -- main/php_scandir.h | 2 -- main/php_sprintf.c | 2 -- main/php_streams.h | 2 -- main/php_syslog.c | 2 -- main/php_syslog.h | 2 -- main/php_ticks.c | 2 -- main/php_ticks.h | 2 -- main/php_variables.c | 2 -- main/php_variables.h | 2 -- main/reentrancy.c | 2 -- main/rfc1867.c | 2 -- main/rfc1867.h | 2 -- main/snprintf.c | 2 -- main/snprintf.h | 2 -- main/spprintf.c | 2 -- main/streams/cast.c | 2 -- main/streams/filter.c | 2 -- main/streams/glob_wrapper.c | 2 -- main/streams/memory.c | 2 -- main/streams/mmap.c | 2 -- main/streams/php_stream_context.h | 2 -- main/streams/php_stream_filter_api.h | 2 -- main/streams/php_stream_glob_wrapper.h | 2 -- main/streams/php_stream_mmap.h | 2 -- main/streams/php_stream_plain_wrapper.h | 2 -- main/streams/php_stream_transport.h | 1 - main/streams/php_stream_userspace.h | 3 --- main/streams/php_streams_int.h | 3 --- main/streams/plain_wrapper.c | 2 -- main/streams/streams.c | 2 -- main/streams/transports.c | 2 -- main/streams/userspace.c | 2 -- main/streams/xp_socket.c | 2 -- main/strlcat.c | 2 -- main/strlcpy.c | 2 -- sapi/apache2handler/apache_config.c | 2 -- sapi/apache2handler/config.m4 | 4 +--- sapi/apache2handler/config.w32 | 1 - sapi/apache2handler/mod_php7.c | 2 -- sapi/apache2handler/php_apache.h | 2 -- sapi/apache2handler/php_functions.c | 2 -- sapi/apache2handler/sapi_apache2.c | 2 -- sapi/cgi/cgi_main.c | 2 -- sapi/cgi/config.w32 | 1 - sapi/cgi/config9.m4 | 4 +--- sapi/cli/cli.h | 2 -- sapi/cli/config.m4 | 4 +--- sapi/cli/config.w32 | 1 - sapi/cli/php_cli.c | 2 -- sapi/cli/php_cli_process_title.c | 2 -- sapi/cli/php_cli_process_title.h | 2 -- sapi/cli/ps_title.h | 2 -- sapi/embed/config.m4 | 4 +--- sapi/embed/config.w32 | 1 - sapi/embed/php_embed.c | 1 - sapi/embed/php_embed.h | 1 - sapi/fpm/config.m4 | 4 +--- sapi/fpm/fpm/events/devpoll.c | 2 -- sapi/fpm/fpm/events/devpoll.h | 2 -- sapi/fpm/fpm/events/epoll.c | 2 -- sapi/fpm/fpm/events/epoll.h | 2 -- sapi/fpm/fpm/events/kqueue.c | 2 -- sapi/fpm/fpm/events/kqueue.h | 2 -- sapi/fpm/fpm/events/poll.c | 2 -- sapi/fpm/fpm/events/poll.h | 2 -- sapi/fpm/fpm/events/port.c | 2 -- sapi/fpm/fpm/events/port.h | 2 -- sapi/fpm/fpm/events/select.c | 2 -- sapi/fpm/fpm/events/select.h | 2 -- sapi/fpm/fpm/fpm_status.c | 1 - sapi/fpm/fpm/fpm_status.h | 1 - sapi/fpm/status.html.in | 1 - sapi/litespeed/config.m4 | 4 +--- sapi/phpdbg/config.m4 | 4 +--- scripts/dev/check_parameters.php | 3 --- tests/lang/bug24054.phpt | 2 +- win32/build/Makefile | 1 - win32/build/config.w32 | 1 - win32/build/config.w32.h.in | 1 - win32/build/configure.tail | 1 - win32/build/deplister.c | 2 -- win32/build/mkdist.php | 2 +- win32/build/phpize.js.in | 1 - win32/build/template.rc | 1 - win32/console.c | 2 -- win32/console.h | 2 -- win32/fnmatch.c | 1 - win32/fnmatch.h | 1 - win32/glob.c | 2 -- win32/glob.h | 1 - win32/globals.c | 2 -- win32/grp.h | 2 -- win32/php_win32_globals.h | 2 -- win32/select.c | 2 -- win32/select.h | 2 -- win32/sendmail.c | 2 -- win32/sockets.c | 2 -- win32/sockets.h | 2 -- win32/syslog.h | 2 -- win32/time.c | 2 -- win32/winutil.c | 2 -- 926 files changed, 103 insertions(+), 1704 deletions(-) diff --git a/README.SELF-CONTAINED-EXTENSIONS b/README.SELF-CONTAINED-EXTENSIONS index 5287230e1ae..1e917797c1d 100644 --- a/README.SELF-CONTAINED-EXTENSIONS +++ b/README.SELF-CONTAINED-EXTENSIONS @@ -1,6 +1,3 @@ -$Id$ -============================================================================= - HOW TO CREATE A SELF-CONTAINED PHP EXTENSION A self-contained extension can be distributed independently of diff --git a/README.STREAMS b/README.STREAMS index e95950bde0e..f22cab5d711 100644 --- a/README.STREAMS +++ b/README.STREAMS @@ -1,6 +1,5 @@ An Overview of the PHP Streams abstraction ========================================== -$Id$ WARNING: some prototypes in this file are out of date. The information contained here is being integrated into diff --git a/TSRM/build.mk b/TSRM/build.mk index f98109fa06b..a608c55583e 100644 --- a/TSRM/build.mk +++ b/TSRM/build.mk @@ -4,9 +4,6 @@ # make -f build.mk # # Written by Sascha Schumann -# -# $Id$ - LT_TARGETS = ltmain.sh ltconfig diff --git a/TSRM/config.w32 b/TSRM/config.w32 index e7d3f3b9763..03a21b30ccc 100644 --- a/TSRM/config.w32 +++ b/TSRM/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_win32.c"); ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); diff --git a/TSRM/configure.ac b/TSRM/configure.ac index 8bf35d33b03..6511c0c8a63 100644 --- a/TSRM/configure.ac +++ b/TSRM/configure.ac @@ -1,4 +1,3 @@ -dnl $Id$ dnl dnl Minimalistic configure.ac for TSRM. dnl diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index cf80260775a..a7956caf90b 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 0ab205349ef..b24224c66ac 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef TSRM_WIN32_H #define TSRM_WIN32_H diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 7a01c0b0360..d5d970ca30a 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -1,6 +1,4 @@ dnl -dnl $Id$ -dnl dnl This file contains Zend specific autoconf functions. dnl diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 32a39891c1f..7bb4fc4691b 100644 --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -1,5 +1,3 @@ -dnl $Id$ -dnl dnl This file contains local autoconf functions. AC_DEFUN([LIBZEND_BISON_CHECK],[ diff --git a/Zend/build.mk b/Zend/build.mk index 702cb647e9d..53e7849cf93 100644 --- a/Zend/build.mk +++ b/Zend/build.mk @@ -4,8 +4,6 @@ # make -f build.mk # # Written by Sascha Schumann -# -# $Id$ LT_TARGETS = ltmain.sh ltconfig diff --git a/Zend/configure.ac b/Zend/configure.ac index b95c1360b89..4d0cf4c018d 100644 --- a/Zend/configure.ac +++ b/Zend/configure.ac @@ -1,4 +1,3 @@ -dnl $Id$ dnl Process this file with autoconf to produce a configure script. AC_INIT(zend.c) diff --git a/Zend/header b/Zend/header index f18d8e04ee3..83353ee051b 100644 --- a/Zend/header +++ b/Zend/header @@ -15,5 +15,3 @@ | Authors: | +----------------------------------------------------------------------+ */ - -/* $Id$ */ diff --git a/Zend/tests/zend_operators.phpt b/Zend/tests/zend_operators.phpt index b07f259ae16..769640bf107 100644 --- a/Zend/tests/zend_operators.phpt +++ b/Zend/tests/zend_operators.phpt @@ -1,7 +1,7 @@ --TEST-- Operator precedence --FILE-- - #include "zend.h" #include "zend_compile.h" diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index bf24904834b..e19702cb9a3 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_COMPILE_H #define ZEND_COMPILE_H diff --git a/Zend/zend_config.nw.h b/Zend/zend_config.nw.h index b4700370db9..b42cbaae4bd 100644 --- a/Zend/zend_config.nw.h +++ b/Zend/zend_config.nw.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_CONFIG_NW_H #define ZEND_CONFIG_NW_H diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index ae2b9cd9a54..71d550e57ba 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_CONFIG_W32_H #define ZEND_CONFIG_W32_H diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 48b01863eac..ad817f296e1 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_constants.h" #include "zend_exceptions.h" diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h index b8112d33a14..a1ee3b6fe37 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_CONSTANTS_H #define ZEND_CONSTANTS_H diff --git a/Zend/zend_default_classes.c b/Zend/zend_default_classes.c index a3e1cd69d8d..47da7ad5f31 100644 --- a/Zend/zend_default_classes.c +++ b/Zend/zend_default_classes.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_API.h" #include "zend_builtin_functions.h" diff --git a/Zend/zend_errors.h b/Zend/zend_errors.h index 03eec39237b..2677b5e58c0 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_ERRORS_H #define ZEND_ERRORS_H diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c index 81ee386e563..e4f2a99da25 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_API.h" #include "zend_builtin_functions.h" diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h index 0d1408e36eb..fd95c636405 100644 --- a/Zend/zend_exceptions.h +++ b/Zend/zend_exceptions.h @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_EXCEPTIONS_H #define ZEND_EXCEPTIONS_H diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index f57f2229f3d..2638582a4bc 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define ZEND_INTENSIVE_DEBUGGING 0 #include diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h index 00dd718b941..81f3f49982f 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_EXECUTE_H #define ZEND_EXECUTE_H diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 788845f08ee..35d0a918710 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include diff --git a/Zend/zend_extensions.c b/Zend/zend_extensions.c index dc8bb475dd5..a2db4f590f0 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend_extensions.h" ZEND_API zend_llist zend_extensions; diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index a7dbddc529e..be4ae1f4539 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_EXTENSIONS_H #define ZEND_EXTENSIONS_H diff --git a/Zend/zend_float.c b/Zend/zend_float.c index 04f2acce8f6..649a61c2707 100644 --- a/Zend/zend_float.c +++ b/Zend/zend_float.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_compile.h" #include "zend_float.h" diff --git a/Zend/zend_float.h b/Zend/zend_float.h index ef2f2dba56e..44c7ff93b86 100644 --- a/Zend/zend_float.h +++ b/Zend/zend_float.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_FLOAT_H #define ZEND_FLOAT_H diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index 35cd1cdaf17..1732fdefc40 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -17,9 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - - /** * zend_gc_collect_cycles * ====================== diff --git a/Zend/zend_gc.h b/Zend/zend_gc.h index 73111bef195..53f4a6868e8 100644 --- a/Zend/zend_gc.h +++ b/Zend/zend_gc.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_GC_H #define ZEND_GC_H diff --git a/Zend/zend_generators.c b/Zend/zend_generators.c index 2b0b9609f52..0198b3171e6 100644 --- a/Zend/zend_generators.c +++ b/Zend/zend_generators.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_API.h" #include "zend_interfaces.h" diff --git a/Zend/zend_generators.h b/Zend/zend_generators.h index 727b9842d33..108ccf31eda 100644 --- a/Zend/zend_generators.h +++ b/Zend/zend_generators.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_GENERATORS_H #define ZEND_GENERATORS_H diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index ec3a61e72bf..907349c1731 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_GLOBALS_H #define ZEND_GLOBALS_H diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h index c9840c35146..3a5cb856d74 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_GLOBALS_MACROS_H #define ZEND_GLOBALS_MACROS_H diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index 0b516b28e60..fad4b086c23 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index ac90451e010..440c92160e3 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_HASH_H #define ZEND_HASH_H diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index 67ad33265ce..fb489b6e7ae 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include #include "zend_compile.h" diff --git a/Zend/zend_highlight.h b/Zend/zend_highlight.h index c1ef4be780b..d30453e1dc9 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_HIGHLIGHT_H #define ZEND_HIGHLIGHT_H diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index 7c94eb903d3..260bb8e71d4 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_sort.h" #include "zend_API.h" diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h index e1fe568ca09..7662d9739c7 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_INI_H #define ZEND_INI_H diff --git a/Zend/zend_ini_parser.y b/Zend/zend_ini_parser.y index ec199bb4139..10dda5f836a 100644 --- a/Zend/zend_ini_parser.y +++ b/Zend/zend_ini_parser.y @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define DEBUG_CFG_PARSER 0 #include "zend.h" diff --git a/Zend/zend_ini_scanner.c b/Zend/zend_ini_scanner.c index 2bfafdc1d53..f3e6379a73d 100644 --- a/Zend/zend_ini_scanner.c +++ b/Zend/zend_ini_scanner.c @@ -22,8 +22,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "zend.h" #include "zend_API.h" diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h index a21598c41d0..39aaed29678 100644 --- a/Zend/zend_ini_scanner.h +++ b/Zend/zend_ini_scanner.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _ZEND_INI_SCANNER_H #define _ZEND_INI_SCANNER_H diff --git a/Zend/zend_ini_scanner.l b/Zend/zend_ini_scanner.l index efe005e29af..1df110d50fe 100644 --- a/Zend/zend_ini_scanner.l +++ b/Zend/zend_ini_scanner.l @@ -20,8 +20,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "zend.h" #include "zend_API.h" diff --git a/Zend/zend_interfaces.c b/Zend/zend_interfaces.c index 6bdf4327079..728dd31348c 100644 --- a/Zend/zend_interfaces.c +++ b/Zend/zend_interfaces.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_API.h" #include "zend_interfaces.h" diff --git a/Zend/zend_interfaces.h b/Zend/zend_interfaces.h index 2784e1d813a..52a8396dd0f 100644 --- a/Zend/zend_interfaces.h +++ b/Zend/zend_interfaces.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_INTERFACES_H #define ZEND_INTERFACES_H diff --git a/Zend/zend_istdiostream.h b/Zend/zend_istdiostream.h index c7e025c2744..4512cee2662 100644 --- a/Zend/zend_istdiostream.h +++ b/Zend/zend_istdiostream.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _ZEND_STDIOSTREAM #define _ZEND_STDIOSTREAM diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c index 7a8517edc96..81606ef6eb5 100644 --- a/Zend/zend_iterators.c +++ b/Zend/zend_iterators.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_API.h" diff --git a/Zend/zend_iterators.h b/Zend/zend_iterators.h index ed46ed9c1ae..15c828abd11 100644 --- a/Zend/zend_iterators.h +++ b/Zend/zend_iterators.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* These iterators were designed to operate within the foreach() * structures provided by the engine, but could be extended for use * with other iterative engine opcodes. diff --git a/Zend/zend_language_parser.y b/Zend/zend_language_parser.y index 9e4397aa92b..e984d5254e3 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend_compile.h" #include "zend.h" #include "zend_list.h" diff --git a/Zend/zend_language_scanner.c b/Zend/zend_language_scanner.c index 8621f952ae2..bd978a14051 100644 --- a/Zend/zend_language_scanner.c +++ b/Zend/zend_language_scanner.c @@ -23,8 +23,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if 0 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) #else diff --git a/Zend/zend_language_scanner.h b/Zend/zend_language_scanner.h index 29263b8e719..1de35873169 100644 --- a/Zend/zend_language_scanner.h +++ b/Zend/zend_language_scanner.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_SCANNER_H #define ZEND_SCANNER_H diff --git a/Zend/zend_language_scanner.l b/Zend/zend_language_scanner.l index c75bf3c40c1..99388f35891 100644 --- a/Zend/zend_language_scanner.l +++ b/Zend/zend_language_scanner.l @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if 0 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) #else diff --git a/Zend/zend_list.c b/Zend/zend_list.c index 69d3b3d1425..2d95cf2a714 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* resource lists */ #include "zend.h" diff --git a/Zend/zend_list.h b/Zend/zend_list.h index c188e15d81f..0cfb62cd90c 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_LIST_H #define ZEND_LIST_H diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index 0e6dad83c6c..e696f414caa 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_llist.h" #include "zend_sort.h" diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index a197a03ebe1..ba1c1d55035 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_LLIST_H #define ZEND_LLIST_H diff --git a/Zend/zend_long.h b/Zend/zend_long.h index 6d495427d5e..2279a797556 100644 --- a/Zend/zend_long.h +++ b/Zend/zend_long.h @@ -16,9 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - - #ifndef ZEND_LONG_H #define ZEND_LONG_H diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index bcbf5c1de42..23bd7900885 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef MODULES_H #define MODULES_H diff --git a/Zend/zend_multibyte.c b/Zend/zend_multibyte.c index 2b2d59b67c9..b6d8864f14f 100644 --- a/Zend/zend_multibyte.c +++ b/Zend/zend_multibyte.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_compile.h" #include "zend_operators.h" diff --git a/Zend/zend_multibyte.h b/Zend/zend_multibyte.h index 1ccb8c9a07f..f6a131dbe6c 100644 --- a/Zend/zend_multibyte.h +++ b/Zend/zend_multibyte.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_MULTIBYTE_H #define ZEND_MULTIBYTE_H diff --git a/Zend/zend_multiply.h b/Zend/zend_multiply.h index fe045a31852..1ec1af06a5f 100644 --- a/Zend/zend_multiply.h +++ b/Zend/zend_multiply.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend_portability.h" #ifndef ZEND_MULTIPLY_H diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index 9349ce5e638..95ab3dc50c4 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" diff --git a/Zend/zend_object_handlers.h b/Zend/zend_object_handlers.h index 3598fd4f1cb..662b881d998 100644 --- a/Zend/zend_object_handlers.h +++ b/Zend/zend_object_handlers.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_OBJECT_HANDLERS_H #define ZEND_OBJECT_HANDLERS_H diff --git a/Zend/zend_objects.c b/Zend/zend_objects.c index 65d8dca2054..7f173c93444 100644 --- a/Zend/zend_objects.c +++ b/Zend/zend_objects.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" diff --git a/Zend/zend_objects.h b/Zend/zend_objects.h index 3b68c268b90..2ef1000f09c 100644 --- a/Zend/zend_objects.h +++ b/Zend/zend_objects.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_OBJECTS_H #define ZEND_OBJECTS_H diff --git a/Zend/zend_objects_API.c b/Zend/zend_objects_API.c index 0be4651cd6e..038ff25b4aa 100644 --- a/Zend/zend_objects_API.c +++ b/Zend/zend_objects_API.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index 08cefb8ba69..8d01eedbc0a 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_OBJECTS_API_H #define ZEND_OBJECTS_API_H diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index 1878a954668..90fc211e56c 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "zend.h" diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index ea3f2e0ba77..add1e4ecf9a 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "zend.h" diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 1de69f6b9ad..5309345c40b 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_OPERATORS_H #define ZEND_OPERATORS_H diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h index 70f13c300fe..34d5a3d9b32 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_PORTABILITY_H #define ZEND_PORTABILITY_H diff --git a/Zend/zend_ptr_stack.c b/Zend/zend_ptr_stack.c index 0c053c5ba4a..ec3af650083 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_ptr_stack.h" #ifdef HAVE_STDARG_H diff --git a/Zend/zend_ptr_stack.h b/Zend/zend_ptr_stack.h index 01c1e0b87ac..2e88e89c7fb 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_PTR_STACK_H #define ZEND_PTR_STACK_H diff --git a/Zend/zend_signal.c b/Zend/zend_signal.c index 3f1f85561ff..c4d4c8d3c94 100644 --- a/Zend/zend_signal.c +++ b/Zend/zend_signal.c @@ -25,8 +25,6 @@ All other licensing and usage conditions are those of the PHP Group. */ - /* $Id$ */ - #define _GNU_SOURCE #include diff --git a/Zend/zend_signal.h b/Zend/zend_signal.h index 45d51060e3d..54ca32e31ba 100644 --- a/Zend/zend_signal.h +++ b/Zend/zend_signal.h @@ -18,8 +18,6 @@ */ -/* $Id$ */ - #ifndef ZEND_SIGNAL_H #define ZEND_SIGNAL_H diff --git a/Zend/zend_smart_string.h b/Zend/zend_smart_string.h index 080fe9c0488..f162bf2163a 100644 --- a/Zend/zend_smart_string.h +++ b/Zend/zend_smart_string.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SMART_STRING_H #define PHP_SMART_STRING_H diff --git a/Zend/zend_smart_string_public.h b/Zend/zend_smart_string_public.h index 8a0d81837fe..ea0f3ddf4fd 100644 --- a/Zend/zend_smart_string_public.h +++ b/Zend/zend_smart_string_public.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SMART_STRING_PUBLIC_H #define PHP_SMART_STRING_PUBLIC_H diff --git a/Zend/zend_sort.c b/Zend/zend_sort.c index f9932abecd3..31275860976 100644 --- a/Zend/zend_sort.c +++ b/Zend/zend_sort.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_sort.h" #include diff --git a/Zend/zend_sort.h b/Zend/zend_sort.h index 58d906321cf..a19cd441239 100644 --- a/Zend/zend_sort.h +++ b/Zend/zend_sort.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_SORT_H #define ZEND_SORT_H diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index bfb90da687c..59a5713a7e2 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "zend.h" diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c index 77df7e4423b..b6cf47ce28f 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_stack.h" diff --git a/Zend/zend_stack.h b/Zend/zend_stack.h index 371a068bba0..9896ba84b32 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_STACK_H #define ZEND_STACK_H diff --git a/Zend/zend_stream.c b/Zend/zend_stream.c index 849abe80a2b..22726f08128 100644 --- a/Zend/zend_stream.c +++ b/Zend/zend_stream.c @@ -19,9 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - - #include "zend.h" #include "zend_compile.h" #include "zend_stream.h" diff --git a/Zend/zend_stream.h b/Zend/zend_stream.h index 109d7a12639..8279d69c4db 100644 --- a/Zend/zend_stream.h +++ b/Zend/zend_stream.h @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_STREAM_H #define ZEND_STREAM_H diff --git a/Zend/zend_strtod.h b/Zend/zend_strtod.h index 3c5cc03cecd..aec1bfe7772 100644 --- a/Zend/zend_strtod.h +++ b/Zend/zend_strtod.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This is a header file for the strtod implementation by David M. Gay which * can be found in zend_strtod.c */ #ifndef ZEND_STRTOD_H diff --git a/Zend/zend_ts_hash.c b/Zend/zend_ts_hash.c index 9d48c7425e5..9ed13064791 100644 --- a/Zend/zend_ts_hash.c +++ b/Zend/zend_ts_hash.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "zend.h" #include "zend_ts_hash.h" diff --git a/Zend/zend_ts_hash.h b/Zend/zend_ts_hash.h index 35760b92ca4..91840f203f8 100644 --- a/Zend/zend_ts_hash.h +++ b/Zend/zend_ts_hash.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_TS_HASH_H #define ZEND_TS_HASH_H diff --git a/Zend/zend_type_info.h b/Zend/zend_type_info.h index 9bdbc982602..ecd8dfec3c7 100644 --- a/Zend/zend_type_info.h +++ b/Zend/zend_type_info.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_TYPE_INFO_H #define ZEND_TYPE_INFO_H diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 73150f8b197..fc0ae44fe16 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_TYPES_H #define ZEND_TYPES_H diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index e04926aac05..a65c2e5aabd 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "zend.h" #include "zend_API.h" diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index 3d1e390994f..8de71e3f498 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_VARIABLES_H #define ZEND_VARIABLES_H diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 08769bcc3c5..acaa0551b26 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/Zend/zend_virtual_cwd.h b/Zend/zend_virtual_cwd.h index d261e167168..579f4cd20ab 100644 --- a/Zend/zend_virtual_cwd.h +++ b/Zend/zend_virtual_cwd.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef VIRTUAL_CWD_H #define VIRTUAL_CWD_H diff --git a/Zend/zend_vm.h b/Zend/zend_vm.h index 8d4e2b79d49..6ba10d296b6 100644 --- a/Zend/zend_vm.h +++ b/Zend/zend_vm.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef ZEND_VM_H #define ZEND_VM_H diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index 51d4bb1e1ee..41fcb9d24d0 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* If you change this file, please regenerate the zend_vm_execute.h and * zend_vm_opcodes.h files by running: * php zend_vm_gen.php diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index 272e2e7bc65..45e298c9b03 100644 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -15,8 +15,6 @@ +----------------------------------------------------------------------+ | Authors: Dmitry Stogov | +----------------------------------------------------------------------+ - - $Id$ */ const HEADER_TEXT = <<< DATA diff --git a/acinclude.m4 b/acinclude.m4 index 8696196f7a3..537a2c90ae5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,4 @@ dnl -dnl $Id$ -dnl dnl This file contains local autoconf functions. dnl diff --git a/build/build2.mk b/build/build2.mk index ce61553fb88..87c205b6c31 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -13,9 +13,6 @@ # +----------------------------------------------------------------------+ # | Author: Sascha Schumann | # +----------------------------------------------------------------------+ -# -# $Id$ -# include generated_lists diff --git a/build/config-stubs b/build/config-stubs index fb49bd4e8cd..0dc77879ccf 100755 --- a/build/config-stubs +++ b/build/config-stubs @@ -1,6 +1,4 @@ #!/bin/sh -# -# $Id$ dir=$1; shift for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do diff --git a/build/mkdep.awk b/build/mkdep.awk index c1adefe612a..752602b339b 100644 --- a/build/mkdep.awk +++ b/build/mkdep.awk @@ -14,8 +14,6 @@ # | Author: Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id$ -# # Usage: # # echo top_srcdir top_builddir srcdir CPP [CPP-ARGS] filenames | \ diff --git a/buildconf b/buildconf index 9b3ffe4ac30..23d10061f2d 100755 --- a/buildconf +++ b/buildconf @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ eval `grep '^PHP_EXTRA_VERSION=' configure.ac` case "$PHP_EXTRA_VERSION" in diff --git a/configure.ac b/configure.ac index c37684cb3e6..d528fd3acf7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## $Id$ -*- autoconf -*- +## -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. dnl include Zend specific macro definitions first diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 51c921726ec..9a39642a2d0 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index 85c535d0f5f..1dd2de2dbf5 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension bcmath PHP_ARG_ENABLE(bcmath, whether to enable bc style precision math functions, [ --enable-bcmath Enable bc style precision math functions]) diff --git a/ext/bcmath/config.w32 b/ext/bcmath/config.w32 index f79df604b8e..eaf217774d3 100644 --- a/ext/bcmath/config.w32 +++ b/ext/bcmath/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("bcmath", "bc style precision math functions", "yes"); diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index dab356be45b..3f15ee2c7cd 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_BCMATH_H #define PHP_BCMATH_H diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c index c4d79048876..274f381c356 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c index 2dc3b74362b..0287a1159fa 100644 --- a/ext/bz2/bz2_filter.c +++ b/ext/bz2/bz2_filter.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/bz2/config.m4 b/ext/bz2/config.m4 index 55917c07f42..1f3d52a7a0a 100644 --- a/ext/bz2/config.m4 +++ b/ext/bz2/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension bz2 PHP_ARG_WITH(bz2, for BZip2 support, [ --with-bz2[=DIR] Include BZip2 support]) diff --git a/ext/bz2/config.w32 b/ext/bz2/config.w32 index ae30c84f9fb..96214faf9c7 100644 --- a/ext/bz2/config.w32 +++ b/ext/bz2/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("bz2", "BZip2", "no"); diff --git a/ext/bz2/php_bz2.h b/ext/bz2/php_bz2.h index bbb48e41bf3..d025058b1b8 100644 --- a/ext/bz2/php_bz2.h +++ b/ext/bz2/php_bz2.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_BZ2_H #define PHP_BZ2_H diff --git a/ext/bz2/tests/bz2_filter_compress.phpt b/ext/bz2/tests/bz2_filter_compress.phpt index 3de9a9d3ecb..3ca0c3901df 100644 --- a/ext/bz2/tests/bz2_filter_compress.phpt +++ b/ext/bz2/tests/bz2_filter_compress.phpt @@ -3,7 +3,7 @@ bzip2.compress (with convert.base64-encode) --SKIPIF-- --FILE-- - --FILE-- - --FILE-- - --FILE-- - | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/calendar/config.m4 b/ext/calendar/config.m4 index a80101adbb0..b57737a1445 100644 --- a/ext/calendar/config.m4 +++ b/ext/calendar/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension calendar PHP_ARG_ENABLE(calendar,whether to enable calendar conversion support, [ --enable-calendar Enable support for calendar conversion]) diff --git a/ext/calendar/config.w32 b/ext/calendar/config.w32 index bd9faba46a0..238c13eb16b 100644 --- a/ext/calendar/config.w32 +++ b/ext/calendar/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("calendar", "calendar conversion support", "yes"); diff --git a/ext/com_dotnet/com_com.c b/ext/com_dotnet/com_com.c index f91c5fcbb9c..eb79ed76ff0 100644 --- a/ext/com_dotnet/com_com.c +++ b/ext/com_dotnet/com_com.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_dotnet.c b/ext/com_dotnet/com_dotnet.c index 0a366b2d29b..f8bdefdf215 100644 --- a/ext/com_dotnet/com_dotnet.c +++ b/ext/com_dotnet/com_dotnet.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_extension.c b/ext/com_dotnet/com_extension.c index a47bdf593c6..59776d024be 100644 --- a/ext/com_dotnet/com_extension.c +++ b/ext/com_dotnet/com_extension.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index 28814de09d9..8a94d00d6bd 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/ext/com_dotnet/com_handlers.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_iterator.c b/ext/com_dotnet/com_iterator.c index c60bff0ec8f..48dec98fe3a 100644 --- a/ext/com_dotnet/com_iterator.c +++ b/ext/com_dotnet/com_iterator.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_misc.c b/ext/com_dotnet/com_misc.c index b7b7216ddcf..6488b3c8b44 100644 --- a/ext/com_dotnet/com_misc.c +++ b/ext/com_dotnet/com_misc.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_olechar.c b/ext/com_dotnet/com_olechar.c index da579057925..b9a332e4f54 100644 --- a/ext/com_dotnet/com_olechar.c +++ b/ext/com_dotnet/com_olechar.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c index 6a8137a2efe..c782e6695cb 100644 --- a/ext/com_dotnet/com_persist.c +++ b/ext/com_dotnet/com_persist.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Infrastructure for working with persistent COM objects. * Implements: IStream* wrapper for PHP streams. * TODO: Magic __wakeup and __sleep handlers for serialization diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c index 81bbb63ca85..a8cd9b9214d 100644 --- a/ext/com_dotnet/com_saproxy.c +++ b/ext/com_dotnet/com_saproxy.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This module implements a SafeArray proxy which is used internally * by the engine when resolving multi-dimensional array accesses on * SafeArray types. diff --git a/ext/com_dotnet/com_typeinfo.c b/ext/com_dotnet/com_typeinfo.c index a5c820f7743..261f6a3b75e 100644 --- a/ext/com_dotnet/com_typeinfo.c +++ b/ext/com_dotnet/com_typeinfo.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_variant.c b/ext/com_dotnet/com_variant.c index 68c57915a4e..170f15b6e72 100644 --- a/ext/com_dotnet/com_variant.c +++ b/ext/com_dotnet/com_variant.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/com_dotnet/com_wrapper.c b/ext/com_dotnet/com_wrapper.c index a8fb6f9ea18..13366aa3c44 100644 --- a/ext/com_dotnet/com_wrapper.c +++ b/ext/com_dotnet/com_wrapper.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This module exports a PHP object as a COM object by wrapping it * using IDispatchEx */ diff --git a/ext/com_dotnet/config.w32 b/ext/com_dotnet/config.w32 index 3ae23284276..e1f20cba20d 100644 --- a/ext/com_dotnet/config.w32 +++ b/ext/com_dotnet/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("com-dotnet", "COM and .Net support", "yes"); diff --git a/ext/com_dotnet/php_com_dotnet.h b/ext/com_dotnet/php_com_dotnet.h index aafd3b41c83..a2fbca5bf8d 100644 --- a/ext/com_dotnet/php_com_dotnet.h +++ b/ext/com_dotnet/php_com_dotnet.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_COM_DOTNET_H #define PHP_COM_DOTNET_H diff --git a/ext/com_dotnet/php_com_dotnet_internal.h b/ext/com_dotnet/php_com_dotnet_internal.h index 4745de9f263..b7be4c34fd4 100644 --- a/ext/com_dotnet/php_com_dotnet_internal.h +++ b/ext/com_dotnet/php_com_dotnet_internal.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_COM_DOTNET_INTERNAL_H #define PHP_COM_DOTNET_INTERNAL_H diff --git a/ext/com_dotnet/tests/27974.phpt b/ext/com_dotnet/tests/27974.phpt index 30c42b6cf6d..bdce5cbb749 100644 --- a/ext/com_dotnet/tests/27974.phpt +++ b/ext/com_dotnet/tests/27974.phpt @@ -4,7 +4,7 @@ COM: mapping a safearray --FILE-- - --FILE-- - --FILE-- - --FILE-- - | +----------------------------------------------------------------------+ - - $Id$ */ #ifndef PHP_ENCHANT_H diff --git a/ext/exif/config.m4 b/ext/exif/config.m4 index 8a3a0d43c23..800b84e48d1 100644 --- a/ext/exif/config.m4 +++ b/ext/exif/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension exif PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support, [ --enable-exif Enable EXIF (metadata from images) support]) diff --git a/ext/exif/config.w32 b/ext/exif/config.w32 index ad000c42518..6ba816793b5 100644 --- a/ext/exif/config.w32 +++ b/ext/exif/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no'); diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h index 1619ac13537..ebf3e4a48af 100644 --- a/ext/exif/php_exif.h +++ b/ext/exif/php_exif.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if HAVE_EXIF #include "php_version.h" diff --git a/ext/fileinfo/config.m4 b/ext/fileinfo/config.m4 index 1cdfba2f673..b2fab3cdd17 100644 --- a/ext/fileinfo/config.m4 +++ b/ext/fileinfo/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension fileinfo PHP_ARG_ENABLE(fileinfo, for fileinfo support, diff --git a/ext/fileinfo/config.w32 b/ext/fileinfo/config.w32 index 680ca60b406..e297240cb64 100644 --- a/ext/fileinfo/config.w32 +++ b/ext/fileinfo/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("fileinfo", "fileinfo support", "no"); diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index c1557963c63..5565964c20f 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/fileinfo/php_fileinfo.h b/ext/fileinfo/php_fileinfo.h index cfea1eedc31..2e8e1251834 100644 --- a/ext/fileinfo/php_fileinfo.h +++ b/ext/fileinfo/php_fileinfo.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_FILEINFO_H #define PHP_FILEINFO_H diff --git a/ext/filter/callback_filter.c b/ext/filter/callback_filter.c index 70bc1e81fe4..210e992ad64 100644 --- a/ext/filter/callback_filter.c +++ b/ext/filter/callback_filter.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php_filter.h" void php_filter_callback(PHP_INPUT_FILTER_PARAM_DECL) diff --git a/ext/filter/config.m4 b/ext/filter/config.m4 index d589b100788..7201503d31e 100644 --- a/ext/filter/config.m4 +++ b/ext/filter/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for input filtering extension PHP_ARG_ENABLE(filter, whether to enable input filter support, diff --git a/ext/filter/config.w32 b/ext/filter/config.w32 index 0a9e1475698..40df8a49348 100644 --- a/ext/filter/config.w32 +++ b/ext/filter/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("filter", "Filter Support", "yes"); diff --git a/ext/filter/filter_private.h b/ext/filter/filter_private.h index c2485d8a401..abc1209b96f 100644 --- a/ext/filter/filter_private.h +++ b/ext/filter/filter_private.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FILTER_PRIVATE_H #define FILTER_PRIVATE_H diff --git a/ext/filter/logical_filters.c b/ext/filter/logical_filters.c index 525cd0d0979..1b685eb5504 100644 --- a/ext/filter/logical_filters.c +++ b/ext/filter/logical_filters.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php_filter.h" #include "filter_private.h" #include "ext/standard/url.h" diff --git a/ext/filter/php_filter.h b/ext/filter/php_filter.h index fc3f5b8836f..c8eeab82ee0 100644 --- a/ext/filter/php_filter.h +++ b/ext/filter/php_filter.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_FILTER_H #define PHP_FILTER_H diff --git a/ext/filter/sanitizing_filters.c b/ext/filter/sanitizing_filters.c index 5560e68f23e..7a992b4966c 100644 --- a/ext/filter/sanitizing_filters.c +++ b/ext/filter/sanitizing_filters.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php_filter.h" #include "filter_private.h" #include "zend_smart_str.h" diff --git a/ext/ftp/config.m4 b/ext/ftp/config.m4 index fbc7d51ede7..b7f58b651f1 100644 --- a/ext/ftp/config.m4 +++ b/ext/ftp/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension ftp PHP_ARG_ENABLE(ftp,whether to enable FTP support, [ --enable-ftp Enable FTP support]) diff --git a/ext/ftp/config.w32 b/ext/ftp/config.w32 index 767c320efd3..0f8e249ac77 100644 --- a/ext/ftp/config.w32 +++ b/ext/ftp/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("ftp", "ftp support", "no"); diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index 4339c9d18f2..d8cc48aa51b 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index b9ac0cf5f84..c172761e849 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FTP_H #define FTP_H diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 1ffca0bdac7..4b3a0fb3066 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 0f61a7ff43e..2a2f03ca57b 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _INCLUDED_FTP_H #define _INCLUDED_FTP_H diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index c3ff5ece245..f11a7b9a70d 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension gd dnl dnl Configure options diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index 567cdd52e2a..42f87f19980 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("gd", "Bundled GD support", "yes,shared"); diff --git a/ext/gd/gd.c b/ext/gd/gd.c index cfc7da63667..9d5b860e329 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ diff --git a/ext/gd/gd_ctx.c b/ext/gd/gd_ctx.c index f00ab4ccb08..d1c3771f235 100644 --- a/ext/gd/gd_ctx.c +++ b/ext/gd/gd_ctx.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php_gd.h" #define CTX_PUTC(c,ctx) ctx->putC(ctx, c) diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index cb097058a5b..171c71191db 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_GD_H #define PHP_GD_H diff --git a/ext/gd/tests/bug27582_1.phpt b/ext/gd/tests/bug27582_1.phpt index 28db15a74f5..5fe857783be 100644 --- a/ext/gd/tests/bug27582_1.phpt +++ b/ext/gd/tests/bug27582_1.phpt @@ -6,7 +6,6 @@ Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill colo ?> --FILE-- --FILE-- - --FILE-- - --FILE-- - --FILE-- - | +----------------------------------------------------------------------+ */ -/* $Id$ */ #define IMAP41 diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index 7691d1fdd7f..7a9ae3a9b14 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -27,8 +27,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_IMAP_H #define PHP_IMAP_H diff --git a/ext/intl/config.w32 b/ext/intl/config.w32 index 4ad46300541..23673232b22 100644 --- a/ext/intl/config.w32 +++ b/ext/intl/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("intl", "Enable internationalization support", "no"); diff --git a/ext/intl/idn/idn.c b/ext/intl/idn/idn.c index 96101e5a98b..99c7bd7331e 100644 --- a/ext/intl/idn/idn.c +++ b/ext/intl/idn/idn.c @@ -16,7 +16,6 @@ | Gustavo Lopes | +----------------------------------------------------------------------+ */ -/* $Id$ */ /* {{{ includes */ #ifdef HAVE_CONFIG_H diff --git a/ext/intl/idn/idn.h b/ext/intl/idn/idn.h index 1d49fe9f0aa..80459c2f6bf 100644 --- a/ext/intl/idn/idn.h +++ b/ext/intl/idn/idn.h @@ -15,7 +15,6 @@ | Author: Pierre A. Joye | +----------------------------------------------------------------------+ */ -/* $Id$ s*/ #ifndef IDN_IDN_H #define IDN_IDN_H diff --git a/ext/intl/intl_convertcpp.cpp b/ext/intl/intl_convertcpp.cpp index 67fb946edd7..79f5c8cb6c7 100644 --- a/ext/intl/intl_convertcpp.cpp +++ b/ext/intl/intl_convertcpp.cpp @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "intl_cppshims.h" #include "intl_convertcpp.h" diff --git a/ext/intl/intl_convertcpp.h b/ext/intl/intl_convertcpp.h index 0bb486f7b65..4fad9ed052b 100644 --- a/ext/intl/intl_convertcpp.h +++ b/ext/intl/intl_convertcpp.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef INTL_CONVERTCPP_H #define INTL_CONVERTCPP_H diff --git a/ext/intl/locale/locale.c b/ext/intl/locale/locale.c index 05141a95585..44626f5043e 100644 --- a/ext/intl/locale/locale.c +++ b/ext/intl/locale/locale.c @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/intl/locale/locale.h b/ext/intl/locale/locale.h index fc64477c74a..4ebda998877 100644 --- a/ext/intl/locale/locale.h +++ b/ext/intl/locale/locale.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef LOCALE_LOCALE_H #define LOCALE_LOCALE_H diff --git a/ext/intl/locale/locale_class.c b/ext/intl/locale/locale_class.c index d59536955eb..9d4799bf275 100644 --- a/ext/intl/locale/locale_class.c +++ b/ext/intl/locale/locale_class.c @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "php_intl.h" #include "intl_error.h" diff --git a/ext/intl/locale/locale_class.h b/ext/intl/locale/locale_class.h index 1ff4df3a539..e8e244209a7 100644 --- a/ext/intl/locale/locale_class.h +++ b/ext/intl/locale/locale_class.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef LOCALE_CLASS_H #define LOCALE_CLASS_H diff --git a/ext/intl/locale/locale_methods.c b/ext/intl/locale/locale_methods.c index 35bec40a7a2..d710e1926a7 100644 --- a/ext/intl/locale/locale_methods.c +++ b/ext/intl/locale/locale_methods.c @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/intl/locale/locale_methods.h b/ext/intl/locale/locale_methods.h index bc11975c187..9609c92f4eb 100644 --- a/ext/intl/locale/locale_methods.h +++ b/ext/intl/locale/locale_methods.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef LOCALE_METHODS_H #define LOCALE_METHODS_H diff --git a/ext/json/config.m4 b/ext/json/config.m4 index 1411e83faa6..882e39b242a 100644 --- a/ext/json/config.m4 +++ b/ext/json/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension json PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support, [ --disable-json Disable JavaScript Object Serialization support], yes) diff --git a/ext/json/config.w32 b/ext/json/config.w32 index d16e0686d3b..b82b29e7642 100644 --- a/ext/json/config.w32 +++ b/ext/json/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("json", "JavaScript Object Serialization support", "yes"); diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4 index 69651a89cde..08ef40e2d07 100644 --- a/ext/ldap/config.m4 +++ b/ext/ldap/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension ldap AC_DEFUN([PHP_LDAP_CHECKS], [ if test -f $1/include/ldap.h; then diff --git a/ext/ldap/config.w32 b/ext/ldap/config.w32 index a608ff71329..936c37c3d43 100644 --- a/ext/ldap/config.w32 +++ b/ext/ldap/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("ldap", "LDAP support", "no"); diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index cb74aa977ff..eaf2fea64e7 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_LDAP_H #define PHP_LDAP_H diff --git a/ext/libxml/config.w32 b/ext/libxml/config.w32 index 99f843908d7..b11c57bc44a 100644 --- a/ext/libxml/config.w32 +++ b/ext/libxml/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("libxml", "LibXML support", "yes"); diff --git a/ext/libxml/config0.m4 b/ext/libxml/config0.m4 index 5d44c77846e..c8ad9951cb4 100644 --- a/ext/libxml/config0.m4 +++ b/ext/libxml/config0.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension libxml PHP_ARG_ENABLE(libxml, whether to enable LIBXML support, [ --disable-libxml Disable LIBXML support], yes) diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index aa869faf96d..0309500f113 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define IS_EXT_MODULE #ifdef HAVE_CONFIG_H diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h index f7aa726d88f..7cc7271db25 100644 --- a/ext/libxml/php_libxml.h +++ b/ext/libxml/php_libxml.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_LIBXML_H #define PHP_LIBXML_H diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 4bd1b8fe06d..844b02ed74d 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension mbstring AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [ PHP_MBSTRING_SOURCES="$PHP_MBSTRING_SOURCES $1" diff --git a/ext/mbstring/config.w32 b/ext/mbstring/config.w32 index 13e1e12605b..e13b743381b 100644 --- a/ext/mbstring/config.w32 +++ b/ext/mbstring/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("mbstring", "multibyte string functions", "no"); diff --git a/ext/mbstring/libmbfl/filters/mk_sb_tbl.awk b/ext/mbstring/libmbfl/filters/mk_sb_tbl.awk index f0ad290e241..b496e6f1d15 100755 --- a/ext/mbstring/libmbfl/filters/mk_sb_tbl.awk +++ b/ext/mbstring/libmbfl/filters/mk_sb_tbl.awk @@ -1,7 +1,5 @@ #!/usr/bin/awk -f # -# $Id$ -# # Description: a script that generates a single byte code set to Unicode # mapping table. # diff --git a/ext/mbstring/libmbfl/mbfl/mk_eaw_tbl.awk b/ext/mbstring/libmbfl/mbfl/mk_eaw_tbl.awk index 02c73f20259..5813fbd7e7a 100644 --- a/ext/mbstring/libmbfl/mbfl/mk_eaw_tbl.awk +++ b/ext/mbstring/libmbfl/mbfl/mk_eaw_tbl.awk @@ -1,7 +1,5 @@ #!/usr/bin/awk -f # -# $Id$ -# # Description: a script to generate east asian width table. # diff --git a/ext/mbstring/mb_gpc.c b/ext/mbstring/mb_gpc.c index a77df00e247..a4c97b2335e 100644 --- a/ext/mbstring/mb_gpc.c +++ b/ext/mbstring/mb_gpc.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/mbstring/mb_gpc.h b/ext/mbstring/mb_gpc.h index 3f3900a9805..5ce1e1e05bf 100644 --- a/ext/mbstring/mb_gpc.h +++ b/ext/mbstring/mb_gpc.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index c3843d79631..eceafdd29c9 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index a15b4e3edce..ede7b17b247 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _MBSTRING_H #define _MBSTRING_H diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 33490254910..dd1bef031a6 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -16,9 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index d46d4c9d548..20fbb38a504 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _PHP_MBREGEX_H #define _PHP_MBREGEX_H diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index c700dac819a..a8d5106aafb 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -1,5 +1,3 @@ -dnl -dnl $Id$ dnl config.m4 for extension mysqli dnl ext/pdo_mysql/config.m4 also depends on this macro. diff --git a/ext/mysqli/config.w32 b/ext/mysqli/config.w32 index 9213931393e..5c32db2c408 100644 --- a/ext/mysqli/config.w32 +++ b/ext/mysqli/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript // Note: The extension name is "mysqli", you enable it with "--with-mysqli". diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index a1e880a6b09..ae5ed4ba441 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -16,8 +16,6 @@ | Andrey Hristov | | Ulf Wendel | +----------------------------------------------------------------------+ - - $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 2bcbe2846eb..2110f35ae12 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -16,8 +16,6 @@ | Andrey Hristov | | Ulf Wendel | +----------------------------------------------------------------------+ - - $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c index f349501f7b5..bc5f3ecc6ff 100644 --- a/ext/mysqli/mysqli_fe.c +++ b/ext/mysqli/mysqli_fe.c @@ -16,8 +16,6 @@ | Andrey Hristov | | Ulf Wendel | +----------------------------------------------------------------------+ - - $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c index 12b6ad54491..7b6c07d2e38 100644 --- a/ext/mysqli/mysqli_nonapi.c +++ b/ext/mysqli/mysqli_nonapi.c @@ -16,8 +16,6 @@ | Andrey Hristov | | Ulf Wendel | +----------------------------------------------------------------------+ - - $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ext/mysqli/mysqli_report.c b/ext/mysqli/mysqli_report.c index 2ac060b3bfa..3b842aea4ce 100644 --- a/ext/mysqli/mysqli_report.c +++ b/ext/mysqli/mysqli_report.c @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ | Author: Georg Richter | +----------------------------------------------------------------------+ - - $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index b83e4833dea..abe66cbd46d 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -16,8 +16,6 @@ | Andrey Hristov | | Ulf Wendel | +----------------------------------------------------------------------+ - - $Id$ */ #ifndef PHP_MYSQLI_H diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index e788796f1c8..1b7ffddb1a5 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -16,8 +16,6 @@ | Andrey Hristov | | Ulf Wendel | +----------------------------------------------------------------------+ - - $Id$ */ #ifndef PHP_MYSQLI_STRUCTS_H diff --git a/ext/mysqlnd/config.w32 b/ext/mysqlnd/config.w32 index 52be8f563ca..24c14152469 100644 --- a/ext/mysqlnd/config.w32 +++ b/ext/mysqlnd/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("mysqlnd", "Mysql Native Client Driver", "yes"); diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index b5f20a9c8b3..573190fa434 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -1,5 +1,3 @@ -dnl -dnl $Id$ dnl config.m4 for mysqlnd driver PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd, diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 4ff7a062bfc..a75fc777470 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension odbc AC_DEFUN([PHP_ODBC_CHECK_HEADER],[ if ! test -f "$ODBC_INCDIR/$1"; then diff --git a/ext/odbc/config.w32 b/ext/odbc/config.w32 index 9b45e1eb672..a782c57a90f 100644 --- a/ext/odbc/config.w32 +++ b/ext/odbc/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("odbc", "ODBC support", "no"); diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 941252a5ab3..c99862cd041 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -20,8 +20,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 0486e3af149..d2b3e2b7b52 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_ODBC_H #define PHP_ODBC_H diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 73ad8458590..25ac53025c7 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_ODBC_INCLUDES_H #define PHP_ODBC_INCLUDES_H diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index 8098f3d885f..74885ddbe26 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension opcache PHP_ARG_ENABLE(opcache, whether to enable Zend OPcache support, [ --disable-opcache Disable Zend OPcache support], yes) diff --git a/ext/openssl/README b/ext/openssl/README index 20a38332fb8..1070d3ee9fb 100644 --- a/ext/openssl/README +++ b/ext/openssl/README @@ -1,7 +1,5 @@ OpenSSL extension for PHP -$Id$ - The functions implemented so far make it possible to seal and open data, and also create and verify signatures. diff --git a/ext/openssl/config.w32 b/ext/openssl/config.w32 index ade17d402a5..bd1f2d15895 100644 --- a/ext/openssl/config.w32 +++ b/ext/openssl/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("openssl", "OpenSSL support", "no,shared"); diff --git a/ext/openssl/config0.m4 b/ext/openssl/config0.m4 index a7bbf05f628..5dc60ea7f05 100644 --- a/ext/openssl/config0.m4 +++ b/ext/openssl/config0.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension openssl PHP_ARG_WITH(openssl, for OpenSSL support, [ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 1.0.1)]) diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 52f3ff6c67a..89c84b42e49 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h index e357550c1a4..b9026a503de 100644 --- a/ext/openssl/php_openssl.h +++ b/ext/openssl/php_openssl.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_OPENSSL_H #define PHP_OPENSSL_H /* HAVE_OPENSSL would include SSL MySQL stuff */ diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 6ab47d69523..b26fc26544c 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/pcntl/config.m4 b/ext/pcntl/config.m4 index 8e4dc41f334..b17aec224ce 100644 --- a/ext/pcntl/config.m4 +++ b/ext/pcntl/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension pcntl PHP_ARG_ENABLE(pcntl, whether to enable pcntl support, [ --enable-pcntl Enable pcntl support (CLI/CGI only)]) diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 013d74054b4..b243b220274 100644 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define PCNTL_DEBUG 0 #if PCNTL_DEBUG diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index 4b75afcfdd3..bbb76ae4c70 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PCNTL_H #define PHP_PCNTL_H diff --git a/ext/pcntl/php_signal.c b/ext/pcntl/php_signal.c index 7ef2cb4b387..32a6c55c93b 100644 --- a/ext/pcntl/php_signal.c +++ b/ext/pcntl/php_signal.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "TSRM.h" #include "php_signal.h" #include "Zend/zend.h" diff --git a/ext/pcntl/php_signal.h b/ext/pcntl/php_signal.h index b4e0823c57d..7ce1f6414bd 100644 --- a/ext/pcntl/php_signal.h +++ b/ext/pcntl/php_signal.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #ifndef PHP_SIGNAL_H #define PHP_SIGNAL_H diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32 index 46d94f0ed5b..b0b1e0ce7c8 100644 --- a/ext/pcre/config.w32 +++ b/ext/pcre/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript EXTENSION("pcre", "php_pcre.c", false /* never shared */, diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index 380551db2ef..26392d7b8b3 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension pcre dnl By default we'll compile and link against the bundled PCRE library dnl if DIR is supplied, we'll use that for linking diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index e438db3b897..b9213d4909f 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_ini.h" #include "php_globals.h" diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 4ac212922a7..4c240cbaf9a 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PCRE_H #define PHP_PCRE_H diff --git a/ext/pdo/README b/ext/pdo/README index da806b0f30f..2b833714ae8 100755 --- a/ext/pdo/README +++ b/ext/pdo/README @@ -1,5 +1,3 @@ -$Id$ - PHP Data Objects ================ diff --git a/ext/pdo/config.m4 b/ext/pdo/config.m4 index 8cbf21733de..d381a138fb2 100755 --- a/ext/pdo/config.m4 +++ b/ext/pdo/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension pdo dnl vim:se ts=2 sw=2 et: diff --git a/ext/pdo/config.w32 b/ext/pdo/config.w32 index 564eab0ca5f..1613fb0a3a5 100755 --- a/ext/pdo/config.w32 +++ b/ext/pdo/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no"); diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c index ef1296019df..b3af842a4bc 100644 --- a/ext/pdo/pdo.c +++ b/ext/pdo/pdo.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/pdo/pdo_dbh.c b/ext/pdo/pdo_dbh.c index 9c92b5afb7b..8d2286812a4 100644 --- a/ext/pdo/pdo_dbh.c +++ b/ext/pdo/pdo_dbh.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* The PDO Database Handle Class */ #ifdef HAVE_CONFIG_H diff --git a/ext/pdo/pdo_sql_parser.c b/ext/pdo/pdo_sql_parser.c index 2a2cff7946f..cf0edc91057 100644 --- a/ext/pdo/pdo_sql_parser.c +++ b/ext/pdo/pdo_sql_parser.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_pdo_driver.h" #include "php_pdo_int.h" diff --git a/ext/pdo/pdo_sql_parser.re b/ext/pdo/pdo_sql_parser.re index 648358180c1..b5f5b716380 100644 --- a/ext/pdo/pdo_sql_parser.re +++ b/ext/pdo/pdo_sql_parser.re @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_pdo_driver.h" #include "php_pdo_int.h" diff --git a/ext/pdo/pdo_sqlstate.c b/ext/pdo/pdo_sqlstate.c index 8f2debc9128..6723e0d0343 100644 --- a/ext/pdo/pdo_sqlstate.c +++ b/ext/pdo/pdo_sqlstate.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c index a6b2bedc0bd..689f552fc9b 100644 --- a/ext/pdo/pdo_stmt.c +++ b/ext/pdo/pdo_stmt.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* The PDO Statement Handle Class */ #ifdef HAVE_CONFIG_H diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h index d72c5124848..77d49001ad6 100644 --- a/ext/pdo/php_pdo.h +++ b/ext/pdo/php_pdo.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PDO_H #define PHP_PDO_H diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 17c135ac144..3350211a5e4 100644 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PDO_DRIVER_H #define PHP_PDO_DRIVER_H diff --git a/ext/pdo/php_pdo_error.h b/ext/pdo/php_pdo_error.h index 245c3befeb3..44e4af830f7 100644 --- a/ext/pdo/php_pdo_error.h +++ b/ext/pdo/php_pdo_error.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PDO_ERROR_H #define PHP_PDO_ERROR_H diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h index a4958fdb3b0..17e3bd8a24d 100644 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Stuff private to the PDO extension and not for consumption by PDO drivers * */ diff --git a/ext/pdo_dblib/config.m4 b/ext/pdo_dblib/config.m4 index 407c3fe4def..f93fe57927d 100644 --- a/ext/pdo_dblib/config.m4 +++ b/ext/pdo_dblib/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension pdo_dblib PHP_ARG_WITH(pdo-dblib, for PDO_DBLIB support via FreeTDS, [ --with-pdo-dblib[=DIR] PDO: DBLIB-DB support. DIR is the FreeTDS home directory]) diff --git a/ext/pdo_dblib/config.w32 b/ext/pdo_dblib/config.w32 index 50435bc64b6..5ff4d7b80b4 100755 --- a/ext/pdo_dblib/config.w32 +++ b/ext/pdo_dblib/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("pdo-dblib", "freetds dblib (Sybase, MS-SQL) support for PDO", "no"); diff --git a/ext/pdo_dblib/dblib_driver.c b/ext/pdo_dblib/dblib_driver.c index 98c5e6800e8..b9277a30e35 100644 --- a/ext/pdo_dblib/dblib_driver.c +++ b/ext/pdo_dblib/dblib_driver.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/pdo_dblib/dblib_stmt.c b/ext/pdo_dblib/dblib_stmt.c index 5aa015e306c..ffbd7184dc3 100644 --- a/ext/pdo_dblib/dblib_stmt.c +++ b/ext/pdo_dblib/dblib_stmt.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/pdo_dblib/pdo_dblib.c b/ext/pdo_dblib/pdo_dblib.c index 495328c942c..aed7f8b510f 100644 --- a/ext/pdo_dblib/pdo_dblib.c +++ b/ext/pdo_dblib/pdo_dblib.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/pdo_dblib/php_pdo_dblib.h b/ext/pdo_dblib/php_pdo_dblib.h index 85825d4b143..b02dd0f2af0 100644 --- a/ext/pdo_dblib/php_pdo_dblib.h +++ b/ext/pdo_dblib/php_pdo_dblib.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PDO_DBLIB_H #define PHP_PDO_DBLIB_H diff --git a/ext/pdo_dblib/php_pdo_dblib_int.h b/ext/pdo_dblib/php_pdo_dblib_int.h index 0a4bfa300ee..1cb8bbfda77 100644 --- a/ext/pdo_dblib/php_pdo_dblib_int.h +++ b/ext/pdo_dblib/php_pdo_dblib_int.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PDO_DBLIB_INT_H #define PHP_PDO_DBLIB_INT_H diff --git a/ext/pdo_firebird/tests/connect.phpt b/ext/pdo_firebird/tests/connect.phpt index cbe76e6865e..d8e1a64adea 100644 --- a/ext/pdo_firebird/tests/connect.phpt +++ b/ext/pdo_firebird/tests/connect.phpt @@ -4,7 +4,7 @@ PDO_Firebird: connect/disconnect --FILE-- - --FILE-- - --FILE-- - typedef struct { diff --git a/ext/pdo_oci/tests/bug41996.phpt b/ext/pdo_oci/tests/bug41996.phpt index 695a678da1d..56846e39285 100644 --- a/ext/pdo_oci/tests/bug41996.phpt +++ b/ext/pdo_oci/tests/bug41996.phpt @@ -2,7 +2,6 @@ PDO OCI Bug #41996 (Problem accessing Oracle ROWID) --SKIPIF-- #define PHP_PGSQL_PRIVATE 1 diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index bddc018215a..0d575d2b853 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PGSQL_H #define PHP_PGSQL_H diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index 8b91caaedc4..31a0a81b76b 100644 --- a/ext/phar/config.m4 +++ b/ext/phar/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension phar PHP_ARG_ENABLE(phar, for phar archive support, diff --git a/ext/phar/config.w32 b/ext/phar/config.w32 index d4f8585c204..e45e1af9546 100644 --- a/ext/phar/config.w32 +++ b/ext/phar/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("phar", "disable phar support", "yes"); diff --git a/ext/phar/dirstream.h b/ext/phar/dirstream.h index bed1a1dd7f5..c6ff4b161d6 100644 --- a/ext/phar/dirstream.h +++ b/ext/phar/dirstream.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - BEGIN_EXTERN_C() int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, php_stream_context *context); int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context); diff --git a/ext/phar/func_interceptors.c b/ext/phar/func_interceptors.c index 01004a7611e..794002b6ab5 100644 --- a/ext/phar/func_interceptors.c +++ b/ext/phar/func_interceptors.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "phar_internal.h" #define PHAR_FUNC(name) \ diff --git a/ext/phar/func_interceptors.h b/ext/phar/func_interceptors.h index b20e6151b4f..93294231c72 100644 --- a/ext/phar/func_interceptors.h +++ b/ext/phar/func_interceptors.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - BEGIN_EXTERN_C() void phar_intercept_functions(void); void phar_release_functions(void); diff --git a/ext/phar/makestub.php b/ext/phar/makestub.php index 2f3c09fa4de..f8719af087b 100644 --- a/ext/phar/makestub.php +++ b/ext/phar/makestub.php @@ -48,8 +48,6 @@ $stub = '/* +----------------------------------------------------------------------+ */ -/* $Id$ */ - static inline void phar_get_stub(const char *index_php, const char *web, size_t *len, char **stub, const int name_len, const int web_len) { '; diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index d78ca35e0f1..f4dcaead466 100644 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c index 2c404ca90b0..602cc7a7a78 100644 --- a/ext/phar/phar_object.c +++ b/ext/phar/phar_object.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "phar_internal.h" #include "func_interceptors.h" diff --git a/ext/phar/phar_path_check.c b/ext/phar/phar_path_check.c index 2ff201408c8..3b9aa064445 100644 --- a/ext/phar/phar_path_check.c +++ b/ext/phar/phar_path_check.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "phar_internal.h" phar_path_check_result phar_path_check(char **s, size_t *len, const char **error) diff --git a/ext/phar/phar_path_check.re b/ext/phar/phar_path_check.re index 36472454af4..f48b6ec2083 100644 --- a/ext/phar/phar_path_check.re +++ b/ext/phar/phar_path_check.re @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "phar_internal.h" phar_path_check_result phar_path_check(char **s, size_t *len, const char **error) diff --git a/ext/phar/pharzip.h b/ext/phar/pharzip.h index 3a34d213667..37bdf28db50 100644 --- a/ext/phar/pharzip.h +++ b/ext/phar/pharzip.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - typedef struct _phar_zip_file_header { char signature[4]; /* local file header signature 4 bytes (0x04034b50) */ char zipversion[2]; /* version needed to extract 2 bytes */ diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h index ce140d473f0..0a76ae3f5e3 100644 --- a/ext/phar/php_phar.h +++ b/ext/phar/php_phar.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PHAR_H #define PHP_PHAR_H diff --git a/ext/phar/stream.h b/ext/phar/stream.h index d20cee29c43..5472d559ac4 100644 --- a/ext/phar/stream.h +++ b/ext/phar/stream.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - BEGIN_EXTERN_C() php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options); diff --git a/ext/phar/stub.h b/ext/phar/stub.h index b402cacde68..ed4a8ebd918 100644 --- a/ext/phar/stub.h +++ b/ext/phar/stub.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len, const int web_len) { static const char newstub0[] = " * @copyright 1997-2005 The PHP Group * @license http://www.gnu.org/copyleft/lesser.html LGPL - * @version CVS: $Id$ * @link http://pear.php.net/package/File_Archive */ diff --git a/ext/phar/util.c b/ext/phar/util.c index 2044e9e6a87..7721a4e37cc 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "phar_internal.h" #ifdef PHAR_HASH_OK #include "ext/hash/php_hash_sha.h" diff --git a/ext/posix/config.m4 b/ext/posix/config.m4 index 9bc1dae56c3..fa47a67d424 100644 --- a/ext/posix/config.m4 +++ b/ext/posix/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension posix PHP_ARG_ENABLE(posix,whether to enable POSIX-like functions, [ --disable-posix Disable POSIX-like functions], yes) diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index 46c1139bcec..68445680692 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -16,9 +16,6 @@ +----------------------------------------------------------------------+ */ - -/* $Id$ */ - #ifndef PHP_POSIX_H #define PHP_POSIX_H diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index 481a9ae8918..ec779502bc1 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension pspell PHP_ARG_WITH(pspell,for PSPELL support, [ --with-pspell[=DIR] Include PSPELL support. diff --git a/ext/pspell/config.w32 b/ext/pspell/config.w32 index 741a4bc8f0e..8ea7fe763cf 100644 --- a/ext/pspell/config.w32 +++ b/ext/pspell/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no"); diff --git a/ext/pspell/php_pspell.h b/ext/pspell/php_pspell.h index a0c534cf7fd..7acd245d753 100644 --- a/ext/pspell/php_pspell.h +++ b/ext/pspell/php_pspell.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _PSPELL_H #define _PSPELL_H #if HAVE_PSPELL diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index 679b474ec25..3fa978f1080 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define IS_EXT_MODULE #ifdef HAVE_CONFIG_H diff --git a/ext/pspell/tests/001.phpt b/ext/pspell/tests/001.phpt index 0a22352eefe..bda6709c3b2 100644 --- a/ext/pspell/tests/001.phpt +++ b/ext/pspell/tests/001.phpt @@ -8,7 +8,7 @@ if (!@pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER))) { } ?> --FILE-- - | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index ec1b2b2cc5f..8545ad80905 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension simplexml PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support, diff --git a/ext/simplexml/config.w32 b/ext/simplexml/config.w32 index 7873decb4ec..a95be657384 100644 --- a/ext/simplexml/config.w32 +++ b/ext/simplexml/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("simplexml", "Simple XML support", "yes"); diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 5e75a8bed33..16a8e1a430a 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SIMPLEXML_H #define PHP_SIMPLEXML_H diff --git a/ext/simplexml/php_simplexml_exports.h b/ext/simplexml/php_simplexml_exports.h index 461d9092200..d1d1c113fd2 100644 --- a/ext/simplexml/php_simplexml_exports.h +++ b/ext/simplexml/php_simplexml_exports.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SIMPLEXML_EXPORTS_H #define PHP_SIMPLEXML_EXPORTS_H diff --git a/ext/simplexml/sxe.c b/ext/simplexml/sxe.c index 11658bdd4df..181369ffa46 100644 --- a/ext/simplexml/sxe.c +++ b/ext/simplexml/sxe.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/simplexml/sxe.h b/ext/simplexml/sxe.h index ea645e97107..a46c1ccfeb6 100644 --- a/ext/simplexml/sxe.h +++ b/ext/simplexml/sxe.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SXE_H #define SXE_H diff --git a/ext/skeleton/config.m4.in b/ext/skeleton/config.m4.in index 3cea301e01e..dab0d31a703 100644 --- a/ext/skeleton/config.m4.in +++ b/ext/skeleton/config.m4.in @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension %EXTNAME% dnl Comments in this file start with the string 'dnl'. diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4 index dd7a3bf68d1..55eab6b3dfd 100644 --- a/ext/snmp/config.m4 +++ b/ext/snmp/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension snmp PHP_ARG_WITH(snmp,for SNMP support, [ --with-snmp[=DIR] Include SNMP support]) diff --git a/ext/snmp/config.w32 b/ext/snmp/config.w32 index 0848d5701ec..449c762543b 100644 --- a/ext/snmp/config.w32 +++ b/ext/snmp/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("snmp", "SNMP support", "no"); diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index 9acae9dfc79..72835782c72 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SNMP_H #define PHP_SNMP_H diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 6f61eb2e289..ef23d1ba810 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/soap/config.m4 b/ext/soap/config.m4 index ea39dd78946..454c61af3ca 100644 --- a/ext/soap/config.m4 +++ b/ext/soap/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension soap PHP_ARG_ENABLE(soap, whether to enable SOAP support, diff --git a/ext/soap/config.w32 b/ext/soap/config.w32 index 1124eb2f4ef..44c69d8acb5 100644 --- a/ext/soap/config.w32 +++ b/ext/soap/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("soap", "SOAP support", "no"); diff --git a/ext/soap/interop/client_round2_interop.php b/ext/soap/interop/client_round2_interop.php index 009e1f0409d..00666674494 100644 --- a/ext/soap/interop/client_round2_interop.php +++ b/ext/soap/interop/client_round2_interop.php @@ -15,9 +15,7 @@ // +----------------------------------------------------------------------+ // | Authors: Shane Caraveo | // +----------------------------------------------------------------------+ -// -// $Id$ -// + require_once 'DB.php'; // PEAR/DB require_once 'client_round2_params.php'; require_once 'test.utility.php'; diff --git a/ext/soap/interop/client_round2_params.php b/ext/soap/interop/client_round2_params.php index ccf479a5cce..504c4cc0247 100644 --- a/ext/soap/interop/client_round2_params.php +++ b/ext/soap/interop/client_round2_params.php @@ -15,9 +15,6 @@ // +----------------------------------------------------------------------+ // | Authors: Shane Caraveo | // +----------------------------------------------------------------------+ -// -// $Id$ -// define('SOAP_TEST_ACTOR_OTHER','http://some/other/actor'); diff --git a/ext/soap/interop/client_round2_results.php b/ext/soap/interop/client_round2_results.php index a7a15a2375e..ff6a58f48cc 100644 --- a/ext/soap/interop/client_round2_results.php +++ b/ext/soap/interop/client_round2_results.php @@ -18,9 +18,7 @@ // +----------------------------------------------------------------------+ // | Authors: Shane Caraveo | // +----------------------------------------------------------------------+ -// -// $Id$ -// + require_once 'client_round2_interop.php'; ?> diff --git a/ext/soap/interop/client_round2_run.php b/ext/soap/interop/client_round2_run.php index 10638bd9753..d9a2af0aebc 100644 --- a/ext/soap/interop/client_round2_run.php +++ b/ext/soap/interop/client_round2_run.php @@ -14,9 +14,6 @@ // +----------------------------------------------------------------------+ // | Authors: Shane Caraveo | // +----------------------------------------------------------------------+ -// -// $Id$ -// set_time_limit(0); require_once 'client_round2_interop.php'; diff --git a/ext/soap/interop/server_round2_base.php b/ext/soap/interop/server_round2_base.php index 8abba18fe37..0eaedd8ec1d 100644 --- a/ext/soap/interop/server_round2_base.php +++ b/ext/soap/interop/server_round2_base.php @@ -16,9 +16,6 @@ // | Authors: Shane Caraveo Port to PEAR and more | // | Authors: Dietrich Ayala Original Author | // +----------------------------------------------------------------------+ -// -// $Id$ -// class SOAP_Interop_Base { diff --git a/ext/soap/interop/server_round2_groupB.php b/ext/soap/interop/server_round2_groupB.php index aaac5d62c34..fd6bc66fbd0 100644 --- a/ext/soap/interop/server_round2_groupB.php +++ b/ext/soap/interop/server_round2_groupB.php @@ -16,9 +16,6 @@ // | Authors: Shane Caraveo Port to PEAR and more | // | Authors: Dietrich Ayala Original Author | // +----------------------------------------------------------------------+ -// -// $Id$ -// class SOAP_Interop_GroupB { diff --git a/ext/soap/interop/server_round2_groupC.php b/ext/soap/interop/server_round2_groupC.php index 1794b760253..785174ebcfb 100644 --- a/ext/soap/interop/server_round2_groupC.php +++ b/ext/soap/interop/server_round2_groupC.php @@ -15,9 +15,6 @@ // +----------------------------------------------------------------------+ // | Authors: Shane Caraveo | // +----------------------------------------------------------------------+ -// -// $Id$ -// class SOAP_Interop_GroupC { var $method_namespace = 'http://soapinterop.org/echoheader/'; diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index 628c4e03265..b3c3ea0391f 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 89f1f6a3fbd..d55824f18f2 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_ENCODING_H #define PHP_ENCODING_H diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index e2095621d05..7a2410de822 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php_soap.h" #include "ext/standard/base64.h" diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index 83857806cbe..ff596a87c82 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_HTTP_H #define PHP_HTTP_H diff --git a/ext/soap/php_packet_soap.c b/ext/soap/php_packet_soap.c index fbceab75a64..bc7d9a919b6 100644 --- a/ext/soap/php_packet_soap.c +++ b/ext/soap/php_packet_soap.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php_soap.h" diff --git a/ext/soap/php_packet_soap.h b/ext/soap/php_packet_soap.h index d3413b194be..7ee3f07cb5b 100644 --- a/ext/soap/php_packet_soap.h +++ b/ext/soap/php_packet_soap.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_PACKET_SOAP_H #define PHP_PACKET_SOAP_H diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index 0f43644f28c..0e6bec5e819 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php_soap.h" #include "libxml/uri.h" diff --git a/ext/soap/php_schema.h b/ext/soap/php_schema.h index 92c982d86bc..a3386bbe80f 100644 --- a/ext/soap/php_schema.h +++ b/ext/soap/php_schema.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_SCHEMA_H #define PHP_SCHEMA_H diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index 440c4a74481..1c04a90568b 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php_soap.h" #include "ext/libxml/php_libxml.h" diff --git a/ext/soap/php_sdl.h b/ext/soap/php_sdl.h index 54ba983e867..26f26c5f72c 100644 --- a/ext/soap/php_sdl.h +++ b/ext/soap/php_sdl.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_SDL_H #define PHP_SDL_H diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index ea1163ff4f5..b30c40940e9 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_SOAP_H #define PHP_SOAP_H diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c index bf76e237a91..2bb6f2f50bc 100644 --- a/ext/soap/php_xml.c +++ b/ext/soap/php_xml.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php_soap.h" #include "ext/libxml/php_libxml.h" diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h index d111fcecfd1..fc98fb04f05 100644 --- a/ext/soap/php_xml.h +++ b/ext/soap/php_xml.h @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_SOAP_XML_H #define PHP_SOAP_XML_H diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 11afe479655..d22ed14da18 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -17,7 +17,6 @@ | Dmitry Stogov | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4 index 2bf6a2bd110..79e3c8b4f58 100644 --- a/ext/sockets/config.m4 +++ b/ext/sockets/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension sockets PHP_ARG_ENABLE(sockets, whether to enable sockets support, [ --enable-sockets Enable sockets support]) diff --git a/ext/sockets/config.w32 b/ext/sockets/config.w32 index e6c4cfea689..6a1a2907eda 100644 --- a/ext/sockets/config.w32 +++ b/ext/sockets/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("sockets", "SOCKETS support", "no"); diff --git a/ext/sockets/multicast.c b/ext/sockets/multicast.c index fb9061f80c5..23e9d1b3480 100644 --- a/ext/sockets/multicast.c +++ b/ext/sockets/multicast.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/sockets/multicast.h b/ext/sockets/multicast.h index 7cbe26da640..648461b809a 100644 --- a/ext/sockets/multicast.h +++ b/ext/sockets/multicast.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #if defined(MCAST_JOIN_GROUP) && !defined(__APPLE__) # define RFC3678_API 1 /* has block/unblock and source membership, in this case for both IPv4 and IPv6 */ diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index 2a399ffdbc1..6c843d733dc 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -22,8 +22,6 @@ #ifndef PHP_SOCKETS_H #define PHP_SOCKETS_H -/* $Id$ */ - #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 5b5525f6223..61cd639df05 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -20,8 +20,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/sockets/unix_socket_constants.h b/ext/sockets/unix_socket_constants.h index 602ffed8dc2..b95d8562cb4 100644 --- a/ext/sockets/unix_socket_constants.h +++ b/ext/sockets/unix_socket_constants.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This file is to be included by sockets.c */ #ifdef EPERM diff --git a/ext/sockets/win32_socket_constants.h b/ext/sockets/win32_socket_constants.h index 4f237fa5347..5e5fbd85eab 100644 --- a/ext/sockets/win32_socket_constants.h +++ b/ext/sockets/win32_socket_constants.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This file is to be included by sockets.c */ REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT); diff --git a/ext/sodium/config.m4 b/ext/sodium/config.m4 index 94e7b6c092d..d9061c53d15 100644 --- a/ext/sodium/config.m4 +++ b/ext/sodium/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension sodium PHP_ARG_WITH(sodium, for sodium support, diff --git a/ext/sodium/config.w32 b/ext/sodium/config.w32 index 3c837797cc2..5f25aa1ea63 100644 --- a/ext/sodium/config.w32 +++ b/ext/sodium/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("sodium", "for libsodium support", "no"); diff --git a/ext/spl/config.m4 b/ext/spl/config.m4 index 2f77946ce54..48977f0a498 100755 --- a/ext/spl/config.m4 +++ b/ext/spl/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension SPL AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support]) diff --git a/ext/spl/config.w32 b/ext/spl/config.w32 index 56c466c220a..b82333a2619 100644 --- a/ext/spl/config.w32 +++ b/ext/spl/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index f3acd6dd3d0..0263a132b15 100644 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 3039f10d7bf..4eab55b7bfe 100644 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h index 182cdb4c1c4..0ffaeb9ae12 100644 --- a/ext/spl/spl_array.h +++ b/ext/spl/spl_array.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_ARRAY_H #define SPL_ARRAY_H diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 90798947a49..471239dd31f 100644 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h index 97922df9146..2bbdadfe6d4 100644 --- a/ext/spl/spl_directory.h +++ b/ext/spl/spl_directory.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_DIRECTORY_H #define SPL_DIRECTORY_H diff --git a/ext/spl/spl_dllist.c b/ext/spl/spl_dllist.c index f50358fd612..10e104270cb 100644 --- a/ext/spl/spl_dllist.c +++ b/ext/spl/spl_dllist.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_dllist.h b/ext/spl/spl_dllist.h index 59751dcdfa8..fad7f6285ad 100644 --- a/ext/spl/spl_dllist.h +++ b/ext/spl/spl_dllist.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_DLLIST_H #define SPL_DLLIST_H diff --git a/ext/spl/spl_engine.h b/ext/spl/spl_engine.h index 9ff67a0cef0..de46e594118 100644 --- a/ext/spl/spl_engine.h +++ b/ext/spl/spl_engine.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_ENGINE_H #define SPL_ENGINE_H diff --git a/ext/spl/spl_exceptions.c b/ext/spl/spl_exceptions.c index 350c76781e3..f2a16beaee8 100644 --- a/ext/spl/spl_exceptions.c +++ b/ext/spl/spl_exceptions.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_exceptions.h b/ext/spl/spl_exceptions.h index 08cdb5a4ced..d500a91efc7 100644 --- a/ext/spl/spl_exceptions.h +++ b/ext/spl/spl_exceptions.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_EXCEPTIONS_H #define SPL_EXCEPTIONS_H diff --git a/ext/spl/spl_fixedarray.c b/ext/spl/spl_fixedarray.c index f738b9b059f..3abd1436363 100644 --- a/ext/spl/spl_fixedarray.c +++ b/ext/spl/spl_fixedarray.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/spl/spl_fixedarray.h b/ext/spl/spl_fixedarray.h index dc6dd786746..eb2e3d97bf2 100644 --- a/ext/spl/spl_fixedarray.h +++ b/ext/spl/spl_fixedarray.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_FIXEDARRAY_H #define SPL_FIXEDARRAY_H diff --git a/ext/spl/spl_functions.c b/ext/spl/spl_functions.c index 5249bd7afba..75e264f34ba 100644 --- a/ext/spl/spl_functions.c +++ b/ext/spl/spl_functions.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/spl/spl_functions.h b/ext/spl/spl_functions.h index 85523fb02f6..c8f43d5dd6b 100644 --- a/ext/spl/spl_functions.h +++ b/ext/spl/spl_functions.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_FUNCTIONS_H #define PHP_FUNCTIONS_H diff --git a/ext/spl/spl_heap.c b/ext/spl/spl_heap.c index 70b08bf5553..5751cf97cdf 100644 --- a/ext/spl/spl_heap.c +++ b/ext/spl/spl_heap.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_heap.h b/ext/spl/spl_heap.h index 09bcef16ac3..d0d77184114 100644 --- a/ext/spl/spl_heap.h +++ b/ext/spl/spl_heap.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_HEAP_H #define SPL_HEAP_H diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 3361fc9c732..3aca8b1dc5e 100644 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h index 904a5d17555..cbb0744071c 100644 --- a/ext/spl/spl_iterators.h +++ b/ext/spl/spl_iterators.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_ITERATORS_H #define SPL_ITERATORS_H diff --git a/ext/spl/spl_observer.c b/ext/spl/spl_observer.c index 0d99f066fcb..a6e27f47b66 100644 --- a/ext/spl/spl_observer.c +++ b/ext/spl/spl_observer.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/ext/spl/spl_observer.h b/ext/spl/spl_observer.h index 6843488af63..3ca9692954e 100644 --- a/ext/spl/spl_observer.h +++ b/ext/spl/spl_observer.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SPL_OBSERVER_H #define SPL_OBSERVER_H diff --git a/ext/sqlite3/config.w32 b/ext/sqlite3/config.w32 index 02322055c2a..b1e5d1ad137 100644 --- a/ext/sqlite3/config.w32 +++ b/ext/sqlite3/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("sqlite3", "SQLite 3 support", "no"); diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4 index 93a059902ae..65d089be7c8 100644 --- a/ext/sqlite3/config0.m4 +++ b/ext/sqlite3/config0.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension sqlite3 dnl vim:et:ts=2:sw=2 diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h index 69b5a689a51..6287d59c4f5 100644 --- a/ext/sqlite3/php_sqlite3.h +++ b/ext/sqlite3/php_sqlite3.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SQLITE3_H #define PHP_SQLITE3_H diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h index 093afcff784..bd650639066 100644 --- a/ext/sqlite3/php_sqlite3_structs.h +++ b/ext/sqlite3/php_sqlite3_structs.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SQLITE_STRUCTS_H #define PHP_SQLITE_STRUCTS_H diff --git a/ext/sqlite3/sqlite3.c b/ext/sqlite3/sqlite3.c index 08d436786fc..ced363bc62d 100644 --- a/ext/sqlite3/sqlite3.c +++ b/ext/sqlite3/sqlite3.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/standard/array.c b/ext/standard/array.c index c073d7d5acb..6eb6947dcfd 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_ini.h" #include diff --git a/ext/standard/assert.c b/ext/standard/assert.c index 8296b85f2fe..893e2219ad2 100644 --- a/ext/standard/assert.c +++ b/ext/standard/assert.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include "php.h" #include "php_assert.h" diff --git a/ext/standard/base64.c b/ext/standard/base64.c index 54da85c0b7e..4a3a76ac0a0 100644 --- a/ext/standard/base64.c +++ b/ext/standard/base64.c @@ -16,7 +16,6 @@ | Xinchen Hui | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include diff --git a/ext/standard/base64.h b/ext/standard/base64.h index 582153a6749..c1fa5ab304e 100644 --- a/ext/standard/base64.h +++ b/ext/standard/base64.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef BASE64_H #define BASE64_H diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 31636e0fc20..58be469cc49 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_streams.h" #include "php_main.h" diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 39a6fe4e034..b8a917920fd 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef BASIC_FUNCTIONS_H #define BASIC_FUNCTIONS_H diff --git a/ext/standard/browscap.c b/ext/standard/browscap.c index 4753adfb783..3e6d0839d09 100644 --- a/ext/standard/browscap.c +++ b/ext/standard/browscap.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_browscap.h" #include "php_ini.h" diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 3794b01218c..7818266f247 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -1,4 +1,4 @@ -dnl $Id$ -*- autoconf -*- +dnl -*- autoconf -*- dnl dnl Check if flush should be called explicitly after buffered io diff --git a/ext/standard/config.w32 b/ext/standard/config.w32 index f934610054a..11e34f8105b 100644 --- a/ext/standard/config.w32 +++ b/ext/standard/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ARG_WITH("password-argon2", "Argon2 support", "no"); diff --git a/ext/standard/crc32.c b/ext/standard/crc32.c index e6d68a46a38..50c225ba3e7 100644 --- a/ext/standard/crc32.c +++ b/ext/standard/crc32.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "basic_functions.h" #include "crc32.h" diff --git a/ext/standard/crc32.h b/ext/standard/crc32.h index 0ab3ab6b642..09c9ae03974 100644 --- a/ext/standard/crc32.h +++ b/ext/standard/crc32.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* * This code implements the AUTODIN II polynomial * The variable corresponding to the macro argument "crc" should diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 994c761f224..1c435369e81 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "info.h" #include "SAPI.h" diff --git a/ext/standard/credits.h b/ext/standard/credits.h index 3c1d0d83d5b..9c64549f8b4 100644 --- a/ext/standard/credits.h +++ b/ext/standard/credits.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef CREDITS_H #define CREDITS_H diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index e873ca7946b..64ad0c1435a 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "php.h" diff --git a/ext/standard/crypt_blowfish.c b/ext/standard/crypt_blowfish.c index 5cf306715f1..c1f945f29ed 100644 --- a/ext/standard/crypt_blowfish.c +++ b/ext/standard/crypt_blowfish.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* * The crypt_blowfish homepage is: * diff --git a/ext/standard/crypt_blowfish.h b/ext/standard/crypt_blowfish.h index 34316854c8b..d540990fe1c 100644 --- a/ext/standard/crypt_blowfish.h +++ b/ext/standard/crypt_blowfish.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* * Written by Solar Designer in 2000-2011. * No copyright is claimed, and the software is hereby placed in the public diff --git a/ext/standard/crypt_freesec.c b/ext/standard/crypt_freesec.c index 5e99e83bd4a..dc51b301508 100644 --- a/ext/standard/crypt_freesec.c +++ b/ext/standard/crypt_freesec.c @@ -1,6 +1,3 @@ -/* - $Id$ -*/ /* * This version is derived from the original implementation of FreeSec * (release 1.1) by David Burren. I've reviewed the changes made in @@ -41,7 +38,6 @@ * SUCH DAMAGE. * * $Owl: Owl/packages/glibc/crypt_freesec.c,v 1.4 2005/11/16 13:08:32 solar Exp $ - * $Id$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren . diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h index 288c216b99b..c102736783a 100644 --- a/ext/standard/crypt_freesec.h +++ b/ext/standard/crypt_freesec.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _CRYPT_FREESEC_H #define _CRYPT_FREESEC_H diff --git a/ext/standard/css.c b/ext/standard/css.c index 423b770998a..2b94c0a8d82 100644 --- a/ext/standard/css.c +++ b/ext/standard/css.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "info.h" diff --git a/ext/standard/css.h b/ext/standard/css.h index eac619c8e40..0a9024a268f 100644 --- a/ext/standard/css.h +++ b/ext/standard/css.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef CSS_H #define CSS_H diff --git a/ext/standard/cyr_convert.c b/ext/standard/cyr_convert.c index eedd7f50dbb..cb70a7e8af6 100644 --- a/ext/standard/cyr_convert.c +++ b/ext/standard/cyr_convert.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #ifdef HAVE_UNISTD_H diff --git a/ext/standard/cyr_convert.h b/ext/standard/cyr_convert.h index 56861f149ae..c3127d2f871 100644 --- a/ext/standard/cyr_convert.h +++ b/ext/standard/cyr_convert.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef CYR_CONVERT_H #define CYR_CONVERT_H diff --git a/ext/standard/datetime.c b/ext/standard/datetime.c index 0a9159666bc..5395fe766c5 100644 --- a/ext/standard/datetime.c +++ b/ext/standard/datetime.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "zend_operators.h" #include "datetime.h" diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index 308a51e6d08..91d71eedd40 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef DATETIME_H #define DATETIME_H diff --git a/ext/standard/dir.c b/ext/standard/dir.c index b170d1a7b46..82c329c20e3 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes/startup/misc */ #include "php.h" diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 9cfccd5235d..6b50f22bf47 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "dl.h" #include "php_globals.h" diff --git a/ext/standard/dl.h b/ext/standard/dl.h index de3fd170bff..d2d01958775 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef DL_H #define DL_H diff --git a/ext/standard/dns.c b/ext/standard/dns.c index a3bbb6d91c9..a55e97c8065 100644 --- a/ext/standard/dns.c +++ b/ext/standard/dns.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include "php.h" #include "php_network.h" diff --git a/ext/standard/exec.c b/ext/standard/exec.c index b6302a0f87e..d914a1fd726 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -16,7 +16,6 @@ | Ilia Alshanetsky | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include #include "php.h" diff --git a/ext/standard/exec.h b/ext/standard/exec.h index 04626680445..3f25ab4b119 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef EXEC_H #define EXEC_H diff --git a/ext/standard/file.c b/ext/standard/file.c index 9507ae58277..fd441336397 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include "php.h" diff --git a/ext/standard/file.h b/ext/standard/file.h index 71400dd7033..9edd5bef6cf 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FILE_H #define FILE_H diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index a15f3287c25..584ed31ef01 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "fopen_wrappers.h" #include "php_globals.h" diff --git a/ext/standard/filters.c b/ext/standard/filters.c index b5a8bdab2dd..d9550520cd6 100644 --- a/ext/standard/filters.c +++ b/ext/standard/filters.c @@ -20,8 +20,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "ext/standard/basic_functions.h" diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index 7c1264fe17f..987d86e751f 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include #include "ext/standard/flock_compat.h" diff --git a/ext/standard/flock_compat.h b/ext/standard/flock_compat.h index 2f0c51e339b..496f5484416 100644 --- a/ext/standard/flock_compat.h +++ b/ext/standard/flock_compat.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FLOCK_COMPAT_H #define FLOCK_COMPAT_H diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index 4fcdb3c9b1d..857e55d7701 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include /* modf() */ #include "php.h" #include "ext/standard/head.h" diff --git a/ext/standard/fsock.c b/ext/standard/fsock.c index 0c3aa4c47b8..6fc7143cd6e 100644 --- a/ext/standard/fsock.c +++ b/ext/standard/fsock.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index 4aa27cabbac..e53a9ded77d 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FSOCK_H #define FSOCK_H diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index 6115ed12e27..221ee345329 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include diff --git a/ext/standard/ftp_fopen_wrapper.c b/ext/standard/ftp_fopen_wrapper.c index d49cebf5798..6c607a3e39c 100644 --- a/ext/standard/ftp_fopen_wrapper.c +++ b/ext/standard/ftp_fopen_wrapper.c @@ -18,7 +18,6 @@ | Sara Golemon | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include "php_globals.h" diff --git a/ext/standard/head.c b/ext/standard/head.c index 1ddbc187a0f..c5f84564a87 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -15,7 +15,6 @@ | Author: Rasmus Lerdorf | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include #include "php.h" diff --git a/ext/standard/head.h b/ext/standard/head.h index 4a9e2913645..2205e5db124 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef HEAD_H #define HEAD_H diff --git a/ext/standard/hrtime.c b/ext/standard/hrtime.c index c2ade054797..eea60f5d237 100644 --- a/ext/standard/hrtime.c +++ b/ext/standard/hrtime.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "hrtime.h" diff --git a/ext/standard/hrtime.h b/ext/standard/hrtime.h index 18c5e98b8f0..c532845187e 100644 --- a/ext/standard/hrtime.h +++ b/ext/standard/hrtime.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef HRTIME_H #define HRTIME_H diff --git a/ext/standard/html.c b/ext/standard/html.c index 1d06715170d..54d87da8871 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* * HTML entity resources: * diff --git a/ext/standard/html.h b/ext/standard/html.h index 4f92ef56e12..215bbb38740 100644 --- a/ext/standard/html.h +++ b/ext/standard/html.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef HTML_H #define HTML_H diff --git a/ext/standard/html_tables.h b/ext/standard/html_tables.h index d6ddcacfcf9..f5d861c17e9 100644 --- a/ext/standard/html_tables.h +++ b/ext/standard/html_tables.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef HTML_TABLES_H #define HTML_TABLES_H diff --git a/ext/standard/html_tables/html_table_gen.php b/ext/standard/html_tables/html_table_gen.php index 23853b5750b..5d7a0066cfd 100644 --- a/ext/standard/html_tables/html_table_gen.php +++ b/ext/standard/html_tables/html_table_gen.php @@ -37,8 +37,6 @@ $t = << | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include "php_globals.h" diff --git a/ext/standard/image.c b/ext/standard/image.c index 81676b7a0cb..0a8add7e993 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include #if HAVE_FCNTL_H diff --git a/ext/standard/incomplete_class.c b/ext/standard/incomplete_class.c index 0e34b0aa26a..120da552e10 100644 --- a/ext/standard/incomplete_class.c +++ b/ext/standard/incomplete_class.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "basic_functions.h" #include "php_incomplete_class.h" diff --git a/ext/standard/info.c b/ext/standard/info.c index 8a9d053bf28..0b4d6e4803e 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_ini.h" #include "php_globals.h" diff --git a/ext/standard/info.h b/ext/standard/info.h index 1c0e445dfac..a810c97083a 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef INFO_H #define INFO_H diff --git a/ext/standard/iptc.c b/ext/standard/iptc.c index 5a6c422a4a2..d01eea2c7ac 100644 --- a/ext/standard/iptc.c +++ b/ext/standard/iptc.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* * Functions to parse & compse IPTC data. * PhotoShop >= 3.0 can read and write textual data to JPEG files. diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index 7a16544bbea..a6ea2cde2e1 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_lcg.h" diff --git a/ext/standard/levenshtein.c b/ext/standard/levenshtein.c index eb9aa5b6848..b0197de49bf 100644 --- a/ext/standard/levenshtein.c +++ b/ext/standard/levenshtein.c @@ -15,7 +15,6 @@ | Author: Hartmut Holzgraefe | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include diff --git a/ext/standard/link.c b/ext/standard/link.c index 3138c463af6..5ca8b2c49c8 100644 --- a/ext/standard/link.c +++ b/ext/standard/link.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_filestat.h" #include "php_globals.h" diff --git a/ext/standard/link_win32.c b/ext/standard/link_win32.c index 1146f3f1e9b..ae6cdd11f2c 100644 --- a/ext/standard/link_win32.c +++ b/ext/standard/link_win32.c @@ -16,7 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef PHP_WIN32 #include "php.h" diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 0ac07d9cecb..ca6ca115c2e 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/ext/standard/math.c b/ext/standard/math.c index 56d6f85ace3..5432f9855f3 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_math.h" #include "zend_multiply.h" diff --git a/ext/standard/md5.c b/ext/standard/md5.c index 52a8f70d7df..ca4bb12dc4f 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "md5.h" diff --git a/ext/standard/md5.h b/ext/standard/md5.h index e998fba7972..3c1615f3f11 100644 --- a/ext/standard/md5.h +++ b/ext/standard/md5.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef MD5_H #define MD5_H diff --git a/ext/standard/metaphone.c b/ext/standard/metaphone.c index 2c8e2f5a2ea..56b94e61a85 100644 --- a/ext/standard/metaphone.c +++ b/ext/standard/metaphone.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Based on CPANs "Text-Metaphone-1.96" by Michael G Schwern */ diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 62c5825a1b7..1b5738135ff 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifdef HAVE_SYS_TYPES_H diff --git a/ext/standard/microtime.h b/ext/standard/microtime.h index 58dd3d3be24..a18c766417b 100644 --- a/ext/standard/microtime.h +++ b/ext/standard/microtime.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef MICROTIME_H #define MICROTIME_H diff --git a/ext/standard/mt_rand.c b/ext/standard/mt_rand.c index 461373d76bb..814f602855a 100644 --- a/ext/standard/mt_rand.c +++ b/ext/standard/mt_rand.c @@ -23,7 +23,6 @@ | Shawn Cokus | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include "php_rand.h" diff --git a/ext/standard/pack.c b/ext/standard/pack.c index e467cf89540..c9233059733 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -15,7 +15,6 @@ | Author: Chris Schneider | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" diff --git a/ext/standard/pack.h b/ext/standard/pack.h index 5d296a74788..d6c37239e38 100644 --- a/ext/standard/pack.h +++ b/ext/standard/pack.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PACK_H #define PACK_H diff --git a/ext/standard/pageinfo.c b/ext/standard/pageinfo.c index c23166999b9..259c61a6920 100644 --- a/ext/standard/pageinfo.c +++ b/ext/standard/pageinfo.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "pageinfo.h" #include "SAPI.h" diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h index 4a3a1b92723..eb8c77dd05b 100644 --- a/ext/standard/pageinfo.h +++ b/ext/standard/pageinfo.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PAGEINFO_H #define PAGEINFO_H diff --git a/ext/standard/password.c b/ext/standard/password.c index 70906f37992..5cf0d397f50 100644 --- a/ext/standard/password.c +++ b/ext/standard/password.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "php.h" diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index f227365a1fe..b12c82caf63 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_ARRAY_H #define PHP_ARRAY_H diff --git a/ext/standard/php_assert.h b/ext/standard/php_assert.h index 38deb01467e..da340485b51 100644 --- a/ext/standard/php_assert.h +++ b/ext/standard/php_assert.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_ASSERT_H #define PHP_ASSERT_H diff --git a/ext/standard/php_browscap.h b/ext/standard/php_browscap.h index df2c26d7c1f..cfee4815f2f 100644 --- a/ext/standard/php_browscap.h +++ b/ext/standard/php_browscap.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_BROWSCAP_H #define PHP_BROWSCAP_H diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h index f36aee77958..6f85b879ad8 100644 --- a/ext/standard/php_crypt.h +++ b/ext/standard/php_crypt.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_CRYPT_H #define PHP_CRYPT_H diff --git a/ext/standard/php_crypt_r.c b/ext/standard/php_crypt_r.c index 52dda933489..d680393efb9 100644 --- a/ext/standard/php_crypt_r.c +++ b/ext/standard/php_crypt_r.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* +----------------------------------------------------------------------+ | PHP Version 7 | diff --git a/ext/standard/php_crypt_r.h b/ext/standard/php_crypt_r.h index 2c25ec9b31e..c990e418466 100644 --- a/ext/standard/php_crypt_r.h +++ b/ext/standard/php_crypt_r.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* +----------------------------------------------------------------------+ | PHP Version 7 | diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h index ebd7e800499..b231bbfe551 100644 --- a/ext/standard/php_dir.h +++ b/ext/standard/php_dir.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_DIR_H #define PHP_DIR_H diff --git a/ext/standard/php_dns.h b/ext/standard/php_dns.h index a38c556dab6..2631759ee45 100644 --- a/ext/standard/php_dns.h +++ b/ext/standard/php_dns.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_DNS_H #define PHP_DNS_H diff --git a/ext/standard/php_ext_syslog.h b/ext/standard/php_ext_syslog.h index f0fc45c28e8..07f2f326d2b 100644 --- a/ext/standard/php_ext_syslog.h +++ b/ext/standard/php_ext_syslog.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_EXT_SYSLOG_H #define PHP_EXT_SYSLOG_H diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 19f753c666c..0a3faec4494 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_FILESTAT_H #define PHP_FILESTAT_H diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index 46cef154830..d69b61da29c 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -17,7 +17,6 @@ | Hartmut Holzgraefe | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include #include diff --git a/ext/standard/php_fopen_wrappers.h b/ext/standard/php_fopen_wrappers.h index 40793540d41..b172eb46bb6 100644 --- a/ext/standard/php_fopen_wrappers.h +++ b/ext/standard/php_fopen_wrappers.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_FOPEN_WRAPPERS_H #define PHP_FOPEN_WRAPPERS_H diff --git a/ext/standard/php_ftok.h b/ext/standard/php_ftok.h index b911ffeb958..01a723d74cc 100644 --- a/ext/standard/php_ftok.h +++ b/ext/standard/php_ftok.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_FTOK_H #define PHP_FTOK_H diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h index 4128863555c..c1cc0934332 100644 --- a/ext/standard/php_http.h +++ b/ext/standard/php_http.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_HTTP_H #define PHP_HTTP_H diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h index 22409a99c41..0500d162994 100644 --- a/ext/standard/php_image.h +++ b/ext/standard/php_image.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_IMAGE_H #define PHP_IMAGE_H diff --git a/ext/standard/php_incomplete_class.h b/ext/standard/php_incomplete_class.h index d494c250a69..52a43678923 100644 --- a/ext/standard/php_incomplete_class.h +++ b/ext/standard/php_incomplete_class.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_INCOMPLETE_CLASS_H #define PHP_INCOMPLETE_CLASS_H diff --git a/ext/standard/php_iptc.h b/ext/standard/php_iptc.h index f7fe34602be..6bb5bbac865 100644 --- a/ext/standard/php_iptc.h +++ b/ext/standard/php_iptc.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_IPTC_H #define PHP_IPTC_H diff --git a/ext/standard/php_lcg.h b/ext/standard/php_lcg.h index 57cfff79bc0..07d0f706820 100644 --- a/ext/standard/php_lcg.h +++ b/ext/standard/php_lcg.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_LCG_H #define PHP_LCG_H diff --git a/ext/standard/php_link.h b/ext/standard/php_link.h index 735f71367e9..c1000c921c1 100644 --- a/ext/standard/php_link.h +++ b/ext/standard/php_link.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_LINK_H #define PHP_LINK_H diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h index 2a23b66ab8c..50005643a58 100644 --- a/ext/standard/php_mail.h +++ b/ext/standard/php_mail.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_MAIL_H #define PHP_MAIL_H diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index c9e21cb866f..777f6aed4d9 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_MATH_H #define PHP_MATH_H diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h index f1299855e6a..5bd5cc94d6b 100644 --- a/ext/standard/php_metaphone.h +++ b/ext/standard/php_metaphone.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_METAPHONE_H #define PHP_METAPHONE_H diff --git a/ext/standard/php_mt_rand.h b/ext/standard/php_mt_rand.h index 411f7e32795..6dcfbdbaa55 100644 --- a/ext/standard/php_mt_rand.h +++ b/ext/standard/php_mt_rand.h @@ -20,7 +20,6 @@ | Based on code from: Shawn Cokus | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_MT_RAND_H #define PHP_MT_RAND_H diff --git a/ext/standard/php_net.h b/ext/standard/php_net.h index 9a5a863a2d1..6682c398474 100644 --- a/ext/standard/php_net.h +++ b/ext/standard/php_net.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_NET_H #define PHP_NET_H diff --git a/ext/standard/php_password.h b/ext/standard/php_password.h index c5e00f0fb85..0c2f83c6501 100644 --- a/ext/standard/php_password.h +++ b/ext/standard/php_password.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PASSWORD_H #define PHP_PASSWORD_H diff --git a/ext/standard/php_rand.h b/ext/standard/php_rand.h index 81c6255e496..14a348ebda6 100644 --- a/ext/standard/php_rand.h +++ b/ext/standard/php_rand.h @@ -20,7 +20,6 @@ | Based on code from: Shawn Cokus | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef PHP_RAND_H #define PHP_RAND_H diff --git a/ext/standard/php_random.h b/ext/standard/php_random.h index 20397188f6d..9bc53db09e9 100644 --- a/ext/standard/php_random.h +++ b/ext/standard/php_random.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_RANDOM_H #define PHP_RANDOM_H diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index eb7f42b082d..9b02091640e 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "basic_functions.h" #include "php_math.h" #include "php_string.h" diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 780b8e6f136..7e49b3ee3b7 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_STRING_H #define PHP_STRING_H diff --git a/ext/standard/php_type.h b/ext/standard/php_type.h index 845c206c1ff..88e0f9fd31a 100644 --- a/ext/standard/php_type.h +++ b/ext/standard/php_type.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_TYPE_H #define PHP_TYPE_H diff --git a/ext/standard/php_uuencode.h b/ext/standard/php_uuencode.h index ffb74277ed6..708fd844339 100644 --- a/ext/standard/php_uuencode.h +++ b/ext/standard/php_uuencode.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_UUENCODE_H #define PHP_UUENCODE_H diff --git a/ext/standard/php_var.h b/ext/standard/php_var.h index fa7e050efbc..ac3bae8d978 100644 --- a/ext/standard/php_var.h +++ b/ext/standard/php_var.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_VAR_H #define PHP_VAR_H diff --git a/ext/standard/php_versioning.h b/ext/standard/php_versioning.h index 175c3b30c56..aab0f1b5f10 100644 --- a/ext/standard/php_versioning.h +++ b/ext/standard/php_versioning.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_VERSIONING_H #define PHP_VERSIONING_H diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 85c703b475f..612cdf0f88c 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -15,7 +15,6 @@ | Author: Wez Furlong | +----------------------------------------------------------------------+ */ -/* $Id$ */ #if 0 && (defined(__linux__) || defined(sun) || defined(__IRIX__)) # define _BSD_SOURCE /* linux wants this when XOPEN mode is on */ diff --git a/ext/standard/proc_open.h b/ext/standard/proc_open.h index 857771a0aaa..5963007567e 100644 --- a/ext/standard/proc_open.h +++ b/ext/standard/proc_open.h @@ -15,7 +15,6 @@ | Author: Wez Furlong | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef PHP_WIN32 typedef HANDLE php_file_descriptor_t; diff --git a/ext/standard/quot_print.c b/ext/standard/quot_print.c index fc3ae0a048e..b4b05492fe2 100644 --- a/ext/standard/quot_print.c +++ b/ext/standard/quot_print.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #ifdef HAVE_UNISTD_H diff --git a/ext/standard/quot_print.h b/ext/standard/quot_print.h index 555bdd8665e..7cc6339c80c 100644 --- a/ext/standard/quot_print.h +++ b/ext/standard/quot_print.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef QUOT_PRINT_H #define QUOT_PRINT_H diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 22451c74049..898f108150a 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -23,7 +23,6 @@ | Shawn Cokus | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include "php_rand.h" diff --git a/ext/standard/random.c b/ext/standard/random.c index 77895309cd6..b95e58774be 100644 --- a/ext/standard/random.c +++ b/ext/standard/random.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/ext/standard/scanf.c b/ext/standard/scanf.c index a9d5f33fa45..37cce100ce4 100644 --- a/ext/standard/scanf.c +++ b/ext/standard/scanf.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* scanf.c -- diff --git a/ext/standard/scanf.h b/ext/standard/scanf.h index 3f2d194aed0..141e4ed51f0 100644 --- a/ext/standard/scanf.h +++ b/ext/standard/scanf.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SCANF_H #define SCANF_H diff --git a/ext/standard/sha1.c b/ext/standard/sha1.c index fa390d9ea0c..27a90f437bb 100644 --- a/ext/standard/sha1.c +++ b/ext/standard/sha1.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" /* This code is heavily based on the PHP md5 implementation */ diff --git a/ext/standard/sha1.h b/ext/standard/sha1.h index 982a045d80a..cf9d6caf9e6 100644 --- a/ext/standard/sha1.h +++ b/ext/standard/sha1.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SHA1_H #define SHA1_H diff --git a/ext/standard/soundex.c b/ext/standard/soundex.c index ab64a90a424..0b777eb8237 100644 --- a/ext/standard/soundex.c +++ b/ext/standard/soundex.c @@ -15,7 +15,6 @@ | Author: Bjørn Borud - Guardian Networks AS | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index 391a379b4c9..9b7bcdbd60a 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "ext/standard/flock_compat.h" diff --git a/ext/standard/streamsfuncs.h b/ext/standard/streamsfuncs.h index b34df344be4..bbcd18f8153 100644 --- a/ext/standard/streamsfuncs.h +++ b/ext/standard/streamsfuncs.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Flags for stream_socket_client */ #define PHP_STREAM_CLIENT_PERSISTENT 1 #define PHP_STREAM_CLIENT_ASYNC_CONNECT 2 diff --git a/ext/standard/string.c b/ext/standard/string.c index 4c603721c7e..2f20d62a748 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "php.h" #include "php_rand.h" diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c index 038996e825e..c0838f4ce73 100644 --- a/ext/standard/syslog.c +++ b/ext/standard/syslog.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifdef HAVE_SYSLOG_H diff --git a/ext/standard/tests/math/abs.phpt b/ext/standard/tests/math/abs.phpt index f5c26c30371..9350fc71fb0 100644 --- a/ext/standard/tests/math/abs.phpt +++ b/ext/standard/tests/math/abs.phpt @@ -1,7 +1,7 @@ --TEST-- Simple math tests --FILE-- - ".round($v, 2)."\n"; diff --git a/ext/standard/tests/math/log.phpt b/ext/standard/tests/math/log.phpt index 4f8b47a76b6..31c5e2ae856 100644 --- a/ext/standard/tests/math/log.phpt +++ b/ext/standard/tests/math/log.phpt @@ -1,7 +1,7 @@ --TEST-- log() tests --FILE-- - diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h index 5adfbadbc55..33be04f3907 100644 --- a/ext/standard/uniqid.h +++ b/ext/standard/uniqid.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef UNIQID_H #define UNIQID_H diff --git a/ext/standard/url.c b/ext/standard/url.c index d5ca21b6500..1117d6ed631 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.c @@ -15,7 +15,6 @@ | Author: Jim Winstead | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include #include diff --git a/ext/standard/url.h b/ext/standard/url.h index bc67649e610..ec925a2bd05 100644 --- a/ext/standard/url.h +++ b/ext/standard/url.h @@ -15,7 +15,6 @@ | Author: Jim Winstead | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef URL_H #define URL_H diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c index 16142347a6b..040af773c89 100644 --- a/ext/standard/url_scanner_ex.c +++ b/ext/standard/url_scanner_ex.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifdef HAVE_UNISTD_H diff --git a/ext/standard/url_scanner_ex.h b/ext/standard/url_scanner_ex.h index 6d7ac3d53a7..b54a3a9d7c9 100644 --- a/ext/standard/url_scanner_ex.h +++ b/ext/standard/url_scanner_ex.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef URL_SCANNER_EX_H #define URL_SCANNER_EX_H diff --git a/ext/standard/url_scanner_ex.re b/ext/standard/url_scanner_ex.re index 8eed74331e0..9d15bef6d53 100644 --- a/ext/standard/url_scanner_ex.re +++ b/ext/standard/url_scanner_ex.re @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifdef HAVE_UNISTD_H diff --git a/ext/standard/user_filters.c b/ext/standard/user_filters.c index 42bfdad48d3..67452bdab27 100644 --- a/ext/standard/user_filters.c +++ b/ext/standard/user_filters.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "ext/standard/basic_functions.h" diff --git a/ext/standard/uuencode.c b/ext/standard/uuencode.c index e9714d28e18..2872e1358d2 100644 --- a/ext/standard/uuencode.c +++ b/ext/standard/uuencode.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* * Portions of this code are based on Berkeley's uuencode/uudecode * implementation. diff --git a/ext/standard/var.c b/ext/standard/var.c index 7b1cb5949a5..e4c79328680 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include diff --git a/ext/standard/var_unserializer.c b/ext/standard/var_unserializer.c index 9485118a29d..2f78c2120dd 100644 --- a/ext/standard/var_unserializer.c +++ b/ext/standard/var_unserializer.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "ext/standard/php_var.h" #include "php_incomplete_class.h" diff --git a/ext/standard/var_unserializer.re b/ext/standard/var_unserializer.re index 7d14be7137e..c99e673c8d2 100644 --- a/ext/standard/var_unserializer.re +++ b/ext/standard/var_unserializer.re @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "ext/standard/php_var.h" #include "php_incomplete_class.h" diff --git a/ext/standard/versioning.c b/ext/standard/versioning.c index b278b3b4dd4..27d96f0163b 100644 --- a/ext/standard/versioning.c +++ b/ext/standard/versioning.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/ext/sysvmsg/config.m4 b/ext/sysvmsg/config.m4 index 4ae8a2e6962..e14fd2d634d 100644 --- a/ext/sysvmsg/config.m4 +++ b/ext/sysvmsg/config.m4 @@ -1,4 +1,4 @@ -dnl $Id$ +dnl config.m4 for extension sysvmsg PHP_ARG_ENABLE(sysvmsg,whether to enable System V IPC support, [ --enable-sysvmsg Enable sysvmsg support]) diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h index a4f75985e89..4a95791d30e 100644 --- a/ext/sysvmsg/php_sysvmsg.h +++ b/ext/sysvmsg/php_sysvmsg.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SYSVMSG_H #define PHP_SYSVMSG_H diff --git a/ext/sysvsem/config.m4 b/ext/sysvsem/config.m4 index bfb5d92f4ea..44f5c13602e 100644 --- a/ext/sysvsem/config.m4 +++ b/ext/sysvsem/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension sysvsem PHP_ARG_ENABLE(sysvsem,whether to enable System V semaphore support, [ --enable-sysvsem Enable System V semaphore support]) diff --git a/ext/sysvsem/php_sysvsem.h b/ext/sysvsem/php_sysvsem.h index fc4e8a7bd93..fdf68f278ac 100644 --- a/ext/sysvsem/php_sysvsem.h +++ b/ext/sysvsem/php_sysvsem.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SYSVSEM_H #define PHP_SYSVSEM_H diff --git a/ext/sysvsem/sysvsem.c b/ext/sysvsem/sysvsem.c index 9c200038704..5628decdfd9 100644 --- a/ext/sysvsem/sysvsem.c +++ b/ext/sysvsem/sysvsem.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Latest update build anc tested on Linux 2.2.14 * * This has been built and tested on Solaris 2.6 and Linux 2.1.122. diff --git a/ext/sysvshm/config.m4 b/ext/sysvshm/config.m4 index 3827f595418..d5c033f12d4 100644 --- a/ext/sysvshm/config.m4 +++ b/ext/sysvshm/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension sysvshm PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support, [ --enable-sysvshm Enable the System V shared memory support]) diff --git a/ext/sysvshm/php_sysvshm.h b/ext/sysvshm/php_sysvshm.h index 164dc8db592..f9f95428cfa 100644 --- a/ext/sysvshm/php_sysvshm.h +++ b/ext/sysvshm/php_sysvshm.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SYSVSHM_H #define PHP_SYSVSHM_H diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index e2498d64cb3..6de598fb604 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This has been built and tested on Linux 2.2.14 * * This has been built and tested on Solaris 2.6. diff --git a/ext/tidy/config.m4 b/ext/tidy/config.m4 index 7a45af954f6..ef9aa021950 100644 --- a/ext/tidy/config.m4 +++ b/ext/tidy/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension tidy PHP_ARG_WITH(tidy,for TIDY support, [ --with-tidy[=DIR] Include TIDY support]) diff --git a/ext/tidy/config.w32 b/ext/tidy/config.w32 index cb0822d04ac..bfb738264e0 100644 --- a/ext/tidy/config.w32 +++ b/ext/tidy/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("tidy", "TIDY support", "no"); diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h index 0b30a21571c..24605e5ae80 100644 --- a/ext/tidy/php_tidy.h +++ b/ext/tidy/php_tidy.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_TIDY_H #define PHP_TIDY_H diff --git a/ext/tokenizer/config.m4 b/ext/tokenizer/config.m4 index 007dddfc025..3527f725fa6 100644 --- a/ext/tokenizer/config.m4 +++ b/ext/tokenizer/config.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl config.m4 for extension tokenizer dnl Otherwise use enable: diff --git a/ext/tokenizer/config.w32 b/ext/tokenizer/config.w32 index dd3b89e7789..41fadc62dae 100644 --- a/ext/tokenizer/config.w32 +++ b/ext/tokenizer/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("tokenizer", "tokenizer support", "yes"); diff --git a/ext/tokenizer/php_tokenizer.h b/ext/tokenizer/php_tokenizer.h index ec595d8f9da..53588491a45 100644 --- a/ext/tokenizer/php_tokenizer.h +++ b/ext/tokenizer/php_tokenizer.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_TOKENIZER_H #define PHP_TOKENIZER_H diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index dae79c01732..17bb7560c2d 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/tokenizer/tokenizer_data.c b/ext/tokenizer/tokenizer_data.c index 6b36ab0e39f..67426bd02e3 100644 --- a/ext/tokenizer/tokenizer_data.c +++ b/ext/tokenizer/tokenizer_data.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* DO NOT EDIT THIS FILE! This file is generated using tokenizer_data_gen.sh diff --git a/ext/tokenizer/tokenizer_data_gen.sh b/ext/tokenizer/tokenizer_data_gen.sh index 647a4c96487..9f3d2fb43c7 100755 --- a/ext/tokenizer/tokenizer_data_gen.sh +++ b/ext/tokenizer/tokenizer_data_gen.sh @@ -30,8 +30,6 @@ echo '/* +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* DO NOT EDIT THIS FILE! This file is generated using tokenizer_data_gen.sh diff --git a/ext/wddx/config.m4 b/ext/wddx/config.m4 index 96b566e2e35..332036b827c 100644 --- a/ext/wddx/config.m4 +++ b/ext/wddx/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension wddx PHP_ARG_ENABLE(wddx,whether to enable WDDX support, [ --enable-wddx Enable WDDX support]) diff --git a/ext/wddx/config.w32 b/ext/wddx/config.w32 index a34c36ec911..afa7279220a 100644 --- a/ext/wddx/config.w32 +++ b/ext/wddx/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("wddx", "WDDX support", "yes"); diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index 6a2993f0a74..82d9e7d19a7 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_WDDX_H #define PHP_WDDX_H diff --git a/ext/wddx/php_wddx_api.h b/ext/wddx/php_wddx_api.h index c62aff29471..6309c7b2dc9 100644 --- a/ext/wddx/php_wddx_api.h +++ b/ext/wddx/php_wddx_api.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_WDDX_API_H #define PHP_WDDX_API_H diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index a7596a5f275..e08c44d75a7 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index 715f65a9158..1b583406503 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension xml PHP_ARG_ENABLE(xml,whether to enable XML support, [ --disable-xml Disable XML support], yes) diff --git a/ext/xml/config.w32 b/ext/xml/config.w32 index 54e5fc234b9..564f6a43a89 100644 --- a/ext/xml/config.w32 +++ b/ext/xml/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("xml", "XML support", "yes"); diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h index ed621ab53d8..b8fd4b2a59f 100644 --- a/ext/xml/expat_compat.h +++ b/ext/xml/expat_compat.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_EXPAT_COMPAT_H #define PHP_EXPAT_COMPAT_H diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index 637932f5d9c..a4bdef85488 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_XML_H #define PHP_XML_H diff --git a/ext/xml/xml.c b/ext/xml/xml.c index f927afd7649..35a1b2984e8 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define IS_EXT_MODULE #ifdef HAVE_CONFIG_H diff --git a/ext/xmlreader/config.m4 b/ext/xmlreader/config.m4 index 4ada113a005..d9dacf99aee 100644 --- a/ext/xmlreader/config.m4 +++ b/ext/xmlreader/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension xmlreader PHP_ARG_ENABLE(xmlreader, whether to enable XMLReader support, [ --disable-xmlreader Disable XMLReader support], yes) diff --git a/ext/xmlreader/config.w32 b/ext/xmlreader/config.w32 index cca068a95ce..2c41200fce0 100644 --- a/ext/xmlreader/config.w32 +++ b/ext/xmlreader/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("xmlreader", "XMLReader support", "yes"); diff --git a/ext/xmlreader/php_xmlreader.c b/ext/xmlreader/php_xmlreader.c index 38343e514ba..4d4e7348c93 100644 --- a/ext/xmlreader/php_xmlreader.c +++ b/ext/xmlreader/php_xmlreader.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/xmlreader/php_xmlreader.h b/ext/xmlreader/php_xmlreader.h index 888248adf65..4e29b8ed21a 100644 --- a/ext/xmlreader/php_xmlreader.h +++ b/ext/xmlreader/php_xmlreader.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_XMLREADER_H #define PHP_XMLREADER_H diff --git a/ext/xmlreader/tests/001.phpt b/ext/xmlreader/tests/001.phpt index ce9ade96189..75d9b12b76b 100644 --- a/ext/xmlreader/tests/001.phpt +++ b/ext/xmlreader/tests/001.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, string data --FILE-- '; diff --git a/ext/xmlreader/tests/002.phpt b/ext/xmlreader/tests/002.phpt index 7abd3e216c3..5904b22d6e8 100644 --- a/ext/xmlreader/tests/002.phpt +++ b/ext/xmlreader/tests/002.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, file data --FILE-- '; diff --git a/ext/xmlreader/tests/003-mb.phpt b/ext/xmlreader/tests/003-mb.phpt index af76382779d..43d47f59089 100644 --- a/ext/xmlreader/tests/003-mb.phpt +++ b/ext/xmlreader/tests/003-mb.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, attributes test --FILE-- diff --git a/ext/xmlreader/tests/003.phpt b/ext/xmlreader/tests/003.phpt index 85353a8242c..d93a93a85bf 100644 --- a/ext/xmlreader/tests/003.phpt +++ b/ext/xmlreader/tests/003.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, attributes test --FILE-- diff --git a/ext/xmlreader/tests/004.phpt b/ext/xmlreader/tests/004.phpt index b2d7254fe4f..55fca4ee7ac 100644 --- a/ext/xmlreader/tests/004.phpt +++ b/ext/xmlreader/tests/004.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, attributes test --FILE-- diff --git a/ext/xmlreader/tests/005.phpt b/ext/xmlreader/tests/005.phpt index e6fd02c9aaa..a1fd6c110ed 100644 --- a/ext/xmlreader/tests/005.phpt +++ b/ext/xmlreader/tests/005.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, parser property set/get --FILE-- '; diff --git a/ext/xmlreader/tests/006.phpt b/ext/xmlreader/tests/006.phpt index ce9bb451aff..f1e482d955c 100644 --- a/ext/xmlreader/tests/006.phpt +++ b/ext/xmlreader/tests/006.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, moveToElement --FILE-- '; diff --git a/ext/xmlreader/tests/007.phpt b/ext/xmlreader/tests/007.phpt index aacd059b6e4..17b181a67f5 100644 --- a/ext/xmlreader/tests/007.phpt +++ b/ext/xmlreader/tests/007.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, setRelaxNGSchema --FILE-- hello'; $relaxngfile = dirname(__FILE__) . '/relaxNG.rng'; diff --git a/ext/xmlreader/tests/008.phpt b/ext/xmlreader/tests/008.phpt index 967cbbd3890..0a7583741d5 100644 --- a/ext/xmlreader/tests/008.phpt +++ b/ext/xmlreader/tests/008.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, DTD --FILE-- diff --git a/ext/xmlreader/tests/009.phpt b/ext/xmlreader/tests/009.phpt index 684d6143f8d..3124d913069 100644 --- a/ext/xmlreader/tests/009.phpt +++ b/ext/xmlreader/tests/009.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, next --FILE-- '; diff --git a/ext/xmlreader/tests/010.phpt b/ext/xmlreader/tests/010.phpt index 7a10096b831..b9d9f7b0057 100644 --- a/ext/xmlreader/tests/010.phpt +++ b/ext/xmlreader/tests/010.phpt @@ -4,7 +4,6 @@ XMLReader: libxml2 XML Reader, next --FILE-- book1'; diff --git a/ext/xmlreader/tests/011.phpt b/ext/xmlreader/tests/011.phpt index 89599232fce..cb135f7bf47 100644 --- a/ext/xmlreader/tests/011.phpt +++ b/ext/xmlreader/tests/011.phpt @@ -7,7 +7,6 @@ if (!method_exists($reader, 'readInnerXml')) print "skip"; ?> --FILE-- test'; diff --git a/ext/xmlreader/tests/012.phpt b/ext/xmlreader/tests/012.phpt index e0edeef2dd5..d176979e5bb 100644 --- a/ext/xmlreader/tests/012.phpt +++ b/ext/xmlreader/tests/012.phpt @@ -4,7 +4,6 @@ XMLReader: accessing empty and non existing attributes --FILE-- diff --git a/ext/xmlreader/tests/013.phpt b/ext/xmlreader/tests/013.phpt index f9dcdeeec7e..09bef8df0c8 100644 --- a/ext/xmlreader/tests/013.phpt +++ b/ext/xmlreader/tests/013.phpt @@ -4,8 +4,7 @@ XMLReader: Schema validation --FILE-- - diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index 6ed7a6312ae..8d0fa6529ae 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension xmlrpc sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4) sinclude(ext/xmlrpc/libxmlrpc/xmlrpc.m4) diff --git a/ext/xmlrpc/config.w32 b/ext/xmlrpc/config.w32 index 35fbf261811..1d7d57cae45 100644 --- a/ext/xmlrpc/config.w32 +++ b/ext/xmlrpc/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no"); diff --git a/ext/xmlrpc/php_xmlrpc.h b/ext/xmlrpc/php_xmlrpc.h index e0a2225ef7a..836fce2dc49 100644 --- a/ext/xmlrpc/php_xmlrpc.h +++ b/ext/xmlrpc/php_xmlrpc.h @@ -51,8 +51,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _PHP_XMLRPC_H #define _PHP_XMLRPC_H diff --git a/ext/xmlrpc/xmlrpc-epi-php.c b/ext/xmlrpc/xmlrpc-epi-php.c index b4dad3860eb..82bdd12b8a4 100644 --- a/ext/xmlrpc/xmlrpc-epi-php.c +++ b/ext/xmlrpc/xmlrpc-epi-php.c @@ -51,8 +51,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /********************************************************************** * BUGS: * * - when calling a php user function, there appears to be no way to * diff --git a/ext/xmlwriter/config.m4 b/ext/xmlwriter/config.m4 index 8261e2114ce..72ba318dfdd 100644 --- a/ext/xmlwriter/config.m4 +++ b/ext/xmlwriter/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension xmlwriter PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support, [ --disable-xmlwriter Disable XMLWriter support], yes) diff --git a/ext/xmlwriter/config.w32 b/ext/xmlwriter/config.w32 index 2a95bfb8208..75c76ead88d 100644 --- a/ext/xmlwriter/config.w32 +++ b/ext/xmlwriter/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("xmlwriter", "XMLWriter support", "yes"); diff --git a/ext/xmlwriter/php_xmlwriter.c b/ext/xmlwriter/php_xmlwriter.c index 70a3cb6fc07..16545fd653b 100644 --- a/ext/xmlwriter/php_xmlwriter.c +++ b/ext/xmlwriter/php_xmlwriter.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/xmlwriter/php_xmlwriter.h b/ext/xmlwriter/php_xmlwriter.h index 9db45575ca2..74808c0cf8c 100644 --- a/ext/xmlwriter/php_xmlwriter.h +++ b/ext/xmlwriter/php_xmlwriter.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_XMLWRITER_H #define PHP_XMLWRITER_H diff --git a/ext/xmlwriter/tests/001.phpt b/ext/xmlwriter/tests/001.phpt index a9349d2d16c..e985cbf8a1a 100644 --- a/ext/xmlwriter/tests/001.phpt +++ b/ext/xmlwriter/tests/001.phpt @@ -3,8 +3,7 @@ XMLWriter: libxml2 XML Writer, file buffer, flush --SKIPIF-- --FILE-- - --FILE-- - --FILE-- - --FILE-- - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- - --FILE-- -openMemory(); diff --git a/ext/xmlwriter/tests/OO_003.phpt b/ext/xmlwriter/tests/OO_003.phpt index 7fb47910f0f..aa64b63e5f2 100644 --- a/ext/xmlwriter/tests/OO_003.phpt +++ b/ext/xmlwriter/tests/OO_003.phpt @@ -3,8 +3,7 @@ XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute --SKIPIF-- --FILE-- -openMemory(); diff --git a/ext/xmlwriter/tests/OO_004.phpt b/ext/xmlwriter/tests/OO_004.phpt index 08b423ccef2..6b81855c1d6 100644 --- a/ext/xmlwriter/tests/OO_004.phpt +++ b/ext/xmlwriter/tests/OO_004.phpt @@ -3,8 +3,7 @@ XMLWriter: libxml2 XML Writer, file buffer, flush --SKIPIF-- --FILE-- - --FILE-- --FILE-- --FILE-- openMemory(); diff --git a/ext/xmlwriter/tests/OO_008.phpt b/ext/xmlwriter/tests/OO_008.phpt index fe127ced2fc..dd0570a8a36 100644 --- a/ext/xmlwriter/tests/OO_008.phpt +++ b/ext/xmlwriter/tests/OO_008.phpt @@ -6,7 +6,6 @@ if (!extension_loaded("xmlwriter")) die("skip"); ?> --FILE-- openMemory(); diff --git a/ext/xmlwriter/tests/OO_009.phpt b/ext/xmlwriter/tests/OO_009.phpt index c874f3e4ef8..e28086c03d1 100644 --- a/ext/xmlwriter/tests/OO_009.phpt +++ b/ext/xmlwriter/tests/OO_009.phpt @@ -6,7 +6,6 @@ if (!extension_loaded("xmlwriter")) die("skip"); ?> --FILE-- --FILE-- openMemory(); diff --git a/ext/xmlwriter/tests/OO_011.phpt b/ext/xmlwriter/tests/OO_011.phpt index 33f2d19cdc2..b5826d93343 100644 --- a/ext/xmlwriter/tests/OO_011.phpt +++ b/ext/xmlwriter/tests/OO_011.phpt @@ -10,7 +10,6 @@ if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --FILE-- openMemory(); diff --git a/ext/xsl/config.m4 b/ext/xsl/config.m4 index 9b6f8aaa497..0cceac49155 100644 --- a/ext/xsl/config.m4 +++ b/ext/xsl/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension xsl PHP_ARG_WITH(xsl, for XSL support, [ --with-xsl[=DIR] Include XSL support. DIR is the libxslt base diff --git a/ext/xsl/config.w32 b/ext/xsl/config.w32 index 47c8bbff946..0fbf74e57b0 100644 --- a/ext/xsl/config.w32 +++ b/ext/xsl/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim: ft=javascript ARG_WITH("xsl", "xsl support", "no"); diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c index 5e485c9c914..0f58b9c390e 100644 --- a/ext/xsl/php_xsl.c +++ b/ext/xsl/php_xsl.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h index e1c330b63ae..dfb2fb6e927 100644 --- a/ext/xsl/php_xsl.h +++ b/ext/xsl/php_xsl.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_XSL_H #define PHP_XSL_H diff --git a/ext/xsl/xsl_fe.h b/ext/xsl/xsl_fe.h index 3c34369a49b..da0d8be3b9e 100644 --- a/ext/xsl/xsl_fe.h +++ b/ext/xsl/xsl_fe.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef XSL_FE_H #define XSL_FE_H diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index b7f56ef71f6..accee6c9ace 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/zend_test/php_test.h b/ext/zend_test/php_test.h index 7ec3de39e6a..78ed445cd6f 100644 --- a/ext/zend_test/php_test.h +++ b/ext/zend_test/php_test.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_TEST_H #define PHP_TEST_H diff --git a/ext/zlib/config.w32 b/ext/zlib/config.w32 index 820025aa7ff..985999f762f 100644 --- a/ext/zlib/config.w32 +++ b/ext/zlib/config.w32 @@ -1,4 +1,3 @@ -// $Id$ // vim:ft=javascript ARG_ENABLE("zlib", "ZLIB support", "yes"); diff --git a/ext/zlib/config0.m4 b/ext/zlib/config0.m4 index ab94c15fe0a..072adb823a9 100644 --- a/ext/zlib/config0.m4 +++ b/ext/zlib/config0.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for extension zlib PHP_ARG_WITH(zlib,for ZLIB support, [ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9)]) diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index d37e0a2eac0..179d8eba613 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_ZLIB_H #define PHP_ZLIB_H diff --git a/ext/zlib/tests/001.phpt b/ext/zlib/tests/001.phpt index 4850a65a5a0..88baffffeeb 100644 --- a/ext/zlib/tests/001.phpt +++ b/ext/zlib/tests/001.phpt @@ -3,7 +3,7 @@ gzdeflate()/gzinflate() --SKIPIF-- --FILE-- - --FILE-- - --FILE-- --FILE-- - --FILE-- - --FILE-- - #include diff --git a/main/SAPI.h b/main/SAPI.h index 4b8e223ada1..ba54e57c8e4 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef SAPI_H #define SAPI_H diff --git a/main/alloca.c b/main/alloca.c index 401649cee09..66e001b9001 100644 --- a/main/alloca.c +++ b/main/alloca.c @@ -21,8 +21,6 @@ allocating any. It is a good idea to use alloca(0) in your main control loop, etc. to force garbage collection. */ -/* $Id$ */ - #include #if !HAVE_ALLOCA diff --git a/main/build-defs.h.in b/main/build-defs.h.in index ecf9ca0ba83..67712b7b698 100644 --- a/main/build-defs.h.in +++ b/main/build-defs.h.in @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" #define PHP_ADA_INCLUDE "" #define PHP_ADA_LFLAGS "" diff --git a/main/explicit_bzero.c b/main/explicit_bzero.c index 652c6287965..990a8047bc3 100644 --- a/main/explicit_bzero.c +++ b/main/explicit_bzero.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifndef HAVE_EXPLICIT_BZERO diff --git a/main/fastcgi.c b/main/fastcgi.c index c12ab3e2c02..1382ccded04 100644 --- a/main/fastcgi.c +++ b/main/fastcgi.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_network.h" diff --git a/main/fastcgi.h b/main/fastcgi.h index 3ae3e8844f0..967b80889c7 100644 --- a/main/fastcgi.h +++ b/main/fastcgi.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* FastCGI protocol */ #define FCGI_VERSION_1 1 diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index b5c7c2ccf57..1509c006d7d 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include "php.h" diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 79e32bee536..bf5d8b26271 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FOPEN_WRAPPERS_H #define FOPEN_WRAPPERS_H diff --git a/main/getopt.c b/main/getopt.c index f9781691732..3af45e0e964 100644 --- a/main/getopt.c +++ b/main/getopt.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in index 0452f1f78c6..26799f95a3e 100644 --- a/main/internal_functions.c.in +++ b/main/internal_functions.c.in @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_main.h" #include "zend_modules.h" diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 6797373906f..d275a971069 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ #include "php.h" diff --git a/main/main.c b/main/main.c index 4fc9cba103f..70e5736e567 100644 --- a/main/main.c +++ b/main/main.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes */ diff --git a/main/mergesort.c b/main/mergesort.c index a482f5b0fe5..d187635367f 100644 --- a/main/mergesort.c +++ b/main/mergesort.c @@ -34,8 +34,6 @@ * SUCH DAMAGE. */ -/* $Id$ */ - #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94"; #endif /* LIBC_SCCS and not lint */ diff --git a/main/network.c b/main/network.c index b31e9d659bb..6a1ef981c1a 100644 --- a/main/network.c +++ b/main/network.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /*#define DEBUG_MAIN_NETWORK 1*/ #include "php.h" diff --git a/main/output.c b/main/output.c index 5d9acb62109..3e8b6fe77e1 100644 --- a/main/output.c +++ b/main/output.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_OUTPUT_DEBUG # define PHP_OUTPUT_DEBUG 0 #endif diff --git a/main/php.h b/main/php.h index 945e2b3a2fd..53ac983a75a 100644 --- a/main/php.h +++ b/main/php.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_H #define PHP_H diff --git a/main/php_compat.h b/main/php_compat.h index 2a47c37ca28..fe3b87f7d99 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_COMPAT_H #define PHP_COMPAT_H diff --git a/main/php_content_types.c b/main/php_content_types.c index 320fb9a4437..5f2faa98860 100644 --- a/main/php_content_types.c +++ b/main/php_content_types.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "SAPI.h" #include "rfc1867.h" diff --git a/main/php_content_types.h b/main/php_content_types.h index 8e70c2b1518..d907d84d9de 100644 --- a/main/php_content_types.h +++ b/main/php_content_types.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_CONTENT_TYPES_H #define PHP_CONTENT_TYPES_H diff --git a/main/php_getopt.h b/main/php_getopt.h index 120f8c04094..a8b2f89b4cc 100644 --- a/main/php_getopt.h +++ b/main/php_getopt.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_GETOPT_H #define PHP_GETOPT_H diff --git a/main/php_globals.h b/main/php_globals.h index 5d6b17d1397..f9c62cb554d 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_GLOBALS_H #define PHP_GLOBALS_H diff --git a/main/php_ini.c b/main/php_ini.c index ae09ba2ad15..24c3cdd5c57 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "ext/standard/info.h" #include "zend_ini.h" diff --git a/main/php_ini.h b/main/php_ini.h index cfa1cdc1fc8..dffbd3f8274 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_INI_H #define PHP_INI_H diff --git a/main/php_main.h b/main/php_main.h index d847f376bcc..08fa5ec30d8 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_MAIN_H #define PHP_MAIN_H diff --git a/main/php_memory_streams.h b/main/php_memory_streams.h index a83e06055c8..4de8288dd52 100644 --- a/main/php_memory_streams.h +++ b/main/php_memory_streams.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_MEMORY_STREAM_H #define PHP_MEMORY_STREAM_H diff --git a/main/php_network.h b/main/php_network.h index c6d6c8b0760..4d6b18f43a5 100644 --- a/main/php_network.h +++ b/main/php_network.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef _PHP_NETWORK_H #define _PHP_NETWORK_H diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index 7d13a03cea6..a22bab42621 100644 --- a/main/php_open_temporary_file.c +++ b/main/php_open_temporary_file.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_open_temporary_file.h" diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h index a7d6b833093..c4c9a29fff4 100644 --- a/main/php_open_temporary_file.h +++ b/main/php_open_temporary_file.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_OPEN_TEMPORARY_FILE_H #define PHP_OPEN_TEMPORARY_FILE_H diff --git a/main/php_output.h b/main/php_output.h index 70035de21a1..a7384a6216f 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_OUTPUT_H #define PHP_OUTPUT_H diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index a4635ba0aeb..c4d6a61e2a4 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_REENTRANCY_H #define PHP_REENTRANCY_H diff --git a/main/php_scandir.c b/main/php_scandir.c index 35ffb029b13..76628528a4a 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_scandir.h" diff --git a/main/php_scandir.h b/main/php_scandir.h index aac67bcc765..ce31bc200c7 100644 --- a/main/php_scandir.h +++ b/main/php_scandir.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SCANDIR_H #define PHP_SCANDIR_H diff --git a/main/php_sprintf.c b/main/php_sprintf.c index b104fb3486f..2581e4575d0 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include "php.h" diff --git a/main/php_streams.h b/main/php_streams.h index e6361c4f94d..a5e89bf96a8 100644 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_STREAMS_H #define PHP_STREAMS_H diff --git a/main/php_syslog.c b/main/php_syslog.c index fd31a12d8cc..dd16f05217c 100644 --- a/main/php_syslog.c +++ b/main/php_syslog.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/main/php_syslog.h b/main/php_syslog.h index 6afb0946588..dee0e5aaa37 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_SYSLOG_H #define PHP_SYSLOG_H diff --git a/main/php_ticks.c b/main/php_ticks.c index 318cbe348d4..4a284eac5dc 100644 --- a/main/php_ticks.c +++ b/main/php_ticks.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_ticks.h" diff --git a/main/php_ticks.h b/main/php_ticks.h index 8cb52fc2396..d1e1c139148 100644 --- a/main/php_ticks.h +++ b/main/php_ticks.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_TICKS_H #define PHP_TICKS_H diff --git a/main/php_variables.c b/main/php_variables.c index 122e30bf9c8..df28887732d 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include "php.h" #include "ext/standard/php_standard.h" diff --git a/main/php_variables.h b/main/php_variables.h index 54153b2cf72..d214c80019d 100644 --- a/main/php_variables.h +++ b/main/php_variables.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_VARIABLES_H #define PHP_VARIABLES_H diff --git a/main/reentrancy.c b/main/reentrancy.c index 7d0d5a05c8e..213e82bd8c4 100644 --- a/main/reentrancy.c +++ b/main/reentrancy.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/main/rfc1867.c b/main/rfc1867.c index 08358dcd5bb..38c420ce6f6 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* * This product includes software developed by the Apache Group * for use in the Apache HTTP server project (http://www.apache.org/). diff --git a/main/rfc1867.h b/main/rfc1867.h index eaddd17f161..ae8058d81b7 100644 --- a/main/rfc1867.h +++ b/main/rfc1867.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef RFC1867_H #define RFC1867_H diff --git a/main/snprintf.c b/main/snprintf.c index ac1f5cba7aa..5990e3df917 100644 --- a/main/snprintf.c +++ b/main/snprintf.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define _GNU_SOURCE #include "php.h" diff --git a/main/snprintf.h b/main/snprintf.h index e98711fe162..9dd27e662a0 100644 --- a/main/snprintf.h +++ b/main/snprintf.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Comparing: sprintf, snprintf, slprintf, spprintf diff --git a/main/spprintf.c b/main/spprintf.c index bcd2111937d..464dda492bb 100644 --- a/main/spprintf.c +++ b/main/spprintf.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* This is the spprintf implementation. * It has emerged from apache snprintf. See original header: */ diff --git a/main/streams/cast.c b/main/streams/cast.c index 0c2510ec9a1..6cfa6519779 100644 --- a/main/streams/cast.c +++ b/main/streams/cast.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define _GNU_SOURCE #include "php.h" #include "php_globals.h" diff --git a/main/streams/filter.c b/main/streams/filter.c index 2ad5dc2c0f8..73fca3dd6a9 100644 --- a/main/streams/filter.c +++ b/main/streams/filter.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "php_network.h" diff --git a/main/streams/glob_wrapper.c b/main/streams/glob_wrapper.c index 06ed7312878..dfe6e534bad 100644 --- a/main/streams/glob_wrapper.c +++ b/main/streams/glob_wrapper.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_streams_int.h" diff --git a/main/streams/memory.c b/main/streams/memory.c index 99bbb12b79c..d088f43c2fc 100644 --- a/main/streams/memory.c +++ b/main/streams/memory.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define _GNU_SOURCE #include "php.h" #include "ext/standard/base64.h" diff --git a/main/streams/mmap.c b/main/streams/mmap.c index c731b51532f..2b7c3e356cf 100644 --- a/main/streams/mmap.c +++ b/main/streams/mmap.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Memory Mapping interface for streams */ #include "php.h" #include "php_streams_int.h" diff --git a/main/streams/php_stream_context.h b/main/streams/php_stream_context.h index 92763893238..083178b23ab 100644 --- a/main/streams/php_stream_context.h +++ b/main/streams/php_stream_context.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Stream context and status notification related definitions */ /* callback for status notifications */ diff --git a/main/streams/php_stream_filter_api.h b/main/streams/php_stream_filter_api.h index 50c5ecef306..09714249b85 100644 --- a/main/streams/php_stream_filter_api.h +++ b/main/streams/php_stream_filter_api.h @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* The filter API works on the principle of "Bucket-Brigades". This is * partially inspired by the Apache 2 method of doing things, although * it is intentially a light-weight implementation. diff --git a/main/streams/php_stream_glob_wrapper.h b/main/streams/php_stream_glob_wrapper.h index b72a6a0658d..174fb4f395c 100644 --- a/main/streams/php_stream_glob_wrapper.h +++ b/main/streams/php_stream_glob_wrapper.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - PHPAPI extern const php_stream_wrapper php_glob_stream_wrapper; PHPAPI extern const php_stream_ops php_glob_stream_ops; diff --git a/main/streams/php_stream_mmap.h b/main/streams/php_stream_mmap.h index 69e888eae22..6db0bdcb90f 100644 --- a/main/streams/php_stream_mmap.h +++ b/main/streams/php_stream_mmap.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* Memory Mapping interface for streams. * The intention is to provide a uniform interface over the most common * operations that are used within PHP itself, rather than a complete diff --git a/main/streams/php_stream_plain_wrapper.h b/main/streams/php_stream_plain_wrapper.h index 578b5cce7f5..183a12d2a2e 100644 --- a/main/streams/php_stream_plain_wrapper.h +++ b/main/streams/php_stream_plain_wrapper.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* definitions for the plain files wrapper */ /* operations for a plain file; use the php_stream_fopen_XXX funcs below */ diff --git a/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h index 8459e711edc..a4a851b3999 100644 --- a/main/streams/php_stream_transport.h +++ b/main/streams/php_stream_transport.h @@ -16,7 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifdef PHP_WIN32 #include "config.w32.h" #include diff --git a/main/streams/php_stream_userspace.h b/main/streams/php_stream_userspace.h index fd98dd24cff..1324d70da03 100644 --- a/main/streams/php_stream_userspace.h +++ b/main/streams/php_stream_userspace.h @@ -16,9 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - - /* for user-space streams */ PHPAPI extern const php_stream_ops php_stream_userspace_ops; PHPAPI extern const php_stream_ops php_stream_userspace_dir_ops; diff --git a/main/streams/php_streams_int.h b/main/streams/php_streams_int.h index 9c05bff66d3..e0ffccec384 100644 --- a/main/streams/php_streams_int.h +++ b/main/streams/php_streams_int.h @@ -16,9 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - - #if ZEND_DEBUG #define emalloc_rel_orig(size) \ diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 285b12b0529..08c9380ddde 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "php_network.h" diff --git a/main/streams/streams.c b/main/streams/streams.c index 6f77b29af8b..df98bdace68 100644 --- a/main/streams/streams.c +++ b/main/streams/streams.c @@ -19,8 +19,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define _GNU_SOURCE #include "php.h" #include "php_globals.h" diff --git a/main/streams/transports.c b/main/streams/transports.c index 3015f4cc062..1853f3ea9e1 100644 --- a/main/streams/transports.c +++ b/main/streams/transports.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_streams_int.h" #include "ext/standard/file.h" diff --git a/main/streams/userspace.c b/main/streams/userspace.c index 21716095b21..beff7b4b2b5 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "ext/standard/file.h" diff --git a/main/streams/xp_socket.c b/main/streams/xp_socket.c index 5618580fab0..acdb1f8876c 100644 --- a/main/streams/xp_socket.c +++ b/main/streams/xp_socket.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "ext/standard/file.h" #include "streams/php_streams_int.h" diff --git a/main/strlcat.c b/main/strlcat.c index f138c86c737..2050c670700 100644 --- a/main/strlcat.c +++ b/main/strlcat.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifdef USE_STRLCAT_PHP_IMPL diff --git a/main/strlcpy.c b/main/strlcpy.c index 403dfe6c86d..5c19ced5138 100644 --- a/main/strlcpy.c +++ b/main/strlcpy.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #ifdef USE_STRLCPY_PHP_IMPL diff --git a/sapi/apache2handler/apache_config.c b/sapi/apache2handler/apache_config.c index 05c9e858289..4c9c80f942b 100644 --- a/sapi/apache2handler/apache_config.c +++ b/sapi/apache2handler/apache_config.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #include "php.h" diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 31767002875..25d1d9f5ac2 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for sapi apache2handler PHP_ARG_WITH(apxs2,, [ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional diff --git a/sapi/apache2handler/config.w32 b/sapi/apache2handler/config.w32 index 8ea1305d4fc..5166135b0a0 100644 --- a/sapi/apache2handler/config.w32 +++ b/sapi/apache2handler/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ARG_ENABLE('apache2handler', 'Build Apache 2.x handler', 'no'); diff --git a/sapi/apache2handler/mod_php7.c b/sapi/apache2handler/mod_php7.c index 3f0e7d5da96..e2f96592cc2 100644 --- a/sapi/apache2handler/mod_php7.c +++ b/sapi/apache2handler/mod_php7.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #include "php.h" diff --git a/sapi/apache2handler/php_apache.h b/sapi/apache2handler/php_apache.h index c93e20c90f7..ae5e5972cc4 100644 --- a/sapi/apache2handler/php_apache.h +++ b/sapi/apache2handler/php_apache.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_APACHE_H #define PHP_APACHE_H diff --git a/sapi/apache2handler/php_functions.c b/sapi/apache2handler/php_functions.c index eebc88567e8..9ab3ad57fac 100644 --- a/sapi/apache2handler/php_functions.c +++ b/sapi/apache2handler/php_functions.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #include "php.h" diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index a4ee0cdcf6b..a198cddec91 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -18,8 +18,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #include "php.h" diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 350846d7f77..71ed2fd98d4 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -21,8 +21,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "php_variables.h" diff --git a/sapi/cgi/config.w32 b/sapi/cgi/config.w32 index 4e803fb1c41..5f7b040b639 100644 --- a/sapi/cgi/config.w32 +++ b/sapi/cgi/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ARG_ENABLE('cgi', 'Build CGI version of PHP', 'yes'); diff --git a/sapi/cgi/config9.m4 b/sapi/cgi/config9.m4 index 1935864be37..bdf9edbdc1f 100644 --- a/sapi/cgi/config9.m4 +++ b/sapi/cgi/config9.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for sapi cgi PHP_ARG_ENABLE(cgi,, [ --disable-cgi Disable building CGI version of PHP], yes, no) diff --git a/sapi/cli/cli.h b/sapi/cli/cli.h index a02d6241dc4..5cc39ff00b2 100644 --- a/sapi/cli/cli.h +++ b/sapi/cli/cli.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef CLI_H #define CLI_H diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4 index 21681512a73..73829639593 100644 --- a/sapi/cli/config.m4 +++ b/sapi/cli/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for sapi cli PHP_ARG_ENABLE(cli,, [ --disable-cli Disable building CLI version of PHP diff --git a/sapi/cli/config.w32 b/sapi/cli/config.w32 index 7d0e5954ff8..ba55be22182 100644 --- a/sapi/cli/config.w32 +++ b/sapi/cli/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes'); ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no'); diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index d67cefca9f4..00bc1d793cf 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -20,8 +20,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php.h" #include "php_globals.h" #include "php_variables.h" diff --git a/sapi/cli/php_cli_process_title.c b/sapi/cli/php_cli_process_title.c index c1074ebf197..a85370cbd5e 100644 --- a/sapi/cli/php_cli_process_title.c +++ b/sapi/cli/php_cli_process_title.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/sapi/cli/php_cli_process_title.h b/sapi/cli/php_cli_process_title.h index 854dec61659..8882e3cd0ea 100644 --- a/sapi/cli/php_cli_process_title.h +++ b/sapi/cli/php_cli_process_title.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_PS_TITLE_HEADER #define PHP_PS_TITLE_HEADER diff --git a/sapi/cli/ps_title.h b/sapi/cli/ps_title.h index 69e791061c4..bc18470ce13 100644 --- a/sapi/cli/ps_title.h +++ b/sapi/cli/ps_title.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PS_TITLE_HEADER #define PS_TITLE_HEADER diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index 5be7af48f4d..d396a070e82 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for sapi embed PHP_ARG_ENABLE(embed,, [ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library diff --git a/sapi/embed/config.w32 b/sapi/embed/config.w32 index ce41e253f0b..394982126ca 100644 --- a/sapi/embed/config.w32 +++ b/sapi/embed/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ARG_ENABLE('embed', 'Embedded SAPI library', 'no'); diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 109d908ef23..6b21825ba0d 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -15,7 +15,6 @@ | Author: Edin Kadribasic | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php_embed.h" #include "ext/standard/php_standard.h" diff --git a/sapi/embed/php_embed.h b/sapi/embed/php_embed.h index 7f35e623a20..15c311e2b3b 100644 --- a/sapi/embed/php_embed.h +++ b/sapi/embed/php_embed.h @@ -15,7 +15,6 @@ | Author: Edin Kadribasic | +----------------------------------------------------------------------+ */ -/* $Id$ */ #ifndef _PHP_EMBED_H_ #define _PHP_EMBED_H_ diff --git a/sapi/fpm/config.m4 b/sapi/fpm/config.m4 index 8a9c60a4f97..c9e98216f88 100644 --- a/sapi/fpm/config.m4 +++ b/sapi/fpm/config.m4 @@ -1,6 +1,4 @@ -dnl -dnl $Id$ -dnl +dnl config.m4 for sapi fpm PHP_ARG_ENABLE(fpm,, [ --enable-fpm Enable building of the fpm SAPI executable], no, no) diff --git a/sapi/fpm/fpm/events/devpoll.c b/sapi/fpm/fpm/events/devpoll.c index fe6f93f7947..e3f73bf1267 100644 --- a/sapi/fpm/fpm/events/devpoll.c +++ b/sapi/fpm/fpm/events/devpoll.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "../fpm_config.h" #include "../fpm_events.h" #include "../fpm.h" diff --git a/sapi/fpm/fpm/events/devpoll.h b/sapi/fpm/fpm/events/devpoll.h index 91599e4fb77..08730744ab2 100644 --- a/sapi/fpm/fpm/events/devpoll.h +++ b/sapi/fpm/fpm/events/devpoll.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FPM_EVENTS_DEVPOLL_H #define FPM_EVENTS_DEVPOLL_H diff --git a/sapi/fpm/fpm/events/epoll.c b/sapi/fpm/fpm/events/epoll.c index c7b47375e9a..e4a3300e4d5 100644 --- a/sapi/fpm/fpm/events/epoll.c +++ b/sapi/fpm/fpm/events/epoll.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "../fpm_config.h" #include "../fpm_events.h" #include "../fpm.h" diff --git a/sapi/fpm/fpm/events/epoll.h b/sapi/fpm/fpm/events/epoll.h index 696f56cdfcc..4896178a582 100644 --- a/sapi/fpm/fpm/events/epoll.h +++ b/sapi/fpm/fpm/events/epoll.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FPM_EVENTS_EPOLL_H #define FPM_EVENTS_EPOLL_H diff --git a/sapi/fpm/fpm/events/kqueue.c b/sapi/fpm/fpm/events/kqueue.c index 87eb5d7f705..f0bb98ec214 100644 --- a/sapi/fpm/fpm/events/kqueue.c +++ b/sapi/fpm/fpm/events/kqueue.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "../fpm_config.h" #include "../fpm_events.h" #include "../fpm.h" diff --git a/sapi/fpm/fpm/events/kqueue.h b/sapi/fpm/fpm/events/kqueue.h index 7255c5cae7b..abb329e980e 100644 --- a/sapi/fpm/fpm/events/kqueue.h +++ b/sapi/fpm/fpm/events/kqueue.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FPM_EVENTS_KQUEUE_H #define FPM_EVENTS_KQUEUE_H diff --git a/sapi/fpm/fpm/events/poll.c b/sapi/fpm/fpm/events/poll.c index b9f62b8499f..28bcf0c403f 100644 --- a/sapi/fpm/fpm/events/poll.c +++ b/sapi/fpm/fpm/events/poll.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "../fpm_config.h" #include "../fpm_events.h" #include "../fpm.h" diff --git a/sapi/fpm/fpm/events/poll.h b/sapi/fpm/fpm/events/poll.h index 983077060ff..c8cac2b367e 100644 --- a/sapi/fpm/fpm/events/poll.h +++ b/sapi/fpm/fpm/events/poll.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FPM_EVENTS_POLL_H #define FPM_EVENTS_POLL_H diff --git a/sapi/fpm/fpm/events/port.c b/sapi/fpm/fpm/events/port.c index 7940285dfa5..bb9441369ca 100644 --- a/sapi/fpm/fpm/events/port.c +++ b/sapi/fpm/fpm/events/port.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "../fpm_config.h" #include "../fpm_events.h" #include "../fpm.h" diff --git a/sapi/fpm/fpm/events/port.h b/sapi/fpm/fpm/events/port.h index 210112c4501..28aee47f025 100644 --- a/sapi/fpm/fpm/events/port.h +++ b/sapi/fpm/fpm/events/port.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FPM_EVENTS_PORT_H #define FPM_EVENTS_PORT_H diff --git a/sapi/fpm/fpm/events/select.c b/sapi/fpm/fpm/events/select.c index 5f1a02abf2d..c0fd8bc0856 100644 --- a/sapi/fpm/fpm/events/select.c +++ b/sapi/fpm/fpm/events/select.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "../fpm_config.h" #include "../fpm_events.h" #include "../fpm.h" diff --git a/sapi/fpm/fpm/events/select.h b/sapi/fpm/fpm/events/select.h index cad01df3fcf..6490fe2c181 100644 --- a/sapi/fpm/fpm/events/select.h +++ b/sapi/fpm/fpm/events/select.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef FPM_EVENTS_SELECT_H #define FPM_EVENTS_SELECT_H diff --git a/sapi/fpm/fpm/fpm_status.c b/sapi/fpm/fpm/fpm_status.c index 2df07144091..b104288ff41 100644 --- a/sapi/fpm/fpm/fpm_status.c +++ b/sapi/fpm/fpm/fpm_status.c @@ -1,5 +1,4 @@ - /* $Id$ */ /* (c) 2009 Jerome Loyet */ #include "php.h" diff --git a/sapi/fpm/fpm/fpm_status.h b/sapi/fpm/fpm/fpm_status.h index 79caf694ccd..8d91b44a06c 100644 --- a/sapi/fpm/fpm/fpm_status.h +++ b/sapi/fpm/fpm/fpm_status.h @@ -1,5 +1,4 @@ - /* $Id$ */ /* (c) 2009 Jerome Loyet */ #ifndef FPM_STATUS_H diff --git a/sapi/fpm/status.html.in b/sapi/fpm/status.html.in index 77914a6f2b5..7b5aedc4253 100644 --- a/sapi/fpm/status.html.in +++ b/sapi/fpm/status.html.in @@ -1,7 +1,6 @@