[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-last-error.xml

2005-11-30 Thread Christopher Kings-Lynne
chriskl Wed Nov 30 20:29:57 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-last-error.xml Log: Fix pg_last_error() example. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-last-error.xml?r1=1.8&r2=1.9&ty=u Index: phpdo

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-result-error.xml

2005-11-29 Thread Christopher Kings-Lynne
chriskl Tue Nov 29 23:06:57 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-result-error.xml Log: Re-add pg_result_error() example function. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-result-error.xml?r1=1.8&r2=1.9

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-result-error.xml

2005-11-29 Thread Christopher Kings-Lynne
Don't worry - I'll commit a corrected example myself. Christopher Kings-Lynne wrote: Wha? Please _fix_ the article - don't just remove parameter listings and example code. Chris Nuno Lopes wrote: nlopessTue Nov 29 14:25:13 2005 EDT Modified files:

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-result-error.xml

2005-11-29 Thread Christopher Kings-Lynne
Wha? Please _fix_ the article - don't just remove parameter listings and example code. Chris Nuno Lopes wrote: nlopess Tue Nov 29 14:25:13 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functions pg-result-error.xml Log: fix copy-past error from the p

[PHP-DOC] Managing doc comments

2005-11-10 Thread Christopher Kings-Lynne
Hi, I'd like to go over all the ext/pgsql doc comments and remove many obsolete ones and merge any useful ones into the XML docs. How do I go about removing comments? ps. I'm a current committer on the xml docs and ext/pgsql. Chris

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

2005-10-05 Thread Christopher Kings-Lynne
chriskl Thu Oct 6 00:09:32 2005 EDT Modified files: /phpdoc/en/reference/pgsql reference.xml Log: Correct error in reference example. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/reference.xml?r1=1.28&r2=1.29&ty=u Index: phpdoc/en/reference/pgsql/refe

[PHP-DOC] cvs: phpdoc /en/reference/pgsql reference.xml /en/reference/pgsql/functions pg-convert.xml pg-field-prtlen.xml pg-set-client-encoding.xml

2005-09-04 Thread Christopher Kings-Lynne
chriskl Mon Sep 5 00:07:19 2005 EDT Modified files: /phpdoc/en/reference/pgsql reference.xml /phpdoc/en/reference/pgsql/functionspg-convert.xml pg-field-prtlen.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-last-oid.xml

2005-08-24 Thread Christopher Kings-Lynne
chriskl Wed Aug 24 03:49:19 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-last-oid.xml Log: Better formatting http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-last-oid.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/referenc

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-last-oid.xml

2005-08-24 Thread Christopher Kings-Lynne
chriskl Wed Aug 24 03:46:27 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-last-oid.xml Log: Mention lastval() http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-last-oid.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-all-columns.xml

2005-07-10 Thread Christopher Kings-Lynne
chriskl Sun Jul 10 05:05:40 2005 EDT Added files: /phpdoc/en/reference/pgsql/functionspg-fetch-all-columns.xml Log: Add manual page for pg_fetch_all_columns() http://cvs.php.net/co.php/phpdoc/en/reference/pgsql/functions/pg-fetch-all-columns.xml?r=1.

[PHP-DOC] Finished pgsql docs

2005-07-06 Thread Christopher Kings-Lynne
(Resend - my mails don't seem to be hitting the list...) Hi Everyone, I've finally finished a complete revision of the pgsql docs. This involved new doc style, adding examples on every function, fixing English, spelling, grammar, etc. So, can someone please rebuild the live PHP docs, so I c

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-update.xml pg-version.xml

2005-07-04 Thread Christopher Kings-Lynne
chriskl Mon Jul 4 10:42:13 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-update.xml pg-version.xml Log: Tweak pg_update() docs. Complete remaining new format pgsql docs. PHEW. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/func

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-select.xml pg-set-client-encoding.xml pg-unescape-bytea.xml

2005-07-04 Thread Christopher Kings-Lynne
chriskl Mon Jul 4 05:01:00 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-select.xml pg-set-client-encoding.xml pg-unescape-bytea.xml Log: An

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-end-copy.xml pg-put-line.xml pg-query.xml pg-send-query.xml

2005-07-04 Thread Christopher Kings-Lynne
chriskl Mon Jul 4 03:42:00 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-end-copy.xml pg-put-line.xml pg-query.xml pg-send-query.xml Log: An

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-pconnect.xml pg-send-query.xml

2005-07-03 Thread Christopher Kings-Lynne
chriskl Mon Jul 4 01:01:29 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-pconnect.xml pg-send-query.xml Log: Document pg_pconnect. Make fix similar to jsgoupil's but in pg_send_query. h

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-get-notify.xml pg-last-error.xml pg-last-notice.xml pg-last-oid.xml

2005-07-03 Thread Christopher Kings-Lynne
chriskl Mon Jul 4 00:44:22 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-get-notify.xml pg-last-error.xml pg-last-notice.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-escape-bytea.xml

2005-07-03 Thread Christopher Kings-Lynne
chriskl Sun Jul 3 23:29:33 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-escape-bytea.xml Log: Sorry, fix build. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/re

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-get-result.xml

2005-07-03 Thread Christopher Kings-Lynne
chriskl Sun Jul 3 10:59:22 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-get-result.xml Log: New doc style for pg_get_result() http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-get-result.xml?r1=1.4&r2=1.5&ty=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-get-pid.xml

2005-07-03 Thread Christopher Kings-Lynne
chriskl Sun Jul 3 10:58:29 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-get-pid.xml Log: Tiny mistake in whitespace. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-get-pid.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/re

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-delete.xml pg-escape-bytea.xml pg-escape-string.xml pg-free-result.xml pg-get-notify.xml pg-get-pid.xml pg-insert.xml pg-update.xml

2005-07-03 Thread Christopher Kings-Lynne
chriskl Sun Jul 3 06:03:51 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-delete.xml pg-escape-bytea.xml pg-escape-string.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-connection-status.xml

2005-06-14 Thread Christopher Kings-Lynne
chriskl Wed Jun 15 00:37:56 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-connection-status.xml Log: Replace hard-coded number with appropriate constant. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-connection-stat

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-object.xml

2005-05-08 Thread Christopher Kings-Lynne
chriskl Sun May 8 21:36:07 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-fetch-object.xml Log: - Fix error in example as suggested in doc comment. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml?r1=1

Re: [PHP-DOC] Question on pg_result_status

2005-05-01 Thread Christopher Kings-Lynne
Fixed in CVS. Cornelia Boenigk wrote: Hi The constants.xml says: PGSQL_COPY_OUT PGSQL_COPY_IN ... Returned by pg_result_status The manual-page for pg_result_status says: Possible return values are ... PGSQL_COPY_TO, PGSQL_COPY_FROM, Wich one is correct? Regards Conni

[PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml /en/reference/pgsql/functions pg-convert.xml pg-result-status.xml

2005-05-01 Thread Christopher Kings-Lynne
chriskl Sun May 1 21:46:15 2005 EDT Modified files: /phpdoc/en/reference/pgsql constants.xml /phpdoc/en/reference/pgsql/functionspg-convert.xml pg-result-status.xml Log: - Fix erroneous pg_result_statu

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-meta-data.xml

2005-04-29 Thread Christopher Kings-Lynne
Alright, leave the pgsql ones to me then :) Jean-Sebastien Goupil wrote: It could be cool but there are more than 600 files to update in french doc, i'm a new translator and i'll try to correct french doc first with these 600 files... Jean-Sébastien Christopher Kings-Lynne wrote: Why

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-meta-data.xml

2005-04-28 Thread Christopher Kings-Lynne
Why don't you help me finish all the pgsql function documentation conversion to the new format? Chris Jean-Sébastien Goupil wrote: jsgoupilThu Apr 28 20:00:48 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functions pg-meta-data.xml Log: adding parame

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-field-prtlen.xml

2005-04-27 Thread Christopher Kings-Lynne
chriskl Thu Apr 28 00:40:58 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-field-prtlen.xml Log: - Fix erroneous return value http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-field-prtlen.xml?r1=1.8&r2=1.9&ty=u Index: p

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-copy-from.xml pg-copy-to.xml pg-host.xml pg-options.xml pg-port.xml pg-trace.xml pg-untrace.xml

2005-04-25 Thread Christopher Kings-Lynne
chriskl Mon Apr 25 05:00:52 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-copy-from.xml pg-copy-to.xml pg-host.xml pg-options.xml pg-port.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-cancel-query.xml pg-connection-busy.xml pg-connection-reset.xml pg-connection-status.xml pg-copy-from.xml pg-copy-to.xml pg-result-error.xml pg-r

2005-04-25 Thread Christopher Kings-Lynne
chriskl Mon Apr 25 04:59:04 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-cancel-query.xml pg-connection-busy.xml pg-connection-reset.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-close.xml pg-dbname.xml pg-host.xml pg-options.xml pg-ping.xml pg-port.xml pg-trace.xml pg-tty.xml pg-untrace.xml

2005-04-15 Thread Christopher Kings-Lynne
chriskl Fri Apr 15 04:40:14 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-close.xml pg-dbname.xml pg-host.xml pg-options.xml pg-ping.xml pg-port.x

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-lo-open.xml pg-lo-read-all.xml pg-lo-read.xml pg-lo-seek.xml pg-lo-tell.xml pg-lo-unlink.xml pg-lo-write.xml

2005-04-13 Thread Christopher Kings-Lynne
chriskl Wed Apr 13 23:21:36 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-lo-open.xml pg-lo-read-all.xml pg-lo-read.xml pg-lo-seek.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql reference.xml /en/reference/pgsql/functions pg-fetch-object.xml pg-field-is-null.xml pg-field-name.xml pg-field-num.xml pg-field-prtlen.xml pg-field-size.xml

2005-04-07 Thread Christopher Kings-Lynne
chriskl Thu Apr 7 07:47:33 2005 EDT Modified files: /phpdoc/en/reference/pgsql reference.xml /phpdoc/en/reference/pgsql/functionspg-fetch-object.xml pg-field-is-null.xml

Re: [PHP-DOC] Re: Current build is broken

2005-04-06 Thread Christopher Kings-Lynne
No that's with latest cvs, every day for the last few days... Just try a 'make test'... Chris You probably need to do a ./configure Ah yes, you are correct. Thanks. Chris

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-close.xml pg-connection-status.xml pg-fetch-all.xml pg-fetch-array.xml pg-fetch-assoc.xml pg-fetch-object.xml pg-fetch-result.xml pg-fetch-row.xm

2005-04-06 Thread Christopher Kings-Lynne
chriskl Wed Apr 6 05:04:50 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-close.xml pg-connection-status.xml pg-fetch-all.xml

[PHP-DOC] Re: Current build is broken

2005-04-06 Thread Christopher Kings-Lynne
/usr/local/bin/openjade:././dsssl/docbook/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'function.dom-domimplementation-construct' You did it imho :) cvs up en/reference/dom/functions/ and start a new build. No that's with latest cvs, every day for the last few days... Just try a 'make tes

[PHP-DOC] Current build is broken

2005-04-05 Thread Christopher Kings-Lynne
Someone made a mistake: /usr/local/bin/openjade:././dsssl/docbook/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'function.dom-domimplementation-construct' Chris

[PHP-DOC] pg_fetch_object

2005-04-05 Thread Christopher Kings-Lynne
Who wrote the pg_fetch_object function? I'm trying to figure out what the parameters are, the docs seem to be way out of date... Specifically there appears to be a class name and class name length parameter or something that isn't documented... Can someone clarify? Chris

Re: [PHP-DOC] New entity

2005-04-05 Thread Christopher Kings-Lynne
Strange, I didn't realize this limitation was given but looking at avail it appears there are a few special cases. I hope you feel special ;) I do :D Thanks, Chris

Re: [PHP-DOC] New entity

2005-04-05 Thread Christopher Kings-Lynne
Yes you do have permissions to change this and every file in all of phpdoc CVS. -bash-2.05b$ cvs commit -m "- Change techdocs to real manual" entities/global.ent en/reference/pgsql/reference.xml Access denied: insufficient karma (chriskl|phpdoc/entities) Contact [EMAIL PROTECTED] for acc

[PHP-DOC] New entity

2005-04-05 Thread Christopher Kings-Lynne
I don't have permissions to do this, so could someone please apply the attached patch? It just changes a global entity... PostgreSQL techdocs is very out of date and basically deprecated, and there is no reference to the real manual. Cheers, Chris Index: entities/global.ent ===

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Christopher Kings-Lynne
first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already done in the en-pg-num-rows.xml. I'm actually doing a full rewrite of the PostgreSQL docs, so I'm afraid lots of translation might be required anyway :( Chris

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
Overall the commit has enormous whitespace problems so that was my main point. OK, I've done a separate commit to fix (afaics) all whitespace issues (indenting and tabs). Apologies to translators... Chris

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml pg-set-error-verbosity.xml

2005-04-05 Thread Christopher Kings-Lynne
chriskl Tue Apr 5 04:56:10 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-close.xml pg-affected-rows.xml pg-client-encoding.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
Look at the diff, it's really clear. Hmmm it mustn't be clear on my viewers, as the next two examples look identical to me except for the amount of text... The following is Good: Text Text Text The following is Bad: Text http://cvs.php.net/co.php/phpdoc/en/reference/pg

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
I got a little carried away but the changes to the examples are whitespace only, so, should not be in this commit. I changed that (left aligned) since that is required by the new documentation template. I won't do it in the future... Overall the commit has enormous whitespace problems so that

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-send-query.xml

2005-04-05 Thread Christopher Kings-Lynne
By looking to PHP sources, my commit wasn't erroneous. If I didn't miss something, connection is really required parameter in this function. Can you please confirm it and revert your change? No MY previous commit. It was me who removed that, by mistake. I don't quite get the pg_send_ functions - t

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
sible. Be sure to check the unified diff many times before commit as 'make test' is not enough. In the very least it means losing all whitespace changes. Regards, Philip On Tue, 5 Apr 2005, Christopher Kings-Lynne wrote: chriskl Tue Apr 5 01:55:14 2005 EDT Modified files:

[PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-04 Thread Christopher Kings-Lynne
chriskl Tue Apr 5 01:55:14 2005 EDT Modified files: /phpdoc/en/reference/pgsql constants.xml reference.xml /phpdoc/en/reference/pgsql/functionspg-affected-rows.xml pg-client-encoding.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-send-query.xml

2005-04-04 Thread Christopher Kings-Lynne
chriskl Mon Apr 4 21:47:58 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-send-query.xml Log: # Revert previous erroneous commit. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-send-query.xml?r1=1.10&r2=1.11&ty=u Ind

Re: [PHP-DOC] Problem with optional parameters

2005-04-04 Thread Christopher Kings-Lynne
Because it shouldn't have been allowed in PHP in the first place. But it IS in PHP, and there are hundreds of functions that use it... Chris

Re: [PHP-DOC] Problem with optional parameters

2005-04-04 Thread Christopher Kings-Lynne
This is expected, optional parameters are allowed only at the end of parameters list. If the parameter in the beginning is optional provide two block as in e.g. ibase_blob_echo. Gah I hate that style, and wanted to get rid of it. If PHP allows you to have leading optional parameters like in ibase

[PHP-DOC] Problem with optional parameters

2005-04-03 Thread Christopher Kings-Lynne
Hi, I have modified the docs to show optional parameters, like this: stringpg_parameter_status resourceconnection stringparam_name However this displays as: string pg_parameter_status ( [resource connection, string param_name] ) How come it's made both parameters optional? Is this a b

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

2005-04-03 Thread Christopher Kings-Lynne
chriskl Sun Apr 3 05:51:52 2005 EDT Modified files: /phpdoc/en/reference/pgsql constants.xml Log: - Document all ext/pgsql constants. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/constants.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/pgsql/constan

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-send-query.xml

2005-04-03 Thread Christopher Kings-Lynne
chriskl Sun Apr 3 04:47:23 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-send-query.xml Log: - Fix parameter list for pg_send_query() http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-send-query.xml?r1=1.9&r2=1.10&ty=u

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-execute.xml pg-parameter-status.xml pg-prepare.xml pg-query-params.xml pg-result-error-field.xml pg-send-execute.xml pg-send-prepare.xml pg-send-query-params.xml pg-set-error-verbosity.xml pg-transaction-status.xml

2005-04-02 Thread Christopher Kings-Lynne
chriskl Sun Apr 3 03:27:30 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-execute.xml pg-parameter-status.xml pg-prepare.xml

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-execute.xml pg-parameter-status.xml pg-prepare.xml pg-query-params.xml pg-result-error-field.xml pg-send-execute.xml pg-send-prepare.xml pg-send-query-params.xml pg-set-error-verbosity.xml pg-transaction-status.xml

2005-04-02 Thread Christopher Kings-Lynne
chriskl Sun Apr 3 03:21:51 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-execute.xml pg-parameter-status.xml pg-prepare.xml

Re: [PHP-DOC] Contributing

2005-04-01 Thread Christopher Kings-Lynne
I am interested in contributing to the PHP Documentation. I have been using PHP for 2 years or so now, and would like to help out where ever possible. I e-mailed the PHP Internals list and they recommended that I post to the documentation list. How should I go about getting involved? You need t

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-connect.xml

2005-03-30 Thread Christopher Kings-Lynne
chriskl Wed Mar 30 22:01:28 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-connect.xml Log: - Update list of connection parameters http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-connect.xml?r1=1.7&r2=1.8&ty=u Index: p

[PHP-DOC] New docs style

2005-03-29 Thread Christopher Kings-Lynne
What is this new documentation style I keep hearing about and where are templates/docs on how to implement it? Thanks, Chris

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-parameter-status.xml

2005-03-27 Thread Christopher Kings-Lynne
chriskl Sun Mar 27 04:51:27 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-parameter-status.xml Log: - The list of parameters queryable via pg_parameter_status() was somewhat outdated. http://cvs.php.net/diff.php/phpdoc/en/reference/pgs

[PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml /en/reference/pgsql/functions pg-result-status.xml

2005-03-26 Thread Christopher Kings-Lynne
chriskl Sat Mar 26 03:08:35 2005 EDT Modified files: /phpdoc/en/reference/pgsql constants.xml /phpdoc/en/reference/pgsql/functionspg-result-status.xml Log: - Document the optional second parameter to pg_result_status() # This optional second para

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-result-error-field.xml

2005-03-22 Thread Christopher Kings-Lynne
chriskl Tue Mar 22 23:37:22 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-result-error-field.xml Log: Remove extraneous 'x'... http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-result-error-field.xml?r1=1.2&r2=1.3&ty=u

[PHP-DOC] Questions about docs

2005-03-22 Thread Christopher Kings-Lynne
Hi, Being new to doc building, and not finding answers to this on the docs howto... * When and how often are the CVS docs built and made public? * Is PHP.net's online manual and downloadable one usually for CVS or latest stable? Chris

[PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml /en/reference/pgsql/functions pg-set-error-verbosity.xml

2005-03-22 Thread Christopher Kings-Lynne
chriskl Tue Mar 22 22:11:05 2005 EDT Added files: /phpdoc/en/reference/pgsql/functionspg-set-error-verbosity.xml Modified files: /phpdoc/en/reference/pgsql constants.xml Log: - Document new pg_set_error_verbosity() function. htt

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-result-error-field.xml

2005-03-22 Thread Christopher Kings-Lynne
chriskl Tue Mar 22 03:59:00 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-result-error-field.xml Log: List possible diagnostic codes http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-result-error-field.xml?r1=1.1&r2=1.2

[PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-execute.xml pg-prepare.xml pg-query-params.xml pg-result-error-field.xml pg-send-execute.xml pg-send-prepare.xml pg-send-query-params.xml pg-transaction-status.xml

2005-03-20 Thread Christopher Kings-Lynne
chriskl Sun Mar 20 03:54:31 2005 EDT Added files: /phpdoc/en/reference/pgsql/functionspg-execute.xml pg-prepare.xml pg-query-params.xml pg-result-error-field.xml