[PHP-DOC] cvs: phpdoc /en/language oop.xml

2005-07-12 Thread Ken Tossell
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

Re: [PHP-DOC] Combating the spam

2003-08-19 Thread Ken Tossell
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

Re: [PHP-DOC] php

2003-09-22 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-search.xml

2003-12-31 Thread Ken Tossell
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

Re: [PHP-DOC] php error messages

2004-01-01 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions strpos.xml

2004-01-01 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/array/functions sort.xml

2004-01-01 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/appendices reserved.xml

2004-01-01 Thread Ken Tossell
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

Re: [PHP-DOC] #26352 [Opn->Csd]: strpos() webpage missing an example for the use of offset attriubte

2004-01-01 Thread Ken Tossell
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

[PHP-DOC] DOM Extension in PHP5

2004-01-03 Thread Ken Tossell
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

Re: [PHP-DOC] DOM Extension in PHP5

2004-01-03 Thread Ken Tossell
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

Re: [PHP-DOC] array_search() typo

2004-01-04 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /entities global.ent

2004-01-04 Thread Ken Tossell
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.

[PHP-DOC] Re: [PHP-NOTES] note 38720 added to function.array-splice

2004-01-04 Thread Ken Tossell
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,

[PHP-DOC] user-notes.php preview

2004-01-04 Thread Ken Tossell
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 =

[PHP-DOC] cvs: phpdoc /en/reference/tokenizer constants.xml reference.xml /en/reference/tokenizer/functions token-get-all.xml

2004-01-07 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/gettext/functions -.xml

2004-01-07 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/gettext/functions -.xml

2004-01-07 Thread Ken Tossell
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

[PHP-DOC] Re: cvs: phpdoc /en/reference/tokenizer constants.xml reference.xml /en/reference/tokenizer/functions token-get-all.xml

2004-01-07 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/tokenizer constants.xml reference.xml

2004-01-07 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/chapters tutorial.xml

2004-01-11 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/appendices about.xml

2004-01-11 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/info/functions get-included-files.xml

2004-01-14 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/appendices about.xml

2004-01-14 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/features commandline.xml

2004-01-16 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/language expressions.xml

2004-01-17 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/features safe-mode.xml

2004-01-18 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions chunk-split.xml str-split.xml

2004-01-19 Thread Ken Tossell
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.]

[PHP-DOC] /ext/simplexml

2004-01-20 Thread Ken Tossell
Hey, please note that I'm working on documentation for the SimpleXML extension. (Which isn't quite finalized AFAIK) Ken

Re: [PHP-DOC] footnotes

2004-01-21 Thread Ken Tossell
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.

[PHP-DOC] cvs: livedocs / livedoc.php

2004-01-21 Thread Ken Tossell
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

Re: [PHP-DOC] cvs help

2004-01-21 Thread Ken Tossell
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

[PHP-DOC] Re: cvs: livedocs / livedoc.php

2004-01-21 Thread Ken Tossell
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

[PHP-DOC] cvs: livedocs / livedoc.php

2004-01-21 Thread Ken Tossell
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/

[PHP-DOC] cvs: livedocs / livedoc.php

2004-01-21 Thread Ken Tossell
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

