Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-14 Thread Robert Janeczek
> Just commited what should be a fix. Please try next snapshot. looks fine - thanks :) rash -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-14 Thread Derick Rethans
On Tue, 13 Jul 2004, Robert Janeczek wrote: > > Windows build from the CVS as of 6:00 GMT: > > > > http://www.php.net/~edink/php-5.0.0-Win32-prerelease-test.zip > > http://bugs.php.net/bug.php?id=29025 is still present It's set to "Open", isn't it? Derick -- PHP Internals - PHP Runtime Develop

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Chris
Sara Golemon wrote: "Robert Janeczek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm still experiencing the bug: http://bugs.php.net/bug.php?id=28829 (Crashes when BC Math functions get an argument of 0) with this release. I have no problems duplicating it and should be around

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Sara Golemon
"Robert Janeczek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I'm still experiencing the bug: http://bugs.php.net/bug.php?id=28829 > > (Crashes when BC Math functions get an argument of 0) with this > > release. I have no problems duplicating it and should be around for a > >

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Robert Janeczek
> There's no good online "here's how PHP's C internals work," but > George's "Advanced PHP Programming" book is a good place to start > reading. nice. just asked someone to publish it in poland :) rash -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Robert Janeczek
> I'm still experiencing the bug: http://bugs.php.net/bug.php?id=28829 > (Crashes when BC Math functions get an argument of 0) with this > release. I have no problems duplicating it and should be around for a > while if someone needs more information, or is unable to duplicate > it. yep, this b

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Adam Maccabee Trachtenberg
On Tue, 13 Jul 2004, Daniel Crookston wrote: > So, am I being lazy, have I missed some docs on the web regarding how to > be useful, or how to become familiar enough with the PHP code to start > lending a hand with the debugging? Or are we expected to learn it > ourselves, on our own, in order to

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Daniel Crookston
I'm glad you spoke up first Chris, because I have questions in a similar vein. Namely, how can I help? I have a few years of C under my belt, but I never got to the point where I'd be comfy hacking PHP. (I'd like to get there eventually, I'm just not there yet.) So, am I being lazy, have I m

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Chris
Edin Kadribasic wrote: On Monday 12 July 2004 23:11, Andi Gutmans wrote: Please download and make sure there are no serious show stoppers. Windows build from the CVS as of 6:00 GMT: http://www.php.net/~edink/php-5.0.0-Win32-prerelease-test.zip Edin Hi, I'm new to the list, so forgive me if

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Are you sure you don't have some stale build? I checked the same tests with valgrind and I get nothing. At 09:08 PM 7/13/2004 +0400, Antony Dovgal wrote: On Tue, 13 Jul 2004 15:34:28 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: > Hi all! > > That's what valgrind says: > > 1) > Zend/tests/bug261

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Sara Golemon
> On Tue, 13 Jul 2004 09:28:10 -0700, Andi Gutmans <[EMAIL PROTECTED]> wrote: > > Yes, it definitely looks as if ht was freed previously. > > "Wez Furlong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Probably fixed now in CVS; looks like Sara forgot to change this last > thing as

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Lorenzo Alberton
On Tue, 13 Jul 2004 08:59:22 -0700, Andi Gutmans wrote: > Is this something Edin should fix or is it in php5/pear? Everything should be fine, now, thanks to Edin. I asked the pear-qa team to doublecheck, just in case ;-) Regards, -- Lorenzo Alberton http://pear.php.net/user/quipo > At 12:09 PM

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Edin Kadribasic
I've alredy fixed this. Edin - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Lorenzo Alberton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 5:59 PM Subject: Re: [PHP-DE

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Nuno Lopes
In my cywgin build, the problem is fixed! I'll later test a compiled snapshot. Nuni > Probably fixed now in CVS; looks like Sara forgot to change this last > thing as part of her filter thread safety fix. > > --Wez. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Antony Dovgal
On Tue, 13 Jul 2004 15:34:28 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: > Hi all! > > That's what valgrind says: > > 1) > Zend/tests/bug26166.phpt > > Zend/zend_execute.c:1352 > EX(Ts) = (temp_variable *) safe_emalloc(sizeof(temp_variable), > op_array->T, 0); > > ==8511== 40 bytes i

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
King Wez! At 12:50 PM 7/13/2004 -0400, Rob Richards wrote: Yup both cli and apache 2 working fine for me now. Thanks, Rob - Original Message - From: Wez Furlong > Probably fixed now in CVS; looks like Sara forgot to change this last > thing as part of her filter thread safety fix. > > --We

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Rob Richards
Yup both cli and apache 2 working fine for me now. Thanks, Rob - Original Message - From: Wez Furlong > Probably fixed now in CVS; looks like Sara forgot to change this last > thing as part of her filter thread safety fix. > > --Wez. -- PHP Internals - PHP Runtime Development Mail

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Wez Furlong
Probably fixed now in CVS; looks like Sara forgot to change this last thing as part of her filter thread safety fix. --Wez. On Tue, 13 Jul 2004 09:28:10 -0700, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Yes, it definitely looks as if ht was freed previously. > > At 12:23 PM 7/13/2004 -0400, [EMAI

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Robert Janeczek
> Windows build from the CVS as of 6:00 GMT: > > http://www.php.net/~edink/php-5.0.0-Win32-prerelease-test.zip http://bugs.php.net/bug.php?id=29025 is still present rash -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Yes, it definitely looks as if ht was freed previously. At 12:23 PM 7/13/2004 -0400, [EMAIL PROTECTED] wrote: "Rob Richards" <[EMAIL PROTECTED]> writes: > php5ts_debug.dll!_zend_is_inconsistent(_hashtable * ht=0xcdcdcdcd, char * > file=0x1053aaf0, int line=510) Line 53 + 0x3 C > php5ts_debug.dll!z

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Derrell . Lipman
"Rob Richards" <[EMAIL PROTECTED]> writes: > php5ts_debug.dll!_zend_is_inconsistent(_hashtable * ht=0xcdcdcdcd, char * > file=0x1053aaf0, int line=510) Line 53 + 0x3 C > php5ts_debug.dll!zend_hash_destroy(_hashtable * ht=0xcdcdcdcd) Line 510 + > 0x19 C > php5ts_debug.dll!php_shutdown_stream_wrap

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Can you try and debug? I just can't get it to crash here :) At 05:13 PM 7/13/2004 +0100, Nuno Lopes wrote: > Are you sure you're not loading old extensions? Completly sure! I've also tried to disable all extensions and it still segfaults. > At 12:39 PM 7/13/2004 +0100, Nuno Lopes wrote: > > > > C

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Nuno Lopes
> Are you sure you're not loading old extensions? Completly sure! I've also tried to disable all extensions and it still segfaults. > At 12:39 PM 7/13/2004 +0100, Nuno Lopes wrote: > > > > Current HEAD still segfaults with "php -m" on Windows: > > > > > > this is not reproduceable with latest

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Are you sure you're not loading old extensions? At 12:39 PM 7/13/2004 +0100, Nuno Lopes wrote: > > Current HEAD still segfaults with "php -m" on Windows: > > this is not reproduceable with latest snapshotbuild on Windows XP. > > Stefan Using php5-win32-200407131030.zip, PHP still segfaults on my p

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Is this something Edin should fix or is it in php5/pear? At 12:09 PM 7/13/2004 +0200, Lorenzo Alberton wrote: > On Monday 12 July 2004 23:11, Andi Gutmans wrote: >> I did a test roll of PHP 5.0.0 (without version change). >> Please download and make sure there are no serious >> show stoppers. > > W

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Nuno Lopes
> Can someone reproduce this? I couldn't. Not in debug nor in release. I can! http://news.php.net/php.internals/11163 > At 12:59 PM 7/13/2004 +0200, Sebastian Bergmann wrote: > >Andi Gutmans wrote: > >>If all goes well, I'll do version changes and will roll the release > >>within about 24 hour

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Rob Richards
I can repeatedly reproduce this with cli (php -m) and apache2 (just starting and stopping it) apache 2 crash probably same as bug 29025 - though with or without xsl doesnt matter). cgi seems to be fine. Always same stack trace. php5ts_debug.dll!_zend_is_inconsistent(_hashtable * ht=0xcdcdcdcd, cha

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread romain bourdon
I tried pre-release-test package on "php -m" : Does not segfault at home with standard conf. So I tried activating all extensions. I had a lot of dependencies Warnings (normal) but no segfault... > Can someone reproduce this? I couldn't. Not in debug nor in release. > > At 12:59 PM 7/13/2004 +020

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Can someone reproduce this? I couldn't. Not in debug nor in release. At 12:59 PM 7/13/2004 +0200, Sebastian Bergmann wrote: Andi Gutmans wrote: If all goes well, I'll do version changes and will roll the release within about 24 hours. Current HEAD still segfaults with "php -m" on Windows: http

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Andi Gutmans
Okay. Tag wise it's RC4 because I couldn't come up with something better and didn't want to screw up the CVS tag names. At 10:00 AM 7/13/2004 +0200, Derick Rethans wrote: On Mon, 12 Jul 2004, Andi Gutmans wrote: > I did a test roll of PHP 5.0.0 (without version change). Please download > and make

RE: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Steph
ED] > Subject: Re: [PHP-DEV] PHP 5.0.0 Test roll > > > Andi Gutmans wrote: > > If all goes well, I'll do version changes and will roll the release > > within about 24 hours. > > Current HEAD still segfaults with "php -m" on Windows: > > htt

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Antony Dovgal
Some more: php-src/ext/soap/tests/server014.phpt: ==10122== Invalid read of size 4 ==10122==at 0x8230D88: _zval_ptr_dtor (zend_execute_API.c:389) ==10122==by 0x823D45E: _zval_ptr_dtor_wrapper (zend_variables.c:193) ==10122==by 0x8247C41: zend_hash_destroy (zend_hash.c:519) ==10122==

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread romain bourdon
Ok, sorry, had an old php.ini in my windows directory. After deleting it, everything works fine, not segfault, no warning! Thanks ;-) "Derick Rethans" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] On Tue, 13 Jul 2004, romain bourdon wrote: > "Sebastian Bergmann" <[EMAI

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Derick Rethans
On Tue, 13 Jul 2004, romain bourdon wrote: > "Sebastian Bergmann" <[EMAIL PROTECTED]> a écrit dans le message de > news: > > Current HEAD still segfaults with "php -m" on Windows: > > > > http://bugs.php.net/bug.php?id=29088 > > Hi, > i've tried php -m on my windows with the prerelease-test

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread romain bourdon
"Sebastian Bergmann" <[EMAIL PROTECTED]> a écrit dans le message de news: > Current HEAD still segfaults with "php -m" on Windows: > > http://bugs.php.net/bug.php?id=29088 Hi, i've tried php -m on my windows with the prerelease-test version, it doesn' t segfault but there are some warning me

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Nuno Lopes
> > Current HEAD still segfaults with "php -m" on Windows: > > this is not reproduceable with latest snapshotbuild on Windows XP. > > Stefan Using php5-win32-200407131030.zip, PHP still segfaults on my pc: Program received signal SIGSEGV, Segmentation fault. 0x1003e2fd in zend_hash_destroy () f

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Antony Dovgal
Hi all! That's what valgrind says: 1) Zend/tests/bug26166.phpt Zend/zend_execute.c:1352 EX(Ts) = (temp_variable *) safe_emalloc(sizeof(temp_variable), op_array->T, 0); ==8511== 40 bytes in 1 blocks are still reachable in loss record 2 of 7 ==8511==at 0x3C01E375: malloc (vg_replace_

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Stefan Esser
Hi, Current HEAD still segfaults with "php -m" on Windows: this is not reproduceable with latest snapshotbuild on Windows XP. Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Edin Kadribasic
On Tuesday 13 July 2004 12:09, Lorenzo Alberton wrote: > the pear packages bundled in the win32 snaps are STALE!! You're welcome to send me a .zip with the correct content of the pear bundle that's supposed to be packaged in windows distro. Edin -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Sebastian Bergmann
Andi Gutmans wrote: If all goes well, I'll do version changes and will roll the release within about 24 hours. Current HEAD still segfaults with "php -m" on Windows: http://bugs.php.net/bug.php?id=29088 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Lorenzo Alberton
> On Monday 12 July 2004 23:11, Andi Gutmans wrote: >> I did a test roll of PHP 5.0.0 (without version change). >> Please download and make sure there are no serious >> show stoppers. > > Windows build from the CVS as of 6:00 GMT: > http://www.php.net/~edink/php-5.0.0-Win32-prerelease-test.zip > Ed

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Edin Kadribasic
On Monday 12 July 2004 23:11, Andi Gutmans wrote: > I did a test roll of PHP 5.0.0 (without version change). Please download > and make sure there are no serious show stoppers. You can grab it at > http://snaps.php.net/~andi/ > Edin, it might be a good idea for you to roll a test package too. > If

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-13 Thread Derick Rethans
On Mon, 12 Jul 2004, Andi Gutmans wrote: > I did a test roll of PHP 5.0.0 (without version change). Please download > and make sure there are no serious show stoppers. You can grab it at > http://snaps.php.net/~andi/ I moved those to http://www.php.net/~andi/ and renamed them from RC4 (which it i

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-12 Thread Benj Carson
The file_get_contents() bug still seems to be present in the test roll, but not in the latest snap: Reproduce code (from the bug report for 29099): -- #!/usr/bin/php http://www.php.net/";); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $str1 = curl_exec($ch); curl_close($ch); $str

Re: [PHP-DEV] PHP 5.0.0 Test roll

2004-07-12 Thread Derrell . Lipman
Andi Gutmans <[EMAIL PROTECTED]> writes: > I did a test roll of PHP 5.0.0 (without version change). Please download and > make sure there are no serious show stoppers. You can grab it at > http://snaps.php.net/~andi/ 5.0.0 Test Roll is working fine for me, including the sqlite 2.8.14 upgrade. Th

[PHP-DEV] PHP 5.0.0 Test roll

2004-07-12 Thread Andi Gutmans
I did a test roll of PHP 5.0.0 (without version change). Please download and make sure there are no serious show stoppers. You can grab it at http://snaps.php.net/~andi/ Edin, it might be a good idea for you to roll a test package too. If all goes well, I'll do version changes and will roll the r