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 5287230e1aea0..1e917797c1d43 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 e95950bde0e50..f22cab5d71122 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 f98109fa06b78..a608c55583e33 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 e7d3f3b976327..03a21b30cccd0 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 8bf35d33b0370..6511c0c8a63d6 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 cf80260775af1..a7956caf90b32 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 0ab205349efc7..b24224c66acfa 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 7a01c0b0360a5..d5d970ca30a33 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 32a39891c1faf..7bb4fc4691b55 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 702cb647e9d01..53e7849cf937a 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 b95c1360b8930..4d0cf4c018d0a 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 f18d8e04ee373..83353ee051bd1 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 b07f259ae1659..769640bf107ce 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 bf24904834bc2..e19702cb9a373 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 b4700370db921..b42cbaae4bdb2 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 ae2b9cd9a54a1..71d550e57ba04 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 48b01863eac31..ad817f296e14d 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 b8112d33a1483..a1ee3b6fe37ae 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 a3e1cd69d8dc2..47da7ad5f3134 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 03eec39237b14..2677b5e58c032 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 81ee386e5635c..e4f2a99da25c6 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 0d1408e36ebfe..fd95c63640565 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 f57f2229f3d8c..2638582a4bcf9 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 00dd718b94144..81f3f49982faf 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 788845f08eef5..35d0a9187108e 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 dc8bb475dd5f5..a2db4f590f097 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 a7dbddc529e32..be4ae1f45390a 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 04f2acce8f624..649a61c270784 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 ef2f2dba56e2b..44c7ff93b861f 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 35cd1cdaf17da..1732fdefc4021 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 73111bef19596..53f4a6868e855 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 2b0b9609f52a6..0198b3171e66b 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 727b9842d33d8..108ccf31eda64 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 ec3a61e72bf9d..907349c173171 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 c9840c35146ac..3a5cb856d740f 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 0b516b28e601e..fad4b086c23e6 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 ac90451e01067..440c92160e367 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 67ad33265cebc..fb489b6e7ae60 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 c1ef4be780b74..d30453e1dc91e 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 7c94eb903d3e4..260bb8e71d405 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 e1fe568ca093d..7662d9739c79d 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 ec199bb4139ef..10dda5f836ac4 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 2bfafdc1d53c6..f3e6379a73d44 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 a21598c41d000..39aaed29678d1 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 efe005e29af96..1df110d50fefc 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 6bdf432707922..728dd31348c30 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 2784e1d813a71..52a8396dd0ffc 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 c7e025c2744f3..4512cee26623e 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 7a8517edc9667..81606ef6eb524 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 ed46ed9c1aef7..15c828abd119d 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 9e4397aa92b88..e984d5254e399 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 8621f952ae205..bd978a14051ba 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 29263b8e71988..1de35873169d3 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 c75bf3c40c1ea..99388f35891ef 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 69d3b3d142584..2d95cf2a714f2 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 c188e15d81f46..0cfb62cd90c8a 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 0e6dad83c6c30..e696f414caa62 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 a197a03ebe15d..ba1c1d550353d 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 6d495427d5ecb..2279a797556ad 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 bcbf5c1de42ae..23bd790088561 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 2b2d59b67c9de..b6d8864f14f84 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 1ccb8c9a07fad..f6a131dbe6ca3 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 fe045a318525b..1ec1af06a5f73 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 9349ce5e638f2..95ab3dc50c4ee 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 3598fd4f1cb27..662b881d9989f 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 65d8dca2054f9..7f173c93444a0 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 3b68c268b9038..2ef1000f09ce4 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 0be4651cd6e1b..038ff25b4aac7 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 08cefb8ba6926..8d01eedbc0ac6 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 1878a9546689a..90fc211e56c15 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 ea3f2e0ba779e..add1e4ecf9a01 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 1de69f6b9adf1..5309345c40bce 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 70f13c300fe67..34d5a3d9b328c 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 0c053c5ba4a46..ec3af6500838b 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 01c1e0b87acde..2e88e89c7fb4d 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 3f1f85561ff0f..c4d4c8d3c94e4 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 45d51060e3d5c..54ca32e31bacc 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 080fe9c04882d..f162bf2163a0e 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 8a0d81837fec4..ea0f3ddf4fdf4 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 f9932abecd31c..31275860976c2 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 58d906321cf0f..a19cd44123937 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 bfb90da687c88..59a5713a7e291 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 77df7e4423bf6..b6cf47ce28fdb 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 371a068bba080..9896ba84b3290 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 849abe80a2b1f..22726f08128ba 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 109d7a12639a3..8279d69c4db75 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 3c5cc03cecdc5..aec1bfe7772ad 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 9d48c7425e58b..9ed1306479111 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 35760b92ca42f..91840f203f8d3 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 9bdbc982602c8..ecd8dfec3c73c 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 73150f8b1977f..fc0ae44fe169e 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 e04926aac05c3..a65c2e5aabdc7 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 3d1e390994f89..8de71e3f49819 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 08769bcc3c5aa..acaa0551b26e3 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 d261e16716852..579f4cd20ab86 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 8d4e2b79d4990..6ba10d296b6bc 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 51d4bb1e1ee60..41fcb9d24d0da 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 272e2e7bc6570..45e298c9b038e 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 8696196f7a39e..537a2c90ae599 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 ce61553fb88de..87c205b6c318f 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 fb49bd4e8cd5e..0dc77879ccff7 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 c1adefe612aa0..752602b339b4b 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 9b3ffe4ac3068..23d10061f2d07 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 c37684cb3e681..d528fd3acf73e 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 51c921726ecb4..9a39642a2d01d 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 85c535d0f5f33..1dd2de2dbf513 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 f79df604b8e92..eaf217774d31d 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 dab356be45b87..3f15ee2c7cd12 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 c4d7904887645..274f381c35629 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 2dc3b74362b3f..0287a1159fab6 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 55917c07f4212..1f3d52a7a0a56 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 ae30c84f9fb7e..96214faf9c78d 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 bbb48e41bf3c0..d025058b1b810 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 3de9a9d3ecb43..3ca0c3901dfc6 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 a80101adbb0f9..b57737a14458b 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 bd9faba46a08c..238c13eb16bee 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 f91c5fcbb9c0e..eb79ed76ff07e 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 0a366b2d29b45..f8bdefdf2156f 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 a47bdf593c698..59776d024bed5 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 28814de09d9d3..8a94d00d6bdb6 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 c60bff0ec8f0a..48dec98fe3aaf 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 b7b7216ddcfdb..6488b3c8b4432 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 da579057925ee..b9a332e4f5442 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 6a8137a2efed1..c782e6695cb9d 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 81bbb63ca85ea..a8cd9b9214d89 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 a5c820f7743a2..261f6a3b75eca 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 68c57915a4e98..170f15b6e725b 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 a8fb6f9ea1848..13366aa3c4439 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 3ae23284276e4..e1f20cba20db9 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 aafd3b41c83f7..a2fbca5bf8d11 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 4745de9f2631c..b7be4c34fd4ad 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 30c42b6cf6d4b..bdce5cbb749ca 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 8a3a0d43c2331..800b84e48d1d8 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 ad000c425181c..6ba816793b5e8 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 1619ac135379c..ebf3e4a48af68 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 1cdfba2f673a9..b2fab3cdd17f2 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 680ca60b4065e..e297240cb648c 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 c1557963c63ff..5565964c20f15 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 cfea1eedc31a5..2e8e1251834a3 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 70bc1e81fe47a..210e992ad6408 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 d589b10078830..7201503d31e50 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 0a9e147569800..40df8a4934820 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 c2485d8a401fe..abc1209b96f41 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 525cd0d0979be..1b685eb550465 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 fc3f5b8836f64..c8eeab82ee0e0 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 5560e68f23e37..7a992b4966c18 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 fbc7d51ede7c1..b7f58b651f121 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 767c320efd30a..0f8e249ac7712 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 4339c9d18f2b5..d8cc48aa51b45 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 b9ac0cf5f84da..c172761e84973 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 1ffca0bdac7b8..4b3a0fb3066a6 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 0f61a7ff43e60..2a2f03ca57b34 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 c3ff5ece24503..f11a7b9a70db4 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 567cdd52e2a01..42f87f199805d 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 cfc7da6366774..9d5b860e329cb 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 f00ab4ccb0862..d1c3771f2354e 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 cb097058a5b7c..171c71191db9a 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 28db15a74f5c1..5fe857783bead 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 7691d1fdd7fc9..7a9ae3a9b1454 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 4ad46300541c9..23673232b224c 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 96101e5a98b65..99c7bd7331e6a 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 1d49fe9f0aa9b..80459c2f6bf4e 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 67fb946edd7c4..79f5c8cb6c702 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 0bb486f7b658c..4fad9ed052b2b 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 05141a95585a1..44626f5043e7e 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 fc64477c74a91..4ebda998877c5 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 d59536955eb77..9d4799bf275ce 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 1ff4df3a539b7..e8e244209a752 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 35bec40a7a2db..d710e1926a7a0 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 bc11975c1872e..9609c92f4eb1e 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 1411e83faa635..882e39b242a99 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 d16e0686d3bc3..b82b29e7642c6 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 69651a89cdee4..08ef40e2d072b 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 a608ff7132969..936c37c3d43fc 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 cb74aa977ff1f..eaf2fea64e738 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 99f843908d7ca..b11c57bc44a72 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 5d44c77846e14..c8ad9951cb420 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 aa869faf96df7..0309500f11349 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 f7aa726d88f48..7cc7271db25a8 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 4bd1b8fe06db9..844b02ed74d2f 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 13e1e12605b74..e13b743381bdb 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 f0ad290e24173..b496e6f1d158b 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 02c73f2025923..5813fbd7e7a8e 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 a77df00e24723..a4c97b2335e05 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 3f3900a9805da..5ce1e1e05bf04 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 c3843d796310a..eceafdd29c931 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 a15b4e3edce56..ede7b17b2478f 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 334902549104e..dd1bef031a6ad 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 d46d4c9d54832..20fbb38a50441 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 c700dac819a47..a8d5106aafb52 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 9213931393e7e..5c32db2c40879 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 a1e880a6b099b..ae5ed4ba441b3 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 2bcbe2846ebe4..2110f35ae1205 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 f349501f7b558..bc5f3ecc6ff8c 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 12b6ad5449100..7b6c07d2e38ba 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 2ac060b3bfa9a..3b842aea4ce0d 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 b83e4833deabd..abe66cbd46d4c 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 e788796f1c8ef..1b7ffddb1a5bd 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 52be8f563ca1a..24c141524698e 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 b5f20a9c8b3f5..573190fa4349a 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 4ff7a062bfc33..a75fc777470e5 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 9b45e1eb672aa..a782c57a90fa4 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 941252a5ab355..c99862cd04166 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 0486e3af14913..d2b3e2b7b5276 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 73ad845859025..25ac53025c74a 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 8098f3d885fe5..74885ddbe263c 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 20a38332fb852..1070d3ee9fba5 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 ade17d402a574..bd1f2d1589590 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 a7bbf05f62858..5dc60ea7f056e 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 52f3ff6c67ad6..89c84b42e4952 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 e357550c1a481..b9026a503de93 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 6ab47d6952346..b26fc26544c9f 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 8e4dc41f3342e..b17aec224ceed 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 013d74054b443..b243b2202749a 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 4b75afcfdd37e..bbb76ae4c70ed 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 7ef2cb4b38785..32a6c55c93bc1 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 b4e0823c57d47..7ce1f6414bdeb 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 46d94f0ed5be7..b0b1e0ce7c898 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 380551db2ef92..26392d7b8b374 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 e438db3b897f2..b9213d4909f5c 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 4ac212922a71d..4c240cbaf9adc 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 da806b0f30fc5..2b833714ae898 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 8cbf21733deff..d381a138fb247 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 564eab0ca5ff2..1613fb0a3a5f8 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 ef1296019dfce..b3af842a4bc0a 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 9c92b5afb7b8b..8d2286812a4ef 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 2a2cff7946fea..cf0edc9105728 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 648358180c18e..b5f5b7163809c 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 8f2debc91282b..6723e0d03438d 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 a6b2bedc0bd91..689f552fc9b32 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 d72c51248482d..77d49001ad696 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 17c135ac1446c..3350211a5e4d1 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 245c3befeb39e..44e4af830f772 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 a4958fdb3b074..17e3bd8a24d90 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 407c3fe4def34..f93fe57927d0f 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 50435bc64b6da..5ff4d7b80b485 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 98c5e6800e890..b9277a30e35f2 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 5aa015e306c3b..ffbd7184dc3fa 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 495328c942c22..aed7f8b510f02 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 85825d4b14387..b02dd0f2af061 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 0a4bfa300ee85..1cb8bbfda77dc 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 cbe76e6865ee2..d8e1a64adea8d 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 695a678da1dfe..56846e3928557 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 bddc018215a74..0d575d2b853d3 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 8b91caaedc44f..31a0a81b76bde 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 d4f8585c20440..e45e1af95463e 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 bed1a1dd7f53c..c6ff4b161d6af 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 01004a7611e99..794002b6ab5d6 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 b20e6151b4f5e..93294231c7254 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 2f3c09fa4de2a..f8719af087bd1 100644 --- a/ext/phar/makestub.php +++ b/ext/phar/makestub.php @@ -48,8 +48,6 @@ +----------------------------------------------------------------------+ */ -/* $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 d78ca35e0f137..f4dcaead46648 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 2c404ca90b07f..602cc7a7a78f3 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 2ff201408c800..3b9aa06444544 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 36472454af473..f48b6ec208324 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 3a34d21366736..37bdf28db50a0 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 ce140d473f04d..0a76ae3f5e340 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 d20cee29c437f..5472d559ac4ef 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 b402cacde6822..ed4a8ebd91810 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 2044e9e6a87b0..7721a4e37ccf8 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 9bc1dae56c3e0..fa47a67d42480 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 46c1139bcecc6..684456806927e 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 481a9ae8918d7..ec779502bc18e 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 741a4bc8f0e04..8ea7fe763cf04 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 a0c534cf7fd7f..7acd245d7539d 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 679b474ec259d..3fa978f10801b 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 0a22352eefea2..bda6709c3b219 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 ec1b2b2cc5f28..8545ad80905fb 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 7873decb4ec8e..a95be657384d2 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 5e75a8bed3340..16a8e1a430a78 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 461d9092200f5..d1d1c113fd28e 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 11658bdd4df1c..181369ffa4699 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 ea645e97107d5..a46c1ccfeb648 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 3cea301e01e38..dab0d31a7039b 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 dd7a3bf68d17a..55eab6b3dfdb7 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 0848d5701ec12..449c762543bf7 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 9acae9dfc7942..72835782c72f0 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 6f61eb2e289a3..ef23d1ba810d2 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 ea39dd78946a1..454c61af3ca67 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 1124eb2f4efab..44c69d8acb5aa 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 009e1f0409ddc..0066667449497 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 ccf479a5ccee4..504c4cc024707 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 a7a15a2375e3e..ff6a58f48cc81 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 10638bd975373..d9a2af0aebc31 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 8abba18fe37f6..0eaedd8ec1da6 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 aaac5d62c3486..fd6bc66fbd05e 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 1794b76025318..785174ebcfb50 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 628c4e03265bc..b3c3ea0391f60 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 89f1f6a3fbd59..d55824f18f2fc 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 e2095621d0571..7a2410de82242 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 83857806cbe41..ff596a87c82ea 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 fbceab75a642f..bc7d9a919b6bf 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 d3413b194be77..7ee3f07cb5b4b 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 0f43644f28c30..0e6bec5e8191f 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 92c982d86bcc4..a3386bbe80f1a 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 440c4a7448130..1c04a90568b1a 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 54ba983e86750..26f26c5f72c9a 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 ea1163ff4f52e..b30c40940e93d 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 bf76e237a91a0..2bb6f2f50bc97 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 d111fcecfd15b..fc98fb04f052a 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 11afe47965564..d22ed14da1821 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 2bf6a2bd110b6..79e3c8b4f58de 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 e6c4cfea689bf..6a1a2907edaa5 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 fb9061f80c5c1..23e9d1b3480a4 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 7cbe26da6404c..648461b809a2f 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 2a399ffdbc1da..6c843d733dc66 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 5b5525f6223ee..61cd639df0549 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 602ffed8dc245..b95d8562cb40d 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 4f237fa534786..5e5fbd85eab07 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 94e7b6c092dfa..d9061c53d1527 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 3c837797cc225..5f25aa1ea63f6 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 2f77946ce54fc..48977f0a4986e 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 56c466c220a15..b82333a2619ed 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 f3acd6dd3d097..0263a132b1553 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 3039f10d7bfce..4eab55b7bfe34 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 182cdb4c1c4c6..0ffaeb9ae1245 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 90798947a4911..471239dd31f1b 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 97922df9146f9..2bbdadfe6d4f1 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 f50358fd61254..10e104270cbcd 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 59751dcdfa8c1..fad7f6285ad8b 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 9ff67a0cef0fa..de46e5941185b 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 350c76781e3c5..f2a16beaee8cf 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 08cdb5a4ced6f..d500a91efc72f 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 f738b9b059f2b..3abd143636301 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 dc6dd7867465c..eb2e3d97bf299 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 5249bd7afba72..75e264f34ba28 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 85523fb02f697..c8f43d5dd6ba3 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 70b08bf55533b..5751cf97cdf78 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 09bcef16ac3fd..d0d7718411449 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 3361fc9c73249..3aca8b1dc5e02 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 904a5d17555e5..cbb0744071c36 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 0d99f066fcb87..a6e27f47b66e8 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 6843488af635f..3ca9692954e7f 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 02322055c2a72..b1e5d1ad1373a 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 93a059902ae90..65d089be7c85b 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 69b5a689a5147..6287d59c4f5e3 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 093afcff78428..bd650639066e4 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 08d436786fcd6..ced363bc62d80 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 c073d7d5acb17..6eb6947dcfd96 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 8296b85f2febb..893e2219ad2ba 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 54da85c0b7e46..4a3a76ac0a041 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 582153a6749a4..c1fa5ab304e9b 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 31636e0fc209f..58be469cc49ae 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 39a6fe4e03420..b8a917920fd46 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 4753adfb78355..3e6d0839d09f4 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 3794b01218ca5..7818266f24743 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 f934610054a44..11e34f8105b78 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 e6d68a46a38e9..50c225ba3e7c4 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 0ab3ab6b64283..09c9ae03974af 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 994c761f2244f..1c435369e814e 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 3c1d0d83d5bba..9c64549f8b465 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 e873ca7946be5..64ad0c1435a12 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 5cf306715f139..c1f945f29edd4 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 34316854c8beb..d540990fe1c11 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 5e99e83bd4aac..dc51b30150875 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 288c216b99bd9..c102736783a69 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 423b770998ab1..2b94c0a8d8284 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 eac619c8e404b..0a9024a268f7e 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 eedd7f50dbbbe..cb70a7e8af607 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 56861f149aee0..c3127d2f8710e 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 0a9159666bced..5395fe766c5d7 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 308a51e6d083f..91d71eedd409e 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 b170d1a7b467d..82c329c20e375 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 9cfccd5235dcd..6b50f22bf47c8 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 de3fd170bff8e..d2d01958775d5 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 a3bbb6d91c9f7..a55e97c806511 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 b6302a0f87eda..d914a1fd7262c 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 04626680445b9..3f25ab4b11940 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 9507ae58277b2..fd44133639790 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 71400dd70337b..9edd5bef6cf89 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 a15f3287c25ba..584ed31ef0105 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 b5a8bdab2ddea..d9550520cd698 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 7c1264fe17fd9..987d86e751f77 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 2f0c51e339b97..496f548441622 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 4fcdb3c9b1d31..857e55d770101 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 0c3aa4c47b8ac..6fc7143cd6ee6 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 4aa27cabbac55..e53a9ded77d79 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 6115ed12e27b7..221ee34532936 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 d49cebf57985f..6c607a3e39c2f 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 1ddbc187a0f4b..c5f84564a8770 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 4a9e291364527..2205e5db124a7 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 c2ade05479754..eea60f5d23747 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 18c5e98b8f06d..c532845187e70 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 1d06715170dd8..54d87da88718b 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 4f92ef56e123c..215bbb38740f2 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 d6ddcacfcf9ed..f5d861c17e95c 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 23853b5750b94..5d7a0066cfd8b 100644 --- a/ext/standard/html_tables/html_table_gen.php +++ b/ext/standard/html_tables/html_table_gen.php @@ -37,8 +37,6 @@ +----------------------------------------------------------------------+ */ -/* \$Id$ */ - #ifndef HTML_TABLES_H #define HTML_TABLES_H diff --git a/ext/standard/http.c b/ext/standard/http.c index 8bccb23160a1c..293258b1aafc1 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include "php_http.h" #include "php_ini.h" #include "url.h" diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index a1d472911738a..8c0c019ea3f24 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -19,7 +19,6 @@ | Sara Golemon | +----------------------------------------------------------------------+ */ -/* $Id$ */ #include "php.h" #include "php_globals.h" diff --git a/ext/standard/image.c b/ext/standard/image.c index 81676b7a0cbda..0a8add7e993d2 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 0e34b0aa26a39..120da552e10cd 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 8a9d053bf28cf..0b4d6e4803ec2 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 1c0e445dfacbb..a810c97083a41 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 5a6c422a4a2c1..d01eea2c7ac8a 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 7a16544bbea34..a6ea2cde2e1df 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 eb9aa5b684824..b0197de49bfe8 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 3138c463af6cd..5ca8b2c49c857 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 1146f3f1e9b08..ae6cdd11f2ce4 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 0ac07d9cecbe9..ca6ca115c2e5f 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 56d6f85ace3ea..5432f9855f3ee 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 52a8f70d7df93..ca4bb12dc4fa2 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 e998fba79727d..3c1615f3f119a 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 2c8e2f5a2ea36..56b94e61a854c 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 62c5825a1b72f..1b5738135ffae 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 58dd3d3be24c8..a18c766417bea 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 461373d76bb8b..814f602855ac0 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 e467cf89540b9..c923305973308 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 5d296a7478860..d6c37239e3833 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 c23166999b9ff..259c61a692099 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 4a3a1b927238b..eb8c77dd05ba5 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 70906f3799213..5cf0d397f506b 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 f227365a1fe09..b12c82caf63d0 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 38deb01467ee7..da340485b5173 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 df2c26d7c1fe6..cfee4815f2fd1 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 f36aee7795826..6f85b879ad89f 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 52dda9334899a..d680393efb9ff 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 2c25ec9b31e16..c990e418466c7 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 ebd7e8004996b..b231bbfe5510d 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 a38c556dab689..2631759ee457b 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 f0fc45c28e8d9..07f2f326d2b5e 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 19f753c666ca4..0a3faec44941f 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 46cef15483071..d69b61da29ca5 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 40793540d41f0..b172eb46bb618 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 b911ffeb95893..01a723d74cc07 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 4128863555c51..c1cc0934332d8 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 22409a99c4186..0500d162994b4 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 d494c250a6963..52a4367892332 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 f7fe34602be2f..6bb5bbac86509 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 57cfff79bc024..07d0f7068203a 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 735f71367e951..c1000c921c11b 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 2a23b66ab8cf8..50005643a58c7 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 c9e21cb866fea..777f6aed4d968 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 f1299855e6a52..5bd5cc94d6b94 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 411f7e327959b..6dcfbdbaa5523 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 9a5a863a2d1dd..6682c398474d3 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 c5e00f0fb85ae..0c2f83c6501f9 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 81c6255e496fb..14a348ebda68e 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 20397188f6d4f..9bc53db09e95b 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 eb7f42b082d3d..9b02091640ed2 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 780b8e6f136bf..7e49b3ee3b7c0 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 845c206c1ff9b..88e0f9fd31a82 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 ffb74277ed661..708fd8443399c 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 fa7e050efbcd2..ac3bae8d9785b 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 175c3b30c565c..aab0f1b5f10d2 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 85c703b475fbe..612cdf0f88c52 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 857771a0aaaaf..5963007567e21 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 fc3ae0a048eae..b4b05492fe2c3 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 555bdd8665e57..7cc6339c80cbf 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 22451c7404929..898f108150abd 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 77895309cd629..b95e58774be95 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 a9d5f33fa45ad..37cce100ce4c2 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 3f2d194aed0c8..141e4ed51f0e1 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 fa390d9ea0cfc..27a90f437bb2f 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 982a045d80a4f..cf9d6caf9e6b1 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 ab64a90a42404..0b777eb823791 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 391a379b4c911..9b7bcdbd60a5a 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 b34df344be444..bbcd18f8153bd 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 4c603721c7ece..2f20d62a7485b 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 038996e825ea9..c0838f4ce73b1 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 f5c26c3037143..9350fc71fb0ed 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 4f8b47a76b6c1..31c5e2ae8567d 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 5adfbadbc5528..33be04f3907ff 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 d5ca21b650012..1117d6ed63172 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 bc67649e6106e..ec925a2bd056b 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 16142347a6b75..040af773c8963 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 6d7ac3d53a7d5..b54a3a9d7c9d2 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 8eed74331e0fb..9d15bef6d539e 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 42bfdad48d3a7..67452bdab27cb 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 e9714d28e18eb..2872e1358d2b3 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 7b1cb5949a580..e4c79328680ac 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 9485118a29d06..2f78c2120dd83 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 7d14be7137eea..c99e673c8d2ea 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 b278b3b4dd45a..27d96f0163b41 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 4ae8a2e6962b4..e14fd2d634d29 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 a4f75985e893f..4a95791d30eb7 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 bfb5d92f4ea37..44f5c13602ef1 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 fc4e8a7bd937a..fdf68f278ac7f 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 9c2000387045c..5628decdfd96d 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 3827f59541893..d5c033f12d400 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 164dc8db5924f..f9f95428cfad5 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 e2498d64cb342..6de598fb604b8 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 7a45af954f631..ef9aa02195010 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 cb0822d04aced..bfb738264e0c2 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 0b30a21571c29..24605e5ae8055 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 007dddfc0254f..3527f725fa674 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 dd3b89e77891d..41fadc62daed2 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 ec595d8f9da81..53588491a454c 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 dae79c017324d..17bb7560c2d94 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 6b36ab0e39f41..67426bd02e39a 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 647a4c9648712..9f3d2fb43c73f 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 96b566e2e3597..332036b827cd5 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 a34c36ec91142..afa7279220ac8 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 6a2993f0a7405..82d9e7d19a763 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 c62aff29471d6..6309c7b2dc9de 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 a7596a5f275bd..e08c44d75a7a9 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 715f65a915881..1b58340650385 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 54e5fc234b94d..564f6a43a899e 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 ed621ab53d816..b8fd4b2a59f9d 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 637932f5d9c36..a4bdef8548832 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 f927afd764944..35a1b2984e8ca 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 4ada113a0059f..d9dacf99aee66 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 cca068a95cea0..2c41200fce052 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 38343e514ba29..4d4e7348c93c9 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 888248adf6565..4e29b8ed21abf 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 ce9ade9618993..75d9b12b76b7a 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 7abd3e216c342..5904b22d6e8ff 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 af76382779d9c..43d47f590899e 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 85353a8242c30..d93a93a85bf6f 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 b2d7254fe4f86..55fca4ee7ac34 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 e6fd02c9aaa1c..a1fd6c110eda2 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 ce9bb451aff44..f1e482d955c0f 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 aacd059b6e454..17b181a67f5fc 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 967cbbd389071..0a7583741d512 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 684d6143f8da7..3124d913069da 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 7a10096b83163..b9d9f7b005750 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 89599232fce04..cb135f7bf47d9 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 e0edeef2dd514..d176979e5bb86 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 f9dcdeeec7e01..09bef8df0c8d7 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 6ed7a6312aee3..8d0fa6529ae9e 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 35fbf26181103..1d7d57cae458d 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 e0a2225ef7ae0..836fce2dc49a1 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 b4dad3860ebc2..82bdd12b8a40a 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 8261e2114ce47..72ba318dfdd31 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 2a95bfb8208fa..75c76ead88df9 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 70a3cb6fc07a8..16545fd653b56 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 9db45575ca25e..74808c0cf8cfd 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 a9349d2d16c65..e985cbf8a1ac5 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 7fb47910f0f92..aa64b63e5f242 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 08b423ccef29d..6b81855c1d679 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 fe127ced2fc05..dd0570a8a36c5 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 c874f3e4ef834..e28086c03d1c5 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 33f2d19cdc2f8..b5826d933430b 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 9b6f8aaa497bb..0cceac491553c 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 47c8bbff946c0..0fbf74e57b095 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 5e485c9c9143f..0f58b9c390e38 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 e1c330b63aec8..dfb2fb6e927a7 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 3c34369a49b1f..da0d8be3b9ed2 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 b7f56ef71f6cc..accee6c9aceee 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 7ec3de39e6a8f..78ed445cd6f56 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 820025aa7fff7..985999f762f5d 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 ab94c15fe0a35..072adb823a928 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 d37e0a2eac07f..179d8eba61355 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 4850a65a5a03b..88baffffeeb3b 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 4b8e223ada198..ba54e57c8e430 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 401649cee091c..66e001b900156 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 ecf9ca0ba8392..67712b7b698a4 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 652c6287965b6..990a8047bc35c 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 c12ab3e2c02f2..1382ccded04a7 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 3ae3e8844f08e..967b80889c7a0 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 b5c7c2ccf578c..1509c006d7d6d 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 79e32bee53627..bf5d8b2627192 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 f97816917322e..3af45e0e964dc 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 0452f1f78c660..26799f95a3eb1 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 6797373906fae..d275a9710693c 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 4fc9cba103f6b..70e5736e567a5 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 a482f5b0fe503..d187635367f79 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 b31e9d659bb13..6a1ef981c1a55 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 5d9acb6210930..3e8b6fe77e158 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 945e2b3a2fdeb..53ac983a75a96 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 2a47c37ca2882..fe3b87f7d99a5 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 320fb9a4437dd..5f2faa98860f2 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 8e70c2b151826..d907d84d9de90 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 120f8c0409479..a8b2f89b4cc52 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 5d6b17d13972e..f9c62cb554df8 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 ae09ba2ad150e..24c3cdd5c5715 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 cfa1cdc1fc84d..dffbd3f827465 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 d847f376bcc8d..08fa5ec30d816 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 a83e06055c88c..4de8288dd52fc 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 c6d6c8b076045..4d6b18f43a5c7 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 7d13a03cea6da..a22bab4262163 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 a7d6b83309392..c4c9a29fff48e 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 70035de21a1b3..a7384a6216f03 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 a4635ba0aebad..c4d6a61e2a4a8 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 35ffb029b133f..76628528a4acf 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 aac67bcc765a0..ce31bc200c73a 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 b104fb3486ff4..2581e4575d0ff 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 e6361c4f94d07..a5e89bf96a8ac 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 fd31a12d8cce0..dd16f05217c1f 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 6afb094658805..dee0e5aaa3780 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 318cbe348d421..4a284eac5dc24 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 8cb52fc239690..d1e1c13914838 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 122e30bf9c803..df28887732d3c 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 54153b2cf72c5..d214c80019d7b 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 7d0d5a05c8e8a..213e82bd8c456 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 08358dcd5bb8e..38c420ce6f61b 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 eaddd17f16107..ae8058d81b7e8 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 ac1f5cba7aa52..5990e3df91763 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 e98711fe162ce..9dd27e662a099 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 bcd2111937ddf..464dda492bbcd 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 0c2510ec9a156..6cfa6519779b6 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 2ad5dc2c0f8f3..73fca3dd6a94d 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 06ed731287840..dfe6e534bad1e 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 99bbb12b79c18..d088f43c2fc48 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 c731b51532fd1..2b7c3e356cff9 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 92763893238c7..083178b23abb9 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 50c5ecef306ec..09714249b85c7 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 b72a6a0658df2..174fb4f395c06 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 69e888eae2242..6db0bdcb90f08 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 578b5cce7f5dd..183a12d2a2e50 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 8459e711edc53..a4a851b399967 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 fd98dd24cff1c..1324d70da0365 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 9c05bff66d3c4..e0ffccec38438 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 285b12b0529b5..08c9380ddde77 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 6f77b29af8bbc..df98bdace68d1 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 3015f4cc062e3..1853f3ea9e189 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 21716095b21a1..beff7b4b2b5a1 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 5618580fab080..acdb1f8876ca7 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 f138c86c737e6..2050c6707003e 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 403dfe6c86d59..5c19ced513835 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 05c9e858289e1..4c9c80f942b19 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 317670028753a..25d1d9f5ac269 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 8ea1305d4fca9..5166135b0a01a 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 3f0e7d5da968d..e2f96592cc214 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 c93e20c90f777..ae5e5972cc42e 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 eebc88567e8c0..9ab3ad57facbc 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 a4ee0cdcf6b7a..a198cddec91b3 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 350846d7f775d..71ed2fd98d4e3 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 4e803fb1c416b..5f7b040b639ef 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 1935864be37fa..bdf9edbdc1fc4 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 a02d6241dc489..5cc39ff00b2d9 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 21681512a73bf..7382963959366 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 7d0e5954ff869..ba55be22182a2 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 d67cefca9f430..00bc1d793cfb4 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 c1074ebf1977d..a85370cbd5e05 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 854dec61659c5..8882e3cd0ea3e 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 69e791061c4e2..bc18470ce1300 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 5be7af48f4dd8..d396a070e82b4 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 ce41e253f0b0f..394982126cadb 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 109d908ef23bb..6b21825ba0df9 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 7f35e623a20bd..15c311e2b3be0 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 8a9c60a4f9705..c9e98216f88c6 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 fe6f93f7947de..e3f73bf126723 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 91599e4fb77bc..08730744ab2d1 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 c7b47375e9a74..e4a3300e4d5f3 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 696f56cdfcc29..4896178a58226 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 87eb5d7f705da..f0bb98ec21478 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 7255c5cae7bf6..abb329e980ebb 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 b9f62b8499f99..28bcf0c403fd8 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 983077060fff9..c8cac2b367e0c 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 7940285dfa583..bb9441369ca14 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 210112c450190..28aee47f0258d 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 5f1a02abf2d5c..c0fd8bc085606 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 cad01df3fcf5c..6490fe2c18151 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 2df071440919f..b104288ff4190 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 79caf694ccd10..8d91b44a06c42 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 77914a6f2b5d1..7b5aedc4253ff 100644 --- a/sapi/fpm/status.html.in +++ b/sapi/fpm/status.html.in @@ -1,7 +1,6 @@