Re: [PHP-DEV] rfc1867

2009-06-17 Thread Hannes Magnusson
On Wed, Jun 17, 2009 at 08:23, Bharat Nagwanibnagw...@juniper.net wrote: In php code, I see constants like TSRMLS_CC but cant find the definitions of these http://blog.libssh2.org/index.php?/archives/22-What-the-heck-is-TSRMLS_CC-anyway.html -Hannes -- PHP Internals - PHP Runtime

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 sparc

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 give more

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
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 reproduce. did you

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 our lab now

[PHP-DEV] PHP Bug 48215

2009-06-17 Thread Scott MacVicar
Hey, Bug 48215 was a BC break from the previous 5.2 behaviour, it stemmed from a change for bug #39127. class a { function a($arg='') { echo $arg; } } class b extends a {} $b = new b; $b-b('foo'); $b-__construct('foo'); This prints out an error in 5.3 which is fine, the unexpected change

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, I

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 make

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 script was