diff options
author | Anatol Belski <ab@php.net> | 2013-10-14 17:13:11 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2013-10-14 17:13:11 +0200 |
commit | 7e4a42c2787794e198aedf389dc4e870d5b1650f (patch) | |
tree | afbed7615d76949316e5cc71f7097cf1e2a096d3 | |
parent | 78cbe9aed51080f8d66e83493bc0929b82ef4c0b (diff) | |
parent | b0a36007abb522b6b1e3a6b3108eb726053b9d72 (diff) | |
download | php-git-7e4a42c2787794e198aedf389dc4e870d5b1650f.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix whitespaces
-rw-r--r-- | README.EXTENSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXTENSIONS b/README.EXTENSIONS index 7f06c0fb1b..06d6cdd85f 100644 --- a/README.EXTENSIONS +++ b/README.EXTENSIONS @@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = { PHP_RSHUTDOWN(foo), /* per-request shutdown function */ PHP_MINFO(foo), /* information function */ #if ZEND_MODULE_API_NO >= 20010901 - PHP_FOO_VERSION, /* extension version number (string) */ + PHP_FOO_VERSION, /* extension version number (string) */ #endif STANDARD_MODULE_PROPERTIES }; |