Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2777 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51727 invoked from network); 25 Jun 2003 13:31:47 -0000 Received: from unknown (HELO smtpgate.proventum.net) (212.130.40.150) by pb1.pair.com with SMTP; 25 Jun 2003 13:31:47 -0000 Received: from padedin (pad-edin.intra.proventum.net [10.0.0.54]) by smtpgate.proventum.net (Postfix) with SMTP id E6AFE5296C; Wed, 25 Jun 2003 15:31:47 +0200 (CEST) Message-ID: <027201c33b1e$20562500$3600000a@intra.proventum.net> To: "Sascha Schumann" , References: Date: Wed, 25 Jun 2003 15:31:46 +0200 Organization: Proventum Solutions ApS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PHP-DEV] Win32 developers From: edink@proventum.net ("Edin Kadribasic") 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" To: 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 To: php-cvs@lists.php.net 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