Re: [PHP-DOC] new chm up there

2001-11-11 Thread Gabor Hojtsy
Colored sample source really rocks :) I couldn't find anything not-already-discussed-design-related and it looks very good except for some minor aligning thing: When you look at Language Reference - Types - Type Juggling you'll see that in the box with the first note, the sample source

[PHP-DOC] cvs: phpdoc /en/chapters install.xml /en/functions overload.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 05:16:38 2001 EDT Modified files: /phpdoc/en/chapters install.xml /phpdoc/en/functionsoverload.xml Log: Some more overload work, adding configure option Index: phpdoc/en/chapters/install.xml diff -u

[PHP-DOC] cvs: phpdoc / manual.xml.in

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 05:20:10 2001 EDT Modified files: /phpdoc manual.xml.in Log: Plugging overload.xml in Index: phpdoc/manual.xml.in diff -u phpdoc/manual.xml.in:1.84 phpdoc/manual.xml.in:1.85 --- phpdoc/manual.xml.in:1.84 Thu Nov 1 15:30:31 2001 +++

[PHP-DOC] cvs: phpdoc /en/chapters config.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 05:20:40 2001 EDT Modified files: /phpdoc/en/chapters config.xml Log: So gpc_order is deprecated, use variables_order instead Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.29

[PHP-DOC] cvs: phpdoc /en/chapters install.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 05:23:49 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Erg, copy-paste error corrected :) Index: phpdoc/en/chapters/install.xml diff -u phpdoc/en/chapters/install.xml:1.91 phpdoc/en/chapters/install.xml:1.92 ---

[PHP-DOC] cvs: phpdoc /en/functions math.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 05:42:08 2001 EDT Modified files: /phpdoc/en/functionsmath.xml Log: Documenting a bunch of mathematical functions: sinh, cosh, tanh, asinh, acosh, atanh The last three are not available on windows... Index:

[PHP-DOC] cvs: phpdoc /en/functions array.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:02:32 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Documenting two functions: array_change_key_case key_exists with examples... Index: phpdoc/en/functions/array.xml diff -u

Re: [PHP-DOC] new chm up there

2001-11-11 Thread Markus Fischer
On Sun, Nov 11, 2001 at 10:58:30AM +0100, Gabor Hojtsy wrote : See http://www.php.net/manual/en/html/language.types.type-juggling.html You can see that those two examples are inside the note. So this is the right behaviour for the CHM. The first source code example is not intended as in the

