[PHP-DOC] cvs: livedocs / build-ops.in

2004-11-11 Thread Wez Furlong
wez Thu Nov 11 14:46:01 2004 EDT Modified files: /livedocs build-ops.in Log: Fix name http://cvs.php.net/diff.php/livedocs/build-ops.in?r1=1.11&r2=1.12&ty=u Index: livedocs/build-ops.in diff -u livedocs/build-ops.in:1.11 livedocs/build-ops.in:1.12 --- l

[PHP-DOC] cvs: livedocs / build-ops.in build.sh configure.in mk_notes.php

2004-11-11 Thread Wez Furlong
wez Thu Nov 11 14:33:28 2004 EDT Modified files: /livedocs build-ops.in build.sh configure.in mk_notes.php Log: reinstate user-notes fetching via token # grrr http://cvs.php.net/diff.php/livedocs/build-ops.in?r1=1.10&r2=1.11&ty=u Index: livedocs/build

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

2005-02-10 Thread Wez Furlong
Yep, stick them in ext and either load them from php.ini or through dl(). php_pdo.dll must be loaded before the other pdo dlls. Thanks :) --Wez. On Thu, 10 Feb 2005 18:31:16 + (GMT), Philip Olson <[EMAIL PROTECTED]> wrote: > > Does that point to http://snaps.php.net/win32/PECL_5_0/ ? > > Co

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

2005-02-10 Thread Wez Furlong
That only handles statically compiled extensions. PHP doesn't know about dynamic dependencies yet. Besides, these docs are also for people running PHP 5.0.x and using the PECL extensions. On Thu, 10 Feb 2005 18:49:42 -, Nuno Lopes <[EMAIL PROTECTED]> wrote: > > Yep, stick them in ext and eithe

Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-lastInsertId.xml

2005-03-09 Thread Wez Furlong
Actually, it triggers an IM001 SQLSTATE error; whether that becomes an exception or not depends on your chosen error handling mode :-) --Wez. On Wed, 09 Mar 2005 23:29:35 -, Dan Scott <[EMAIL PROTECTED]> wrote: > + > + If the PDO driver does not support this capability, > + PDO::

[PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-14 Thread Wez Furlong
Are these requests legitimate or should we start blocking people mentioning catalan in cvs account requests? --Wez. On 6/14/05, Oriol Morell <[EMAIL PROTECTED]> wrote: > Member of the catalan translation > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http:

Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Wez Furlong
OK, looks like we're going to set up a Catalan translation project. Gabor: Can you confirm that the country code for Catalan is CA, and that the module will be phpdoc-ca, and the mailing list will be [EMAIL PROTECTED] Bernat: The following people have applied for accounts to work on the translati

Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Wez Furlong
On 6/19/05, Friedhelm Betz <[EMAIL PROTECTED]> wrote: > I am not Gabor, but yes, the *language code* for Catalan is ca. > Contry code ca is for Canada ;-) Gabor was in the Cc line, and language code is what I meant :)

Re: [PHP-DOC] Re: [PHP-DEV] CVS Account Request: oriolm

2005-06-19 Thread Wez Furlong
know precisely what you need before you give people the green light to commit. --Wez. On 6/19/05, Bernat <[EMAIL PROTECTED]> wrote: > Yes, these are the people, but I'll send two more people that were > waiting to apply for an account. And remember also my own one. > >

Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo reference.xml /en/reference/pdo/functions PDO-lastInsertId.xml PDOStatement-closeCursor.xml

2005-07-08 Thread Wez Furlong
It's worth noting that calling closeCursor() is usually only required if you don't explicitly fetch all the rows from a given statement object before switching to a different statement object. In other words: $stmt->execute(); $stmt->fetch(); $stmt->execute(); will work happily, but $stmt->exec

[PHP-DOC] cvs: phpdoc /en/reference/pdo constants.xml reference.xml /en/reference/pdo/functions PDO-beginTransaction.xml PDO-construct.xml PDO-errorCode.xml PDO-errorInfo.xml PDO-exec.xml PDO-getAttr

2005-07-10 Thread Wez Furlong
wez Mon Jul 11 00:38:56 2005 EDT Modified files: /phpdoc/en/reference/pdoconstants.xml reference.xml /phpdoc/en/reference/pdo/functions PDO-beginTransaction.xml PDO-construct.xml

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

2005-08-10 Thread Wez Furlong
Just FYI, the general plan is to document driver specifics in their own sections of the manual. This is something that Dan and myself planned to sit down and work on at OSCON... but that didn't happen. --Wez. On 8/10/05, Jakub Vrana <[EMAIL PROTECTED]> wrote: > vrana Wed Aug 10 04:36:3

Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-quote.xml

