[PHP-DOC] #31978 [NEW]: msql_fetch_field() doesn't produce "primary_key" property

2005-02-14 Thread danielc at analysisandsolutions dot com
From: danielc at analysisandsolutions dot com Operating system: NetBSD 2.0 PHP version: 5CVS-2005-02-15 (dev) PHP Bug Type: Documentation problem Bug description: msql_fetch_field() doesn't produce "primary_key" property Description: The documentation at http://p

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

2005-02-14 Thread Sara Golemon
pollita Mon Feb 14 19:47:35 2005 EDT Modified files: /phpdoc/en/reference/ssh2 reference.xml Log: Constants would be nice http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/reference.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/ssh2/reference.xml diff -

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

2005-02-14 Thread Edin Kadribasic
edink Mon Feb 14 19:34:17 2005 EDT Added files: /phpdoc/en/reference/pgsql/functionspg-field-type-oid.xml Modified files: /phpdoc/en/reference/pgsql/functionspg-field-type.xml Log: Document pg_field_type_oid() http://cv

[PHP-DOC] cvs: phpdoc /en/reference/ssh2/functions ssh2-auth-hostbased-file.xml

2005-02-14 Thread Sara Golemon
pollita Mon Feb 14 19:04:10 2005 EDT Added files: /phpdoc/en/reference/ssh2/functions ssh2-auth-hostbased-file.xml Log: New function http://cvs.php.net/co.php/phpdoc/en/reference/ssh2/functions/ssh2-auth-hostbased-file.xml?r=1.1&p=1 Index: phpdoc/en/referenc

[PHP-DOC] #29686 [Opn->Asn]: Bug when using foreach on an array that has been referenced before

2005-02-14 Thread tony2001
ID: 29686 Updated by: [EMAIL PROTECTED] Reported By: swalk at prp dot physik dot tu-darmstadt dot de -Status: Open +Status: Assigned -Bug Type: Scripting Engine problem +Bug Type: Documentation problem Operating System: * PHP Version

[PHP-DOC] #28141 [Bgs->Opn]: socket_read return type: false vs "", when PHP_NORMAL_READ

