Skip to content

Commit 7e4a42c

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: fix whitespaces
2 parents 78cbe9a + b0a3600 commit 7e4a42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.EXTENSIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = {
3030
PHP_RSHUTDOWN(foo), /* per-request shutdown function */
3131
PHP_MINFO(foo), /* information function */
3232
#if ZEND_MODULE_API_NO >= 20010901
33-
PHP_FOO_VERSION, /* extension version number (string) */
33+
PHP_FOO_VERSION, /* extension version number (string) */
3434
#endif
3535
STANDARD_MODULE_PROPERTIES
3636
};

0 commit comments

Comments
 (0)