Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread jvlad
>> Core was generated by >> `/export/home/jvlad/php/php-5.3.0RC3/sapi/cli/php -n -dshort_open_tag=0 >> -dsaf'. > > What's the full command line and the script being executed? I'm not sure how to check it. > Best would be to reduce the script to the mimimum that's needed. I don't know what scrip

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread Keisial
I tried compiling 5.3RC3 on SunOS (i386 32bit) and it seem to compile fine but _something_ is segfaulting. $ rm -rf php-5.3.0RC3 && tar xf php-5.3.0RC3.tar && cd php-5.3.0RC3 && ./configure --with-libxml-dir=/opt/csw/ && make; ls -l core A core file is generated. However, it isn't when doing a m

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread Johannes Schlüter
Hi, On Wed, 2009-06-17 at 16:48 +0400, jvlad wrote: > Core was generated by > `/export/home/jvlad/php/php-5.3.0RC3/sapi/cli/php -n -dshort_open_tag=0 > -dsaf'. What's the full command line and the script being executed? Best would be to reduce the script to the mimimum that's needed. And yes,

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread jvlad
> > On Wed, 2009-06-17 at 13:49 +0400, jvlad wrote: >> solaris2.8/sparc 32bit (it's 32bit, not 64bit as I mentioned before): > > yes, I used 32bit on the niagara box, too. > >> $ uname -a >> SunOS qu1 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine > > I used a similar machine from ou

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread jvlad
>> solaris2.8/sparc 32bit (it's 32bit, not 64bit as I mentioned before): > > yes, I used 32bit on the niagara box, too. > >> $ uname -a >> SunOS qu1 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine > > I used a similar machine from our lab now and did some tests and > couldn't reproduc

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread Johannes Schlüter
Hi, On Wed, 2009-06-17 at 13:49 +0400, jvlad wrote: > solaris2.8/sparc 32bit (it's 32bit, not 64bit as I mentioned before): yes, I used 32bit on the niagara box, too. > $ uname -a > SunOS qu1 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine I used a similar machine from our lab now

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread jvlad
>> Under Solaris 2.8/Sparc/Sparc64 php coredumps installing/generating >> phar.phar and if it is disabled coredumps installing PEAR > > Works for me, make test doesn't show anything there either. > > $ uname -a > SunOS t2000-010131 5.11 snv_101 sun4v sparc SUNW,Sun-Fire-T200 Solaris > > Can you giv

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-17 Thread Johannes Schlüter
Hi, On Wed, 2009-06-17 at 03:03 +0400, jvlad wrote: > Under Solaris 2.8/Sparc/Sparc64 php coredumps installing/generating > phar.phar and if it is disabled coredumps installing PEAR Works for me, make test doesn't show anything there either. $ uname -a SunOS t2000-010131 5.11 snv_101 sun4v spar

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread Pierre Joye
On Wed, Jun 17, 2009 at 1:16 AM, jvlad wrote: >> >>> Under windows php crashes in fastcgi... >> >> Pardon? where? > > Pardon, threre: > http://bugs.php.net/bug.php?id=48563 I missed it, however I can't reproduce here. Can you try using a snapshot please? If it still crashed, can you add more inf

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread Pierre Joye
On Wed, Jun 17, 2009 at 1:16 AM, jvlad wrote: >> >>> Under windows php crashes in fastcgi... >> >> Pardon? where? > > Pardon, threre: > http://bugs.php.net/bug.php?id=48563 Thanks for the notice! I missed it, however I can't reproduce here. Can you try using RC4 or a snapshot please? If it still

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread jvlad
> Plan to share any of these errors with us? We don't have all platforms > available for testing. > > Scott /bin/sh /home/jvlad/php/php-5.3.0RC3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/home/jvlad/php/php-5.3.0RC3/ext/fileinfo/libmagic -Iext/fileinfo/ -I/home/jvlad/php/php-

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread jvlad
>> Did anybody experiece troubles compiling php 5.3RC under FreeBSD 6.2/ >> amd64, >> NetBSD 3.1/x86, and OpenBSD 4.1/x86? >> Under these platforms gcc hangs in >> php-5.3.0RC3/ext/fileinfo/libmagic/apprentice.c. Disabling fileinfo >> produces >> further errors in spl and date. >> Under Solaris 2

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread jvlad
> >> Under windows php crashes in fastcgi... > > Pardon? where? Pardon, threre: http://bugs.php.net/bug.php?id=48563 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread Scott MacVicar
On 17 Jun 2009, at 00:03, jvlad wrote: Hi All, Did anybody experiece troubles compiling php 5.3RC under FreeBSD 6.2/ amd64, NetBSD 3.1/x86, and OpenBSD 4.1/x86? Under these platforms gcc hangs in php-5.3.0RC3/ext/fileinfo/libmagic/apprentice.c. Disabling fileinfo produces further errors in

Re: [PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread Pierre Joye
On Wed, Jun 17, 2009 at 1:03 AM, jvlad wrote: > Under windows php crashes in fastcgi... Pardon? where? -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] seems 5.3RC3 is too unstable

2009-06-16 Thread jvlad
Hi All, Did anybody experiece troubles compiling php 5.3RC under FreeBSD 6.2/amd64, NetBSD 3.1/x86, and OpenBSD 4.1/x86? Under these platforms gcc hangs in php-5.3.0RC3/ext/fileinfo/libmagic/apprentice.c. Disabling fileinfo produces further errors in spl and date. Under Solaris 2.8/Sparc/Sparc6