[PHP-DOC] cvs: phpdoc /en/reference/pdf/functions pdf-fill.xml

2003-08-08 Thread Mehdi Achour
didou Sat Aug 9 01:01:44 2003 EDT Modified files: /phpdoc/en/reference/pdf/functions pdf-fill.xml Log: missed one Index: phpdoc/en/reference/pdf/functions/pdf-fill.xml diff -u phpdoc/en/reference/pdf/functions/pdf-fill.xml:1.4 phpdoc/en/reference/pdf/functi

[PHP-DOC] image functions GD formats WBMP

2003-08-08 Thread Glenn Meader
In the documentation for GD image functions, to eliminate confusion: The WBMP format should be described as "not the Windows BMP format" but "Wireless Bitmap" format, part of the WAP specification for cellphones. http://www.openmobilealliance.org/wapdownload.html -- PHP Documentation Mailing Lis

Re: [PHP-DOC] cvs: phpdoc / funclist.txt

2003-08-08 Thread Mehdi
reverted. didou ? There is a _() function! Goba didouWed Aug 6 12:29:39 2003 EDT Modified files: /phpdocfunclist.txt Log: bad entry Index: phpdoc/funclist.txt diff -u phpdoc/funclist.txt:1.24 phpdoc/funclist.txt:1.25 --- phpdoc/funclist.txt:1.24Tu

[PHP-DOC] cvs: phpdoc / funclist.txt

2003-08-08 Thread Mehdi Achour
didou Wed Aug 6 12:29:39 2003 EDT Modified files: /phpdoc funclist.txt Log: bad entry Index: phpdoc/funclist.txt diff -u phpdoc/funclist.txt:1.24 phpdoc/funclist.txt:1.25 --- phpdoc/funclist.txt:1.24Tue Jul 15 13:57:56 2003 +++ phpdoc/funclist.txt Wed

[PHP-DOC] R: [PHP-DOC] need help changing settings on php

2003-08-08 Thread Vincenzo Casamento
If you are running under Windows you must find the php.ini file, open it and search the string "register_globals=off" and turn it to "on". > I am a complete newbie to php environment and I am in the need to change the > register_globals from the state they are now(off ) to "on" how do I go about >

Re: [PHP-DOC] HOWTO help out

2003-08-08 Thread Mike Wright
Not that I have unlimited time, but yes exactly (proofreading etc.). How could that work? Mike How would you like to help us? We certainly need help in proofreading, adding better examples at some cases, or clarifying some points. Goba -- PHP Documentation Mailing List (http://www.php.net/)

[PHP-DOC] Bug or Feature or just plain obvious?

2003-08-08 Thread Lars Schultz
Hi there... When writing a classfunction that returned an array and passed it to array_pop like: array_pop($obj->getArray()); I encountered the problem that my original array was modified...so i ended up having one less after every call...which I did not expect, because the getArray() function