[PHP-DOC] #30607 [Opn->Csd]: typo on setcookie page

2004-10-29 Thread dave
ID: 30607 Updated by: [EMAIL PROTECTED] Reported By: smifffy at smith-net dot org dot uk -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant New Comment: This bug has been fixed

[PHP-DOC] #31236 [Opn->Csd]: tan(M_PI_4) = 1, not tan(M_PI_2)

2004-12-21 Thread dave
ID: 31236 Updated by: [EMAIL PROTECTED] Reported By: dtorop933 at gmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: GNU/Linux PHP Version: 5.0.3 New Comment: This bug has been fixed in the

[PHP-DOC] #31415 [Opn->Csd]: Capitalization problem on phpinfo() reference page

2005-01-05 Thread dave
ID: 31415 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: * PHP Version: Irrelevant New Comment: This bug has been fixed in the documentatio

[PHP-DOC] #32218 [Fbk]: HTTP status 200 returned on HTTP CONNECT

2005-03-08 Thread dave
ID: 32218 Updated by: [EMAIL PROTECTED] Reported By: mcihar at suse dot cz Status: Feedback Bug Type:Documentation problem PHP Version: 5.0.3 New Comment: It can handle any type of request Vrana, but is that fact documented anywhere? If it isn't, it should be. Most people

[PHP-DOC] #33531 [Bgs]: A critical file in the wrong dir

2005-07-01 Thread dave
ID: 33531 Updated by: [EMAIL PROTECTED] Reported By: nerdshoe at satx dot rr dot com Status: Bogus Bug Type: Documentation problem Operating System: Windows PHP Version: 4.x New Comment: Reverted erroneous title change. Previous Comments: -

Re: [PHP-DOC] [PATCH] phpdoc/howto/working.xml

2003-08-11 Thread dave
On Saturday, August 9, 2003, 9:55:21 PM, Derick wrote: > Can you please make your email cliena attach it as plain text? (You > might need to rename it to .txt for your client). Sure. Sorry about that. > Derick DaveIndex: working.xml ==

Re: [PHP-DOC] [PATCH] phpdoc/howto/working.xml

2003-08-14 Thread dave
> Forget the last patch, this one is much more extensive! "Oops". Dave working.xml.patch Description: Binary data -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] [PATCH] phpdoc/howto/working.xml

2003-08-14 Thread dave
Attached is a patch fixing a couple of typos and grammatical mistakes. Dave working.xml.patch Description: Binary data -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] [PATCH] phpdoc/howto/working.xml

2003-08-14 Thread dave
ink of good/bad karma. I suppose getting access to an extra part of the repository might be considered increasing your karma in a way. Thanks for the rundown. > Goba Dave -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] [PATCH] phpdoc/howto/working.xml

2003-08-14 Thread dave
Forget the last patch, this one is much more extensive! Dave -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] entity updates for the doc-howto

2003-08-19 Thread Dave
mus? > Goba It appears to be a dns or virtualhost problem, because: http://pb1.pair.com/~rasmus/status.php appears to work. Dave -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] Big Commits

2003-09-29 Thread Dave
where phpdoc stands on doing "big commits". Thanks Dave

Re: [PHP-DOC] Big Commits

2003-09-30 Thread Dave
On Tuesday, September 30, 2003 at 10:01:18 AM, Dave wrote: > Hey everyone! > As you may be aware, the PHP manual has a lot of typographical errors > in it. I plan on fixing a lot of the commonly misspelled ones, but I > will be modifying ~40 files or so. Is it okay to commit them

[PHP-DOC] cvs username/password

2003-10-14 Thread Dave
sue? Looking at the source code in php-master-web, it seems rn2.* might be using a local copy of the CVSROOT/passwd file. Is it just a matter of copying this file from cvs.php.net (pb11.*) to rn2.*? Thanks Dave

[PHP-DOC] #26539 [Opn->Csd]: array_search manual missing info

2003-12-15 Thread dave
ID: 26539 Updated by: [EMAIL PROTECTED] Reported By: blakjak at blakjak dot sytes dot net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Debian Linux PHP Version: 4.3.3 New Comment: This bug has been

[PHP-DOC] #26486 [Opn->Csd]: socket_create Constats missing

2003-12-15 Thread dave
ID: 26486 Updated by: [EMAIL PROTECTED] Reported By: nunoplopes at sapo dot pt -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant New Comment: The SOL_TCP and SOL_UDP constants

[PHP-DOC] #26429 [Opn]: Documentation for $_SERVER["SCRIPT_FILENAME"] incorrect

2003-12-15 Thread dave
ID: 26429 Updated by: [EMAIL PROTECTED] Reported By: skissane at ics dot mq dot edu dot au Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.4 New Comment: Rasmus: The documentation already states that you

[PHP-DOC] #25938 [Opn->Bgs]: Get the entire POST data

2003-12-15 Thread dave
ID: 25938 Updated by: [EMAIL PROTECTED] Reported By: nskate at chez dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: * PHP Version: 5CVS-2003-10-21 (dev) New Comment: This is bogus, as sniper has

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

