Prev: headers help
Next: Object Oriented Programming question
From: Daniel Brown on 12 Mar 2010 08:12 On Fri, Mar 12, 2010 at 02:49, Per Jessen <per(a)computer.org> wrote: > I run a local mirror of the PHP manual, and I most often go straight to > the "Search for" box to look up the format of a function. With the > mysqli functions, I've found than many of them simply > aren't "available" that way. E.g. mysqli_connect() - "Sorry, but the > function mysqli_connect is not in the online manual.". > > Would it be a lot of effort to create function manual entries for the > procedural style of mysqli_*? Actually, Per, they do exist.... it's a problem with the manual error-router itself. I'll take a look at that again today. It's been forgotten for years, for some reason. I'll let you know if/when there's a solution.... hopefully I can get to it and finish it today. In the meantime, you can find the XML sources for those on your local mirror in {$MIRROR_ROOT}/reference/mysqli/ and it's children. Specifically for mysqli_connect(), see {$MIRROR_ROOT}/reference/mysqli/mysqli/connect.xml . -- </Daniel P. Brown> daniel.brown(a)parasane.net || danbrown(a)php.net http://www.parasane.net/ || http://www.pilotpig.net/ Looking for hosting or dedicated servers? Ask me how we can fit your budget!
From: Per Jessen on 12 Mar 2010 09:02 Daniel Brown wrote: > On Fri, Mar 12, 2010 at 02:49, Per Jessen <per(a)computer.org> wrote: >> I run a local mirror of the PHP manual, and I most often go straight= >> to the "Search for" box to look up the format of a function. =C2=A0W= ith >> the mysqli functions, I've found than many of them simply >> aren't "available" that way. =C2=A0E.g. mysqli_connect() - "Sorry, b= ut the >> function mysqli_connect =C2=A0is not in the online manual.". >> >> Would it be a lot of effort to create function manual entries for th= e >> procedural style of mysqli_*? >=20 > Actually, Per, they do exist.... it's a problem with the manual > error-router itself. I'll take a look at that again today.=20 Hi Daniel That's what I thougfht too, but I wasn't sure. The pages are clearly there, e.g.: http://php/manual/en/mysqli.connect.php > It's been forgotten for years, for some reason. I'll let you know > if/when there's a solution.... hopefully I can get to it and finish i= t > today.=20 Cool, thanks. /Per --=20 Per Jessen, Z=C3=BCrich (1.8=C2=B0C)
From: Daniel Egeberg on 12 Mar 2010 06:48 On Fri, Mar 12, 2010 at 08:49, Per Jessen <per(a)computer.org> wrote: > I run a local mirror of the PHP manual, and I most often go straight to > the "Search for" box to look up the format of a function.  With the > mysqli functions, I've found than many of them simply > aren't "available" that way.  E.g. mysqli_connect() - "Sorry, but the > function mysqli_connect  is not in the online manual.". > > Would it be a lot of effort to create function manual entries for the > procedural style of mysqli_*? > > > /Per Hi Per, The manual already supports that. If you install the sqlite extension on your webserver, it should work. -- Daniel Egeberg
From: Daniel Brown on 15 Mar 2010 13:27 On Fri, Mar 12, 2010 at 06:48, Daniel Egeberg <degeberg(a)php.net> wrote: > > Hi Per, > > The manual already supports that. If you install the sqlite extension > on your webserver, it should work. Dan; The question wasn't whether or not it supports that kind of lookup, but rather why it's not working. We've had issues with the mysqli_* stuff for years. It's a known issue to us, but not to everyone. -- </Daniel P. Brown> daniel.brown(a)parasane.net || danbrown(a)php.net http://www.parasane.net/ || http://www.pilotpig.net/ Looking for hosting or dedicated servers? Ask me how we can fit your budget!
|
Pages: 1 Prev: headers help Next: Object Oriented Programming question |