Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 zend_API.h zend_execute_API.c

2004-10-05 Thread Derick Rethans
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 >

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execute_API.c zend_language_parser.y zend_opcode.c zend_vm.h

2004-10-05 Thread Nuno Lopes
+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,

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execu

2004-10-05 Thread Derick Rethans
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

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execu

2004-10-05 Thread Nuno Lopes
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,

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execu

2004-10-05 Thread Derick Rethans
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

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 zend_API.h zend_execute_API.c

2004-10-05 Thread Andi Gutmans
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

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execu

2004-10-05 Thread Andi Gutmans
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 > >> +

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execu

2004-10-05 Thread Nuno Lopes
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"]

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap php_packet_soap.c /ext/soap/tests/bugs bug30175.phpt bug30175.wsdl

2004-10-05 Thread Dmitry Stogov
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

[PHP-CVS] cvs: php-src /ext/soap php_packet_soap.c /ext/soap/tests/bugs bug30175.phpt bug30175.wsdl

2004-10-05 Thread Dmitry Stogov
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

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_execu

2004-10-05 Thread Nuno Lopes
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

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_exe

2004-10-05 Thread Derick Rethans
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

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c

2004-10-05 Thread Marcus Boerger
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:

[PHP-CVS] cvs: php-src / NEWS

2004-10-05 Thread Marcus Boerger
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

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-10-05 Thread Marcus Boerger
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/

[PHP-CVS] cvs: php-src / NEWS

2004-10-05 Thread Marcus Boerger
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.

Re: [PHP-CVS] cvs: php-src /ext/session session.c /ext/spl spl_array.c /ext/standard array.c basic_functions.c ZendEngine2 Zend.m4 zend_API.h zend_compile.c zend_compile.h zend_execute.c zend_exe

2004-10-05 Thread Andi Gutmans
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

[PHP-CVS] cvs: php-src /ext/ftp ftp.c

2004-10-05 Thread Ilia Alshanetsky
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=

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/ftp ftp.c

2004-10-05 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/ftp ftp.c

2004-10-05 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src / NEWS

2004-10-05 Thread Andi Gutmans
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

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache php_apache.c

2004-10-05 Thread Ilia Alshanetsky
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