[PHP-DOC] #27583 [Opn]: Not enough info on Apache 2 issues

2004-03-12 Thread kennyt
ID: 27583 Updated by: [EMAIL PROTECTED] Reported By: stewart dot james at vu dot edu dot au Status: Open Bug Type: Documentation problem Operating System: Any PHP Version: Irrelevant New Comment: Is that really our position on the issue, anyw

[PHP-DOC] #27583 [NEW]: Not enough info on Apache 2 issues

2004-03-12 Thread stewart dot james at vu dot edu dot au
From: stewart dot james at vu dot edu dot au Operating system: Any PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Not enough info on Apache 2 issues Description: www.php.net/install.apache2 says not to use php4 + apache2 in a product

Re: [PHP-DOC] mysqli-fetch-assoc

2004-03-12 Thread irchtml
> Hi, > > There is a paragraph that i don´t understand that says: > > If two or more columns in the result set have the same column name, the > associative array > returned by the mysqli_fetch_assoc function > will contain the value of > the last column of that name. If you must work wi

[PHP-DOC] mysqli-fetch-assoc

2004-03-12 Thread Enrique Garcia Briones
Title: mysqli-fetch-assoc Hi, There is a paragraph that i don´t understand that says: If two or more columns in the result set have the same column name, the associative array returned by the mysqli_fetch_assoc function will contain the value of the last column of that name. If

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-fetch-array.xml

2004-03-12 Thread Gabor Hojtsy
Modified files: /phpdoc/en/reference/mysqli/functions mysqli-fetch-array.xml Log: Some minor changes, correcting a paragraph, as well as participating in statistics, and my poor participation is due that i spent more time in translating the documentation. but trying to

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

2004-03-12 Thread Enrique Garcia Briones
baoengb Fri Mar 12 15:43:07 2004 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-fetch-array.xml Log: Some minor changes, correcting a paragraph, as well as participating in statistics, and my poor participation is due that i spent more ti

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Nuno Lopes
> >>> I just tested it, it works fine for me. May I ? :) > Here's another patch : http://didou.keliglia.com/build_patch_v2.txt > > didou Go ahead!

[PHP-DOC] cvs: livedocs / style_mapping.php

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 13:08:20 2004 EDT Modified files: /livedocs style_mapping.php Log: fix variable name http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.3&r2=1.4&ty=u Index: livedocs/style_mapping.php diff -u livedocs/style_mapping.php:1.3 livedocs/

[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/tidy/functions tidy-set-encoding.xml

2004-03-12 Thread Nuno Lopes
nlopess Fri Mar 12 11:48:12 2004 EDT Modified files: /phpdoc/en language-snippets.ent /phpdoc/en/reference/tidy/functions tidy-set-encoding.xml Log: fix encoding options for tidy http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.78&r2=1.79&t

[PHP-DOC] Re: [PEAR-DOC] Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Stefan Neufeind wrote: On 12 Mar 2004 at 16:50, Gabor Hojtsy wrote: Would it be possible to create some type of config file, which sets the required values and possibly defines some functions (as with the layout)? Now it might seem to be appropriate to do some exceptions, but then if you try to i

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Derick Rethans wrote: On Fri, 12 Mar 2004, Mehdi Achour wrote: That's what I did for the first patch (a new directory with mkindex.php and mktoc.php tuned for each build type).. Making a config file is different from copying those files. Amen.

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Gabor Hojtsy wrote: Would it be possible to create some type of config file, which sets the required values and possibly defines some functions (as with the layout)? Now it might seem to be appropriate to do some exceptions, but then if you try to integrate PHP-GTK or Smarty docs parsing, it wi

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Derick Rethans
On Fri, 12 Mar 2004, Mehdi Achour wrote: > That's what I did for the first patch (a new directory with mkindex.php > and mktoc.php tuned for each build type).. Making a config file is different from copying those files. Derick

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Derick Rethans
On Fri, 12 Mar 2004, Gabor Hojtsy wrote: > Would it be possible to create some type of config file, which sets the > required values and possibly defines some functions (as with the > layout)? Now it might seem to be appropriate to do some exceptions, but > then if you try to integrate PHP-GTK or

[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-get-meta-data.xml

2004-03-12 Thread Derick Rethans
derick Fri Mar 12 11:02:14 2004 EDT Modified files: /phpdoc/en/reference/stream/functions stream-get-meta-data.xml Log: - document some extra elements of stream_get_meta_data http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-m

[PHP-DOC] Re: [PEAR-DOC] Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Stefan Neufeind
On 12 Mar 2004 at 16:50, Gabor Hojtsy wrote: > >> Would it be possible to create some type of config file, which sets > >> the required values and possibly defines some functions (as with > >> the layout)? Now it might seem to be appropriate to do some > >> exceptions, but then if you try to integ

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Gabor Hojtsy
Would it be possible to create some type of config file, which sets the required values and possibly defines some functions (as with the layout)? Now it might seem to be appropriate to do some exceptions, but then if you try to integrate PHP-GTK or Smarty docs parsing, it will get difficult to

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Gabor Hojtsy wrote: mmm. not that much. You are right, we don't need a new directory. I'm thinking about patching mkindex.php to include config.php (with the new BUILD_TYPE constant) and add some IF statements. Does it sound better ? They are different as mkindex.php is written for phpdoc : - p

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Gabor Hojtsy
mmm. not that much. You are right, we don't need a new directory. I'm thinking about patching mkindex.php to include config.php (with the new BUILD_TYPE constant) and add some IF statements. Does it sound better ? They are different as mkindex.php is written for phpdoc : - peardoc needs peardoc

[PHP-DOC] cvs: phpdoc /en/reference/sqlite reference.xml

2004-03-12 Thread Nuno Lopes
nlopess Fri Mar 12 10:26:05 2004 EDT Modified files: /phpdoc/en/reference/sqlite reference.xml Log: install in PHP 5 http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/reference.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/sqlite/reference.xml diff -u p

[PHP-DOC] #27574 [Opn->Csd]: Bugs in example 2 of xml documentation

2004-03-12 Thread nlopess
ID: 27574 Updated by: [EMAIL PROTECTED] Reported By: stevenv at optonline dot net -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloa

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

2004-03-12 Thread Nuno Lopes
nlopess Fri Mar 12 10:16:11 2004 EDT Modified files: /phpdoc/en/reference/xmlreference.xml Log: fix #27574 http://cvs.php.net/diff.php/phpdoc/en/reference/xml/reference.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/xml/reference.xml diff -u phpdoc/en/r

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Mehdi Achour wrote: Derick Rethans wrote: On Fri, 12 Mar 2004, Mehdi Achour wrote: 2 directories, 4 files I just tested it, it works fine for me. May I ? :) What's the point, are they THAT different? If yes, in which ways? mmm. not that much. You are right, we don't need a new directory. I'

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Derick Rethans wrote: On Fri, 12 Mar 2004, Mehdi Achour wrote: 2 directories, 4 files I just tested it, it works fine for me. May I ? :) What's the point, are they THAT different? If yes, in which ways? mmm. not that much. You are right, we don't need a new directory. I'm thinking about patchi

