[PHP-DOC] Some pages missing in the CHM manual

2012-02-29 Thread Carl Michael Skog
s" -> "String Functions") are missing(just a blank page). I am using the xCHM Linux application to browse the CHM file. Regards, Carl Michael Skog

Re: [PHP-DOC] Google Translate API.

2011-12-11 Thread Michael Stowe
Hello, I'd be interested in helping out here. I use the paid google translation service, or Google Translate API 2 via curl. Just let me know what I can do :) - Mike Sent from my iPhone On Dec 11, 2011, at 8:44 AM, Yannick Torrès wrote: > Hi Irker, > > 2011/12/11 Александр Москалёв > Hell

[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] missing docs for 5.4

2011-12-08 Thread Michael Morris
Slightly off topic - but this is definitely a part of the PHP project I'm qualified to help (documentation writing) with in some capacity. Who would I get in contact with to get an assignment? Just the PHP docs list or someone specific? (I'm subbed to the internals list, I dunno if I'm subbed to

[PHP-DOC] CVS Account Request: mgdm

2009-02-16 Thread Michael Maclean
Updating SOAP and other documentation to new markup (resending)

[PHP-DOC] CVS account request: mgdm

2009-02-16 Thread Michael Maclean
I've been doing a bit of work on the SOAP extension and I intend to update a few more extensions to the new markup too.

[PHP-DOC] SOAP documentation updated to new markup

2009-02-16 Thread Michael Maclean
Hi, I've been working on updating the docs for ext/soap to the new markup, and the results can be seen here: http://mgdm.net/~michael/soapdocs.tar.gz It's pretty much a port of the existing documentation though with phrases like "you will need..." changed for the 3rd person,

[PHP-DOC] CVS Account Request: michaelhood

2009-01-15 Thread Michael Hood
Maintaining documentation

[PHP-DOC] re CVS Account

2008-08-05 Thread Michael J. Burgess
i have an ubuntu workstation. I largely use windows as it is most compatible with the software the university i attend uses (i am studying MPhys Physics). Michael

[PHP-DOC] list moderation

2008-05-24 Thread Michael Robinson
Is the php-doc list moderated? Thanks, Mike Robinson No virus found in this outgoing message. Checked by AVG. Version: 8.0.100 / Virus Database: 269.24.1/1464 - Release Date: 5/24/2008 8:56 AM

RE: [PHP-DOC] manual notes

2008-05-24 Thread Michael Robinson
Hannes Magnusson wrote: > We have a patch for rating already (see recent post to > php-webmaster@), I just haven't had the time to commit it yet. > > In theory the community would help us by staring (1-5stars) notes, > especially the "sucks" and "awesome" notes so moderators can quickly > delete/

RE: [PHP-DOC] manual notes

2008-05-23 Thread Michael Robinson
Philip Olson writes: > > Can we end with manual notes? > > Nobody seems interested in moderating the notes, so I think we > > should kill them once and forever! (bugs should be reported to the > > bugtracker..) > > Wow! Wow indeed. [snip] > Regardless, we must ask ourselves "What is the purpose

RE: [PHP-DOC] Re: Notes Status, 20009 total

2008-03-21 Thread Michael Robinson
Philip Olson wrote: > On 16 Mar 2008, at 12:48, Edward Z. Yang wrote: > > > phpdoc@lists.php.net wrote: > >> Following are the top 20 pages of the manual, sorted by the number > >> of user notes contributed. These sections could use a polish, those > >> notes represent 7.7% of the 20009 total use

[PHP-DOC] Re: cvs: phpdoc /phpbook/phpbook-xsl version.xml

2007-09-06 Thread Michael Wallner
Philip Olson wrote: > philipThu Sep 6 17:21:03 2007 UTC > > Modified files: > /phpdoc/phpbook/phpbook-xsl version.xml > Log: > new version.xml -- includes 5.2.4 > @@ -4922,10 +4929,10 @@ > Whatta? :) -- Michael

[PHP-DOC] Re: The end of Livedocs

2007-08-21 Thread Michael Wallner
ned host. You (two) could have put these patches into the phd module. Could someone please mail me the nowdocs patch, so my mood raises to a I-gotta-rebuild-my-PHP compatible level? Thanks, -- Michael

[PHP-DOC] #42032 [NEW]: Return value of dir() not tested in example code

