Re: [PHP-DEV] PHP 5.0.1 soon ?

2004-08-11 Thread Derick Rethans
On Tue, 10 Aug 2004, Derick Rethans wrote: On Tue, 10 Aug 2004, Andi Gutmans wrote: I'd like to roll it today but haven't heard feedback from people about successful installation. Anyone installed it? Nope, I'd suggest to release on Thursday (like we often do :) I'll install it now and

[PHP-DEV] SOAP fixes for 5.0.1

2004-08-11 Thread Ron Korving
Hi, I'm experiencing a problem with SOAP that people usually wouldn't run into. I've mailed Dmitry about this, but have so far received no reply (he's usually pretty fast, but I am aware that he's had little time the past few days). I'm anxcious to know if the problem might be resolved in PHP

[PHP-DEV] fputcsv()

2004-08-11 Thread David Sklar
Attached is my fputcsv() patch (and a test case) from April. Could someone commit this to 5.1 or 5.0.1? Thanks, David Index: ext/standard/file.c === RCS file: /repository/php-src/ext/standard/file.c,v retrieving revision 1.380 diff

RE: [PHP-DEV] new browscap INI parser...

2004-08-11 Thread Jay Smith
Steph wrote: Just a quick note here - if this code gets taken on board, ext/standard/config.w32 and win32/php5dllts.dsp will need to be updated with the relevant src files too. - Steph I took a crack at those Windows build files, but I'm not sure if they're correct as I still don't have

[PHP-DEV] zend engine 2 internals

2004-08-11 Thread Bucica Mihai
hello i 've met a bug related to debug_backtrace() function (id=28054) and because it is not solved from 14 april ..i decided to try to fix it. easy to say ...hard to do..beacuse it seams i have to understand a lot of zend engine 2 to fix this bug. the zend engine 2 code has few comments and i

Re: [PHP-DEV] fputcsv()

2004-08-11 Thread Marcus Boerger
Hello David, Wednesday, August 11, 2004, 3:53:11 PM, you wrote: Attached is my fputcsv() patch (and a test case) from April. Could someone commit this to 5.1 or 5.0.1? That's a new function so it can only go to 5.1. Anyway it's a nice feature. So if nobody has anything against i'd look into

[PHP-DEV] Re: SOAP fixes for 5.0.1

2004-08-11 Thread Ron Korving
update: Dmitry contacted me, he will look into it. Ron Korving [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm experiencing a problem with SOAP that people usually wouldn't run into. I've mailed Dmitry about this, but have so far received no reply (he's usually pretty fast,

[PHP-DEV] PHP 4.3.9RC1 Released

2004-08-11 Thread Ilia Alshanetsky
Here goes the long overdue RC1 of 4.3.9 that will hopefully soon be followed by the final release. While this release only fixes bugs, I'd still like to ask everyone to test it to make sure no new bugs were introduced. The sources Windows binaries can be found at their usual location,

[PHP-DEV] PHP_EOL exposed to scripts?

2004-08-11 Thread Paul Hudson
Hi there, This may already have been considered in the past, but I was wondering whether the PHP_EOL constant available inside the PHP source code could be made available to PHP programmers in their scripts? The current solution is, of course, to check PHP_OS each time and set the constant by

Re: [PHP-DEV] PHP_EOL exposed to scripts?

2004-08-11 Thread Andi Gutmans
I think it's a good idea. Personally I think that making this EOL would make it even easier to use. We tend to prefix constants but in this case, we should probably consider not doing so because it could be part of the language. Andi At 12:22 AM 8/12/2004 +0100, Paul Hudson wrote: Hi there,

Re: [PHP-DEV] is_a() vs. instanceof

2004-08-11 Thread Dan Ostrowski
On Tuesday 10 August 2004 7:36 pm, Hans Lellelid wrote: I like the new $obj instanceof ClassName way of checking class / interface types, but this method does have one major drawback compared to the old is_a() approach: The class must be loaded in order to perform an instanceof

Re: [PHP-DEV] is_a() vs. instanceof

2004-08-11 Thread Sean Coates
Dan Ostrowski wrote: On Tuesday 10 August 2004 7:36 pm, Hans Lellelid wrote: The class must be loaded in order to perform an instanceof check! *snip* Am I misunderstanding you? consider the following: ?php class Foo {} $foo = unserialize('O:3:Foo:0:{}'); echo '$foo is_a Foo? '. (is_a($foo,

Re: [PHP-DEV] is_a() vs. instanceof

2004-08-11 Thread Hans Lellelid
Alan Knowles wrote: I think he's referening to something like this (which is common in pear): $x = $someobj-somemethod(); if ($x instanceOf PEAR_Error) { ... } while that code is redundant in the case of exceptions, it is still a valid situation.. that $x may be a valid return, and

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

2004-08-11 Thread Kamesh Jayachandran
Can someone clarify me on this? With regards Kamesh Jayachandran On Tue, 27 Jul 2004 22:46:40 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: 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