Date: 10/15/00
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] bug submission (fwd)"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr chapters.ent /fr/functions shmop.xml /hu chapters.ent /hu/functions shmop.xml"
- In reply to: Rasmus Lerdorf: "[PHP-DOC] bug submission (fwd)"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DOC] bug submission (fwd)"
- Reply: Rasmus Lerdorf: "Re: [PHP-DOC] bug submission (fwd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Oct 15, 2000 at 11:40:11AM -0700, Rasmus Lerdorf wrote:
>
>
> ---------- Forwarded message ----------
> Date: Sun, 15 Oct 2000 18:01:17 +0200
> From: Sreng Truong <sreng.truong <email protected>>
> To: webmaster <email protected>
> Subject: bug submission
>
> Hello,
>
> there is a little bug in a code example in your online manual.
>
> At the page : http://www.php.net/manual/debugger.php
> you should replace in the Perl script example
>
> my $proto = getprotobyname(`tcp`);
>
> by
>
> my $proto = getprotobyname('tcp');
>
> The difference is just between backquote and quote.
Can't find a "get" in en/appendices/debugger.xml. What does he have in
mind.
-Egon
-- http://www.linuxtag.de/ http://php.net/books.php http://www.concert-band.de/
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] bug submission (fwd)"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /fr chapters.ent /fr/functions shmop.xml /hu chapters.ent /hu/functions shmop.xml"
- In reply to: Rasmus Lerdorf: "[PHP-DOC] bug submission (fwd)"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DOC] bug submission (fwd)"
- Reply: Rasmus Lerdorf: "Re: [PHP-DOC] bug submission (fwd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

