On Mon, 4 Oct 2004, Andi Gutmans wrote:
> andi Mon Oct 4 16:17:07 2004 EDT
>
> Modified files:
> /ZendEngine2 zend_API.h zend_execute_API.c
> /php-src/ext/session session.c
> /php-src/ext/spl spl_array.c
> /php-src/ext/standard array.c basic_functions.c
>
+PHP_ARG_WITH(zend-vm,[virtual machine dispatch method],
+[ --with-zend-vm=TYPE Sets virtual machine dispatch methos. Type is
+ one of "CALL" (default), "SWITCH" or "GOTO"],
CALL, no)
May I ask whats the difference between them, and which should I choose?...
Thanks,
On Tue, 5 Oct 2004, Nuno Lopes wrote:
> +PHP_ARG_WITH(zend-vm,[virtual machine dispatch method],
> +[ --with-zend-vm=TYPE Sets virtual machine dispatch methos. Type is
> + one of "CALL" (default), "SWITCH" or "GOTO"], CALL, no)
>
>
> May I ask whats the difference bet
On Tue, 5 Oct 2004, Nuno Lopes wrote:
+PHP_ARG_WITH(zend-vm,[virtual machine dispatch method],
+[ --with-zend-vm=TYPE Sets virtual machine dispatch methos. Type is
+ one of "CALL" (default), "SWITCH" or "GOTO"],
CALL, no)
May I ask whats the difference between them,
On Tue, 5 Oct 2004, Nuno Lopes wrote:
> > On Tue, 5 Oct 2004, Nuno Lopes wrote:
> >
> >> +PHP_ARG_WITH(zend-vm,[virtual machine dispatch method],
> >> +[ --with-zend-vm=TYPE Sets virtual machine dispatch methos. Type is
> >> + one of "CALL" (default), "SWITCH" or "GOT
At 09:39 AM 10/5/2004 +0200, Derick Rethans wrote:
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by amavisd-new at jdimedia.nl
X-Amavis-Alert: BAD HEADER Improper folded
At 02:46 PM 10/5/2004 +0200, Derick Rethans wrote:
On Tue, 5 Oct 2004, Nuno Lopes wrote:
> > On Tue, 5 Oct 2004, Nuno Lopes wrote:
> >
> >> +PHP_ARG_WITH(zend-vm,[virtual machine dispatch method],
> >> +[ --with-zend-vm=TYPE Sets virtual machine dispatch methos.
Type is
> >> +
On Tue, 5 Oct 2004, Nuno Lopes wrote:
> On Tue, 5 Oct 2004, Nuno Lopes wrote:
>
>> +PHP_ARG_WITH(zend-vm,[virtual machine dispatch method],
>> +[ --with-zend-vm=TYPE Sets virtual machine dispatch methos. Type
>> is
>> + one of "CALL" (default), "SWITCH" or
>> "GOTO"]
dmitry Tue Oct 5 11:58:28 2004 EDT
Added files: (Branch: PHP_5_0)
/php-src/ext/soap/tests/bugsbug30175.phpt bug30175.wsdl
Modified files:
/php-srcNEWS
/php-src/ext/soap php_packet_soap.c
Log:
Fixed bug #30175 (SOAP resul
dmitry Tue Oct 5 12:00:41 2004 EDT
Modified files:
/php-src/ext/soap php_packet_soap.c
/php-src/ext/soap/tests/bugsbug30175.phpt bug30175.wsdl
Log:
Fixed bug #30175 (SOAP results aren't parsed correctly)
http://cvs.php.net/diff.php/php-src/ex
Yes, I agree with Derickk that it's too soon to document.
In general the explanation is:
CALL - Uses function handlers for opcodes.
SWITCH - Uses switch() statement for opcode dispatchment
GOTO - Uses goto for opcode dispatchment (threaded opcodes architecture).
GOTO is usually (depends on CPU and
On Tue, 5 Oct 2004, Nuno Lopes wrote:
> > Yes, I agree with Derickk that it's too soon to document.
> > In general the explanation is:
> > CALL - Uses function handlers for opcodes.
> > SWITCH - Uses switch() statement for opcode dispatchment
> > GOTO - Uses goto for opcode dispatchment (threaded
helly Tue Oct 5 14:37:18 2004 EDT
Modified files:
/php-src/ext/standard basic_functions.c
Log:
- Use ZEND_ARG_SEND_AUTOMATIC for several array functions
http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.693&r2=1.694&ty=u
Index:
helly Tue Oct 5 14:40:06 2004 EDT
Modified files:
/php-srcNEWS
Log:
Update
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1812&r2=1.1813&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1812 php-src/NEWS:1.1813
--- php-src/NEWS:1.1812 Mon Sep 27 18:13:36 20
helly Tue Oct 5 14:45:01 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.91&r2=1.1760.2.92&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.91 php-src/NEWS:1.1760.2.92
--- php-src/
helly Tue Oct 5 14:58:26 2004 EDT
Modified files:
/php-srcNEWS
Log:
Add more improvements done so far
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1813&r2=1.1814&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1813 php-src/NEWS:1.1814
--- php-src/NEWS:1.
At 07:23 PM 10/5/2004 +0200, Derick Rethans wrote:
On Tue, 5 Oct 2004, Nuno Lopes wrote:
> > Yes, I agree with Derickk that it's too soon to document.
> > In general the explanation is:
> > CALL - Uses function handlers for opcodes.
> > SWITCH - Uses switch() statement for opcode dispatchment
> > G
iliaa Tue Oct 5 19:53:10 2004 EDT
Modified files:
/php-src/ext/ftpftp.c
Log:
Fixed bug #30027 (Possible crash inside ftp_get()).
# Patch by cfield at affinitysolutions dot com
http://cvs.php.net/diff.php/php-src/ext/ftp/ftp.c?r1=1.105&r2=1.106&ty=
iliaa Tue Oct 5 19:53:14 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
/php-src/ext/ftpftp.c
Log:
MFH: Fixed bug #30027 (Possible crash inside ftp_get()).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.92&r2=1.1760.2.93&ty=u
Ind
iliaa Tue Oct 5 19:55:22 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
/php-src/ext/ftpftp.c
Log:
MFH: Fixed bug #30027 (Possible crash inside ftp_get()).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.738&r2=1.1247.2.739&ty=u
I
andiTue Oct 5 20:01:40 2004 EDT
Modified files:
/php-srcNEWS
Log:
- If we're going to mention the low level stuff then also give credit
- to Thies and Sterling
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1814&r2=1.1815&ty=u
Index: php-src/NEWS
di
iliaa Tue Oct 5 20:12:04 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/sapi/apachephp_apache.c
Log:
Possible fix for bug #29764
http://cvs.php.net/diff.php/php-src/sapi/apache/php_apache.c?r1=1.86&r2=1.86.2.1&ty=u
Index: php-src/sapi/apache/ph
22 matches
Mail list logo