[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:26:04 2001 EDT Modified files: /phpdoc/en/functionsfilesystem.xml Log: Adding disk_free_space, and diskfreespace as an alias of disk_free_space Index: phpdoc/en/functions/filesystem.xml diff -u

[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:28:07 2001 EDT Modified files: /phpdoc/en/appendices aliases.xml Log: So diskfreespace is an alias Index: phpdoc/en/appendices/aliases.xml diff -u phpdoc/en/appendices/aliases.xml:1.13 phpdoc/en/appendices/aliases.xml:1.14 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:28:56 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Adding documentation for import_request_variables with example Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.74

[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:53:09 2001 EDT Modified files: /phpdoc/en/functionsfilesystem.xml Log: Adding that really neat parse_ini_file, with a complete example Index: phpdoc/en/functions/filesystem.xml diff -u phpdoc/en/functions/filesystem.xml:1.86

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:53:49 2001 EDT Modified files: /phpdoc/en language-snippets.ent Log: Adding language snippet requested by Jim Winstead about false and values evaluating to false Index: phpdoc/en/language-snippets.ent diff -u

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

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 07:13:02 2001 EDT Modified files: /phpdoc/en/functionsinfo.xml Log: Moving things around, to get alphabetical order Index: phpdoc/en/functions/info.xml diff -u phpdoc/en/functions/info.xml:1.70 phpdoc/en/functions/info.xml:1.71

Re: [PHP-DOC] new chm up there

2001-11-11 Thread Egon Schmid
From: Markus Fischer [EMAIL PROTECTED] On Sun, Nov 11, 2001 at 10:58:30AM +0100, Gabor Hojtsy wrote : See http://www.php.net/manual/en/html/language.types.type-juggling.html You can see that those two examples are inside the note. So this is the right behaviour for the CHM. The first

Re: [PHP-DOC] new chm up there

2001-11-11 Thread Markus Fischer
On Sun, Nov 11, 2001 at 01:12:18PM +0100, Egon Schmid wrote : From: Markus Fischer [EMAIL PROTECTED] On Sun, Nov 11, 2001 at 10:58:30AM +0100, Gabor Hojtsy wrote : See http://www.php.net/manual/en/html/language.types.type-juggling.html You can see that those two examples are inside

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

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 07:29:50 2001 EDT Modified files: /phpdoc/en/functionsinfo.xml Log: Adding that nice version_compare function, with examples Index: phpdoc/en/functions/info.xml diff -u phpdoc/en/functions/info.xml:1.71

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

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 07:32:04 2001 EDT Modified files: /phpdoc/en/functionsinfo.xml Log: Typo fix Index: phpdoc/en/functions/info.xml diff -u phpdoc/en/functions/info.xml:1.73 phpdoc/en/functions/info.xml:1.74 --- phpdoc/en/functions/info.xml:1.73

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

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 07:40:26 2001 EDT Modified files: /phpdoc/en/functionsinfo.xml Log: Documenting the getmygid function, linking it in to the several see also parts... Index: phpdoc/en/functions/info.xml diff -u phpdoc/en/functions/info.xml:1.74

[PHP-DOC] cvs: phpdoc /en/functions image.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 08:40:28 2001 EDT Modified files: /phpdoc/en/functionsimage.xml Log: Adding a bunch of undocumented functions: image2wbmp jpeg2wbmp png2wbmp imagepalettecopy imagecreatefromxpm imagecreatefromxbm

[PHP-DOC] cvs: phpdoc /en/chapters install.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 08:57:49 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Some fixes Index: phpdoc/en/chapters/install.xml diff -u phpdoc/en/chapters/install.xml:1.92 phpdoc/en/chapters/install.xml:1.93 ---

[PHP-DOC] cvs: phpdoc /en/chapters install.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 10:06:13 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Windows XP updates. As reported by Sebastian Bergmann, PHP works on WinXP, and the paths are the same as in Win2000. Index: phpdoc/en/chapters/install.xml diff -u

[PHP-DOC] cvs: phpdoc /en/appendices reserved.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 10:57:18 2001 EDT Modified files: /phpdoc/en/appendices reserved.xml Log: This is better to be in a simplelist, three columns Index: phpdoc/en/appendices/reserved.xml diff -u phpdoc/en/appendices/reserved.xml:1.10

[PHP-DOC] cvs: phpdoc /en/functions overload.xml

2001-11-11 Thread Hartmut Holzgraefe
hholzgraSun Nov 11 11:25:28 2001 EDT Modified files: /phpdoc/en/functionsoverload.xml Log: added xml version attribute Index: phpdoc/en/functions/overload.xml diff -u phpdoc/en/functions/overload.xml:1.2 phpdoc/en/functions/overload.xml:1.3

[PHP-DOC] cvs: phpdoc /en/functions regex.xml

2001-11-11 Thread Hartmut Holzgraefe
hholzgraSun Nov 11 11:27:56 2001 EDT Modified files: /phpdoc/en/functionsregex.xml Log: entity fix Index: phpdoc/en/functions/regex.xml diff -u phpdoc/en/functions/regex.xml:1.29 phpdoc/en/functions/regex.xml:1.30 ---

[PHP-DOC] cvs: phpdoc(dev_docbook4) /en/functions overload.xml regex.xml

2001-11-11 Thread Hartmut Holzgraefe
hholzgraSun Nov 11 11:44:26 2001 EDT Modified files: (Branch: dev_docbook4) /phpdoc/en/functionsoverload.xml regex.xml Log: MFH Index: phpdoc/en/functions/overload.xml diff -u phpdoc/en/functions/overload.xml:1.1

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-11-11 Thread Sebastian Nohn
nohnSun Nov 11 12:19:35 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: fixed another typo Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.25 phpdoc/en/functions/mnogosearch.xml:1.26 ---

[PHP-DOC] cvs: phpdoc /en/functions array.xml

2001-11-11 Thread Jeroen van Wolffelaar
jeroen Sun Nov 11 12:47:28 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Hide key_exists and array_key_change_case from the docs for now. Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.113

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-11-11 Thread Sebastian Nohn
nohnSun Nov 11 13:03:52 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: and just another typo Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.26 phpdoc/en/functions/mnogosearch.xml:1.27

[PHP-DOC] cvs: phpdoc /en/functions array.xml

2001-11-11 Thread Derick Rethans
derick Sun Nov 11 13:17:45 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: - Re-adding and fixing array_key_exists and array_change_key_case Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.114

[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] array_change_key_case()? key_exists()?

2001-11-11 Thread Derick Rethans
On Sun, 11 Nov 2001, Egon Schmid wrote: Please revert that patch from Jeroen. I have something about undocumented functions. done with pleasure. Derick - PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]

[PHP-DOC] cvs: phpdoc /fr language-snippets.ent

2001-11-11 Thread Damien Seguy
damsMon Nov 12 00:02:04 2001 EDT Modified files: /phpdoc/fr language-snippets.ent Log: Added falseproblem entry. Index: phpdoc/fr/language-snippets.ent diff -u phpdoc/fr/language-snippets.ent:1.13 phpdoc/fr/language-snippets.ent:1.14 ---

[PHP-DOC] cvs: phpdoc /fr/features file-upload.xml safe-mode.xml

2001-11-11 Thread Damien Seguy
damsMon Nov 12 00:15:04 2001 EDT Modified files: /phpdoc/fr/features file-upload.xml safe-mode.xml Log: Commiting latest changes since July 1rst. Addings new functions, typos corrections. Uptodate with en. Index: phpdoc/fr/features/file-upload.xml