2003-12-16 Thread Dave
, "green")); // $key = 2; > -$key = array_search($array, "red")); // $key = 1; > +$key = array_search($array, "green"); // $key = 2; > +$key = array_search($array, "red"); // $key = 1; > ?> > ]]> > Heh, oops. Thanks for fixing that. Originally I was using var_dump() to test it, before changing it to $key = for the example, and forgot to remove the extra parantheses. Dave

Re: [PHP-DOC] cvs: phpdoc /en/reference/math/functions decbin.xml

2003-12-16 Thread Dave
/screen outputs shouldn't be aligned to the XML either (think of them as within tags, where whitespace counts), so your example should be: Look at some other examples if you need to. HTH. Dave

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

2003-12-16 Thread Dave
daveTue Dec 16 13:19:12 2003 EDT Modified files: /phpdoc/en/reference/mime_magic configure.xml Log: WS Index: phpdoc/en/reference/mime_magic/configure.xml diff -u phpdoc/en/reference/mime_magic/configure.xml:1.5 phpdoc/en/reference/mime_magic

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

2003-12-16 Thread Dave
daveTue Dec 16 13:19:44 2003 EDT Modified files: /phpdoc/en/reference/mime_magic configure.xml Log: - Put the example in a para, and fix a typo. Index: phpdoc/en/reference/mime_magic/configure.xml diff -u phpdoc/en/reference/mime_magic/configure.xml

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

2003-12-16 Thread Dave
daveTue Dec 16 13:32:50 2003 EDT Modified files: /phpdoc/en/reference/mime_magic configure.xml Log: - Oops! Index: phpdoc/en/reference/mime_magic/configure.xml diff -u phpdoc/en/reference/mime_magic/configure.xml:1.7 phpdoc/en/reference/mime_magic

Re: [PHP-DOC] cvs: phpdoc /en/reference/math/functions rand.xml

2003-12-17 Thread Dave
output something similiar to", perhaps. Dave

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

2003-12-18 Thread Dave
daveThu Dec 18 10:08:05 2003 EDT Modified files: /phpdoc/en/features file-upload.xml Log: - Various typos, and some didou-inspired syntax formatting. Index: phpdoc/en/features/file-upload.xml diff -u phpdoc/en/features/file-upload.xml:1.65 phpdoc/en

Re: [PHP-DOC] Xmas typos done

2003-12-19 Thread Dave
and the like. You can see my commit at http://dave.dapond.com/typo.diff.txt DOWN WITH TYPOS! :) Dave

Re: [PHP-DOC] bad urls

2003-12-19 Thread Dave
uot; $14000 :) > Google cache doesn't have these pages anymore. Somebody has to > remove/replace these references > Nuno Only $14,000? Quick, let's buy it! What a bargain! :) Maybe we should make a script that periodically checks the URL entities, like how the mirrors are checked. Thoughts? Dave

Re: [PHP-DOC] bad urls

2003-12-19 Thread Dave
at detects 404's and detects changed content, would be ideal. Say a cybersquatter takes over an entity URL, this script wouldn't detect it. Dave

[PHP-DOC] cvs: phpdoc /en/faq installation.xml using.xml /en/reference/errorfunc ini.xml /en/reference/filesystem/functions file.xml /en/reference/ifx/functions ifx-htmltbl-result.xml ifx-query.xml /en/reference/ming/functions swfmovie.setbackground.xml /en/reference/pcre/functions preg-replace.xml /en/reference/sesam/functions sesam-query.xml /en/reference/session ini.xml /en/reference/strings/functions html-entity-decode.xml /en/security index.xml

2003-12-20 Thread Dave
daveSat Dec 20 20:05:44 2003 EDT Modified files: /phpdoc/en/faq installation.xml using.xml /phpdoc/en/reference/errorfunc ini.xml /phpdoc/en/reference/filesystem/functions file.xml /phpdoc/en/reference/ifx/functions ifx-htmltbl

[PHP-DOC] cvs: phpdoc /en/chapters config.xml install.configure.misc.xml install.iis.xml install.iplanet.xml install.xitami.xml /en/features commandline.xml /en/language expressions.xml /en/reference/com/functions class.com.xml /en/reference/cpdf/functions cpdf-place-inline-image.xml /en/reference/dba reference.xml /en/reference/http/functions headers-sent.xml /en/reference/imap/functions imap-mail.xml /en/reference/info constants.xml /en/reference/info/functions phpinfo.xml /en/reference/ming configure.xml /en/reference/ming/functions swfdisplayitem.rotateto.xml /en/reference/mnogosearch/functions udm-set-agent-param.xml /en/reference/printer/functions printer-open.xml /en/reference/pspell/functions pspell-config-personal.xml pspell-config-repl.xml /en/reference/sesam reference.xml /en/reference/sesam/functions sesam-fetch-row.xml sesam-field-array.xml sesam-settransaction.xml /en/security index.xml

2003-12-20 Thread Dave
daveSat Dec 20 20:23:02 2003 EDT Modified files: /phpdoc/en/chapters config.xml install.configure.misc.xml install.iis.xml install.iplanet.xml install.xitami.xml /phpdoc/en/features commandline.xml /phpdoc

