mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda
12 lines
343 B
C
12 lines
343 B
C
--- main/php_config.h.in.orig Wed Jan 11 15:25:52 2006
|
|
+++ main/php_config.h.in Wed May 3 09:38:09 2006
|
|
@@ -2760,6 +2760,9 @@
|
|
/* Define if uint32_t type is present. */
|
|
#undef HAVE_UINT32_T
|
|
|
|
+/* Include external shared modules configurations */
|
|
+#include "ext/php_config.h"
|
|
+
|
|
/* Whether sprintf is broken */
|
|
#undef ZEND_BROKEN_SPRINTF
|
|
|