Re: [PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Derick Rethans
On Fri, 12 Mar 2004, Mehdi Achour wrote: > 2 directories, 4 files > > I just tested it, it works fine for me. May I ? :) What's the point, are they THAT different? If yes, in which ways? regards, Derick

[PHP-DOC] [livedocs] - Splitting build

2004-03-12 Thread Mehdi Achour
Hi all ! I'd like to submit a patch for livedocs that will introduce the --with-build-type[=phpdoc|peardoc|gtkdoc] option for configure (default will remain phpdoc) Here's the patch : http://didou.keliglia.com/build_type.patch.txt and here's the content of the new folder "build" : [EMAIL PR

[PHP-DOC] Re: Code fix!

2004-03-12 Thread Mehdi Achour
Hi Martin, I removed the old note, feel free to submit a new note linking to your code. (I don't think we will do it for you) didou Hello. On the http://dk2.php.net/ip2long page I have found a bug in my expandCIDR code ([EMAIL PROTECTED]), and I made the code more feature rich also, it’s a r

[PHP-DOC] cvs: livedocs / mkindex.php

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 06:13:45 2004 EDT Modified files: /livedocs mkindex.php Log: clean comments http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.20&r2=1.21&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.20 livedocs/mkindex.php:1.21 --- liv

[PHP-DOC] cvs: livedocs / TODO mkindex.php

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 06:12:13 2004 EDT Modified files: /livedocs TODO mkindex.php Log: peardoc => work in progress more comments and hacks to make peardoc build fine # still need a _lot_ of work http://cvs.php.net/diff.php/livedocs/TODO?r1=1.14&r2=1.15&ty=u

[PHP-DOC] Code fix!

2004-03-12 Thread Martin Krøis - Tiscali A/S
Hello. On the http://dk2.php.net/ip2long page I have found a bug in my expandCIDR code ([EMAIL PROTECTED]), and I made the code more feature rich also, it’s a rather useful function now.   Is it possible for you to change it?   The improved code is at: http://binarywerks.dk/php_src/ex

[PHP-DOC] cvs: livedocs / xml_classes.php

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 05:18:32 2004 EDT Modified files: /livedocs xml_classes.php Log: a nicer debuging output http://cvs.php.net/diff.php/livedocs/xml_classes.php?r1=1.3&r2=1.4&ty=u Index: livedocs/xml_classes.php diff -u livedocs/xml_classes.php:1.3 livedocs/xm

[PHP-DOC] cvs: livedocs / mkindex.php

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 05:17:04 2004 EDT Modified files: /livedocs mkindex.php Log: add some instructions for peardoc http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.18&r2=1.19&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.18 livedocs/mkind

Re: [PHP-DOC] statistics

2004-03-12 Thread Mehdi Achour
Nuno Lopes wrote: so can you give us your url ? :) Mine stats don't have graphs or so. Just raw data. Top commiters: http://testes.aborla.net/top.html Zero commits: http://testes.aborla.net/zero.html Source: http://testes.aborla.net/stats.zip So, why not delete them? erm, I'm not sure you want t