[PHP-DOC] cvs: phpdoc /en/reference/domxml/functions DomNode-append-child.xml DomNode-append-sibling.xml domxml-open-file.xml domxml-open-mem.xml domxml-xslt-stylesheet-file.xml domxml-xslt-stylesheet.xml /en/reference/qtdom/functions qdom-tree.xml /en/reference/xml/functions xml-parse-into-struct.xml /en/reference/xslt/functions xslt-create.xml xslt-process.xml

2003-12-20 Thread Dave
daveSat Dec 20 22:17:54 2003 EDT Modified files: /phpdoc/en/reference/domxml/functions DomNode-append-child.xml DomNode-append-sibling.xml domxml-open-file.xml

[PHP-DOC] cvs: phpdoc /en/appendices debugger.xml transports.xml /en/chapters config.xml install.iplanet.xml install.unix.xml streams.common.xml streams.socket.xml /en/faq build.xml databases.xml general.xml installation.xml /en/features commandline.xml /en/reference/calendar/functions easter-date.xml easter-days.xml jdtounix.xml unixtojd.xml /en/reference/curl/functions curl-setopt.xml /en/reference/datetime/functions gmmktime.xml microtime.xml mktime.xml strftime.xml strtotime.xml time.xml /en/reference/dbplus reference.xml /en/reference/errorfunc ini.xml /en/reference/filesystem/functions chmod.xml fnmatch.xml linkinfo.xml stat.xml /en/reference/ftp/functions ftp-mdtm.xml ftp-systype.xml /en/reference/http/functions setcookie.xml /en/reference/ibase/functions ibase-fetch-assoc.xml ibase-fetch-object.xml ibase-fetch-row.xml /en/reference/info/functions dl.xml /en/reference/ming configure.xml /en/reference/ming/functions swfaction.xml /en/reference/mnogosearch/functions udm-set-agent-param.xml /en/reference/nsapi/functions nsapi-virtual.xml /en/reference/oracle/functions ora-error.xml /en/reference/sem reference.xml /en/reference/session reference.xml /en/reference/shmop reference.xml /en/reference/sockets reference.xml /en/reference/sockets/functions socket-connect.xml socket-getpeername.xml socket-getsockname.xml /en/reference/stream/functions stream-socket-client.xml stream-socket-server.xml /en/reference/xslt configure.xml

2003-12-20 Thread Dave
daveSat Dec 20 23:22:01 2003 EDT Modified files: /phpdoc/en/appendices debugger.xml transports.xml /phpdoc/en/chapters config.xml install.iplanet.xml install.unix.xml streams.common.xml streams.socket.xml /phpdoc/en/faq

[PHP-DOC] cvs: phpdoc /en/appendices migration4.xml /en/chapters install.openbsd.xml /en/faq migration4.xml /en/language types.xml /en/reference/ccvs reference.xml /en/reference/mbstring reference.xml /en/reference/mysql/functions mysql-free-result.xml /en/reference/pcre/functions pcre.pattern.modifiers.xml /en/reference/uodbc configure.xml /en/reference/zlib/functions gzgetss.xml

2003-12-21 Thread Dave
daveSun Dec 21 09:42:23 2003 EDT Modified files: /phpdoc/en/appendices migration4.xml /phpdoc/en/chapters install.openbsd.xml /phpdoc/en/faq migration4.xml /phpdoc/en/language types.xml /phpdoc/en/reference/ccvs reference.xml

Re: [PHP-DOC] cvs: phpdoc /en/chapters config.xml install.configure.misc.xml install.iis.xml install.iplanet.xml install.xitami.xml /en/features commandline.xml /en/language expressions.xml /en/reference/com/functions class.com.xml /en/reference/cpdf/functions cpdf-place-inline-image.xml /en/reference/dba reference.xml /en/reference/http/functions headers-sent.xml /en/reference/imap/functions imap-mail.xml /en/reference/info constants.xml /en/reference/info/functions phpinfo.xml /en/reference/ming configure.xml /en/reference/ming/functions swfdisplayitem.rotateto.xml /en/reference/mnogosearch/functions udm-set-agent-param.xml /en/reference/printer/functions printer-open.xml /en/reference/pspell/functions pspell-config-personal.xml pspell-config-repl.xml /en/reference/sesam reference.xml /en/reference/sesam/functions sesam-fetch-row.xml sesam-field-array.xml sesam-settransaction.xml /en/security index.xml

2003-12-21 Thread Dave
On Sunday, December 21, 2003, 9:22:59 PM, Gabor wrote: >> Log: >> - php -> PHP where appropriate. > Also if you find PHP3, PHP4, PHP5 (PHP written without a space with the > version number), then it shuold be written with a space :) > Goba Thanks, done! Dave

[PHP-DOC] #35616 [Opn->Csd]: mistake in documentation of CURLOPT_FAILONERROR

2005-12-09 Thread dave
ID: 35616 Updated by: [EMAIL PROTECTED] Reported By: humbads at alum dot mit dot edu -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP SP2 PHP Version: Irrelevant New Comment: This bug has bee

[PHP-DOC] #37215 [Opn->Csd]: Grammar correction for language.oop.php page

