Re: [PHP-DOC] [HEADSUP] New phpweb branch

2008-08-18 Thread Philip Olson
That being said, I'd like to switch docs.php.net over to the new branch if there are no objections? Sounds like a good idea. Also, let's work together on getting the new doc box up and running... see you on IRC soon. :) Regards, Philip

Re: [PHP-DOC] License change? Bye bye OPL, hello CC?

2008-08-18 Thread Friedhelm Betz
hi, late in the game, but a big +1 from me. Friedhelm Georg Richter wrote: Mehdi Achour schrieb: +1 for me! /Georg Fine with me. Mehdi On Tue, Jul 8, 2008 at 8:35 PM, Nuno Lopes <[EMAIL PROTECTED]> wrote: I'm fine with this license change as well. But please include the full license text

[PHP-DOC] cvs: php-src /ext/standard basic_functions.c

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:09:20 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - [DOC] make putenv behaves like unix putenv on Windows: . FOO=1234 => set FOO to 1234 . FOO= => set FOO to an empty string . FOO= => unset FOO .

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:11:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: - [DOC] MFH: make putenv behaves like unix putenv on Windows: . FOO=1234 => set FOO to 1234 . FOO= => set FOO to an empty string . F