Its not that simple. There is a need to specify Zend dir in the
include path in all ext/*.dsp files. I think we should go back to
having always Zend directory which makes life for people compiling
PHP on Windows easier.
Edin
----- Original Message -----
From: "Sascha Schumann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 3:08 PM
Subject: [PHP-DEV] Win32 developers
Win32 folks, the ze2 is now always checked out into
a ZendEngine2 directory. It appears to me that this one line
diff might be sufficient already:
--- php5ts.dsw 23 Jun 2003 04:27:11 -0000 1.18
+++ php5ts.dsw 25 Jun 2003 13:07:36 -0000
@@ -15,7 +15,7 @@
####################################################################
###########
-Project: "ZendTS"="..\Zend\ZendTS.dsp" - Package Owner=<4>
+Project: "ZendTS"="..\ZendEngine2\ZendTS.dsp" - Package Owner=<4>
Package=<5>
{{{
- Sascha
---------- Forwarded message ----------
Date: Wed, 25 Jun 2003 13:02:48 -0000
From: Sascha Schumann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PHP-CVS] cvs: CVSROOT / modules
sas Wed Jun 25 09:02:48 2003 EDT
Modified files:
/CVSROOT modules
Log:
checkout ze1 and ze2 with php-src
Index: CVSROOT/modules
diff -u CVSROOT/modules:1.54 CVSROOT/modules:1.55
--- CVSROOT/modules:1.54 Wed Jun 25 08:46:41 2003
+++ CVSROOT/modules Wed Jun 25 09:02:48 2003
@@ -1,7 +1,7 @@
#
# The CVS Modules File
#
-#ident "@(#)cvs/examples:$Name: $:$Id: modules,v 1.54 2003/06/25
12:46:41 zeev Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: modules,v 1.55 2003/06/25
13:02:48 sas Exp $"
#
# Three different line formats are valid:
# key -a aliases...
@@ -35,13 +35,12 @@
ze2-dir -d Zend ZendEngine2
# what it should become:
-#php-src php-src &TSRM &Zend &ZendEngine2
-#php-src-ze1 -a php-src
-#php-src-ze2 -a php-s
+php-src php-src &TSRM &Zend &ZendEngine2
+php-src-ze1 -a php-src
+php-src-ze2 -a php-src
-php-src-ze1 -d php-src php-src &TSRM &Zend
-php-src-ze2 -d php-src php-src &TSRM &ze2-dir
-php5 -d php5 php-src &TSRM &ze2-dir
+#php-src-ze1 -d php-src php-src &TSRM &Zend
+#php-src-ze2 -d php-src php-src &TSRM &ze2-dir
phpweb phpweb
pear pear
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php