[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2007-08-20 Thread Jakub Vrana
vrana Mon Aug 20 14:02:44 2007 UTC Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: Booleans can be returned as literal strings (bug #33443) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.18&r2=1.19&diff_f

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2007-08-20 Thread Jakub Vrana
vrana Mon Aug 20 13:49:39 2007 UTC Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: Examples are now above notes http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.17&r2=1.18&diff_format=u Index: phpdoc/en/ref

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2007-08-16 Thread Jakub Vrana
vrana Thu Aug 16 12:31:30 2007 UTC Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: Returns empty string also for null (bug #41937) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.16&r2=1.17&diff_format=u I

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-12-16 Thread Derick Rethans
On Thu, 16 Dec 2004, Nuno Lopes wrote: > > Why not do it like: > > > > switch($last) { > > case 'g': > > $val *= 1024; > > case 'm': > > $val *= 1024; > > case 'k': > > $val *= 1024; > > } > > > > is much shorter and cleaner looking. > > > > Derick > > I've seen your commit. I didn't do it like th

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-12-16 Thread Nuno Lopes
nlopess Thu Dec 16 05:56:58 2004 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: change code, by Derick's suggestion http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/referen

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-12-16 Thread Nuno Lopes
Why not do it like: switch($last) { case 'g': $val *= 1024; case 'm': $val *= 1024; case 'k': $val *= 1024; } is much shorter and cleaner looking. Derick I've seen your commit. I didn't do it like that because I think that the break's missing could confuse someone. Anyway, I'll follow your suggest

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-12-15 Thread Derick Rethans
On Wed, 15 Dec 2004, Nuno Lopes wrote: > nlopess Wed Dec 15 15:20:28 2004 EDT > > Modified files: > /phpdoc/en/reference/info/functions ini-get.xml > Log: > add the G ini modifier > > http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.11&r

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-12-15 Thread Nuno Lopes
nlopess Wed Dec 15 15:20:28 2004 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: add the G ini modifier http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.11&r2=1.12&ty=u Index: phpdoc/en/reference/info/funct

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-08-07 Thread Jakub Vrana
vrana Sat Aug 7 12:46:14 2004 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: 0 can be returned for Off (bug #25865) http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/refer

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2004-08-03 Thread Philip Olson
philip Wed Aug 4 01:23:47 2004 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: Show how to display shorthand notation as bytes as this is how the php source does it. And make the example formal. http://cvs.php.net/diff.php/phpd

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2003-10-26 Thread Mehdi Achour
didou Sun Oct 26 12:35:37 2003 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: correcting the example (register_globals) reformating to use screen notation Index: phpdoc/en/reference/info/functions/ini-get.xml diff -u phpdoc/en/refer

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml set-time-limit.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:39:13 2003 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml set-time-limit.xml Log: use of entities Index: phpdoc/en/reference/info/functions/ini-get.xml diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.3 phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-get.xml

2002-11-29 Thread Sara Golemon
pollita Sat Nov 30 01:47:29 2002 EDT Modified files: /phpdoc/en/reference/info/functions ini-get.xml Log: Documentation Bug #17389 Updated with examples on using ini_get() with boolean values and memory size values. Index: phpdoc/en/reference/info/function