diff options
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/README | 2 | ||||
-rw-r--r-- | ext/openssl/config.w32 | 1 | ||||
-rw-r--r-- | ext/openssl/config0.m4 | 4 | ||||
-rw-r--r-- | ext/openssl/openssl.c | 2 | ||||
-rw-r--r-- | ext/openssl/php_openssl.h | 2 | ||||
-rw-r--r-- | ext/openssl/xp_ssl.c | 2 |
6 files changed, 1 insertions, 12 deletions
diff --git a/ext/openssl/README b/ext/openssl/README index 20a38332fb..1070d3ee9f 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 ade17d402a..bd1f2d1589 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 a7bbf05f62..5dc60ea7f0 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 52f3ff6c67..89c84b42e4 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 e357550c1a..b9026a503d 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 6ab47d6952..b26fc26544 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 |