Re: [PHP-DEV] clarification needed regarding tests\lang\bug22510.phpt and tests\lang\bug22231.phpt

2004-09-09 Thread Marcus Boerger
Hello Kamesh, Thursday, September 9, 2004, 6:10:12 PM, you wrote: > Hi All, > Both these test cases expect strict standards but don't have --INI-- > header to have the error_reporting to 2048 or E_STRICT. > Because of that these testcases fails in local build. > Am I missing something. > If I r

[PHP-DEV] clarification needed regarding tests\lang\bug22510.phpt and tests\lang\bug22231.phpt

2004-09-09 Thread Kamesh Jayachandran
Hi All, Both these test cases expect strict standards but don't have --INI-- header to have the error_reporting to 2048 or E_STRICT. Because of that these testcases fails in local build. Am I missing something. If I remember correctly from run_tests2.php passes -d error_reporting=2047 only to all

[PHP-DEV] Clarification needed regarding tests/run-test/test005.phpt

2004-07-27 Thread Kamesh Jayachandran
Hi All, tests/run-test/test005.phpt is failing in PHP-5.0.0 linux. The log of test execution is pasted below. EXPECTED OUTPUT string(1) "1" string(4) "4095" string(1) "0" string(1) "1" string(1) "0" NULL string(%d) "%sivision by zer%s" ACTUAL OUTPUT string(1) "1" string(4) "2047" string(

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Adam Maccabee Trachtenberg
On Fri, 16 Jul 2004, Christian Stocker wrote: > I didn't blame you and there are good reasons to not to port it. But for > BC, maybe someone will do it anyway... OTOH the switch to ext/xsl isn't > that hard and you gain a lot of speed improvements ;) I think the only difficulties you'd run into i

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Christian Stocker
Hi Sterling On 16.7.2004 18:04 Uhr, Sterling Hughes wrote: it wasn't ported because i don't want people using it anymore, they should be using ext/xsl, period. I didn't blame you and there are good reasons to not to port it. But for BC, maybe someone will do it anyway... OTOH the switch to ext/xsl

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Sterling Hughes
it wasn't ported because i don't want people using it anymore, they should be using ext/xsl, period. -sterling On Fri, 16 Jul 2004 11:18:46 +0200, Christian Stocker <[EMAIL PROTECTED]> wrote: > > > On 16.7.2004 11:15 Uhr, Kamesh Jayachandran wrote: > > > Hi, > > I have seen that in php5.0/ext/

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Kamesh Jayachandran
Thanks On Fri, 16 Jul 2004 11:18:46 +0200, "Christian Stocker" <[EMAIL PROTECTED]> said: > > > On 16.7.2004 11:15 Uhr, Kamesh Jayachandran wrote: > > > Hi, > > I have seen that in php5.0/ext/xslt directory does not have any source > > except the test scripts whereas in php-4.3.8 I could find the

Re: [PHP-DEV] Clarification needed

2004-07-16 Thread Christian Stocker
On 16.7.2004 11:15 Uhr, Kamesh Jayachandran wrote: Hi, I have seen that in php5.0/ext/xslt directory does not have any source except the test scripts whereas in php-4.3.8 I could find the files. In php5.0 there is one extra directory under ext by name xsl which does not exist in PHP4.3.8 ext/xslt

[PHP-DEV] Clarification needed

2004-07-16 Thread Kamesh Jayachandran
Hi, I have seen that in php5.0/ext/xslt directory does not have any source except the test scripts whereas in php-4.3.8 I could find the files. In php5.0 there is one extra directory under ext by name xsl which does not exist in PHP4.3.8 Why is this change? Can someone clarify me on this? With reg