]> granicus.if.org Git - php/commitdiff
Replace $Revision$ with $Id$ in keyword expansion enable files
authorDavid Soria Parra <dsp@php.net>
Tue, 20 Mar 2012 16:53:47 +0000 (17:53 +0100)
committerDavid Soria Parra <dsp@php.net>
Tue, 20 Mar 2012 16:53:47 +0000 (17:53 +0100)
23 files changed:
README.input_filter
Zend/RFCs/002.txt
Zend/RFCs/003.txt
ext/dba/libcdb/cdb.c
ext/dba/libcdb/cdb_make.c
ext/dba/libflatfile/flatfile.c
ext/dba/libinifile/inifile.c
ext/enchant/enchant.c
ext/filter/filter.c
ext/iconv/php_iconv.h
ext/mysqlnd/mysqlnd.h
ext/oci8/oci8.c
ext/phar/phar.c
ext/phar/phar/pharcommand.inc
ext/posix/posix.c
ext/recode/recode.c
ext/reflection/php_reflection.c
ext/simplexml/simplexml.c
ext/skeleton/create_stubs
ext/sysvmsg/sysvmsg.c
run-tests.php
sapi/continuity/capi.c
sapi/nsapi/nsapi.c

index 8fb8244bd8239e5be233894a56e140c451bd30dd..488ca82a7b15672b2186e25e65f9efa13ff650a0 100644 (file)
@@ -88,7 +88,7 @@ PHP_MINFO_FUNCTION(my_input_filter)
 {
     php_info_print_table_start();
     php_info_print_table_row( 2, "My Input Filter Support", "enabled" );
-    php_info_print_table_row( 2, "Revision", "$Revision$");
+    php_info_print_table_row( 2, "Revision", "$Id$");
     php_info_print_table_end();
 }
 
index 4b52696bbc1f69b9c61942ef718261e6372d3dd5..7d7cb885d85b5ffc3f7e14171bb226b1e3c711a4 100644 (file)
@@ -1,5 +1,5 @@
 Title:           Zend 2.0 Namespaces
-Version:         $Revision$
+Version:         $Id$
 Status:          declined
 Maintainer:      Stig S. Bakken <ssb@php.net>
 Created:         2001-09-08
index aa90691b1964a32dc6e91562883ea08af4b48a9e..30fb4cec4912f30d0600d45fda082d7eadf58521 100644 (file)
@@ -1,5 +1,5 @@
 Title:           Loose type requirements for functions
-Version:         $Revision$
+Version:         $Id$
 Status:          draft
 Maintainer:      Brian Moon <brianm@dealnews.com>
 Created:         2001-09-17
index a4a04474cc5fc7e8ed690d0f42d1fce9c9e85c79..5c26b4fd9f2aff928342c9a5988b4cbcdfcb3253 100644 (file)
@@ -189,6 +189,6 @@ int cdb_find(struct cdb *c, char *key, unsigned int len TSRMLS_DC)
 /* {{{ cdb_version */
 char *cdb_version() 
 {
-       return "0.75, $Revision$";
+       return "0.75, $Id$";
 }
 /* }}} */
index e6e7f6f5573098a5baa7cbc3c27d0c013dba799f..600b8dd0f9187fe83c489340acb60259c1b16700 100644 (file)
@@ -240,5 +240,5 @@ int cdb_make_finish(struct cdb_make *c TSRMLS_DC)
 /* {{{ cdb_make_version */
 char *cdb_make_version() 
 {
-       return "0.75, $Revision$";
+       return "0.75, $Id$";
 }
