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
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
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
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
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::
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:
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
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 :)
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.
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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/
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
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
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/
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
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
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
> 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
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
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-
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
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
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
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
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
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/
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
> > 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
"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
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
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
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
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
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
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
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
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:
>
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:
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
--
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]>
> 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 - 100 of 227 matches
Mail list logo