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
> > -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
-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
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
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
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
> 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
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