2005-08-30 Thread Wez Furlong
And PDO::quote() does nothing for ODBC, because it currently has no idea what dialect of SQL is spoken by the underlying ODBC driver. --Wez. On 8/30/05, Dan Scott <[EMAIL PROTECTED]> wrote: > dbs Tue Aug 30 20:56:36 2005 EDT > > Modified files: > /phpdoc/en/reference/pdo/functi

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-collection-append.xml oci-collection-assign.xml oci-collection-element-assign.xml oci-collection-element-get.xml oci-collection-free.xml oci-coll

2005-09-06 Thread Wez Furlong
wez Tue Sep 6 15:53:03 2005 EDT Removed files: /phpdoc/en/reference/oci8/functions oci-collection-append.xml oci-collection-assign.xml oci-collection-element-assign.xml

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-lob-append.xml oci-lob-close.xml oci-lob-eof.xml oci-lob-erase.xml oci-lob-export.xml oci-lob-flush.xml oci-lob-import.xml oci-lob-load.xml oci-l

2005-09-06 Thread Wez Furlong
wez Tue Sep 6 15:59:37 2005 EDT Removed files: /phpdoc/en/reference/oci8/functions oci-lob-append.xml oci-lob-close.xml oci-lob-eof.xml oci-l

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions oci-free-descriptor.xml ocigetbufferinglob.xml ocisetbufferinglob.xml

2005-09-06 Thread Wez Furlong
wez Tue Sep 6 16:09:51 2005 EDT Removed files: /phpdoc/en/reference/oci8/functions oci-free-descriptor.xml ocigetbufferinglob.xml ocisetbufferinglob.xml Log: more files renamed

[PHP-DOC] cvs: livedocs / README

2005-09-08 Thread Wez Furlong
wez Thu Sep 8 22:17:16 2005 EDT Modified files: /livedocs README Log: solaris /bin/sh doesn't grok "exec >file"; run with ksh instead http://cvs.php.net/diff.php/livedocs/README?r1=1.15&r2=1.16&ty=u Index: livedocs/README diff -u livedocs/README:1.1

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

2005-09-08 Thread Wez Furlong
wez Thu Sep 8 23:00:48 2005 EDT Modified files: /phpdoc/en/reference/pdoreference.xml Log: revise install instructions http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.30&r2=1.31&ty=u Index: phpdoc/en/reference/pdo/reference.xml

[PHP-DOC] cvs: phpdoc /en/reference/pdo_sqlite/functions PDO-sqliteCreateAggregate.xml PDO-sqliteCreateFunction.xml

2005-09-08 Thread Wez Furlong
wez Thu Sep 8 23:25:38 2005 EDT Added files: /phpdoc/en/reference/pdo_sqlite/functions PDO-sqliteCreateAggregate.xml PDO-sqliteCreateFunction.xml Log: Docume

[PHP-DOC] cvs: phpdoc /en/reference/pdo_sqlite reference.xml /en/reference/pdo_sqlite/functions PDO-sqliteCreateAggregate.xml PDO-sqliteCreateFunction.xml

2005-09-08 Thread Wez Furlong
wez Fri Sep 9 00:10:15 2005 EDT Modified files: /phpdoc/en/reference/pdo_sqlite reference.xml /phpdoc/en/reference/pdo_sqlite/functions PDO-sqliteCreateAggregate.xml

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

2005-09-10 Thread Wez Furlong
wez Sat Sep 10 12:20:30 2005 EDT Modified files: /phpdoc Makefile.in Log: use portable test -f instead of test -e http://cvs.php.net/diff.php/phpdoc/Makefile.in?r1=1.169&r2=1.170&ty=u Index: phpdoc/Makefile.in diff -u phpdoc/Makefile.in:1.169 phpdoc/M

