Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 439486 | Differences between
and this patch

Collapse All | Expand All

(-)suhosin-patch-5.3.9-0.9.10.patch (-2 / +2 lines)
Lines 5752-5760 Link Here
5752
+  #endif
5752
+  #endif
5753
+#else					
5753
+#else					
5754
 #if ZEND_DEBUG
5754
 #if ZEND_DEBUG
5755
                     php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
5755
                     php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
5756
 #else
5756
 #else
5757
                     php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2004 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
5757
                     php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
5758
 #endif
5758
 #endif
5759
+#endif
5759
+#endif
5760
 #ifdef PHP_OUTPUT_NEWAPI
5760
 #ifdef PHP_OUTPUT_NEWAPI

Return to bug 439486