[PHP-DEV] Zend-Engine2

2001-08-19 Thread GaM3R
got bored and decided to have a look at it but i kinda hit a problem . . . su-2.05# makeMaking all in Zend/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DBUFFERED_LOGS -DHARD_SERVER_LIMIT=512 -DMOD_SSL=208104 -DEAPI -DUSE_EXPAT -I../TSRM -g -O2 -prefer-pic

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Andi Gutmans
Thanks, I fixed it. You can go ahead and update your CVS tree. Andi At 06:18 PM 8/19/2001 +1000, GaM3R wrote: got bored and decided to have a look at it but i kinda hit a problem . . . su-2.05# make Making all in Zend /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Markus Fischer
Sorry, maybe I missed it, but what are the current chages to the ZE2 ? Which feature can we expect to have when testing it ? - Markus On Sun, Aug 19, 2001 at 06:22:31PM +0300, Andi Gutmans wrote : Thanks, I fixed it. You can go ahead and update your CVS tree. Andi At 06:18 PM 8/19/2001

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Andi Gutmans
Right now the only thing which is implemented is that objects behave as object handles and not as native types so when you're sending objects by values or assigning objects the object handler is copied and not the object itself. Also very partially implemented is syntax such as

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Markus Fischer
On Sun, Aug 19, 2001 at 06:40:04PM +0300, Andi Gutmans wrote : Right now the only thing which is implemented is that objects behave as object handles and not as native types so when you're sending objects by values or assigning objects the object handler is copied and not the object

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread GaM3R
../config.status. Stop *** Error code 1 Stop in /.1/update/php4-ze2. - Original Message - From: Andi Gutmans [EMAIL PROTECTED] To: GaM3R [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, August 20, 2001 1:22 AM Subject: Re: [PHP-DEV] Zend-Engine2 Thanks, I fixed it. You can go ahead and update

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Andi Gutmans
Message - From: Andi Gutmans [EMAIL PROTECTED] To: GaM3R [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, August 20, 2001 1:22 AM Subject: Re: [PHP-DEV] Zend-Engine2 Thanks, I fixed it. You can go ahead and update your CVS tree. Andi At 06:18 PM 8/19/2001 +1000, GaM3R wrote: got

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread GaM3R
- Original Message - From: Andi Gutmans [EMAIL PROTECTED] To: GaM3R [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, August 20, 2001 2:01 AM Subject: Re: [PHP-DEV] Zend-Engine2 At 01:54 AM 8/20/2001 +1000, GaM3R wrote: but the main one is this . . . Update your php CVS. Sterling

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Markus Fischer
On Sun, Aug 19, 2001 at 06:40:04PM +0300, Andi Gutmans wrote : Right now the only thing which is implemented is that objects behave as object handles and not as native types so when you're sending objects by values or assigning objects the object handler is copied and not the object

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Zeev Suraski
At 19:37 19-08-01, Markus Fischer wrote: print_r( $a-b()-e()[0]); The last line gives parse error. So, I guess no yet supported? There are no plans to support this kind of dereferencing (arrays are still native types). Zeev -- PHP Development Mailing List http://www.php.net/ To

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Markus Fischer
On Sun, Aug 19, 2001 at 07:40:06PM +0300, Zeev Suraski wrote : At 19:37 19-08-01, Markus Fischer wrote: print_r( $a-b()-e()[0]); The last line gives parse error. So, I guess no yet supported? There are no plans to support this kind of dereferencing (arrays are still native types).

Re: [PHP-DEV] Zend-Engine2

2001-08-19 Thread Zeev Suraski
At 19:48 19-08-01, Markus Fischer wrote: On Sun, Aug 19, 2001 at 07:40:06PM +0300, Zeev Suraski wrote : At 19:37 19-08-01, Markus Fischer wrote: print_r( $a-b()-e()[0]); The last line gives parse error. So, I guess no yet supported? There are no plans to support this kind of