[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDOStatement-bindParam.xml PDOStatement-bindValue.xml

2005-09-10 Thread Wez Furlong
wez Sat Sep 10 12:39:22 2005 EDT Added files: /phpdoc/en/reference/pdo/functions PDOStatement-bindValue.xml Modified files: /phpdoc/en/reference/pdo/functions PDOStatement-bindParam.xml Log: Document new bindValue() method. http

[PHP-DOC] cvs: phpdoc /en/reference/pdo_sqlite reference.xml /en/reference/pdo_sqlite/functions PDO-sqliteCreateAggregate.xml PDO-sqliteCreateFunction.xml

2005-09-10 Thread Wez Furlong
wez Sat Sep 10 12:45:53 2005 EDT Modified files: /phpdoc/en/reference/pdo_sqlite reference.xml /phpdoc/en/reference/pdo_sqlite/functions PDO-sqliteCreateAggregate.xml

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

2005-09-10 Thread Wez Furlong
wez Sat Sep 10 20:52:08 2005 EDT Modified files: /phpdoc/en/reference/pdo_odbc reference.xml Log: MS Access sample http://cvs.php.net/diff.php/phpdoc/en/reference/pdo_odbc/reference.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/pdo_odbc/referenc

[PHP-DOC] cvs: phpdoc /en/reference/pdo ini.xml reference.xml /en/reference/pdo_dblib reference.xml /en/reference/pdo_firebird reference.xml /en/reference/pdo_mysql reference.xml /en/reference/pdo

2005-09-10 Thread Wez Furlong
wez Sun Sep 11 02:17:10 2005 EDT Added files: /phpdoc/en/reference/pdo_odbc ini.xml Modified files: /phpdoc/en/reference/pdoini.xml reference.xml /phpdoc/en/reference/pdo_dblib reference.xml /phpdoc/en/reference/pdo_

[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-beginTransaction.xml PDO-commit.xml PDO-construct.xml PDO-errorCode.xml PDO-errorInfo.xml PDO-exec.xml PDO-getAttribute.xml PDO-lastInsertId.xml P

2005-09-10 Thread Wez Furlong
wez Sun Sep 11 02:22:29 2005 EDT Modified files: /phpdoc/en/reference/pdo/functions PDO-beginTransaction.xml PDO-commit.xml PDO-construct.xml PDO-errorCode.xml

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

2005-09-11 Thread Wez Furlong
wez Sun Sep 11 03:18:59 2005 EDT Modified files: /phpdoc/en/install pecl.xml Log: adjust pecl installation notes http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/install/pecl.xml diff -u phpdoc/en/install/pecl.xml

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

2005-09-11 Thread Wez Furlong
wez Sun Sep 11 03:22:23 2005 EDT Modified files: /phpdoc/en/reference/pdoconstants.xml reference.xml Log: The extension is no longer experimental; what we have is not going to change between now and the first stable release. http://cvs.php.net/dif

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

2005-09-11 Thread Wez Furlong
wez Sun Sep 11 17:10:37 2005 EDT Modified files: /phpdoc/en/reference/pdoreference.xml Log: Add some content. http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.35&r2=1.36&ty=u Index: phpdoc/en/reference/pdo/reference.xml diff -u ph

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

2005-09-11 Thread Wez Furlong
wez Sun Sep 11 23:44:39 2005 EDT Modified files: /phpdoc/en/reference/pdoreference.xml Log: fix interrupted sentence... http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.36&r2=1.37&ty=u Index: phpdoc/en/reference/pdo/reference.xml

[PHP-DOC] cvs: phpdoc /en/reference/pdo constants.xml driverconstants.xml /en/reference/pdo_mysql constants.xml reference.xml /en/reference/pdo_pgsql reference.xml

2005-09-15 Thread Wez Furlong
wez Thu Sep 15 16:57:51 2005 EDT Added files: /phpdoc/en/reference/pdodriverconstants.xml /phpdoc/en/reference/pdo_mysql constants.xml Modified files: /phpdoc/en/reference/pdoconstants.xml /phpdoc/en/reference/pdo_mysq

[PHP-DOC] cvs: phpdoc /en/reference/win32service .cvsignore constants.xml functions.xml reference.xml /en/reference/win32service/functions win32-create-service.xml win32-delete-service.xml win32-get-

2005-09-17 Thread Wez Furlong
wez Sat Sep 17 12:26:44 2005 EDT Added files: /phpdoc/en/reference/win32service .cvsignore constants.xml functions.xml reference.xml /phpdoc/en/reference/win32service/functions

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

2005-09-17 Thread Wez Furlong
wez Sat Sep 17 19:30:39 2005 EDT Modified files: /phpdoc/en/reference/win32service reference.xml Log: typofix http://cvs.php.net/diff.php/phpdoc/en/reference/win32service/reference.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/win32service/reference

[PHP-DOC] PDO driver docs: volunteer needed for reformatting

2005-09-17 Thread Wez Furlong
driver API. Thanks! --Wez. On 9/17/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > wez Sat Sep 17 21:13:08 2005 EDT > > Added files: > /phpdoc/en/internals/pdoindex.xml > Log: > IBM has contributed an howto for creating PDO drivers. > > They su

[PHP-DOC] Re: PDO driver docs: volunteer needed for reformatting

2005-09-17 Thread Wez Furlong
PS: I can supply the original word/openoffice document to use as a guide for formatting the code parts. Please contact me if you'd like to take on this task. Many thanks again! --Wez. On 9/17/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > Hello phpdoc, > > This was my

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

2005-09-18 Thread Wez Furlong
wez Sun Sep 18 10:03:32 2005 EDT Modified files: /phpdoc/en/reference/pdoconstants.xml reference.xml Log: flesh out some more http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/constants.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/pdo/constant

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

2005-09-18 Thread Wez Furlong
wez Sun Sep 18 10:04:28 2005 EDT Modified files: /livedocs mkindex.php Log: ignore all files beginning with a ., and not just the magic dirs. rationale: no point trying to index vim .swp files, as that just confuses things. http://cvs.php.net/diff.ph

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

2005-09-18 Thread Wez Furlong
wez Sun Sep 18 10:06:34 2005 EDT Modified files: /phpdoc/en/reference/pdo_sqlite reference.xml Log: not really experimental any more http://cvs.php.net/diff.php/phpdoc/en/reference/pdo_sqlite/reference.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/pd

[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAvailableDrivers.xml pdo-drivers.xml

2005-09-18 Thread Wez Furlong
wez Sun Sep 18 10:17:32 2005 EDT Added files: /phpdoc/en/reference/pdo/functions PDO-getAvailableDrivers.xml Removed files: /phpdoc/en/reference/pdo/functions pdo-drivers.xml Log: rename pdo_drivers() to PDO::getAvailableDrivers as p

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

2005-09-24 Thread Wez Furlong
wez Sat Sep 24 11:51:17 2005 EDT Modified files: /phpdoc/en/reference/pdoreference.xml Log: a note about catching exceptions and the dangers of not doing so on a production site. http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1

[PHP-DOC] cvs: phpdoc /en/reference/openssl reference.xml /en/reference/openssl/functions openssl-csr-export-to-file.xml openssl-csr-export.xml openssl-csr-new.xml openssl-csr-sign.xml openssl-error-string.xml openssl-free-key.xml openssl-get-privatekey.xml openssl-get-publickey.xml openssl-open.xml openssl-pkcs7-decrypt.xml openssl-pkcs7-encrypt.xml openssl-pkcs7-sign.xml openssl-pkcs7-verify.xml openssl-pkey-export-to-file.xml openssl-pkey-export.xml openssl-pkey-get-private.xml openssl-pkey-get-public.xml openssl-pkey-new.xml openssl-private-decrypt.xml openssl-x509-check-private-key.xml openssl-x509-checkpurpose.xml openssl-x509-export-to-file.xml openssl-x509-export.xml openssl-x509-free.xml openssl-x509-parse.xml openssl-x509-read.xml

2002-12-10 Thread Wez Furlong
wez Tue Dec 10 14:13:48 2002 EDT Added files: /phpdoc/en/reference/openssl/functions openssl-pkey-get-private.xml openssl-pkey-get-public.xml Modified files: /phpdoc/en/reference/openssl

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-pkey-get-public.xml

2002-12-10 Thread Wez Furlong
wez Tue Dec 10 14:21:40 2002 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-pkey-get-public.xml Log: Fix listitem Index: phpdoc/en/reference/openssl/functions/openssl-pkey-get-public.xml diff -u phpdoc/en/reference/openssl/functio

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-csr-sign.xml

2002-12-10 Thread Wez Furlong
wez Tue Dec 10 14:54:46 2002 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-csr-sign.xml Log: It's really worth mentioning this, so that people can see how to sign CSR's from externally sources. Index: phpdoc/en/reference/openss

[PHP-DOC] cvs: phpdoc /en/reference/openssl configure.xml note-openssl-cnf.xml /en/reference/openssl/functions openssl-csr-new.xml openssl-csr-sign.xml openssl-pkey-export-to-file.xml openssl-pkey-export.xml openssl-pkey-new.xml

2002-12-11 Thread Wez Furlong
wez Wed Dec 11 10:50:47 2002 EDT Added files: /phpdoc/en/reference/opensslnote-openssl-cnf.xml Modified files: /phpdoc/en/reference/opensslconfigure.xml /phpdoc/en/reference/openssl/functions openssl-csr-new.xml

[PHP-DOC] cvs: phpdoc /en/reference/openssl note-openssl-cnf.xml

2002-12-11 Thread Wez Furlong
wez Wed Dec 11 10:57:22 2002 EDT Modified files: /phpdoc/en/reference/opensslnote-openssl-cnf.xml Log: Fix the link and add coding standard stuff Index: phpdoc/en/reference/openssl/note-openssl-cnf.xml diff -u phpdoc/en/reference/openssl/note-open

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-csr-sign.xml

2002-12-11 Thread Wez Furlong
wez Wed Dec 11 10:59:07 2002 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-csr-sign.xml Log: copy-n-paste error Index: phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml diff -u phpdoc/en/reference/openssl/functions/opens

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

2002-12-11 Thread Wez Furlong
wez Wed Dec 11 11:03:40 2002 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-seal.xml Log: no longer experimental Index: phpdoc/en/reference/openssl/functions/openssl-seal.xml diff -u phpdoc/en/reference/openssl/functions/openssl-s

Re: [PHP-DOC] streams reference

2003-01-03 Thread Wez Furlong
Do you volunteer to maintain 2 * (number of translations) of the information about which streams/wrappers are present? That is the reason that I moved the wrapper information into an appendix, because it made reading about this stuff difficult (and the fopen() reference page unreadable). --Wez.

Re: [PHP-DOC] streams reference

2003-01-03 Thread Wez Furlong
http://www.php.net/manual/en/function.fopen.php "Note: The list of supported protocols can be found in Appendix I. " Appendix I is a link... --Wez. On Fri, 3 Jan 2003, Philip Olson wrote: > On Fri, 3 Jan 2003, Wez Furlong wrote: > > Do you volunteer to maintain 2 * (num

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

2003-01-04 Thread Wez Furlong
wez Sat Jan 4 07:18:24 2003 EDT Modified files: /phpdoc/en/faq com.xml Log: Added the text from my commit message about how to sink (handle) COM events. Index: phpdoc/en/faq/com.xml diff -u phpdoc/en/faq/com.xml:1.9 phpdoc/en/faq/com.xml:1.10 --- ph

Re: [PHP-DOC] streams reference

2003-01-04 Thread Wez Furlong
Hi Sara, Thanks for making a start on this. Just a couple of things to note about streams: A "stream" is an object that exhibits "streamable" behaviour. A "wrapper" is additional logic that knows about specific protocols (and encodings) and returns an appropriate stream to access it. A wrapper ma

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

2003-01-15 Thread Wez Furlong
wez Wed Jan 15 22:11:08 2003 EDT Modified files: /phpdoc configure.in Log: Correct a slight mistake introduced by goba in revision 1.176. If you ./configure --with-htmlcss=http://sample.com/style.css, MANUAL="php_manual_$withval" would pick up the URL o

[PHP-DOC] cvs: phpdoc /en/chapters streams.dir.xml streams.structs.xml streams.xml

2003-01-19 Thread Wez Furlong
wez Sun Jan 19 05:11:24 2003 EDT Modified files: /phpdoc/en/chapters streams.dir.xml streams.structs.xml streams.xml Log: Check in these docs that have been lying around for a while. By no means complete, but better than not having them. Index: phpdoc/e

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

2003-01-19 Thread Wez Furlong
wez Sun Jan 19 05:46:22 2003 EDT Modified files: /phpdoc/en/reference/stream reference.xml Log: Minor alterations: - PHP implements HTTP 1.0, not 1.1 - ssl and tls are not wrappers; they are socket "transports" recognized only by fsockopen. - always u

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

2003-06-07 Thread Wez Furlong
wez Sat Jun 7 10:12:51 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions fopen.xml Log: Explain a bit more about the nightmare that is the text-mode-translation, the spawn of satan. Index: phpdoc/en/reference/filesystem/functions/

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-get-contents.xml fopen.xml fread.xml

2003-05-30 Thread Wez Furlong
wez Thu May 29 16:10:20 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions file-get-contents.xml fopen.xml fread.xml Log: Revise docs a little; document the non-greedy fread semantics when readi

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

2003-05-31 Thread Wez Furlong
wez Fri May 30 20:15:18 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions fread.xml Log: fix omission... Index: phpdoc/en/reference/filesystem/functions/fread.xml diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.7 phpdoc/en

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

2003-06-02 Thread Wez Furlong
wez Sun Jun 1 19:11:52 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions fread.xml Log: Fix copy-n-paste error and explain why do {} while(true) is better than while(!feof()) {} in this example. Index: phpdoc/en/reference/filesystem/

[PHP-DOC] PHP Doc Meeting @ LinuxTag

2003-06-03 Thread Wez Furlong
Hey, just a quick note to say that I'll be there. --Wez. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-06-18 Thread Wez Furlong
wez Wed Jun 18 17:13:25 2003 EDT Modified files: /phpdoc/en/reference/dir/functions class.dir.xml Log: add tags for syntax highlighting Index: phpdoc/en/reference/dir/functions/class.dir.xml diff -u phpdoc/en/reference/dir/functions/class.dir.xml:1.3 ph

[PHP-DOC] cvs: phpdoc /en/reference/sqlite .cvsignore constants.xml ini.xml reference.xml /en/reference/sqlite/functions sqlite-array-query.xml sqlite-busy-timeout.xml sqlite-changes.xml sqlite-close.xml sqlite-column.xml sqlite-create-function.xml sqlite-current.xml sqlite-error-string.xml sqlite-escape-string.xml sqlite-fetch-array.xml sqlite-fetch-string.xml sqlite-field-name.xml sqlite-has-more.xml sqlite-last-error.xml sqlite-last-insert-rowid.xml sqlite-libencoding.xml sqlite-libversion.xml sqlite-next.xml sqlite-num-fields.xml sqlite-num-rows.xml sqlite-open.xml sqlite-popen.xml sqlite-query.xml sqlite-register-aggregate.xml sqlite-rewind.xml sqlite-seek.xml sqlite-unbuffered-query.xml

2003-06-20 Thread Wez Furlong
wez Fri Jun 20 13:31:55 2003 EDT Added files: /phpdoc/en/reference/sqlite .cvsignore constants.xml ini.xml reference.xml /phpdoc/en/reference/sqlite/functions sqlite-array-query.xml

[PHP-DOC] Re: sqlite-unbuffered-query.xml etc. etc.

2003-06-20 Thread Wez Furlong
> Seems like the first extension doc, where the extension first lived in > PECL, but the doc got into the php documentation... Huh. Will sqlite be > bundled with PHP? yes. --Wez. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-06-20 Thread Wez Furlong
wez Fri Jun 20 14:12:52 2003 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-open.xml Log: Add note about NFS # Thanks ilia Index: phpdoc/en/reference/sqlite/functions/sqlite-open.xml diff -u phpdoc/en/reference/sqlite/functions/s

[PHP-DOC] cvs: phpdoc /en/reference/sqlite ini.xml reference.xml /en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-create-function.xml sqlite-escape-string.xml sqlite-libencoding.xml sqlite-register-aggregate.xml sqlite-udf-decode-binary.xml sqlite-udf-encode-binary.xml

2003-06-21 Thread Wez Furlong
wez Sat Jun 21 09:24:59 2003 EDT Added files: /phpdoc/en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-udf-decode-binary.xml sqlite-udf-encode-

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

2003-06-22 Thread Wez Furlong
wez Sun Jun 22 07:25:57 2003 EDT Modified files: /phpdoc/en/reference/stream/functions stream-select.xml Log: Clarify and remove bogus part (copied from socket_select()) about writing your code so it doesn't use timeouts - thats the whole point of the f

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

2003-06-22 Thread Wez Furlong
wez Sun Jun 22 07:46:28 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions fopen.xml Log: Document "exclusive" mode for fopen(). Index: phpdoc/en/reference/filesystem/functions/fopen.xml diff -u phpdoc/en/reference/filesystem/functions/f

[PHP-DOC] cvs: phpdoc /en/reference/exec/functions proc-get-status.xml proc-nice.xml proc-terminate.xml

2003-06-22 Thread Wez Furlong
wez Sun Jun 22 08:20:11 2003 EDT Modified files: /phpdoc/en/reference/exec/functions proc-get-status.xml proc-nice.xml proc-terminate.xml Log: document proc_terminate and clarify

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

2003-06-22 Thread Wez Furlong
wez Sun Jun 22 12:43:07 2003 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-array-query.xml Log: "better" whitespace Index: phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml diff -u phpdoc/en/reference/sqlite/functions/sq

[PHP-DOC] Re: Application

2003-06-30 Thread Wez Furlong
And you really think I'm sending it? :) I don't send mail from [EMAIL PROTECTED] address; it's a recieve only mailbox. There's a spoofing virus that seems to going around; we are definitely NOT infected here, as we have a number of anti-virus and dangerous-mail filters before the mail even hits th

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

2003-07-08 Thread Wez Furlong
wez Tue Jul 8 15:06:45 2003 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-seek.xml Log: fix! Index: phpdoc/en/reference/sqlite/functions/sqlite-seek.xml diff -u phpdoc/en/reference/sqlite/functions/sqlite-seek.xml:1.5 phpdoc/en/

[PHP-DOC] Re: [PHP-I18N] Help - Translation Troubles : cvs / chapters /streams.common.xml

2003-08-15 Thread Wez Furlong
Do not translate these two files; the C api documentation should be maintained only in english. Also, please do not crosspost to the entire PHP world; the phpdoc list is sufficient for documentation matters. --Wez. On Sat, 16 Aug 2003, Hafid wrote: > Hi, > > I'm translating the file / chapters

Re: [PHP-DOC] Colors in Documentation

2003-10-15 Thread Wez Furlong
> > Mabey my email will spark the movment on getting livdocs working :) > > unless there are other things holding it back. Just available time for it :/ > I hope that it will move on. Here are some things in my head regarding > livedocs: > > - fix some unhandled stuff (there are some nodes d

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

2005-10-17 Thread Wez Furlong
"Now that you're connected via PDO, you should understand how PDO" was what I intended that to say :) --Wez. On 10/17/05, Dan Scott <[EMAIL PROTECTED]> wrote: > dbs Mon Oct 17 16:23:45 2005 EDT > > Modified files: > /phpdoc/en/reference/pdoreference.xml > Log: > Correct

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

2005-10-27 Thread Wez Furlong
wez Thu Oct 27 16:31:19 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions fread.xml Log: clarify that greedy read is for regular local files only. http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fread.xml?r1=1.17&r2

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

2005-10-30 Thread Wez Furlong
wez Sun Oct 30 22:06:57 2005 EDT Modified files: /phpdoc/en/reference/pdoreference.xml Log: update for oracle LOB support http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.43&r2=1.44&ty=u Index: phpdoc/en/reference/pdo/reference.x

Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAttribute.xml PDO-setAttribute.xml PDOStatement-getAttribute.xml PDOStatement-setAttribute.xml

2005-11-03 Thread Wez Furlong
Err, this isn't firebird specific; it's also used for postgres and odbc, and can be used to set and get the cursor name for "UPDATE ... WHERE CURRENT OF ... " queries. --Wez. On 11/2/05, Jakub Vrana <[EMAIL PROTECTED]> wrote: > - &warn.undocumented.func; > + > + Gets an attribute of the stat

Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAttribute.xml PDO-setAttribute.xml PDOStatement-getAttribute.xml PDOStatement-setAttribute.xml

2005-11-03 Thread Wez Furlong
An attribute is only driver specific if the constant name has the driver name in it. --Wez. On 11/3/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > Err, this isn't firebird specific; it's also used for postgres and > odbc, and can be used to set and get the cursor name f

Re: [PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-getAttribute.xml PDO-setAttribute.xml PDOStatement-getAttribute.xml PDOStatement-setAttribute.xml

2005-11-04 Thread Wez Furlong
The attribute is handled implicitly at prepare time (which is the only portable way to set this attribute). --Wez. On 11/3/05, Jakub Vrana <[EMAIL PROTECTED]> wrote: > Wez Furlong wrote: > > Err, this isn't firebird specific; it's also used for postgres and > > o

[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-quote.xml

2005-11-24 Thread Wez Furlong
wez Thu Nov 24 14:05:49 2005 EDT Modified files: /phpdoc/en/reference/pdo/functions PDO-quote.xml Log: tweak http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-quote.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/pdo/functions/PDO-quote

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

2005-11-24 Thread Wez Furlong
wez Thu Nov 24 16:46:10 2005 EDT Modified files: /phpdoc/en/reference/pdoconstants.xml Log: PDO::FETCH_CLASSTYPE is an internal constant flag http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/constants.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/refer

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

2005-11-28 Thread Wez Furlong
Yep. And in reply to your comment on my blog, getColumnMeta is the only experimental API; I've already marked up the docs appropriately... except for this comment. --Wez. On 11/28/05, Jakub Vrana <[EMAIL PROTECTED]> wrote: > vrana Mon Nov 28 04:24:49 2005 EDT > > Modified files: >

[PHP-DOC] cvs: phpdoc /en/reference/pdo_pgsql/functions PDO-pgsqlLOBCreate.xml PDO-pgsqlLOBOpen.xml PDO-pgsqlLOBUnlink.xml

2005-11-28 Thread Wez Furlong
wez Mon Nov 28 23:07:04 2005 EDT Added files: /phpdoc/en/reference/pdo_pgsql/functionsPDO-pgsqlLOBCreate.xml PDO-pgsqlLOBOpen.xml PDO-pgsqlLOBUnlink.xml Log:

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

2006-03-30 Thread Wez Furlong
wez Thu Mar 30 14:33:55 2006 UTC Modified files: /phpdoc/en/reference/pdo_mysql constants.xml Log: fix constant names http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo_mysql/constants.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/pdo_m

[PHP-DOC] cvs: phpdoc /en/reference/pdo/functions PDO-query.xml PDOStatement-setFetchMode.xml

2006-04-29 Thread Wez Furlong
wez Sun Apr 30 02:39:22 2006 UTC Modified files: /phpdoc/en/reference/pdo/functions PDO-query.xml PDOStatement-setFetchMode.xml Log: improve documentation on PDOStatement::setFetchMode() and PDO::query(). http://c

[PHP-DOC] Re: CHM build machine - Was[2]: [PHP-DOC] #34026 [Ver->Opn]: Polish CHM is corrupted

2006-05-02 Thread Wez Furlong
We're supposed to getting donated a windows build box for this kind of thing; I'll chase up my contacts to see when that will be. --Wez. anatoly techtonik wrote: > As far as I can understand the problem on the surface is in windows > machine where hhc.exe needs to be executed. As the windows mach

[PHP-DOC] Re: CHM build machine - Was[2]: [PHP-DOC] #34026 [Ver->Opn]: Polish CHM is corrupted

2006-06-30 Thread Wez Furlong
takes place, because Polish CHM is still corrupted > and it's size still 400Kb against usual 6Mb > http://www.php.net/download-docs.php?sizes=1 > http://bugs.php.net/bug.php?id=34026 > > If something touches files even if the build fails - it is a bad U > problem (by FUD classi

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

2006-10-21 Thread Wez Furlong
wez Sat Oct 21 22:45:08 2006 UTC Modified files: /phpdoc/en/appendices wrappers.xml Log: add note about open/close semantics for php://stdin and friends http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/wrappers.xml?r1=1.65&r2=1.66&diff_format=u Index

Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Improving the documentation

2007-02-10 Thread Wez Furlong
I tweaked loginfo.pl so that if the commit message contains [DOC], phpdoc@ will be Cc'd. Hopefully that'll help in some small way. --Wez. On 2/10/07, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: We, and by we I mean all of us who write code and hope that divine intervention will take care of the d

[PHP-DOC] cvs: php-src(PHP_5_2) / NEWS /ext/pdo_sqlite config.w32

2007-03-21 Thread Wez Furlong
wez Thu Mar 22 01:00:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pdo_sqlite config.w32 Log: Add php_pdo_sqlite_external.dll to windows build. This allows the user to provide their own version of sqlite3.dll. The php_p

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-06 Thread Wez Furlong
Please put the attribution back, as a matter of courtesy to those authors efforts as they kindly donated those docs and don't otherwise have any way of being credited for their work. --Wez. PS: As a general rule of thumb, never remove any attribution, license or copyright information from a file

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-06 Thread Wez Furlong
nd encourage everyone to feel free to edit > any and all documentation in the manual and never worry about when or > when not to add a persons name. > > Regards, > Philip > > On Jun 6, 2007, at 6:13 AM, Wez Furlong wrote: > >> Please put the attribution back, as a m

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-06 Thread Wez Furlong
Philip Olson wrote: > It's easy to say "credit everyone" but implementing this in a fair, I think you'll find that I didn't say that here. > The removed text in those PDO docs did not follow the guidelines so it > was a bug. Attribution is a bug!? > Nowhere else does text exist like this so wh

Re: [PHP-DOC] cvs: phpdoc /en/internals/pdo building.xml error-handling.xml implementing.xml index.xml intro.xml pdo-dbh-t.xml pdo-stmt-t.xml preparation.xml prerequisites.xml

2007-06-07 Thread Wez Furlong
Philip Olson wrote: > 2. Discuss with the authors and IBM about transferring copyright You'll find this difficult, because there is no legal entity to which to transfer copyright. > The manual must not contain > copyrighted information from other parties and I am firm in this regard I think wh

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

2001-04-02 Thread Wez Furlong
wez Mon Apr 2 16:15:03 2001 EDT Modified files: /phpdoc/en/functionsopenssl.xml Log: Added docs for new S/MIME functions plus more flexible keys/certs parameters. Index: phpdoc/en/functions/openssl.xml diff -u phpdoc/en/functions/openssl.xml:1.

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

2001-04-04 Thread Wez Furlong
wez Wed Apr 4 11:44:32 2001 EDT Modified files: /phpdoc/en/functionsopenssl.xml Log: Added version notes, corrected a couple of typos. Index: phpdoc/en/functions/openssl.xml diff -u phpdoc/en/functions/openssl.xml:1.4 phpdoc/en/functions/openssl

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

2001-04-05 Thread Wez Furlong
wez Thu Apr 5 01:52:17 2001 EDT Modified files: /phpdoc/en/functionsopenssl.xml Log: removed superflous monologue ;-) Index: phpdoc/en/functions/openssl.xml diff -u phpdoc/en/functions/openssl.xml:1.5 phpdoc/en/functions/openssl.xml:1.6 --- phpd

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

2001-04-13 Thread Wez Furlong
wez Fri Apr 13 17:16:21 2001 EDT Modified files: /phpdoc/en/functionsimage.xml Log: New GD 2.0 support documented, plus some other older functions. Index: phpdoc/en/functions/image.xml diff -u phpdoc/en/functions/image.xml:1.33 phpdoc/en/functio

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

2001-04-15 Thread Wez Furlong
wez Sun Apr 15 06:24:32 2001 EDT Modified files: /phpdoc/en/functionsimage.xml Log: Corrected imagetruecolortopalette signature. Index: phpdoc/en/functions/image.xml diff -u phpdoc/en/functions/image.xml:1.34 phpdoc/en/functions/image.xml:1.35 --

Re: [PHP-DOC] Will PECL docs stay in PEARDoc?

2004-01-10 Thread Wez Furlong
The plan was (and still is AFAIK) to have pecl docs as part of the main PHP manual; so, yes, this sounds fine to me. --Wez. - Original Message - From: "Gabor Hojtsy" <[EMAIL PROTECTED]> To: "Mehdi Achour" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

[PHP-DOC] Re: Livedocs, the future]

2004-01-20 Thread Wez Furlong
> Actually, we have three main parts : > - Build Keep in mind that there will be two build modes; indexing for on-the-fly doc generation (for doc authors) and whole-docbook pre-generation (for distribution to mirrors). > - XML parsing > - HTML rendering Sounds good. > In src/*.php we'll

  1   2   3   >