index 1b66d0814c50f698ad46676f4656dda22c997179..081af745f946e0a831dcde9db8b062acc216eedf 100644 (file)
@@ -307,7 +307,7 @@ datum flatfile_nextkey(flatfile *dba TSRMLS_DC) {
 /* {{{ flatfile_version */
 char *flatfile_version() 
 {
-       return "1.0, $Revision$";
+       return "1.0, $Id$";
 }
 /* }}} */ 
 
index b40dd8c0ed7e75f238300c75151740d281f409e3..f7157ed0fee89f9011e3045ea43b17ab256f6f56 100644 (file)
@@ -43,7 +43,7 @@
 /* {{{ inifile_version */
 char *inifile_version() 
 {
-       return "1.0, $Revision$";
+       return "1.0, $Id$";
 }
 /* }}} */ 
 
index 7b302e0dfdb96a2d8cb7072a2add954b4251f41d..0126d9ef4ed28f85fbab1ddb4e10ba927289f0cd 100755 (executable)
@@ -326,7 +326,7 @@ PHP_MINFO_FUNCTION(enchant)
 #elif defined(HAVE_ENCHANT_BROKER_SET_PARAM)
        php_info_print_table_row(2, "Libenchant Version", "1.5.0 or later");
 #endif
-       php_info_print_table_row(2, "Revision", "$Revision$");
+       php_info_print_table_row(2, "Revision", "$Id$");
        php_info_print_table_end();
 
        php_info_print_table_start();
index 9247615da55b71e7fa952c4820fff3f0e5cc5143..2b8c730d7dfaa8485d07cd792f0c82852ffe4113 100644 (file)
@@ -318,7 +318,7 @@ PHP_MINFO_FUNCTION(filter)
 {
        php_info_print_table_start();
        php_info_print_table_row( 2, "Input Validation and Filtering", "enabled" );
-       php_info_print_table_row( 2, "Revision", "$Revision$");
+       php_info_print_table_row( 2, "Revision", "$Id$");
        php_info_print_table_end();
 
        DISPLAY_INI_ENTRIES();
index 42210d4a249d80299115db73d60f972bc1d32d98..8024fda0803df1fdc99a35248a9d06af29098ef1 100644 (file)
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Revision$ */
+/* $Id$ */
 
 #ifndef PHP_ICONV_H
 #define PHP_ICONV_H
index 63f8551a79e9e03b58844965c9fb122cd3431383..65fe78e70ce53d27a6cd578597722950e490b0d0 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef MYSQLND_H
 #define MYSQLND_H
 
-#define MYSQLND_VERSION "mysqlnd 5.0.8-dev - 20102224 - $Revision$"
+#define MYSQLND_VERSION "mysqlnd 5.0.8-dev - 20102224 - $Id$"
 #define MYSQLND_VERSION_ID 50008
 
 /* This forces inlining of some accessor functions */
index f323d3e6726e1352e6901ef017f7d85312f6168a..bf2eaf558b050b6d2e6d098bed6345af7e842ea4 100644 (file)
@@ -1341,7 +1341,7 @@ PHP_MINFO_FUNCTION(oci)
        php_info_print_table_start();
        php_info_print_table_row(2, "OCI8 Support", "enabled");
        php_info_print_table_row(2, "Version", PHP_OCI8_VERSION);
-       php_info_print_table_row(2, "Revision", "$Revision$");
+       php_info_print_table_row(2, "Revision", "$Id$");
 
        snprintf(buf, sizeof(buf), "%ld", OCI_G(num_persistent));
        php_info_print_table_row(2, "Active Persistent Connections", buf);
index 4ab2b863765e46782db6d3e6768a432b648630cb..d8eaad1a2452af8d7f8ea9e3944e43add43e1890 100644 (file)
@@ -3669,7 +3669,7 @@ PHP_MINFO_FUNCTION(phar) /* {{{ */
        php_info_print_table_header(2, "Phar: PHP Archive support", "enabled");
        php_info_print_table_row(2, "Phar EXT version", PHP_PHAR_VERSION);
        php_info_print_table_row(2, "Phar API version", PHP_PHAR_API_VERSION);
-       php_info_print_table_row(2, "SVN revision", "$Revision$");
+       php_info_print_table_row(2, "SVN revision", "$Id$");
        php_info_print_table_row(2, "Phar-based phar archives", "enabled");
        php_info_print_table_row(2, "Tar-based phar archives", "enabled");
        php_info_print_table_row(2, "ZIP-based phar archives", "enabled");
index 9a111b8d83b18124f6fcfe7cc3b649b23f08f0c6..9e968694c3f62cb89989bcfa2fe021ec4b3c47a0 100755 (executable)
@@ -1566,7 +1566,7 @@ class PharCommand extends CLICommand
                $use_ext = extension_loaded('phar');
                $version = array(
                        'PHP Version' => phpversion(),
-                       'phar.phar version' => '$Revision$',
+                       'phar.phar version' => '$Id$',
                        'Phar EXT version' => $use_ext ? phpversion('phar') : 'Not available',
                        'Phar API version' => Phar::apiVersion(),
                        'Phar-based phar archives' => true,
index ab19eb2f64de0e844c1653cc150d743b706c4c3a..c00b7465003bf16b27764ccaea3c159ca2e4419d 100644 (file)
@@ -310,7 +310,7 @@ const zend_function_entry posix_functions[] = {
 static PHP_MINFO_FUNCTION(posix)
 {
        php_info_print_table_start();
-       php_info_print_table_row(2, "Revision", "$Revision$");
+       php_info_print_table_row(2, "Revision", "$Id$");
        php_info_print_table_end();
 }
 /* }}} */
index fdbc4d0d5fe8ac9ac4ef524bc0de587417197e18..e17429b238eb22d028af0d49b193d3f6c40aaf9f 100644 (file)
@@ -135,7 +135,7 @@ PHP_MINFO_FUNCTION(recode)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "Recode Support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision$");
+       php_info_print_table_row(2, "Revision", "$Id$");
        php_info_print_table_end();
 }
 
index 94cc05ee584bb91948ce99683ba92fd91bf26d5e..522fef1e5100f848a5e2059d98b3a880a3143e9a 100644 (file)
@@ -5552,7 +5552,7 @@ PHP_MINFO_FUNCTION(reflection) /* {{{ */
        php_info_print_table_start();
        php_info_print_table_header(2, "Reflection", "enabled");
 
-       php_info_print_table_row(2, "Version", "$Revision$");
+       php_info_print_table_row(2, "Version", "$Id$");
 
        php_info_print_table_end();
 } /* }}} */
@@ -5566,7 +5566,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */
        NULL,
        NULL,
        PHP_MINFO(reflection),
-       "$Revision$",
+       "$Id$",
        STANDARD_MODULE_PROPERTIES
 }; /* }}} */
 