2006-04-27 Thread dave
ID: 37215 Updated by: [EMAIL PROTECTED] Reported By: bugs at jlevine dot oo dot net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP PHP Version: Irrelevant New Comment: This bug has been

[PHP-DOC] #37215 [Csd->Opn]: Grammar correction for language.oop.php page

2006-04-27 Thread dave
ID: 37215 Updated by: [EMAIL PROTECTED] Reported By: bugs at jlevine dot oo dot net -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: Windows XP PHP Version: Irrelevant New Comment: Seems I acted a b

[PHP-DOC] #37373 [Opn->Asn]: filter.default changed value

2006-05-08 Thread dave
: dave New Comment: As soon as the newsgroups are working again, I will add the filter changes. Previous Comments: [2006-05-08 23:57:14] judas dot iscariote at gmail dot com Description: filter extension has

[PHP-DOC] #37373 [Asn]: filter.default changed value

2006-05-08 Thread dave
ID: 37373 Updated by: [EMAIL PROTECTED] Reported By: judas dot iscariote at gmail dot com Status: Assigned Bug Type: Documentation problem Operating System: * PHP Version: Irrelevant Assigned To: dave New Comment: Before I update the

[PHP-DOC] #37373 [Asn]: filter.default changed value

2006-05-08 Thread dave
ID: 37373 Updated by: [EMAIL PROTECTED] Reported By: judas dot iscariote at gmail dot com Status: Assigned Bug Type: Documentation problem Operating System: * PHP Version: Irrelevant Assigned To: dave New Comment: Nevermind, I see that

[PHP-DOC] #37373 [Asn->Csd]: filter.default changed value

2006-05-09 Thread dave
ID: 37373 Updated by: [EMAIL PROTECTED] Reported By: judas dot iscariote at gmail dot com -Status: Assigned +Status: Closed Bug Type: Documentation problem Operating System: * PHP Version: Irrelevant Assigned To: dave New

[PHP-DOC] #37608 [Opn->Csd]: documentation typo on mysqli_stmt_bind_param

2006-05-26 Thread dave
ID: 37608 Updated by: [EMAIL PROTECTED] Reported By: chriswhite at interfuel dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: Irrelevant New Comment: This bug has been fixed i

[PHP-DOC] #39109 [Opn->Csd]: Minor whitespace issues after some tags.

2006-10-14 Thread dave
ID: 39109 Updated by: [EMAIL PROTECTED] Reported By: RQuadling at GMail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP SP2 PHP Version: Irrelevant New Comment: This bug has been fix

[PHP-DOC] #38918 [Opn]: fputcsv() fgetcsv() inconsistency odd number trailing backslashes

2006-10-14 Thread dave
ID: 38918 Updated by: [EMAIL PROTECTED] Reported By: mike at opendns dot com Status: Open Bug Type: Documentation problem Operating System: Linux, debian sarge PHP Version: 5.1.6 New Comment: Are you sure this is a documentation problem? RFC

[PHP-DOC] #38896 [Opn->Csd]: ftok: "should be" must be "must be"

2006-10-14 Thread dave
ID: 38896 Updated by: [EMAIL PROTECTED] Reported By: jens dot nistler at media-soma dot de -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online an

[PHP-DOC] #38448 [Opn->Csd]: in which version did mysql_list_tables() become deprecated

2006-10-14 Thread dave
ID: 38448 Updated by: [EMAIL PROTECTED] Reported By: voorwiel at gmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP PHP Version: Irrelevant New Comment: This bug has been fixed in

[PHP-DOC] #38463 [Opn->Csd]: Order of replacement using array in str_replace not documented

2006-10-14 Thread dave
ID: 38463 Updated by: [EMAIL PROTECTED] Reported By: IFokkema at Ileos dot nl -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: This bug has been fixed in the doc

[PHP-DOC] #38076 [Opn->Csd]: array_slice() always preserve string keys

2006-10-14 Thread dave
ID: 38076 Updated by: [EMAIL PROTECTED] Reported By: develar at gmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows PHP Version: Irrelevant New Comment: This bug has been fixed in the

[PHP-DOC] #39238 [Opn->Csd]: Wrong "return values" description for ctype_cntrl

2006-11-04 Thread dave
ID: 39238 Updated by: [EMAIL PROTECTED] Reported By: b0rland at yahoo dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloadabl

[PHP-DOC] #39792 [Opn->Csd]: Kill the ant!

2006-12-15 Thread dave
ID: 39792 Updated by: [EMAIL PROTECTED] Reported By: NoReply at Nowhere dot com -Status: Open +Status: Closed -Bug Type: Website problem +Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New

[PHP-DOC] #37255 [Fbk->Opn]: Column spanning with named columns doesn't work

