kennyt Tue Jul 12 18:09:59 2005 EDT
Modified files:
/phpdoc/en/language oop.xml
Log:
s/may no use/may not use/
#bug 33670
http://cvs.php.net/diff.php/phpdoc/en/language/oop.xml?r1=1.62&r2=1.63&ty=u
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/langua
This will screw up a few auto-generated mails (eg, the
phpdoc bugs and stats) but it's better than having 10 virus mails per
hour appear on the lists.
Can't these addresses be subscribed and set to "nomail" or something
similar? I haven't a clue how this mailer works -- if it's possible --
so
denise leonardo wrote:
This mail is probably spam. The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future. See http://spamassassin.org/tag/ for more details.
Content preview: please help me, i downloaded ibserver with php,mys
kennyt Thu Jan 1 01:44:47 2004 EDT
Modified files:
/phpdoc/en/reference/array/functionsarray-search.xml
Log:
Switched argument order. It's needle, haystack, as stated just a few lines above. ;-)
Index: phpdoc/en/reference/array/functions/array-searc
Sorry, but this list is just for discussion about the php.net manual. You
might try your question on php-general (@) lists.php.net, or
http://www.php.net/support.php
Ken
kennyt Thu Jan 1 17:53:19 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions strpos.xml
Log:
Added example of offsets.
Index: phpdoc/en/reference/strings/functions/strpos.xml
diff -u phpdoc/en/reference/strings/functions/strpos.xml:1.4
ph
kennyt Thu Jan 1 17:59:00 2004 EDT
Modified files:
/phpdoc/en/reference/array/functionssort.xml
Log:
Added note that sort() kills existing keys.
Index: phpdoc/en/reference/array/functions/sort.xml
diff -u phpdoc/en/reference/array/functions/sort.xml
kennyt Thu Jan 1 18:00:27 2004 EDT
Modified files:
/phpdoc/en/appendices reserved.xml
Log:
Added note that $_SERVER['SCRIPT_FILENAME'] is relative in certain CLI cases.
Bug 26429.
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices
On Fri, 2 Jan 2004, Derick Rethans wrote:
>
> If you close something, don't put your name in the "Assigned To" field.
>
> Derick
Okay. But why? 8)
Ken
Hi,
It looks like domxml in /ext has been renamed to /dom -- and rewritten?
Does this mean we need to start a new dom manual section to document it? I
see that there's quite a bit on 'domxml,' but a lot of functions (in
php5's /ext/dom) are missing. Where might I find information about these
f
Okay, thanks for your replies. I've been playing with the DomDocument a
bit, and the code is making a little more sense. I see that the classes
are made up of aliases. That is, the member functions are aliases to
procedural PHP_FUNCTION()s... I think. In this case, what do we document?
The OO a
On Sun, 4 Jan 2004, enrique hernan wrote:
> hi doc team,
>
> I think example 1 in array_search function has the paramaters in wrong order
Yup, it sure does. You're, I believe, the fourth person to report this.
It'll be fixed next time the manual is rebuilt. Thanks for the report
anyway. :-)
K
kennyt Sun Jan 4 12:39:19 2004 EDT
Modified files:
/phpdoc/entitiesglobal.ent
Log:
Modified URL to GNU TAR's manual, chapter seven. Fixes bug 26783.
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.152 phpdoc/entities/global.ent:1.
On Sun, 4 Jan 2004 [EMAIL PROTECTED] wrote:
> The example says that:
> array_shift($input)
>
> is equivalent to:
> array_splice($input, -1)
>
> but that's not right. it's equivalent to:
> array_splice($input, 0, 1)
This is true, assuming you're talking about the effect it has on $input,
It'd be nice to have a full preview of the note you're editing. I've
included a patch against php-master-web/manage/user-notes#1.34 to do
this, by highlight_php()ing .
I'm pretty sure it works. ;-)
Ken
---
Index: user-notes.php
=
kennyt Wed Jan 7 18:15:48 2004 EDT
Modified files:
/phpdoc/en/reference/tokenizer constants.xml reference.xml
/phpdoc/en/reference/tokenizer/functionstoken-get-all.xml
Log:
Noted that T_ML_COMMENT => T_COMMENT in PHP 5. (#25659)
Changed short_open
kennyt Wed Jan 7 18:25:57 2004 EDT
Added files:
/phpdoc/en/reference/gettext/functions -.xml
Log:
Added reference for _() -- an alias for gettext().
Index: phpdoc/en/reference/gettext/functions/-.xml
+++ phpdoc/en/reference/gettext/functions/-.xml
kennyt Wed Jan 7 18:27:01 2004 EDT
Modified files:
/phpdoc/en/reference/gettext/functions -.xml
Log:
Removing erroneous tag line.
Index: phpdoc/en/reference/gettext/functions/-.xml
diff -u phpdoc/en/reference/gettext/functions/-.xml:1.1
phpdoc/en/refe
On Wed, 7 Jan 2004, Greg Beaver wrote:
>
>
> Ken Tossell wrote:
>
> > kennyt Wed Jan 7 18:15:48 2004 EDT
> >
> > Modified files:
> > /phpdoc/en/reference/tokenizer constants.xml reference.xml
> > /phpdoc/en/refe
kennyt Wed Jan 7 20:09:34 2004 EDT
Modified files:
/phpdoc/en/reference/tokenizer constants.xml reference.xml
Log:
Added docs and example concerning T_DOC_COMMENT.
Index: phpdoc/en/reference/tokenizer/constants.xml
diff -u phpdoc/en/reference/tokenizer
kennyt Sun Jan 11 14:29:13 2004 EDT
Modified files:
/phpdoc/en/chapters tutorial.xml
Log:
stops, wc, example cleaning, more syntax
Index: phpdoc/en/chapters/tutorial.xml
diff -u phpdoc/en/chapters/tutorial.xml:1.26 phpdoc/en/chapters/tutorial.xml:1.27
--- php
kennyt Sun Jan 11 15:12:40 2004 EDT
Modified files:
/phpdoc/en/appendices about.xml
Log:
GPL -> OPL
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/about.xml:1.28 phpdoc/en/appendices/about.xml:1.29
--- phpdoc/en/appendices/about.xml
kennyt Wed Jan 14 19:15:32 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions get-included-files.xml
Log:
Added note and example about the fact that get_included_files() shows the
first called script.
Index: phpdoc/en/reference/info/functions/get
kennyt Wed Jan 14 19:17:22 2004 EDT
Modified files:
/phpdoc/en/appendices about.xml
Log:
Cleaned some expressions (no-trans) and corrected that the manual is built
'periodically.'
Index: phpdoc/en/appendices/about.xml
diff -u phpdoc/en/appendices/ab
kennyt Fri Jan 16 12:40:32 2004 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
as => provides (or has, w/e)
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.28 phpdoc/en/features/commandline.xml:1.29
--- ph
kennyt Sat Jan 17 16:02:50 2004 EDT
Modified files:
/phpdoc/en/language expressions.xml
Log:
Added === and !==.
Index: phpdoc/en/language/expressions.xml
diff -u phpdoc/en/language/expressions.xml:1.24 phpdoc/en/language/expressions.xml:1.25
--- phpdoc/en/l
kennyt Mon Jan 19 01:11:20 2004 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
it's a colon, not semi-colon, on non-windows
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.48 phpdoc/en/features/safe-mode.xml:1.4
kennyt Mon Jan 19 21:25:57 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions chunk-split.xml
str-split.xml
Log:
Cross-referenced chunk_split() and str_split() [They're essentially synonymous.]
Hey, please note that I'm working on documentation for the SimpleXML
extension. (Which isn't quite finalized AFAIK)
Ken
On Wed, 21 Jan 2004, sigurdne wrote:
> Hi
>
> Is it possible to get footnotes (the table) when compiling for phpweb,chm and
user notes? just put the manual directory under phpweb.
kennyt Wed Jan 21 10:38:47 2004 EDT
Modified files:
/livedocs livedoc.php
Log:
PHP was getting confused about which include directory to use.
http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.73&r2=1.74&ty=u
Index: livedocs/livedoc.php
diff -u livedocs
Don't forget make test! :-)
[EMAIL PROTECTED] phpdoc $ make test
/usr/bin/onsgmls -i lang-de -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl
manual.xml
/usr/bin/onsgmls:/homes/ken/cvs/php/phpdoc/de/reference/dir/functions/class.dir.xml:49:13:E:
document type does not allow element "example" here
/usr
On Wed, 21 Jan 2004, Mehdi Achour wrote:
[snip]
> Can you please respect the CS here too ? :)
> (LIVEDOC_SOURCE[space].[space]'/file.php');
certainly =)
> Also, there's another include (error.php), you didn't change it.
bleh, will do, assuming no one disagrees? mkindex.php does something
sim
kennyt Wed Jan 21 11:07:17 2004 EDT
Modified files:
/livedocs livedoc.php
Log:
CS :)
http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.74&r2=1.75&ty=u
Index: livedocs/livedoc.php
diff -u livedocs/livedoc.php:1.74 livedocs/livedoc.php:1.75
--- livedocs/
kennyt Wed Jan 21 11:13:04 2004 EDT
Modified files:
/livedocs livedoc.php
Log:
Changed to universal time.
http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.75&r2=1.76&ty=u
Index: livedocs/livedoc.php
diff -u livedocs/livedoc.php:1.75 livedocs/livedoc.p
On Wed, 21 Jan 2004, Ken Tossell wrote:
> Log:
> Changed to universal time.
What would you all think of making that real universal time (UTC)? We're
not always in the same timezone as the server...
This would just be date => gmdate.
Ken
http://www.kennyt.com/~ken/phpdoc-en/reference/simplexml/
It's very Simple. ;)
I've left the DOM connection undocumented for the most part, as DOM isn't
documented yet... Any objections to this going in?
Ken
http://php.kennyt.com/newdocs/?q=ref.simplexml might help :)
Taking your suggestions, I've cleaned and added a bit of documentation:
http://php.kennyt.com/newdocs/?q=ref.simplexml
http://www.kennyt.com/~ken/phpdoc-en/reference/simplexml/
This documentation is lacking some parts (like DOM interaction, which
depends on /ext/dom docs) and some more obscure
On Fri, 23 Jan 2004, Gabor Hojtsy wrote:
> Mehdi asked you not to put links into short function descriptions. I would
> also second that since if you are interested in a functions
> short description, you will surely not need a link to go elsewhere...
Ah, forgot about that one. I will remove tha
kennyt Fri Jan 23 11:17:18 2004 EDT
Added files:
/phpdoc/en/reference/simplexml .cvsignore reference.xml
/phpdoc/en/reference/simplexml/functions
simplexml-element-asXML.xml
kennyt Fri Jan 23 11:18:22 2004 EDT
Modified files:
/phpdoc manual.xml.in
Log:
Added SimpleXML reference.
http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.158&r2=1.159&ty=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.158 phpdoc/manual
kennyt Fri Jan 23 11:20:15 2004 EDT
Added files:
/phpdoc/en/reference/monetra.cvsignore
Modified files:
/phpdoc/en/reference/cybermut .cvsignore
Log:
Added .cvsignore files.
http://cvs.php.net/diff.php/phpdoc/en/referen
kennyt Sat Jan 24 14:09:05 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functionssimplexml-load-file.xml
Log:
s/string/file/
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml?r1=1.1&r2=1.2&ty=u
Index:
kennyt Sat Jan 24 14:20:35 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml reference.xml
Log:
fixed looping example
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/simplexml/r
kennyt Mon Jan 26 15:24:39 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions
simplexml-element-children.xml
Log:
"function" -> "method"; and added example of children() usage.
http://cvs.php
kennyt Wed Jan 28 15:09:16 2004 EDT
Modified files:
/phpdoc/en/reference/exec/functions exec.xml
Log:
Fix #27076: Add warning about safe_mode and argument quoting.
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.7&r2=1.8&ty=u
Ind
kennyt Wed Jan 28 20:23:00 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml reference.xml
/phpdoc/en/reference/simplexml/functionssimplexml-load-dom.xml
Log:
Added DOM examples.
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/r
kennyt Wed Jan 28 21:09:13 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml reference.xml
Log:
Removed extra 4 spaces.
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/simplexml
On Thu, 29 Jan 2004, Antony Dovgal wrote:
> On Thu, 29 Jan 2004 02:09:13 -
>
> make test complains about /simplexml/reference.xml
> I propose the patch, which fixes the problem.
Well, I was going to say, "Go ahead." ...
Ken
On Thu, 29 Jan 2004, Derek Ford wrote:
> (don't know if I can commit to that module or not).
All phpdoccers can. :)
Ken
Sounds great! +1! b3 1337! Yeah!
&what.derek.said;
Maybe also we can write in a way to lock extensions -- that is, "Joe Cool
([EMAIL PROTECTED]) is working on /ext/perl docs offline."
Ken Tossell
kennyt Sun Feb 1 17:07:15 2004 EDT
Modified files:
/phpdoc/en/reference/sybase/functions
sybase-set-message-handler.xml
Log:
foo to foo parameter! :-)
http://cvs.php.net/diff.php/phpdoc/en/reference/syb
Hi,
Would any great person of karma like to commit a small patch that will
allow lazy^H^H^H^Hhard working phpdoc helpers to more easily stop bad
notes before they hit the mirrors?
Below, I've attached a patch against php-master-web/manage/user-notes.php.
Ken Tossell
Index: manage
kennyt Tue Feb 3 11:26:33 2004 EDT
Modified files:
/phpdoc/entitiesglobal.ent
Log:
Added html entity — -- fixes bug where livedocs barfs on said
entity when rendering &ref.domxml;.
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.156&r2=1.
kennyt Tue Feb 3 11:35:16 2004 EDT
Modified files:
/phpdoc/entitiesglobal.ent
Log:
oops, `pwd` is my friend!
this isn't the greatest either. anyone know of another code for mdash?
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.157&r2=1.15
kennyt Tue Feb 3 11:47:09 2004 EDT
Modified files:
/phpdoc/entitiesglobal.ent
Log:
Yup, it's #151. Livedocs shows the proper *dash* now.
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.158&r2=1.159&ty=u
Index: phpdoc/entities/global.ent
diff
kennyt Tue Feb 3 13:27:16 2004 EDT
Modified files:
/phpdoc/en/reference/ccvs reference.xml
Log:
Mark ccvs as [deprecated].
http://cvs.php.net/diff.php/phpdoc/en/reference/ccvs/reference.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/ccvs/reference.xm
kennyt Tue Feb 3 13:29:00 2004 EDT
Modified files:
/phpdoc/en/reference/var/functions is-array.xml
Log:
Add is_array example.
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/is-array.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/var/funct
kennyt Tue Feb 3 13:29:14 2004 EDT
Modified files:
/phpdoc/en/reference/array/functionspos.xml
Log:
Use proper alias structure
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/pos.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/arra
kennyt Tue Feb 3 13:52:16 2004 EDT
Added files:
/phpdoc/en/reference/session/functions session-commit.xml
Log:
Add alias session_commit() -> session_write_close().
http://cvs.php.net/co.php/phpdoc/en/reference/session/functions/session-commit.xml?r
On Tue, 3 Feb 2004, Vlad Krupin wrote:
> change and, when he/she has time, apply it to their respective
> translation." Is it still done the same way?
Yup.
> P.S. I am not subscribed, so please cc me on replies.
Done
Ken
Ken Tossell
On Wed, 4 Feb 2004, Antony Dovgal wrote:
> On Tue, 03 Feb 2004 16:47:09 -
> "Ken Tossell" <[EMAIL PROTECTED]> wrote:
>
> > kennyt Tue Feb 3 11:47:09 2004 EDT
>
> > -
> > +
>
> But make test complains about it
On Wed, 4 Feb 2004, Vincent Briet wrote:
> right refname
How'd I miss that one? ;)
The php.net relay for poz@ can't find your email host, and sent me an
error message.
Sorry to make the list know. ;)
Ken Tossell
Hah, just *had* to find imperfection in that extension, didn't you? ;)
Ken Tossell
Do you really want 2x the FAQ link? :)
Ken Tossell
kennyt Tue Feb 17 21:15:45 2004 EDT
Modified files:
/livedocs/themes/php.nethtml_format.php livedoc.css
Log:
Make livedocs' php.net template nearly pass as the original manual
section, complete with notes.
http://cvs.php.net/diff.php/livedocs/themes/p
On Thu, 19 Feb 2004, Derick Rethans wrote:
> On Thu, 19 Feb 2004, Nuno Lopes wrote:
>
> > > what about a new 'livedocs bug' category for bugs.php.net ?
> > >
> > > didou
> > >
> >
> > Maybe it's better to create a separate bug system in the new website.
>
> Not really... one more thing to mainta
kennyt Sat Feb 21 19:59:49 2004 EDT
Modified files:
/livedocs/themes/php.nethtml_format.php
Log:
php.net theme no longer dies when unable to call phpweb mirror code.
# Make didou stop complaining.
http://cvs.php.net/diff.php/livedocs/themes/php.net/htm
kennyt Fri Mar 5 16:24:41 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Added 'instanceof' as a 'type operator.'
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.61&r2=1.62&ty=u
Index: phpdoc/en/language/operators.xml
diff
kennyt Fri Mar 5 16:28:43 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
s/version 5/5/
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.62&r2=1.63&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/ope
On Wed, 10 Mar 2004, Nuno Lopes wrote:
> P.S. if anyone wants the sources to generate this strange stats...
Well DUH. :)
Ken
kennyt Sun Mar 28 01:42:32 2004 EDT
Added files:
/phpdoc/en/reference/xsl.cvsignore reference.xml
Modified files:
/phpdoc manual.xml.in
Log:
Adding a bit of documentation for /ext/xsl.
http://cvs.php.net/diff.php/phpdoc/manua
kennyt Sun Mar 28 13:04:16 2004 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
/phpdoc/en/reference/filesystem/functions fgetcsv.xml
Log:
Reverted two changes to the old functions/ directory and applied Rasmus'
fix to en/reference/functio
On Sun, 28 Mar 2004, Rasmus Lerdorf wrote:
> /phpdoc/en/functions filesystem.xml
> Log:
> Fix for bug #27730
en/functions/extension.xml has been replaced by en/reference/extension/*.
I applied your fix to the new files. :)
Ken
Just, AFAIK, methods that you call on objects should be documented as
ClassName->method();, whereas statically called methods should be
ClassName::method(); -- but I can't think of an example of the latter...
Ken
kennyt Mon Mar 29 23:10:35 2004 EDT
Modified files:
/phpdoc/en/appendices comparisons.xml
Log:
Fix a 1,1 splice.
http://cvs.php.net/diff.php/phpdoc/en/appendices/comparisons.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/appendices/comparisons.xml
diff -u php
kennyt Sat Apr 3 12:54:22 2004 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
clarifying
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.72&r2=1.73&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/f
kennyt Sat Apr 10 13:44:10 2004 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-socket-client.xml
Log:
add "see also" to stream_select
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-client.xml?r1=1.9&r2=
kennyt Sat Apr 10 14:08:17 2004 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-select.xml
Log:
stream_select() accepts arrays, not resources :)
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-select.xml?r1=1.7&
kennyt Mon Apr 12 18:55:33 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
typos
#the entity name should be .bundled, right?
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.81&r2=1.82&ty=u
Index: phpdoc/en/language-snippets
kennyt Mon Apr 12 18:58:32 2004 EDT
Modified files:
/phpdoc/en/reference/image/functionsimageantialias.xml
imagecolormatch.xml
imagecreatefromxpm.xml
kennyt Sat Apr 17 12:10:02 2004 EDT
Modified files:
/phpdoc Makefile.in
Log:
added automake target to update working doc tree
http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.147&r2=1.148&ty=u
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.147
kennyt Sun Jul 18 12:57:43 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions
simplexml-element-asXML.xml
simplexml-element-attributes.xml
kennyt Sun Jul 18 13:02:11 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml reference.xml
Log:
fixed path and changed to using an existing element
# manicdepressive at mindless dot com
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/r
kennyt Sun Jul 18 14:04:54 2004 EDT
Modified files:
/phpdoc/scripts notes_stats.php
Log:
simplified regex; changed 'then' to comparative 'than'
http://cvs.php.net/diff.php/phpdoc/scripts/notes_stats.php?r1=1.3&r2=1.4&ty=u
Index: phpdoc/scripts/notes_stat
kennyt Tue Aug 3 11:57:37 2004 EDT
Modified files:
/phpdoc/en/appendices about.xml
Log:
refer to irc channel
# eh? eh?
http://cvs.php.net/diff.php/phpdoc/en/appendices/about.xml?r1=1.34&r2=1.35&ty=u
Index: phpdoc/en/appendices/about.xml
diff -u phpd
+1
Ken Tossell
+1 for freenode/#phpdoc :P
On Wed, 4 Aug 2004, Gabor Hojtsy wrote:
> > The above code will output like:'>
>
> This is not English IMHO.
"The above code will output:"
I see no need for the preposition.
Ken
91 matches
Mail list logo