2007-07-18 Thread michael dot mauch at gmx dot de
From: michael dot mauch at gmx dot de Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Return value of dir() not tested in example code Description: http://www.php.net/manual/en/class.dir.php has example code which

[PHP-DOC] cvs: phpdoc /en/reference/http/HttpDeflateStream factory.xml /en/reference/http/HttpInflateStream factory.xml

2007-05-07 Thread Michael Wallner
mikeMon May 7 10:28:09 2007 UTC Modified files: /phpdoc/en/reference/http/HttpInflateStream factory.xml /phpdoc/en/reference/http/HttpDeflateStream factory.xml Log: - fix return value http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpInflat

[PHP-DOC] Re: How do I run a make for a single file in phpdoc?

2007-05-04 Thread Michael Wallner
Richard A. Quadling wrote: > Dozy me forgot how to run/build a single file in PHPdoc. Help? That's possible? -- Michael

[PHP-DOC] Re: String length property (avoid strlen)

2007-05-02 Thread Michael Wallner
p-src/CODING_STANDARDS?view=co > > Now I found nowhere anything else about this and strlen is described > everywhere. Is it some kind of new feature of PHP6? This is about C code not PHP code. -- Michael

[PHP-DOC] Re: Few questions when documenting

2007-04-26 Thread Michael Wallner
N(posix_getpgid) > { > *long* val; > > *if* (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &val) > == FAILURE) { > RETURN_FALSE; > } > > *if* ((val = getpgid(val)) < 0) { > POSIX_G(last_error) = errno; > RETURN_FALSE; > } > RETURN_LONG(val); > } > > *#endif* Regards, -- Michael

[PHP-DOC] cvs: phpdoc /en/reference/http install.xml /entities global.ent

2007-04-20 Thread Michael Wallner
mikeFri Apr 20 20:06:25 2007 UTC Modified files: /phpdoc/entitiesglobal.ent /phpdoc/en/reference/http install.xml Log: - use entities for urls http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1.291&r2=1.292&diff_format=u Index: phpdo

[PHP-DOC] cvs: phpdoc /en/reference/http HttpDeflateStream.xml HttpInflateStream.xml install.xml /en/reference/http/HttpDeflateStream construct.xml factory.xml finish.xml flush.xml update.xml /en/re

2007-04-20 Thread Michael Wallner
mikeFri Apr 20 16:44:21 2007 UTC Added files: /phpdoc/en/reference/http/HttpDeflateStream factory.xml /phpdoc/en/reference/http/HttpInflateStream factory.xml Modified files: /phpdoc/en/reference/http HttpDeflateStream.xml

[PHP-DOC] cvs: php-src / NEWS /ext/zlib zlib.c

2007-04-18 Thread Michael Wallner
mikeWed Apr 18 19:39:12 2007 UTC Modified files: /php-src/ext/zlib zlib.c /php-srcNEWS Log: - fixed bug #40325 (Vary: header missing in gzip output handlers); no MFH [DOC] since PHP 6 a Vary header will be sent without regards to whether

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/parsers http-parse-cookie.xml http-parse-headers.xml http-parse-message.xml http-parse-params.xml /en/reference/http/functions/persistenthandles htt

2007-04-18 Thread Michael Wallner
mikeWed Apr 18 13:14:34 2007 UTC Modified files: /phpdoc/en/reference/http/functions/parsers http-parse-cookie.xml http-parse-headers.xml http-parse-message.xml

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

2007-04-15 Thread Michael Wallner
mikeSun Apr 15 16:31:06 2007 UTC Modified files: /phpdoc/en language-snippets.ent Log: - fypo tix http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.199&r2=1.200&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/langu

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

2007-04-15 Thread Michael Wallner
Thanks! Buesching, Logan J wrote: > There is a spelling error in that I believe: > > +This output handler can only > be uised once.'> > > I believe it should read "used once". -- Michael

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

2007-04-15 Thread Michael Wallner
mikeSun Apr 15 13:47:42 2007 UTC Modified files: /phpdoc/en language-snippets.ent Log: - http entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.198&r2=1.199&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/caching http-cache-etag.xml /en/reference/http/functions/misc http-match-etag.xml http-match-request-header.xml /en/reference/http/functions/negoti