index b6d94d02357b31e713809ba693ad82bad205f848..a379111021e24ef020a2eefd8ca830cb1ab5b280 100644 (file)
@@ -2608,7 +2608,7 @@ PHP_MINFO_FUNCTION(simplexml)
 {
        php_info_print_table_start();
        php_info_print_table_header(2, "Simplexml support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision$");
+       php_info_print_table_row(2, "Revision", "$Id$");
        php_info_print_table_row(2, "Schema support",
 #ifdef LIBXML_SCHEMAS_ENABLED
                "enabled");
index 0a5f28607e274bbbd5628b226ad0fa56d530ec1b..f9f39b1795f7e18e4c822bb840ea42295f646938 100755 (executable)
@@ -67,7 +67,7 @@ BEGIN {
                        
 
        xmlhead = "<?xml version='1.0' encoding='iso-8859-1'?>\n" \
-    "<!-- $Revision$ -->\n" \
+    "<!-- $Id$ -->\n" \
     " <reference id=\"ref." extname "\">\n" \
                "  <title> functions</title>\n" \
                "  <titleabbrev></titleabbrev>\n\n" \
index 1bc8b63d51074d9b7676606aa9ae785620bbd21c..bf99fb053e35d98fb01c414dda6d4813a55e6647 100644 (file)
@@ -145,7 +145,7 @@ PHP_MINFO_FUNCTION(sysvmsg)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "sysvmsg support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision$");
+       php_info_print_table_row(2, "Revision", "$Id$");
        php_info_print_table_end();
 }
 /* }}} */
index 4549659ce21cc7165cffb77537ae5ab6bd91e8fa..38048706060d528e9b2b809d95a6f80ba7777358 100755 (executable)
@@ -666,7 +666,7 @@ if (isset($argc) && $argc > 1) {
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision$' . "\n";
+                                       echo '$Id$' . "\n";
                                        exit(1);
 
                                default:
index 860a760b36fa1ecf92dd8aa8a48cd65dc3b6daa0..cdf7283bd8a8402fedfdda7f4640e16ee90cd5bd 100644 (file)
@@ -110,7 +110,7 @@ PHP_MSHUTDOWN_FUNCTION(continuity)
 PHP_MINFO_FUNCTION(continuity)
 {
         php_info_print_table_start();
-        php_info_print_table_row(2, "Continuity Module Revision", "$Revision$");
+        php_info_print_table_row(2, "Continuity Module Revision", "$Id$");
         php_info_print_table_row(2, "Server Version", conFget_build());
 #ifdef CONTINUITY_CDPEXT
        php_info_print_table_row(2,"CDP Extensions", "enabled");
index 21089af6f9bc6c19118cc2fb118a5de2e00c74fb..202bf54bcf847e659e760f74893a46c21b6f941a 100644 (file)
@@ -312,7 +312,7 @@ PHP_MSHUTDOWN_FUNCTION(nsapi)
 PHP_MINFO_FUNCTION(nsapi)
 {
        php_info_print_table_start();
-       php_info_print_table_row(2, "NSAPI Module Revision", "$Revision$");
+       php_info_print_table_row(2, "NSAPI Module Revision", "$Id$");
        php_info_print_table_row(2, "Server Software", system_version());
        php_info_print_table_row(2, "Sub-requests with nsapi_virtual()",
         (nsapi_servact_service)?((zend_ini_long("zlib.output_compression", sizeof("zlib.output_compression"), 0))?"not supported with zlib.output_compression":"enabled"):"not supported on this platform" );