2005-02-14 Thread sniper
ID: 28141 Updated by: [EMAIL PROTECTED] Reported By: php at richardneill dot org -Status: Bogus +Status: Open -Bug Type: Sockets related +Bug Type: Documentation problem Operating System: Linux PHP Version: 4CVS, 5CVS (2005-02-1

[PHP-DOC] #28141 [Opn]: socket_read return type: false vs "", when PHP_NORMAL_READ

2005-02-14 Thread sniper
ID: 28141 Updated by: [EMAIL PROTECTED] Reported By: php at richardneill dot org Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4CVS, 5CVS (2005-02-14) Assigned To: andrey New Comment: Forgot this part

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

2005-02-14 Thread Derick Rethans
On Mon, 14 Feb 2005, Jakub Vrana wrote: > Derick Rethans wrote: > > Other database do support it though, so we need to have something in our > > manual about it. > > Can you please point me which databases support it (at least some > example)? I used to work with MySQL, PostgreSQL and SQLite and n

[PHP-DOC] #31975 [NEW]: Entity breakout failure...

2005-02-14 Thread sean at caedmon dot net
From: sean at caedmon dot net Operating system: Linux PHP version: Irrelevant PHP Bug Type: Livedocs problem Bug description: Entity breakout failure... Description: See the URL below. In the example, we see: '' that should actually be ' ' S Reproduce c

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

2005-02-14 Thread Gabor Hojtsy
SQLite does support it. Yes, but only if result value of sqlite_query() is not used which is usually not the case for SELECT queries. But an UPDATE or INSERT query can be hacked in the same way, right? When doing some form processing foolishly. Goba

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

2005-02-14 Thread Jakub Vrana
Sean Coates wrote: > is_uploaded_file is a register_globals artifact, and shouldn't need to > be used with the $_FILES array. Sounds like it will be best to remove this example and write that is_uploaded_file() is unnecessary if $_FILES array is used instead. Jakub Vrana

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

2005-02-14 Thread Jakub Vrana
Derick Rethans wrote: > SQLite does support it. Yes, but only if result value of sqlite_query() is not used which is usually not the case for SELECT queries. Jakub Vrana

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

2005-02-14 Thread Sean Coates
Gabor Hojtsy wrote: +if (is_uploaded_file($_FILES['userfile']['tmp_name'])) { I think this check is superfluous. $_FILES['userfile']['tmp_name'] always contain an uploaded file. Well, not if some maliciosly included code dealt with the files array before... But then that maliciosly included code

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

2005-02-14 Thread Gabor Hojtsy
+if (is_uploaded_file($_FILES['userfile']['tmp_name'])) { I think this check is superfluous. $_FILES['userfile']['tmp_name'] always contain an uploaded file. Well, not if some maliciosly included code dealt with the files array before... But then that maliciosly included code would be able to do

[PHP-DOC] cvs: phpdoc /en/reference/dom/functions dom-domdocument-xinclude.xml /en/reference/domxml reference.xml /en/reference/libxml .cvsignore constants.xml reference.xml /en/reference/libxml/functions libxml-clear-errors.xml libxml-get-errors.xml libxml-get-last-error.xml libxml-set-streams-context.xml libxml-use-internal-errors.xml /en/reference/simplexml constants.xml reference.xml /en/reference/simplexml/functions simplexml-load-file.xml simplexml-load-string.xml /en/reference/soap reference.xml /entities global.ent

2005-02-14 Thread Nuno Lopes
nlopess Mon Feb 14 13:01:02 2005 EDT Added files: /phpdoc/en/reference/libxml .cvsignore constants.xml reference.xml /phpdoc/en/reference/libxml/functions libxml-clear-errors.xml libxml-get-errors.xml

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

2005-02-14 Thread Jakub Vrana
Derick Rethans wrote: > Other database do support it though, so we need to have something in our > manual about it. Can you please point me which databases support it (at least some example)? I used to work with MySQL, PostgreSQL and SQLite and none of them support it. Jakub Vrana

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

2005-02-14 Thread Jakub Vrana
anatoly techtonik wrote: > +if (is_uploaded_file($_FILES['userfile']['tmp_name'])) { I think this check is superfluous. $_FILES['userfile']['tmp_name'] always contain an uploaded file. Jakub Vrana

[PHP-DOC] Muchas gracias por su sugerencia

2005-02-14 Thread En Plenitud
De nuestra mayor consideración: Muchas gracias por su sugerencia. La tendremos en cuenta para el momento en que surja la oportunidad de ofrecer nuevos cursos. Cordialmente, Equipo de En Plenitud www.enplenitud.com [EMAIL PROTECTED]

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

2005-02-14 Thread Jakub Vrana
vrana Mon Feb 14 09:10:00 2005 EDT Modified files: /phpdoc/en/security database.xml Log: Example returned, multiple queries work with PostgreSQL (at least some versions) http://cvs.php.net/diff.php/phpdoc/en/security/database.xml?r1=1.10&r2=1.11&ty=u Index: p

[PHP-DOC] #31973 [NEW]: socket_read return type: misleading documentation

2005-02-14 Thread php at richardneill dot org
From: php at richardneill dot org Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: socket_read return type: misleading documentation Description: The documentation for socket_read suggests that it returns false on er

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

2005-02-14 Thread Derick Rethans
On Sun, 13 Feb 2005, Jakub Vrana wrote: > Nuno Lopes wrote: > > AFAIK MySQL doesn't allow multiple querys (except with > > mysqli_multi_query()), so the example was wrong. > > But other DBs allow it. I don't know if it is the case of PostgreSQL (the > > second example), but at least the example co

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions is-uploaded-file.xml

2005-02-14 Thread anatoly techtonik
techtonik Mon Feb 14 11:20:01 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions is-uploaded-file.xml Log: integrated note 39637, added example please check wording http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is

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

2005-02-14 Thread Jakub Vrana
vrana Mon Feb 14 04:10:13 2005 EDT Modified files: /phpdoc/en/language oop.xml Log: Constructors title is not http://cvs.php.net/diff.php/phpdoc/en/language/oop.xml?r1=1.59&r2=1.60&ty=u Index: phpdoc/en/language/oop.xml diff -u phpdoc/en/language/oop.xml:1.59

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions error-reporting.xml set-error-handler.xml

2005-02-14 Thread Jakub Vrana
vrana Mon Feb 14 04:02:45 2005 EDT Modified files: /phpdoc/en/reference/errorfunc/functionserror-reporting.xml set-error-handler.xml Log: Most of E_STRICT are raised at the compile time (bug #31919) http://c

[PHP-DOC] #31919 [Opn->Csd]: E_STRICT errors are passed to custom error handler

2005-02-14 Thread vrana
ID: 31919 Updated by: [EMAIL PROTECTED] Reported By: joh at deworks dot net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: Irrelevant New Comment: This bug has been fixed in the doc

[PHP-DOC] #31792 [Opn->Bgs]: getrusage() does not give ru_nswap

2005-02-14 Thread vrana
ID: 31792 Updated by: [EMAIL PROTECTED] Reported By: bertrand at toggg dot com -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate