Re: [PHP-DEV] [PATCH] parse_ini_string()

2008-11-05 Thread Olivier Grange-Labat
Hello, Arnaud Le Blanc a écrit : ... Thanks, committed to 5.3 and HEAD :) Wow. Thank you both for your comments, corrections and commit! Olivier -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] parse_ini_string()

2008-11-05 Thread Olivier Grange-Labat
Hello, Here's a patch again PHP_5_3 to add a parse_ini_string() function. It just works as parse_ini_file(), except it accepts a string instead of a filename, obviously. We've been using for months a simple PHP function to do that, and while I had to modify it to accept constants (as parse_i

[PHP-DEV] Patch providing new function apache_get_scoreboard()

2003-10-08 Thread Olivier Grange-Labat
Hello, Here's a patch against PHP_4 that provides a new function called apache_get_scoreboard(). The function returns an array containing current scoreboard. The idea behind this is to provide a flexible way to dump Apache scoreboard. There are several applications that I can think of : a tool