Re: [PHP-DEV] substr passing null...

2009-01-29 Thread David Zülke
Am 28.01.2009 um 18:41 schrieb Scott MacVicar: Nathanael D. Noblet wrote: Peter Walther wrote: it's only a bug if you always expect optional NULL parameters to be ignored. Well that's the question I'm asking. I assumed optional parameters passed null should be ignored. If this isn't the beha

Re: [PHP-DEV] substr passing null...

2009-01-29 Thread Johannes Schlüter
Hi, On Thu, 2009-01-29 at 09:29 +0100, David Zülke wrote: > Out of curiosity - how hard would it be to implement a "default" > keyword that can be passed in function/method calls with the new > parameter parsing API? It would mean to introduce a new value type or tons of rewrites. But as I s

[PHP-DEV] PHP 5.3.0beta1

2009-01-29 Thread Johannes Schlüter
Hi, we have packaged PHP 5.3.0beta1. Source tarballs can be found at http://downloads.php.net/johannes/php-5.3.0beta1.tar.bz2 ac16e56bf6a4b37ff35d9bc061063a9 http://downloads.php.net/johannes/php-5.3.0beta1.tar.gz 71c6c06087cfa9c38567b050d00bcabf Windows binary builds on http://

[PHP-DEV] Building PHP 5.2.8 under Windows

2009-01-29 Thread David M. Patterson
Hello all. I am trying to build PHP 5.3.8 under Windows XP SP3. I'm using Microsoft Visual Studio V6, SP6 as specified here: http://wiki.php.net/internals/windows/compiler. I have installed the Windows Platform SDK V6.1 as specified here: http://wiki.php.net/internals/windows/windowssdk

Re: [PHP-DEV] Building PHP 5.2.8 under Windows

2009-01-29 Thread Pierre Joye
hi, Please ask further questions on the PHP Windows Internals list. However, the SDK 6.1 has to be used with VS 2008, not VC6. For VC6, the 2003/02 is required. Cheers, On Thu, Jan 29, 2009 at 10:16 PM, David M. Patterson wrote: > Hello all. > > > > I am trying to build PHP 5.3.8 under Windows