2007-04-15 Thread Michael Wallner
mikeSun Apr 15 13:47:12 2007 UTC Modified files: /phpdoc/en/reference/http/functions/caching http-cache-etag.xml /phpdoc/en/reference/http/functions/mischttp-match-etag.xml http-match-request-header.xml

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/outputhandlers ob-deflatehandler.xml ob-etaghandler.xml ob-inflatehandler.xml

2007-04-15 Thread Michael Wallner
mikeSun Apr 15 13:46:55 2007 UTC Modified files: /phpdoc/en/reference/http/functions/outputhandlers ob-deflatehandler.xml ob-etaghandler.xml

[PHP-DOC] cvs: phpdoc /en/reference/http reference.xml /en/reference/http/functions/encodings http-chunked-decode.xml http-deflate.xml http-inflate.xml /en/reference/http/functions/misc http-build-c

2007-04-13 Thread Michael Wallner
mikeFri Apr 13 18:11:10 2007 UTC Modified files: /phpdoc/en/reference/http reference.xml /phpdoc/en/reference/http/functions/encodings http-chunked-decode.xml

[PHP-DOC] cvs: phpdoc /en/reference/http/HttpResponse capture.xml getETag.xml /en/reference/http/functions/responses http-send-content-disposition.xml

2007-04-07 Thread Michael Wallner
mikeSat Apr 7 16:42:53 2007 UTC Modified files: /phpdoc/en/reference/http/HttpResponse capture.xml getETag.xml /phpdoc/en/reference/http/functions/responses http-send-content-disposition.xml

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

2007-04-05 Thread Michael Wallner
mikeThu Apr 5 18:23:30 2007 UTC Modified files: /phpdoc/en/reference/http HttpResponse.xml Log: - typo http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpResponse.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/http/HttpResponse.xml dif

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

2007-04-05 Thread Michael Wallner
mikeThu Apr 5 18:18:07 2007 UTC Modified files: /phpdoc/en/reference/http HttpResponse.xml Log: - avoid newline at the end of - remove private properties - document remaining properties and constants http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/

