Re: [PHP-DOC] Protos and display

2003-07-05 Thread Derick Rethans
On Sat, 5 Jul 2003, Gabor Hojtsy wrote: > As I said before I am not against modifying docbook, I am convinced > that we have quite some problems, which are only fixable this way, > and we won't do harm with modifying the DTD, as it is very well supported, > and there are already PHP projects (at l

Re: [PHP-DOC] Protos and display

2003-07-05 Thread Gabor Hojtsy
> > -1 > > Getting rid of to solve this problem seems bad to me, > > can't we just improve the logic used there to have more freedom ? > > without modifying the DocBook DTD or abusing the "role" attribute we can't > > was designed with C++ and Java in mind, > it is just not up to the additional f

Re: [PHP-DOC] Protos and display

2003-07-03 Thread Mehdi
-1 Getting rid of to solve this problem seems bad to me, can't we just improve the logic used there to have more freedom ? without modifying the DocBook DTD or abusing the "role" attribute we can't was designed with C++ and Java in mind, it is just not up to the additional fexibility we hav

Re: [PHP-DOC] Protos and display

2003-07-03 Thread Hartmut Holzgraefe
Mehdi wrote: A user note say that it doesn't work with only one argument. and the proto in the C source file is saying : 2 arguments or 3 (as far as I read it well) yes, the source proto is right and the manaul proto is wrong (for the reasons described in my previous reply) -1 Getting rid of to s

Re: [PHP-DOC] Protos and display

2003-07-03 Thread Mehdi
It seems like we have a problem with the proto's constructions : From php.net/manual/en/function.dba-fetch.php : string *dba_fetch* ( string key [, int skip, resource handle]) [...] the notation itself is valid in that it says that argument 2 and 3 are both optinal but not independent of each ot

Re: [PHP-DOC] Protos and display

2003-07-02 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: It seems like we have a problem with the proto's constructions : From php.net/manual/en/function.dba-fetch.php : string *dba_fetch* ( string key [, int skip, resource handle]) [...] the notation itself is valid in that it says that argument 2 and 3 are both optinal but not inde

Re: [PHP-DOC] Protos and display

2003-07-02 Thread Gabor Hojtsy
> It seems like we have a problem with the proto's constructions : > > From php.net/manual/en/function.dba-fetch.php : > string *dba_fetch* ( string key [, int skip, resource handle]) > > From /en/reference/dba/functions/dba-fetch.xml : > > stringkey >choice="opt">intskip > > resourcehandle

[PHP-DOC] Protos and display

2003-07-02 Thread Mehdi
Hi, It seems like we have a problem with the proto's constructions : From php.net/manual/en/function.dba-fetch.php : string *dba_fetch* ( string key [, int skip, resource handle]) From /en/reference/dba/functions/dba-fetch.xml : stringkey intskip resourcehandle As you may notice here : h