Re: [PHP-DEV] PHP6 - x64 SegFault

2007-01-26 Thread Antony Dovgal
On 01/26/2007 10:27 AM, Chris Malton wrote: Hi, I'm new to the newsgroup and I'm trying to debug PHP 6 on a test server (x64 architecture). Why do you do that? I mean, PHP6 is not even an alpha and it's too early to test it unless you're a developer. However, for some unknown

Re: [PHP-DEV] PHP 5.2.1RC4 Released

2007-01-26 Thread Edin Kadribasic
Windows build: http://downloads.php.net/edink/php-5.2.1RC4-Win32.zip (a4b7ac5a4a6a8cfc1580dd2e667b14ca) http://downloads.php.net/edink/php-5.2.1RC4-win32-installer.msi (28463a1c08e994e6510a7997c1297a99) http://downloads.php.net/edink/pecl-5.2.1RC4-Win32.zip (9b5df92540017478427f099c450d45a9)

RE: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Dmitry Stogov
Hi Sara, I fixed one error in your patch, so now it passes all tests. BTW I am against this patch. 1) It adds sloppily built functionality into the core and slowdowns EACH dimension or property fetch both at run-time and compilation-time. I think it is a big cost for $_GET/$_POST

Re: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Pierre
Hi Dmitry, On 1/26/07, Dmitry Stogov [EMAIL PROTECTED] wrote: Hi Sara, I fixed one error in your patch, so now it passes all tests. BTW I am against this patch. 1) It adds sloppily built functionality into the core and slowdowns EACH dimension or property fetch both at run-time and

RE: [PHP-DEV] PHP 5.2.1RC4 Released

2007-01-26 Thread Uwe Schindler
Installed RC4 short time ago, works great. I found only a problem in phpinfo(): Registered PHP Streams: zip Registered Stream Socket Transports: tcp Registered Stream Filters: string.rot13 It only displays the FIRST registered PHP stream. Testing with fopen(http://...;) works, so all

Re: [PHP-DEV] PHP 5.2.1RC4 Released

2007-01-26 Thread Scott MacVicar
I can confirm this on Fedora with gcc 4.1.1, pretty sure its a regression based on bug #40168 Scott Uwe Schindler wrote: Installed RC4 short time ago, works great. I found only a problem in phpinfo(): Registered PHP Streams: zip Registered Stream Socket Transports: tcp Registered

Re: [PHP-DEV] PHP 5.2.1RC4 Released

2007-01-26 Thread Antony Dovgal
On 01/26/2007 05:39 PM, Uwe Schindler wrote: Installed RC4 short time ago, works great. I found only a problem in phpinfo(): Registered PHP Streams: zip Registered Stream Socket Transports: tcp Registered Stream Filters: string.rot13 It only displays the FIRST registered PHP stream.

[PHP-DEV] COM extension defects: Patch for defect 37927

2007-01-26 Thread Andy Wharmby
Hi Internals, Attached are details of a suggested patch for COM extension defect 37927 (http://bugs.php.net/bug.php?id=37927). All comments welcome; good or bad. Regards Andy Andy Wharmby IBM United Kingdom Limited Winchester, England SO21 2JN E-mail: [EMAIL PROTECTED] _*COM Defect

Re: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Sara Golemon
I fixed one error in your patch, so now it passes all tests. Which error? I notice some changes related to minimizing performance impact, but I'm not seeing what I did wrong. Just curious for my own benefit on that one. BTW I am against this patch. Fair enough. 1) It adds sloppily

Re: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Sara Golemon
I fixed one error in your patch, so now it passes all tests. Which error? I notice some changes related to minimizing performance impact, but I'm not seeing what I did wrong. Just curious for my own benefit on that one. BTW I am against this patch. Fair enough. 1) It adds sloppily

Re: [PHP-DEV] PHP6 - x64 SegFault

2007-01-26 Thread Andrei Zmievski
On Jan 26, 2007, at 12:58 AM, Antony Dovgal wrote: On 01/26/2007 10:27 AM, Chris Malton wrote: Hi, I'm new to the newsgroup and I'm trying to debug PHP 6 on a test server (x64 architecture). Why do you do that? I mean, PHP6 is not even an alpha and it's too early to test it unless you're

RE: [PHP-DEV] PHP6 - x64 SegFault

2007-01-26 Thread Andi Gutmans
Yeah. The earlier we get reports the better. Andi -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 9:41 AM To: Antony Dovgal Cc: Chris Malton; internals@lists.php.net Subject: Re: [PHP-DEV] PHP6 - x64 SegFault On Jan 26, 2007,

RE: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Dmitry Stogov
Hi Sara, -Original Message- From: Sara Golemon [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 8:11 PM To: Dmitry Stogov Cc: internals@lists.php.net; 'Andi Gutmans'; 'Andrei Zmievski'; Zeev Suraski; Stanislav Malyshev Subject: Re: [PHP-DEV] Runtime-JIT, the whole

Re: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Pierre
On 1/27/07, Dmitry Stogov [EMAIL PROTECTED] wrote: Hi Sara, -Original Message- From: Sara Golemon [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 8:11 PM To: Dmitry Stogov Cc: internals@lists.php.net; 'Andi Gutmans'; 'Andrei Zmievski'; Zeev Suraski; Stanislav Malyshev

Re: [PHP-DEV] Runtime-JIT, the whole enchilada

2007-01-26 Thread Andrei Zmievski
Good luck trying to retrain millions of programmers to use a CGI object or a function to retrieve GPC values. Really, how much of a performance hit is Sara's patch going to be, compared to other things in PHP 6? -Andrei On Jan 26, 2007, at 3:38 PM, Pierre wrote: That's somehow my