[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /en/reference/http/functions/responses http-redirect.xml http-se

2007-04-05 Thread Michael Wallner
mikeThu Apr 5 18:16:50 2007 UTC Modified files: /phpdoc/en language-snippets.ent /phpdoc/en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /phpdoc/en/reference/http/funct

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

2007-04-04 Thread Michael Wallner
mikeWed Apr 4 19:39:34 2007 UTC Modified files: /phpdoc/en language-snippets.ent Log: - update see entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.195&r2=1.196&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/responses http-redirect.xml

2007-04-04 Thread Michael Wallner
mikeWed Apr 4 19:18:32 2007 UTC Modified files: /phpdoc/en/reference/http/functions/responses http-redirect.xml Log: - final attempt to fix all typos http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-redirect.xml?r1=1.6&r

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /en/reference/http/functions/responses http-send-content-disposition.xml http-send-content-

2007-04-04 Thread Michael Wallner
mikeWed Apr 4 19:17:07 2007 UTC Modified files: /phpdoc/en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /phpdoc/en/reference/http/functions/responses

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/responses http-redirect.xml

2007-04-04 Thread Michael Wallner
mikeWed Apr 4 19:11:08 2007 UTC Modified files: /phpdoc/en/reference/http/functions/responses http-redirect.xml Log: - typo - missing http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/responses/http-redirect.xml?r1=1.5&r2=1.6&diff_fo

[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /en/reference/http/functions/responses http-redirect.xml http-se

2007-04-04 Thread Michael Wallner
mikeWed Apr 4 19:06:27 2007 UTC Modified files: /phpdoc/en language-snippets.ent /phpdoc/en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /phpdoc/en/reference/http/funct

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

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 17:49:17 2007 UTC Modified files: /phpdoc/en language-snippets.ent Log: - new entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.193&r2=1.194&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/lang

[PHP-DOC] cvs: phpdoc /en/reference/http configuration.xml reference.xml /en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /en/reference/http/functions/responses

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 17:49:01 2007 UTC Modified files: /phpdoc/en/reference/http configuration.xml reference.xml /phpdoc/en/reference/http/functions/caching http-cache-etag.xml http-cache-last-modified.xml /phpd

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

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 17:03:22 2007 UTC Modified files: /phpdoc/en/reference/http configuration.xml Log: - add ids http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/configuration.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/http/configuration.x

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

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 15:32:54 2007 UTC Modified files: /phpdoc/en/reference/http reference.xml Log: - add http_persistent_handles_clean() http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/reference.xml?r1=1.20&r2=1.21&diff_format=u Index: phpdoc/en/referenc

[PHP-DOC] cvs: phpdoc /en/reference/http/functions persistenthandles.xml /en/reference/http/functions/persistenthandles http-persistent-handles-clean.xml http-persistent-handles-ident.xml

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 15:32:01 2007 UTC Added files: /phpdoc/en/reference/http/functions/persistenthandles http-persistent-handles-clean.xml Modified files: /phpdoc/en/referenc

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

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 15:29:50 2007 UTC Modified files: /phpdoc/en/reference/http constants.xml Log: argh typo http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/constants.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/http/constants.xml diff -u p

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

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 15:28:56 2007 UTC Modified files: /phpdoc/en/reference/http constants.xml Log: - clarify IPRESOLVE constatns http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/constants.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/http/con

Re: [PHP-DOC] cvs: phpdoc /en/reference/http

2007-03-29 Thread Michael Wallner
Antony Dovgal wrote: > Mike, didn't you forget to add the files with these functions? > > +&reference.http.HttpMessage.factory; > +&reference.http.HttpMessage.fromEnv; > Yes, I added them now, thanks a lot! -- Michael

[PHP-DOC] cvs: phpdoc /en/reference/http/HttpMessage factory.xml fromEnv.xml

2007-03-29 Thread Michael Wallner
mikeThu Mar 29 11:24:30 2007 UTC Added files: /phpdoc/en/reference/http/HttpMessage factory.xml fromEnv.xml Log: - add missing files # sorry, thanks Tony http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpMessage/factory.xml?view=markup&r

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/misc http-get-request-body.xml /en/reference/http/functions/outputhandlers ob-deflatehandler.xml ob-etaghandler.xml ob-inflatehandler.xml

2007-03-27 Thread Michael Wallner
mikeWed Mar 28 06:58:54 2007 UTC Modified files: /phpdoc/en/reference/http/functions/mischttp-get-request-body.xml /phpdoc/en/reference/http/functions/outputhandlers ob-deflatehandler.xml

[PHP-DOC] cvs: phpdoc /en/reference/http HttpMessage.xml reference.xml /en/reference/http/HttpMessage fromString.xml /en/reference/http/functions persistenthandles.xml /en/reference/http/functions/

2007-03-27 Thread Michael Wallner
mikeWed Mar 28 06:33:29 2007 UTC Added files: /phpdoc/en/reference/http/functions persistenthandles.xml /phpdoc/en/reference/http/functions/persistenthandles http-persistent-handles-coun

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

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 14:46:57 2007 UTC Modified files: /phpdoc/en/reference/http configuration.xml Log: - missing INI directives http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/configuration.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/http/

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

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 14:57:02 2007 UTC Modified files: /phpdoc/en/reference/http constants.xml Log: - missing constants http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/constants.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/http/constants.xml

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

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 13:08:17 2007 UTC Modified files: /phpdoc/en/reference/http configuration.xml Log: - INI docs http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/configuration.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/reference/http/configuration.

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/requests http-get.xml

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:41:50 2007 UTC Modified files: /phpdoc/en/reference/http/functions/requestshttp-get.xml Log: - add example http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/requests/http-get.xml?r1=1.4&r2=1.5&diff_format=u Index: php

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/requests http-post-fields.xml

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:41:41 2007 UTC Modified files: /phpdoc/en/reference/http/functions/requestshttp-post-fields.xml Log: - fix typo http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/requests/http-post-fields.xml?r1=1.3&r2=1.4&diff_format

[PHP-DOC] cvs: phpdoc /en/reference/http/functions/requests http-post-fields.xml

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:32:39 2007 UTC Modified files: /phpdoc/en/reference/http/functions/requestshttp-post-fields.xml Log: - add example http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/requests/http-post-fields.xml?r1=1.2&r2=1.3&diff_for

[PHP-DOC] cvs: phpdoc /en/reference/http request-options.xml

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:32:26 2007 UTC Modified files: /phpdoc/en/reference/http request-options.xml Log: - forgot to run make test on the last change, move note to an appropriate place http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/request-options.x

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

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:18:05 2007 UTC Modified files: /phpdoc/en/reference/http reference.xml Log: - no need to wrap s into s http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/reference.xml?r1=1.18&r2=1.19&diff_format=u Index: phpdoc/en/reference/http/refer

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

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:16:13 2007 UTC Modified files: /phpdoc/en language-snippets.ent Log: - update entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.192&r2=1.193&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/l

[PHP-DOC] cvs: phpdoc /en/reference/http HttpRequest.xml reference.xml /en/reference/http/HttpRequest addCookies.xml /en/reference/http/functions/parsers http-parse-params.xml /en/reference/http/fu

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:13:50 2007 UTC Modified files: /phpdoc/en/reference/http HttpRequest.xml reference.xml /phpdoc/en/reference/http/HttpRequest addCookies.xml /phpdoc/en/reference/http/functions/parsers http-parse-params.xml /phpdoc/en/referenc

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

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:13:34 2007 UTC Modified files: /phpdoc/en/reference/http constants.xml Log: - some updates to constants http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/constants.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/http/consta

[PHP-DOC] cvs: phpdoc /en/reference/http request-options.xml

2007-03-27 Thread Michael Wallner
mikeTue Mar 27 10:13:20 2007 UTC Added files: /phpdoc/en/reference/http request-options.xml Log: - add dedicated request options reference http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/request-options.xml?view=markup&rev=1.1 Index: phpdoc/en/re

Re: [PHP-DOC] http docs

2007-01-18 Thread Michael Wallner
Carola 'Sammy' Kummert wrote: > Hi, > > just a question: > > Michael Wallner wrote: >> this is just a heads up, that I just committed http extension >> docs to reference/en/http. > > | > [...] > | boolglobal = > TRUE > [...] > | >

[PHP-DOC] Re: cvs: phpdoc /en/reference/outcontrol/functions ob-end-clean.xml

2007-01-11 Thread Michael Wallner
Etienne Kneuss wrote: > colderThu Jan 11 12:49:41 2007 UTC > > Modified files: > /phpdoc/en/reference/outcontrol/functions ob-end-clean.xml > Log: > improve example > @@ -35,7 +35,9 @@ > >

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

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 16:20:12 2006 UTC Modified files: /phpdoc/en/reference/http constants.xml Log: - fix wrong id http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/constants.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/reference/http/constants.xml diff

[PHP-DOC] cvs: phpdoc /en/reference/http HttpRequestPool.xml /en/reference/http/HttpMessage fromString.xml prepend.xml toString.xml /en/reference/http/HttpRequest setOptions.xml /en/reference/http/

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 15:52:34 2006 UTC Modified files: /phpdoc/en/reference/http HttpRequestPool.xml /phpdoc/en/reference/http/HttpMessage fromString.xml prepend.xml toString.xml /phpdoc/en/reference/http/

Re: [PHP-DOC] http docs

2006-07-24 Thread Michael Wallner
f the document Fixed, thanks. -- Michael

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

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 12:53:03 2006 UTC Modified files: /phpdoc/en/reference/http HttpQueryString.xml Log: - fix indent http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpQueryString.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/http/HttpQuer

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

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 12:48:52 2006 UTC Modified files: /phpdoc/en/reference/http HttpQueryString.xml Log: - fix LWS issue # I wonder where the indentation breaks http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/HttpQueryString.xml?r1=1.1&r2=1.2&diff_form

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

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 11:43:55 2006 UTC Modified files: /phpdoc/en language-snippets.ent Log: - missing entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.170&r2=1.171&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/

[PHP-DOC] cvs: phpdoc /en/reference/http/HttpDeflateStream .cvsignore /en/reference/http/HttpInflateStream .cvsignore /en/reference/http/HttpMessage .cvsignore /en/reference/http/HttpQueryString .c

2006-07-24 Thread Michael Wallner
mikeMon Jul 24 11:36:12 2006 UTC Added files: /phpdoc/en/reference/http/HttpDeflateStream .cvsignore /phpdoc/en/reference/http/HttpInflateStream .cvsignore /phpdoc/en/reference/http/HttpMessage .cvsignore /phpdoc/en/reference/http/HttpQuerySt

[PHP-DOC] http docs

2006-07-24 Thread Michael Wallner
section on the new main page. If anything breaks, it's been me ;) Regards, -- Michael

[PHP-DOC] xmlproto chokes on "static type function" proto

2006-07-22 Thread Michael Wallner
Hi, I noticed that the xmlproto script chokes on method protos like the following: /* {{{ proto static bool HttpResponse::send([bool clean_ob=true]) */ For every discovered proto it will generate a .xml file, in this case bool.xml Regards, -- Michael

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

2006-07-04 Thread Michael Spector
michael Tue Jul 4 14:50:10 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Add last prototype change into changelog. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/expect/functions/expect-expectl.xml?r1=1.8&am

Re: [PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml

2006-07-04 Thread Michael Spector
Where should I add changelog? Hannes Magnusson wrote: On 7/4/06, Michael Spector <[EMAIL PROTECTED]> wrote: michael Tue Jul 4 08:26:08 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Fix function prototype, according to

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

2006-07-04 Thread Michael Spector
michael Tue Jul 4 08:26:08 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: Fix function prototype, according to latest changes. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/expect/functions/expect

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

2006-03-07 Thread Michael Spector
michael Tue Mar 7 12:07:16 2006 UTC Modified files: /phpdoc/en/reference/expect reference.xml /phpdoc/en/reference/expect/functions expect-expectl.xml Log: wrong example, it should be fopen() http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference

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

2006-02-19 Thread Michael Spector
michael Sun Feb 19 15:06:39 2006 UTC Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: added documentation of third argument http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/expect/functions/expect-expectl.xml?r1=1.5&am

[PHP-DOC] Re: Another volunteer needed?

2006-02-05 Thread Michael Wallner
r the PHP manual; you can find some preliminary, automatically generated, docs (only functions/methods) at the location in my signature. Regards, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz

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

2006-01-07 Thread Michael Wallner
mikeSat Jan 7 13:55:52 2006 UTC Modified files: /phpdoc/en/reference/curl configure.xml Log: - Nuno requested to remove the bit about the windir http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/curl/configure.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdo

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

2006-01-06 Thread Michael Wallner
mikeFri Jan 6 23:53:25 2006 UTC Modified files: /phpdoc/en/reference/curl configure.xml Log: - clarify that one doesn't need libcurl.dll http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/curl/configure.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/ref

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Michael Wallner
still find built in http functionality. This sounds great! I've no idea yet though, when I'll have the time to start documenting that beast. Thanks, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz

Re: [PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Michael Wallner
might want to use http://cvs.php.net/phpdoc/scripts/xml_proto.php for generating doc stubs. I doubt that it'll work on my protos, but I might try. Regards, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz

[PHP-DOC] cvs: phpdoc /en/reference/win32ps reference.xml /en/reference/win32ps/functions win32-ps-stat-proc.xml

2005-12-02 Thread Michael Wallner
mikeFri Dec 2 10:09:45 2005 EDT Modified files: /phpdoc/en/reference/win32ps/functions win32-ps-stat-proc.xml /phpdoc/en/reference/win32psreference.xml Log: - fix ws http://cvs.php.net/diff.php/phpdoc/en/reference/win32ps/functions/win32-p

[PHP-DOC] cvs: phpdoc /en/reference/win32ps reference.xml /en/reference/win32ps/functions win32-ps-list-procs.xml win32-ps-stat-mem.xml win32-ps-stat-proc.xml

2005-12-02 Thread Michael Wallner
mikeFri Dec 2 10:05:02 2005 EDT Added files: /phpdoc/en/reference/win32ps/functions win32-ps-list-procs.xml win32-ps-stat-mem.xml win32-ps-stat-proc.xml /

[PHP-DOC] Documenting a pecl extension, but...

2005-12-02 Thread Michael Wallner
Hi, if I ever come around to properly document my pecl extension, I wonder how I would need to proceed as there already is reference/http/reference.xml? I'd appreciate any hints and suggestions! Thanks, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz

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

2005-11-03 Thread Michael Wallner
mikeThu Nov 3 08:49:07 2005 EDT Modified files: /phpdoc/en/reference/curl reference.xml Log: - use libcurl where CURL was used to prevent confusion, requested by Daniel Stenberg http://cvs.php.net/diff.php/phpdoc/en/reference/curl/reference.xml?r1=1.13&r

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

2005-10-30 Thread Michael Spector
michael Sun Oct 30 02:42:17 2005 EDT Modified files: /phpdoc/en/reference/newt constants.xml Log: fixed constants tables http://cvs.php.net/diff.php/phpdoc/en/reference/newt/constants.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/newt/constants.

[PHP-DOC] cvs: phpdoc /en/reference/newt/functions newt-centered-window.xml newt-open-window.xml newt-pop-window.xml

2005-10-10 Thread Michael Spector
michael Mon Oct 10 09:57:43 2005 EDT Modified files: /phpdoc/en/reference/newt/functions newt-centered-window.xml newt-open-window.xml newt-pop-window.xml Log: documented basic

[PHP-DOC] cvs: phpdoc /en/reference/newt/functions newt-bell.xml newt-pop-help-line.xml newt-push-help-line.xml

2005-10-10 Thread Michael Spector
michael Mon Oct 10 08:23:00 2005 EDT Modified files: /phpdoc/en/reference/newt/functions newt-bell.xml newt-pop-help-line.xml newt-push-help-line.xml Log: fixed notes. http

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

2005-10-03 Thread Michael Spector
michael Mon Oct 3 07:57:11 2005 EDT Modified files: /phpdoc/en/reference/expect ini.xml Log: restore Jean-Sébastien's fixes http://cvs.php.net/diff.php/phpdoc/en/reference/expect/ini.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/expect/in

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

2005-10-02 Thread Michael Spector
On 17:15, Sun 02 Oct 05, Nuno Lopes wrote: > >michael Sun Oct 2 04:27:25 2005 EDT > > > > Modified files: > > /phpdoc/en/appendices extensions.xml > > Log: > > added 'expect' and 'newt' extensions > > This file is generated au

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

2005-10-02 Thread Michael Spector
michael Sun Oct 2 04:33:41 2005 EDT Modified files: /phpdoc/en/reference/expect/functions expect-expectl.xml Log: fix return type http://cvs.php.net/diff.php/phpdoc/en/reference/expect/functions/expect-expectl.xml?r1=1.1&r2=1.2&ty=u Index: p

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

2005-10-02 Thread Michael Spector
michael Sun Oct 2 04:27:25 2005 EDT Modified files: /phpdoc/en/appendices extensions.xml Log: added 'expect' and 'newt' extensions http://cvs.php.net/diff.php/phpdoc/en/appendices/extensions.xml?r1=1.14&r2=1.15&ty=u

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

2005-10-02 Thread Michael Spector
michael Sun Oct 2 04:22:21 2005 EDT Modified files: /phpdoc/en/reference/expect reference.xml Log: use constant as more intuitive example http://cvs.php.net/diff.php/phpdoc/en/reference/expect/reference.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/r

[PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-expectl.xml expect-popen.xml

2005-10-02 Thread Michael Spector
michael Sun Oct 2 04:20:53 2005 EDT Added files: /phpdoc/en/reference/expect/functions expect-expectl.xml expect-popen.xml Log: functions http://cvs.php.net/co.php/phpdoc/en/reference/expect

[PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-popen.ini

2005-10-02 Thread Michael Spector
michael Sun Oct 2 04:00:52 2005 EDT Removed files: /phpdoc/en/reference/expect/functions expect-popen.ini Log: filename was wrong

[PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-popen.ini

2005-10-02 Thread Michael Spector
michael Sun Oct 2 03:47:12 2005 EDT Modified files: /phpdoc/en/reference/expect/functions expect-popen.ini Log: typo fix http://cvs.php.net/diff.php/phpdoc/en/reference/expect/functions/expect-popen.ini?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/r

[PHP-DOC] cvs: phpdoc /en/reference/expect/functions expect-popen.ini

2005-10-02 Thread Michael Spector
michael Sun Oct 2 03:45:28 2005 EDT Added files: /phpdoc/en/reference/expect/functions expect-popen.ini Log: describe function expect_popen http://cvs.php.net/co.php/phpdoc/en/reference/expect/functions/expect-popen.ini?r=1.1&p=1 Index: phpdo

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

2005-10-02 Thread Michael Spector
michael Sun Oct 2 03:41:36 2005 EDT Modified files: /phpdoc/en/appendices wrappers.xml Log: add expect:// wrapper notes http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.56&r2=1.57&ty=u Index: phpdoc/en/appendices/wrappers.xml

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

2005-10-02 Thread Michael Spector
michael Sun Oct 2 03:31:54 2005 EDT Added files: /phpdoc/en/reference/expect reference.xml Log: add note about using expect wrapper http://cvs.php.net/co.php/phpdoc/en/reference/expect/reference.xml?r=1.1&p=1 Index: phpdoc/en/reference/ex

  1   2   >