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
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
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
.
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