[PHP-DOC] Re: [PHP-DO

2004-01-21 Thread Ken Tossell
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

Re: [PHP-DOC] /ext/simplexml

2004-01-21 Thread Ken Tossell
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

Re: [PHP-DOC] /ext/simplexml

2004-01-21 Thread Ken Tossell
http://php.kennyt.com/newdocs/?q=ref.simplexml might help :)

Re: [PHP-DOC] /ext/simplexml

2004-01-22 Thread Ken Tossell
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

Re: [PHP-DOC] /ext/simplexml

2004-01-23 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/simplexml .cvsignore reference.xml /en/reference/simplexml/functions simplexml-element-asXML.xml simplexml-element-attributes.xml simplexml-element-children.xml simplexml-element-xpath.xml simplexml-load-dom.xml simplexml-load-file.xml simplexml-load-string.xml

2004-01-23 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc / manual.xml.in

2004-01-23 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/cybermut .cvsignore /en/reference/monetra .cvsignore

2004-01-23 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/simplexml/functions simplexml-load-file.xml

2004-01-24 Thread Ken Tossell
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:

[PHP-DOC] cvs: phpdoc /en/reference/simplexml reference.xml

2004-01-24 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/simplexml/functions simplexml-element-children.xml

2004-01-26 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2004-01-28 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/simplexml reference.xml /en/reference/simplexml/functions simplexml-load-dom.xml

2004-01-28 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/simplexml reference.xml

2004-01-28 Thread Ken Tossell
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

Re: [PHP-DOC] cvs: phpdoc /en/reference/simplexml reference.xml

2004-01-29 Thread Ken Tossell
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

Re: [PHP-DOC] livedocs README

2004-01-29 Thread Ken Tossell
On Thu, 29 Jan 2004, Derek Ford wrote: > (don't know if I can commit to that module or not). All phpdoccers can. :) Ken

Re: [PHP-DOC] Setting up a website for the phpdoc team

2004-01-31 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/sybase/functions sybase-set-message-handler.xml

2004-02-01 Thread 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

[PHP-DOC] php-master-web patch

2004-02-01 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /entities global.ent

2004-02-03 Thread Ken Tossell
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.

[PHP-DOC] cvs: phpdoc /entities global.ent

2004-02-03 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /entities global.ent

2004-02-03 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/ccvs reference.xml

2004-02-03 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/var/functions is-array.xml

2004-02-03 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/array/functions pos.xml

2004-02-03 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-commit.xml

2004-02-03 Thread Ken Tossell
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

Re: [PHP-DOC] pspell documentation fix

2004-02-03 Thread Ken Tossell
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

Re: [PHP-DOC] cvs: phpdoc /entities global.ent

2004-02-04 Thread Ken Tossell
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

Re: [PHP-DOC] cvs: phpdoc /en/reference/session/functions session-commit.xml

2004-02-04 Thread Ken Tossell
On Wed, 4 Feb 2004, Vincent Briet wrote: > right refname How'd I miss that one? ;)

[PHP-DOC] poz@ email not working

2004-02-04 Thread Ken Tossell
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

Re: [PHP-DOC] cvs: phpdoc /en/reference/simplexml/functions simplexml-load-dom.xml

2004-02-06 Thread Ken Tossell
Hah, just *had* to find imperfection in that extension, didn't you? ;) Ken Tossell

Re: [PHP-DOC] cvs: phpdoc /howto cvs.xml howto.ent

2004-02-09 Thread Ken Tossell
Do you really want 2x the FAQ link? :) Ken Tossell

[PHP-DOC] cvs: livedocs /themes/php.net html_format.php livedoc.css

2004-02-17 Thread 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

Re: [PHP-DOC] Re: #27320 [NEW]: livedocs 'function index' doesn't exist

2004-02-19 Thread Ken Tossell
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

[PHP-DOC] cvs: livedocs /themes/php.net html_format.php

2004-02-21 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/language operators.xml

2004-03-05 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/language operators.xml

2004-03-05 Thread Ken Tossell
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

Re: [PHP-DOC] statistics

2004-03-10 Thread Ken Tossell
On Wed, 10 Mar 2004, Nuno Lopes wrote: > P.S. if anyone wants the sources to generate this strange stats... Well DUH. :) Ken

[PHP-DOC] cvs: phpdoc / manual.xml.in /en/reference/xsl .cvsignore reference.xml

2004-03-27 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml /en/reference/filesystem/functions fgetcsv.xml

2004-03-28 Thread Ken Tossell
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

Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml

2004-03-28 Thread Ken Tossell
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

Re: [PHP-DOC] OO-interface documentation

2004-03-29 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/appendices comparisons.xml

2004-03-29 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/features file-upload.xml

2004-04-03 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-socket-client.xml

2004-04-10 Thread Ken Tossell
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=

[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-select.xml

2004-04-10 Thread Ken Tossell
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&

[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2004-04-12 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imageantialias.xml imagecolormatch.xml imagecreatefromxpm.xml imagefilter.xml imagelayereffect.xml imagerotate.xml imagexbm.xml

2004-04-12 Thread Ken Tossell
kennyt Mon Apr 12 18:58:32 2004 EDT Modified files: /phpdoc/en/reference/image/functionsimageantialias.xml imagecolormatch.xml imagecreatefromxpm.xml

[PHP-DOC] cvs: phpdoc / Makefile.in

2004-04-17 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/reference/simplexml/functions simplexml-element-asXML.xml simplexml-element-attributes.xml simplexml-element-children.xml simplexml-element-xpath.xml simplexml-import-dom.xml simplexml-load-file.xml simplexml-load-string.xml

2004-07-18 Thread Ken Tossell
kennyt Sun Jul 18 12:57:43 2004 EDT Modified files: /phpdoc/en/reference/simplexml/functions simplexml-element-asXML.xml simplexml-element-attributes.xml

[PHP-DOC] cvs: phpdoc /en/reference/simplexml reference.xml

2004-07-18 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /scripts notes_stats.php

2004-07-18 Thread Ken Tossell
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

[PHP-DOC] cvs: phpdoc /en/appendices about.xml

2004-08-03 Thread Ken Tossell
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

Re: [PHP-DOC] Using entities for the examples

2004-08-03 Thread Ken Tossell
+1 Ken Tossell

Re: [PHP-DOC] "Official" IRC chan?

2004-08-03 Thread Ken Tossell
+1 for freenode/#phpdoc :P

Re: [PHP-DOC] Using entities for the examples

2004-08-04 Thread Ken Tossell
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