]> granicus.if.org Git - php/commitdiff
Merge changes from HEAD
authorSascha Schumann <sas@php.net>
Sat, 2 Dec 2000 13:46:08 +0000 (13:46 +0000)
committerSascha Schumann <sas@php.net>
Sat, 2 Dec 2000 13:46:08 +0000 (13:46 +0000)
configure.in
ext/shmop/shmop.c
main/php.h

index e6a42471353347e1927b448cb176cc523908a4b5..f555c466701268804ba6c53a785584bb23659d41 100644 (file)
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
 dnl ## Diversion 5 is the last one.  Here we generate files and clean up.
 
 dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0.4RC3)
+AM_INIT_AUTOMAKE(php, 4.0.4RC3, nodefine)
 
 PHP_VERSION=$VERSION
 echo "/* automatically generated by configure */" > php_version.h.new
index 0ac6fe4a242d3f542645f75ec6376e452755865a..adb9854efdb2190f93b5ed766accb6b10bd13288 100644 (file)
@@ -25,6 +25,8 @@
 
 #if HAVE_SHMOP
 
+#include "ext/standard/info.h"
+
 #ifdef ZTS
 int shmop_globals_id;
 #else
index 5b30e5909b5818b500a3e03d41cd4b4546aa9496..76acd56cb22ca29abdccaf88501b862e93bd1b8f 100644 (file)
 #include "zend.h"
 #include "php_compat.h"
 
-/* automake defines PACKAGE and VERSION for Zend too */
-#undef PACKAGE
-#undef VERSION
-
 #include "zend_API.h"
 
 #if PHP_BROKEN_SPRINTF