2007-06-05 Thread dave
ID: 37255 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type:Livedocs problem PHP Version: Irrelevant New Comment: The patch is on a decommissioned server. I'll boot it up sometime and re-upload. Maybe CC Jacques and

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-close.xml mysqli-commit.xml mysqli-connect.xml mysqli-data-seek.xml mysqli-debug.xml mysqli-dump-debug-info.xml mysqli-errno.xml mysqli-error.xml mysqli-execute.xml mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml mysqli-fetch-lengths.xml mysqli-fetch-object.xml mysqli-fetch-row.xml mysqli-fetch.xml mysqli-field-count.xml mysqli-field-seek.xml mysqli-field-tell.xml mysqli-free-result.xml mysqli-get-client-info.xml mysqli-get-host-info.xml mysqli-get-proto-info.xml mysqli-get-server-info.xml mysqli-get-server-version.xml mysqli-info.xml mysqli-init.xml mysqli-insert-id.xml mysqli-kill.xml mysqli-num-fields.xml mysqli-num-rows.xml mysqli-options.xml mysqli-param-count.xml mysqli-ping.xml my! sqli-prepare.xml mysqli-query.xml mysqli-real-connect.xml mysqli-real-escape-string.xml mysqli-real-query.xml mysqli-rollback.xml mysqli-select-db.xml mysqli-send-long-data.xml mysqli-ssl-set.xml mysqli-stat.xml mysqli-stmt-affected-rows.xml mysqli-stmt-close.xml mysqli-stmt-errno.xml mysqli-stmt-error.xml mysqli-stmt-store-result.xml mysqli-store-result.xml mysqli-thread-id.xml mysqli-thread-safe.xml mysqli-use-result.xml mysqli-warning-count.xml

2004-01-28 Thread Dave
On Thursday, January 29, 2004, 10:18:43 AM, Georg wrote: > georg Wed Jan 28 18:18:43 2004 EDT > Modified files: > > mysqli-param-count.xml The manual build fails. You're missing a tag before &reftitle.returnvalues; in this file. Dave

