phanto Thu Jan 16 17:09:58 2003 EDT
Modified files:
/php4/main config.w32.h internal_functions_win32.c
Log:
move the ZE2 check into internal_functions_win32.c
Index: php4/main/config.w32.h
diff -u php4/main/config.w32.h:1.64 php4/main/config.w32.h:1.65
--- php4/main/config.w32.h:1.64 Thu Jan 16 13:16:50 2003
+++ php4/main/config.w32.h Thu Jan 16 17:09:58 2003
@@ -2,12 +2,8 @@
Build Configuration for Win32.
This has only been tested with MS VisualC++ 6 (and later).
- $Id: config.w32.h,v 1.64 2003/01/16 18:16:50 phanto Exp $
+ $Id: config.w32.h,v 1.65 2003/01/16 22:09:58 phanto Exp $
*/
-
-#ifndef ZEND_ENGINE_2
-#error HEAD does not work with ZendEngine1 anymore
-#endif
/* Default PHP / PEAR directories */
#define CONFIGURATION_FILE_PATH "php.ini"
Index: php4/main/internal_functions_win32.c
diff -u php4/main/internal_functions_win32.c:1.69
php4/main/internal_functions_win32.c:1.70
--- php4/main/internal_functions_win32.c:1.69 Thu Jan 16 13:17:48 2003
+++ php4/main/internal_functions_win32.c Thu Jan 16 17:09:58 2003
@@ -16,8 +16,12 @@
| Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: internal_functions_win32.c,v 1.69 2003/01/16 18:17:48 phanto Exp $
+ $Id: internal_functions_win32.c,v 1.70 2003/01/16 22:09:58 phanto Exp $
*/
+
+#ifndef ZEND_ENGINE_2
+#error HEAD does not work with ZendEngine1 anymore
+#endif
/* {{{ includes
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php