[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/appendices transports.xml wrappers.xml /en/chapters config.xml tutorial.xml /en/faq html.xml /en/language control-structures.xml variables.xml /en/reference/curl configure.xml /en/reference/dir/functions opendir.xml /en/reference/errorfunc ini.xml /en/reference/filesystem/functions copy.xml mkdir.xml rename.xml rmdir.xml unlink.xml /en/reference/image/functions exif-read-data.xml imagettfbbox.xml /en/reference/misc/functions highlight-file.xml /en/reference/mnogosearch/functions udm-add-search-limit.xml udm-api-version.xml /en/reference/session ini.xml /en/reference/stream/functions stream-socket-client.xml stream-socket-server.xml stream-wrapper-register.xml /en/reference/strings/functions parse-str.xml /en/reference/url/functions http-build-query.xml urlencode.xml /en/security cgi-bin.xml

2004-01-28 Thread Dave
daveWed Jan 28 19:35:33 2004 EDT Modified files: /phpdoc/en language-snippets.ent /phpdoc/en/appendices transports.xml wrappers.xml /phpdoc/en/chapters config.xml tutorial.xml /phpdoc/en/faq html.xml /phpdoc/en/language control

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-param-count.xml

2004-01-28 Thread Dave
daveWed Jan 28 19:41:55 2004 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-param-count.xml Log: - Missing refsect1. http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml?r1=1.4&r2=1.5&ty

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-close.xml mysqli-commit.xml mysqli-connect.xml mysqli-data-seek.xml mysqli-debug.xml mysqli-dump-debug-info.xml mysqli-errno.xml mysqli-error.xml mysqli-execute.xml mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml mysqli-fetch-lengths.xml mysqli-fetch-object.xml mysqli-fetch-row.xml mysqli-fetch.xml mysqli-field-count.xml mysqli-field-seek.xml mysqli-field-tell.xml mysqli-free-result.xml mysqli-get-client-info.xml mysqli-get-host-info.xml mysqli-get-proto-info.xml mysqli-get-server-info.xml mysqli-get-server-version.xml mysqli-info.xml mysqli-init.xml mysqli-insert-id.xml mysqli-kill.xml mysqli-num-fields.xml mysqli-num-rows.xml mysqli-options.xml mysqli-param-count.xml mysqli-ping.xml my! ! sqli-prepare.xml mysqli-query.xml mysqli-real-connect.xml mysqli-real-escape-string.xml mysqli-real-query.xml mysqli-rollback.xml mysqli-select-db.xml mysqli-send-long-data.xml mysqli-ssl-set.xml mysqli-stat.xml mysqli-stmt-affected-rows.xml mysqli-stmt-close.xml mysqli-stmt-errno.xml mysqli-stmt-error.xml mysqli-stmt-store-result.xml mysqli-store-result.xml mysqli-thread-id.xml mysqli-thread-safe.xml mysqli-use-result.xml mysqli-warning-count.xml

2004-01-28 Thread Dave
On Thursday, January 29, 2004, 10:58:36 AM, Dave wrote: > On Thursday, January 29, 2004, 10:18:43 AM, Georg wrote: >> georgWed Jan 28 18:18:43 2004 EDT >> Modified files: > >> >> mysqli-param-count

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

2004-02-05 Thread Dave
(false) bool(true) bool(false) for me, on PHP 4.3.4RC1 (cgi) (yeah I know, I need to upgrade :P). "PHP don't cache information", should also be "PHP doesn't cache information", or "PHP does not cache information". Dave

[PHP-DOC] #27177 [Opn->Bgs]: [chm] bug on function.php-logo-guid.html

2004-02-07 Thread dave
ID: 27177 Updated by: [EMAIL PROTECTED] Reported By: bojanv55 at hotmail dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: windows PHP Version: Irrelevant New Comment: This was fixed almost 4 mont

[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-abs.xml gmp-add.xml gmp-and.xml gmp-clrbit.xml gmp-cmp.xml gmp-com.xml gmp-div-q.xml gmp-div-r.xml gmp-divexact.xml gmp-fact.xml gmp-gcd.xml gmp-hamdist.xml gmp-intval.xml gmp-invert.xml gmp-jacobi.xml gmp-legendre.xml gmp-mod.xml gmp-mul.xml gmp-neg.xml gmp-or.xml gmp-perfect-square.xml gmp-popcount.xml gmp-pow.xml gmp-powm.xml gmp-prob-prime.xml gmp-random.xml gmp-scan0.xml gmp-scan1.xml gmp-setbit.xml gmp-sign.xml gmp-sqrt.xml gmp-sqrtrem.xml gmp-sub.xml gmp-xor.xml

2004-02-08 Thread Dave
daveSun Feb 8 03:46:26 2004 EDT Modified files: /phpdoc/en/reference/gmp/functions gmp-abs.xml gmp-add.xml gmp-and.xml gmp-clrbit.xml gmp-cmp.xml gmp-com.xml

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

2004-02-08 Thread Dave
daveSun Feb 8 21:05:11 2004 EDT Removed files: /phpdoc/en/reference/gmp/functions gmp-sqrtrm.xml Log: - This function does not exist.

[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-clrbit.xml gmp-xor.xml

2004-02-08 Thread Dave
daveSun Feb 8 22:32:37 2004 EDT Modified files: /phpdoc/en/reference/gmp/functions gmp-clrbit.xml gmp-xor.xml Log: - Forgot http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-clrbit.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/refer

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

2004-02-08 Thread Dave
daveSun Feb 8 22:34:38 2004 EDT Modified files: /phpdoc/en/reference/gmp/functions gmp-setbit.xml Log: - Oops. http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-setbit.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/gmp/funct

Re: [PHP-DOC] cvs question - again

2004-02-10 Thread Dave
kes. > thanks > Serban Ghita You cannot remove directories in CVS with the "remove" command. The only way to accomplish this is to mess with the repository on the CVS server itself. This is a failing of CVS, and something that I've hated about CVS for a very long time. :P Dave

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

2004-02-14 Thread Dave
daveSat Feb 14 22:43:50 2004 EDT Modified files: /phpdoc/en/reference/gmp/functions gmp-scan1.xml Log: - Add note about -1 return value. http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-scan1.xml?r1=1.3&r2=1.4&ty=u Index: p

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

2004-02-26 Thread Dave
daveThu Feb 26 06:05:11 2004 EDT Modified files: /phpdoc/en/reference/gmp/functions gmp-and.xml Log: - Add tags. http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-and.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/gmp/funct

[PHP-DOC] cvs: phpdoc /en/reference/soap/functions SoapClient-SoapClient.xml SoapClient-__call.xml SoapClient-__getLastRequest.xml SoapClient-__getLastResponse.xml SoapFault-SoapFault.xml SoapHeader-SoapHeader.xml SoapParam-SoapParam.xml SoapServer-SoapServer.xml SoapServer-addFunction.xml SoapServer-handle.xml SoapServer-setClass.xml SoapServer-setPersistence.xml SoapVar-SoapVar.xml is-soap-fault.xml

2004-02-27 Thread Dave
daveFri Feb 27 08:59:44 2004 EDT Modified files: /phpdoc/en/reference/soap/functions SoapClient-SoapClient.xml SoapClient-__call.xml SoapClient-__getLastRequest.xml

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-intersect-assoc.xml /en/reference/exec/functions proc-close.xml /en/reference/ibase/functions ibase-timefmt.xml /en/reference/image reference.xml /en/reference/image/functions imagepscopyfont.xml /en/reference/misc/functions constant.xml /en/reference/ncurses/functions ncurses-move-panel.xml /en/reference/openssl/functions openssl-csr-sign.xml openssl-pkcs7-decrypt.xml openssl-pkcs7-sign.xml /en/reference/outcontrol/functions ob-start.xml /en/reference/pcntl/functions pcntl-fork.xml /en/reference/pcre constants.xml /en/reference/pcre/functions preg-match-all.xml preg-match.xml preg-split.xml /en/reference/pgsql reference.xml /en/reference/printer/functions printer-set-option.xml /en/reference/session ini.xml /en/reference/uodbc/functions odbc-statistics.xml /en/reference/xmlrpc reference.xml /en/reference/xslt/functions xslt-process.xml

2004-02-28 Thread Dave
daveSat Feb 28 10:13:46 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-intersect-assoc.xml /phpdoc/en/reference/exec/functions proc-close.xml /phpdoc/en/reference/ibase/functionsibase-timefmt.xml /phpdoc/en

[PHP-DOC] cvs: phpdoc /en/features http-auth.xml /en/reference/apache/functions apache-response-headers.xml /en/reference/array/functions array-key-exists.xml range.xml /en/reference/curl reference.xml /en/reference/imap/functions imap-get-quota.xml /en/reference/math/functions log.xml /en/reference/misc/functions exit.xml /en/reference/nsapi/functions nsapi-response-headers.xml /en/reference/strings/functions sprintf.xml

2004-03-05 Thread Dave
daveFri Mar 5 21:40:23 2004 EDT Modified files: /phpdoc/en/features http-auth.xml /phpdoc/en/reference/apache/functions apache-response-headers.xml /phpdoc/en/reference/array/functionsarray-key-exists.xml range.xml /phpdoc/en/reference

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

2004-03-05 Thread Dave
daveFri Mar 5 21:50:47 2004 EDT Modified files: /phpdoc/en/appendices reserved.xml Log: - User-Agent, not User_Agent. http://cvs.php.net/diff.php/phpdoc/en/appendices/reserved.xml?r1=1.37&r2=1.38&ty=u Index: phpdoc/en/appendices/reserved.

Re: [PHP-DOC] cvs: phpdoc /dsssl version.dsl

2004-03-17 Thread Dave
x27;s functable system (cvs module functable), so maybe someone else could do it if absolutely necessary. Dave

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

2004-07-09 Thread Dave
daveFri Jul 9 12:02:28 2004 EDT Modified files: /phpdoc/en/language control-structures.xml Log: - Fix #29077. http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.92&r2=1.93&ty=u Index: phpdoc/en/language/control-struct

[PHP-DOC] #29077 [Opn->Csd]: do...while(0)

2004-07-09 Thread dave
ID: 29077 Updated by: [EMAIL PROTECTED] Reported By: oliver at burtchen dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloada

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

2004-07-09 Thread Dave
daveFri Jul 9 12:06:48 2004 EDT Modified files: /phpdoc/en/language control-structures.xml Log: - Revert #29077. http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.93&r2=1.94&ty=u Index: phpdoc/en/language/control-struct

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

2004-07-11 Thread Dave
daveSun Jul 11 11:41:38 2004 EDT Modified files: /phpdoc/en/reference/http/functions setrawcookie.xml Log: - Fix #29094 http://cvs.php.net/diff.php/phpdoc/en/reference/http/functions/setrawcookie.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/refere

[PHP-DOC] #29094 [Opn->Csd]: setrawcookie spelling error in doc

2004-07-11 Thread dave
ID: 29094 Updated by: [EMAIL PROTECTED] Reported By: chris at hackmosphere dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 5.0.0RC3 New Comment: This bug has been fixed in the

[PHP-DOC] cvs: phpdoc / TODO

2004-07-14 Thread Dave
daveWed Jul 14 15:26:00 2004 EDT Modified files: /phpdoc TODO Log: - whilst this URL is valid, it's no longer in use. update it. http://cvs.php.net/diff.php/phpdoc/TODO?r1=1.50&r2=1.51&ty=u Index: phpdoc/TODO diff -u phpdoc/TODO:1.50 php

[PHP-DOC] cvs: phpdoc /en/reference/soap/functions is-soap-fault.xml

2004-07-15 Thread Dave
daveThu Jul 15 19:00:53 2004 EDT Modified files: /phpdoc/en/reference/soap/functions is-soap-fault.xml Log: - Fix #29195 and #29196. http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/is-soap-fault.xml?r1=1.4&r2=1.5&ty=u Index: p

[PHP-DOC] #29195 [Opn->Csd]: Does not create a "new" SoapClient in the examples.

2004-07-15 Thread dave
ID: 29195 Updated by: [EMAIL PROTECTED] Reported By: mark dot meredith at shaw dot ca -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 5.0.0 New Comment: This bug has been fixed in the documentation's XML sources. Since the online and download

[PHP-DOC] #29196 [Opn->Csd]: faulstring instead of faultstring.

2004-07-15 Thread dave
ID: 29196 Updated by: [EMAIL PROTECTED] Reported By: mark dot meredith at shaw dot ca -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 5.0.0 New Comment: This bug has been fixed in the documentation's XML sources. Since the online and download

Re: [PHP-DOC] I have uptodate commiter stats

2004-07-18 Thread Dave
hink they should included. This doesn't seem like it's asking too much, and the raw # of commits has the potential for abuse. Whenever people see a "Top 10" list, instinctual competition habits may arise. Dave > On Sun, 18 Jul 2004, Gabor Hojtsy wrote: >> > http://goba

Re: [PHP-DOC] make test fails

2004-07-18 Thread Dave
> the test. > Curt Works fine for me. Make sure you do this: cvs update -dP && ./configure && make test Dave

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

2004-07-18 Thread Dave
daveMon Jul 19 00:57:49 2004 EDT Modified files: /phpdoc/en/language/oop5constants.xml Log: - Typo fixes :) http://cvs.php.net/diff.php/phpdoc/en/language/oop5/constants.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/language/oop5/constants.xml

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

2004-07-20 Thread Dave
daveTue Jul 20 06:25:33 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions fgets.xml Log: - Fix #28836. http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fgets.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/r

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

2004-07-21 Thread Dave
daveWed Jul 21 04:00:06 2004 EDT Modified files: /phpdoc/en/reference/image/functionsimagefilter.xml Log: - Document imagefilter() and add examples. http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagefilter.xml?r1=1.2&r2=1.

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

2004-07-21 Thread Dave
daveWed Jul 21 09:14:37 2004 EDT Modified files: /phpdoc/en contributors.xml Log: - Add missing comma. http://cvs.php.net/diff.php/phpdoc/en/contributors.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/contributors.xml diff -u phpdoc/en/contributors

Re: [PHP-DOC] Problems building the manual

2004-07-23 Thread Dave
hpdoc). > Goba This happened to me once, the fix was using "cvs update -dP" to prune empty directories. Dave > Jon Wood írta: >> Hey, >> >> I'm trying to build the manual from CVS by following the howto guide >> at php.net, however I'm hav

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

2004-07-26 Thread Dave
daveMon Jul 26 03:03:33 2004 EDT Modified files: /phpdoc/en/reference/mysqli reference.xml Log: - typo fixes, case-consistency, ()-consistency. http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.17&r2=1.18&ty=u Index: p

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-diff-key.xml array-diff-ukey.xml array-intersect-key.xml array-intersect-ukey.xml

2004-07-26 Thread Dave
daveTue Jul 27 00:16:00 2004 EDT Added files: /phpdoc/en/reference/array/functionsarray-diff-key.xml array-diff-ukey.xml array-intersect-key.xml

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

2004-07-26 Thread Dave
daveTue Jul 27 00:28:31 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-intersect-uassoc.xml Log: - s/function/functions/, move a para around and add some see alsos. http://cvs.php.net/diff.php/phpdoc/en/reference/array

Re: [PHP-DOC] a few coding standards

2004-07-28 Thread Dave
quot; paragraph is exactly that; a paragraph in the body of the text, and should end in a period like any other sentence. Consistency between these sorts of things may not be as important as content, but it does make for a more refined and professional manual. > Nuno Dave

Re: [PHP-DOC] PECL doc proposal

2004-07-28 Thread Dave
> sources. In PHP 5 this is no longer bundled and instead can be > found in PECL here:'> > Regards, > Philip Looks good except for "this PECL extensions". Dave

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-chmod.xml ftp-close.xml

2004-07-28 Thread Dave
daveThu Jul 29 01:54:45 2004 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-chmod.xml ftp-close.xml Log: - proto fixes. http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-chmod.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/r

[PHP-DOC] cvs: phpdoc /en/reference/dir/functions getcwd.xml /en/reference/strings/functions fprintf.xml printf.xml vprintf.xml

2004-07-29 Thread Dave
daveFri Jul 30 00:20:42 2004 EDT Modified files: /phpdoc/en/reference/dir/functions getcwd.xml /phpdoc/en/reference/strings/functions fprintf.xml printf.xml vprintf.xml Log: - Proto fixes. http

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

2004-07-29 Thread Dave
daveFri Jul 30 01:04:21 2004 EDT Modified files: /phpdoc/en/reference/strings/functions fprintf.xml sprintf.xml Log: - Remove the format documentation from fprintf and link to the documentation in sprintf. Keeping it in one place is better and the

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

2004-07-31 Thread Dave
daveSat Jul 31 05:56:10 2004 EDT Modified files: /phpdoc/en/reference/strings/functions count-chars.xml Log: - Typo. http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/count-chars.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/r

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

2004-07-31 Thread Dave
daveSat Jul 31 08:44:00 2004 EDT Modified files: /phpdoc/en contributors.xml Log: - At the request of Kenneth. http://cvs.php.net/diff.php/phpdoc/en/contributors.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/contributors.xml diff -u phpdoc/en/contribu

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

2004-07-31 Thread Dave
daveSat Jul 31 08:53:07 2004 EDT Modified files: /phpdoc/en bookinfo.xml Log: - At the request of Kenneth. http://cvs.php.net/diff.php/phpdoc/en/bookinfo.xml?r1=1.41&r2=1.42&ty=u Index: phpdoc/en/bookinfo.xml diff -u phpdoc/en/bookinfo.xml:1.4

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

2004-07-31 Thread Dave
daveSat Jul 31 08:55:22 2004 EDT Modified files: /phpdoc/en contributors.xml Log: - Add listendand back. Oops. http://cvs.php.net/diff.php/phpdoc/en/contributors.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/contributors.xml diff -u p

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

2004-07-31 Thread Dave
et probably still works. Dave >> dave Sat Jul 31 08:44:00 2004 EDT >> >> Modified files: >> /phpdoc/en contributors.xml >> Log: >> - At the request of Kenneth. >> >> >> http://cvs.php.net/diff.php/

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

2004-08-04 Thread Dave
daveWed Aug 4 10:55:47 2004 EDT Modified files: /phpdoc/en/reference/strings/functions substr-compare.xml Log: - Fix #29525. http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/substr-compare.xml?r1=1.2&r2=1.3&ty=u Index: p

[PHP-DOC] #29525 [Opn->Csd]: substr_compare documentation paramer sensitivity should be insensitivity?

2004-08-04 Thread dave
ID: 29525 Updated by: [EMAIL PROTECTED] Reported By: echion at joshua dot haninge dot kth dot se -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 5.0.0 New Comment: This bug has been

  1   2   3   >