[PHP-DOC] cvs: phpdoc /en/reference/sdodasrel reference.xml /en/reference/sdodasrel/functions SDO-DAS-Relational-executePreparedQuery.xml

2006-10-21 Thread TAKAGI Masahiro
takagi  Sat Oct 21 06:29:11 2006 UTC

  Modified files:  
/phpdoc/en/reference/sdodasrel  reference.xml 
/phpdoc/en/reference/sdodasrel/functions

SDO-DAS-Relational-executePreparedQuery.xml 
  Log:
  typo fix.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.18r2=1.19diff_format=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.18 
phpdoc/en/reference/sdodasrel/reference.xml:1.19
--- phpdoc/en/reference/sdodasrel/reference.xml:1.18Fri Dec  2 16:14:17 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Sat Oct 21 06:29:11 2006
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.18 $ --
+!-- $Revision: 1.19 $ --
 !-- Purpose: database.abstract --
 !-- Membership: pecl --
 !-- State: experimental --
@@ -765,7 +765,7 @@
   /para
   para
When the Relational DAS is called to apply the changes a simple 
-   insert statement 'INSERT INTO company (name} VALUES (Acme);' 
+   insert statement 'INSERT INTO company (name) VALUES (Acme);' 
will be constructed and executed. The auto-generated primary key 
will be set into the data object and the change summary will be reset, 
so that it would be possible to continue working with the same data 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml?r1=1.4r2=1.5diff_format=u
Index: 
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
diff -u 
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.4
 
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.5
--- 
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.4
 Wed Sep  6 20:40:41 2006
+++ 
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
 Sat Oct 21 06:29:11 2006
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 refentry id=function.SDO-DAS-Relational-executePreparedQuery
  refnamediv
   refnameSDO_DAS_Relational::executePreparedQuery/refname
@@ -181,7 +181,7 @@
  refsect1 role=errors
   reftitle.errors;
   para
-   functionSDO_DAS_Relational::executeQuery/function
+   functionSDO_DAS_Relational::executePreparedQuery/function
can throw an SDO_DAS_Relational_Exception if it is unable 
to construct the data graph correctly.
This can occur for a  number of reasons: 


[PHP-DOC] Changing CVS acc. data

2006-10-21 Thread Lajos Cseppent
Hello,

How can I change my e-mail address and password of my CVS account? 


Re: [PHP-DOC] Changing CVS acc. data

2006-10-21 Thread Friedhelm Betz

Lajos Cseppentõ wrote:

Hello,

How can I change my e-mail address and password of my CVS account? 





http://master.php.net/manage/users.php


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

2006-10-21 Thread Friedhelm Betz

Hi Pierre,

Pierre-Alain Joye wrote:

pajoye  Thu Oct 19 21:09:02 2006 UTC

  Modified files:  
/phpdoc/en/install	pecl.xml 
  Log:

  - replace pear by pecl. pecl is the pecl.php.net installer
(default channel of pecl is pecl.php.net not pear.php.net)



And pecl is available as of PHP x.x.x?
What should people use with versions = PHP x.x.x?
Or is this an issue, which Version if PEAR is installed?

Think, that should be in the docs.

Friedhelm


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

2006-10-21 Thread Pierre
From: Pierre [EMAIL PROTECTED]
To: Friedhelm Betz [EMAIL PROTECTED]
Cc: Pierre-Alain Joye [EMAIL PROTECTED], phpdoc@lists.php.net
Subject: Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml
Date: Sat, 21 Oct 2006 12:38:03 +0200
X-Mailer: Sylpheed-Claws 2.5.5 (GTK+ 2.8.20; x86_64-unknown-linux-gnu)

On Sat, 21 Oct 2006 10:50:18 +0200
Friedhelm Betz [EMAIL PROTECTED] wrote:

 Hi Pierre,
 
 Pierre-Alain Joye wrote:  
  pajoye  Thu Oct 19 21:09:02 2006 UTC
  
Modified files:  
  /phpdoc/en/install  pecl.xml 
Log:
- replace pear by pecl. pecl is the pecl.php.net installer
  (default channel of pecl is pecl.php.net not pear.php.net)  
 
 
 And pecl is available as of PHP x.x.x?
 What should people use with versions = PHP x.x.x?
 Or is this an issue, which Version if PEAR is installed?
 
 Think, that should be in the docs.  

PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
releases. The installation of the pecl command is done by the installer
(gopear or with php releases). It has to be used to install pecl
packages, not pear.

-- Pierre


Re: [PHP-DOC] Changing CVS acc. data

2006-10-21 Thread Lajos Cseppento
Thanks.
Friedhelm Betz [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Lajos Cseppentõ wrote:
 Hello,

 How can I change my e-mail address and password of my CVS account?

 http://master.php.net/manage/users.php 


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

2006-10-21 Thread Friedhelm Betz

Pierre wrote:

[...]



And pecl is available as of PHP x.x.x?
What should people use with versions = PHP x.x.x?
Or is this an issue, which Version if PEAR is installed?

Think, that should be in the docs.  


PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
releases. The installation of the pecl command is done by the installer
(gopear or with php releases).


The question form my POV and maybe our users remain:

Installed with php-release:
pecl-command is available as of PHP x.x.x?
in all recent (and supported) PHP releases is a vague term.

There must be a PHP Version we can name, where pecl-command is installed 
first time, no?

We should offer this piece of info to our readers :-)


It has to be used to install pecl
packages, not pear.


Thanks, I know ;-)

Friedhelm


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

2006-10-21 Thread Pierre

Hello,

On 10/21/06, Friedhelm Betz [EMAIL PROTECTED] wrote:

Pierre wrote:

[...]


 And pecl is available as of PHP x.x.x?
 What should people use with versions = PHP x.x.x?
 Or is this an issue, which Version if PEAR is installed?

 Think, that should be in the docs.

 PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
 releases. The installation of the pecl command is done by the installer
 (gopear or with php releases).

The question form my POV and maybe our users remain:

Installed with php-release:
pecl-command is available as of PHP x.x.x?
in all recent (and supported) PHP releases is a vague term.

There must be a PHP Version we can name, where pecl-command is installed
first time, no?
We should offer this piece of info to our readers :-)


No idea,  5.1.0?

However, it is more important to introduce the notion of *installer*
and package versions and not only php versions. There is more pear
releases than php releases. Some (important) bugs can be fixed between
two PHP releases, just like bugs in extensions can be fixed in a PECL
release.

--Pierre


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

2006-10-21 Thread Friedhelm Betz

Pierre wrote:

Hello,

On 10/21/06, Friedhelm Betz [EMAIL PROTECTED] wrote:

Pierre wrote:

[...]


 And pecl is available as of PHP x.x.x?
 What should people use with versions = PHP x.x.x?
 Or is this an issue, which Version if PEAR is installed?

 Think, that should be in the docs.

 PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
 releases. The installation of the pecl command is done by the installer
 (gopear or with php releases).

The question form my POV and maybe our users remain:

Installed with php-release:
pecl-command is available as of PHP x.x.x?
in all recent (and supported) PHP releases is a vague term.

There must be a PHP Version we can name, where pecl-command is installed
first time, no?
We should offer this piece of info to our readers :-)


No idea,  5.1.0?


Anyone?


However, it is more important to introduce the notion of *installer*
and package versions and not only php versions.


I agree completly, that it is important to introduce the notion of 
*installer* version.


But I didn't get the part about more important. More important than what?

Don't get me wrong:
but imagine someone is reading the docs, how to install a pecl-extension 
as outlined, fires up her terminal, types pecl install 
pecl-extension and pecl-command is not available? No hint in the 
docs, thats bad, whats going on ;-)
Wchich steps should she take to get the required pecl-command or maybe 
she can still use pear install...  ?


Friedhelm


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

2006-10-21 Thread Pierre

Hello,

On 10/21/06, Friedhelm Betz [EMAIL PROTECTED] wrote:

Pierre wrote:
 Hello,

 On 10/21/06, Friedhelm Betz [EMAIL PROTECTED] wrote:
 Pierre wrote:

 [...]

 
  And pecl is available as of PHP x.x.x?
  What should people use with versions = PHP x.x.x?
  Or is this an issue, which Version if PEAR is installed?
 
  Think, that should be in the docs.
 
  PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
  releases. The installation of the pecl command is done by the installer
  (gopear or with php releases).

 The question form my POV and maybe our users remain:

 Installed with php-release:
 pecl-command is available as of PHP x.x.x?
 in all recent (and supported) PHP releases is a vague term.

 There must be a PHP Version we can name, where pecl-command is installed
 first time, no?
 We should offer this piece of info to our readers :-)

 No idea,  5.1.0?

Anyone?

 However, it is more important to introduce the notion of *installer*
 and package versions and not only php versions.

I agree completly, that it is important to introduce the notion of
*installer* version.

But I didn't get the part about more important. More important than what?


More important than the first PHP release having pear 1.4.0. A user
reading require PEAR-1.4.0 or earlier (check it with pear -V) will
simply run pear -V, no matter if it uses php 5.0, 5.1, or 4.4.



Don't get me wrong:
but imagine someone is reading the docs, how to install a pecl-extension
as outlined, fires up her terminal, types pecl install
pecl-extension and pecl-command is not available? No hint in the
docs, thats bad, whats going on ;-)
Wchich steps should she take to get the required pecl-command or maybe
she can still use pear install...  ?


if PEAR is already installed but is too old, point to the pear manual
orfaq, the short explanation being:

pear upgrade pear
then
pecl instal foo

She can still install a pecl package with pear using this command:

pear install pecl/pear

But the recommended way is to use the pecl command. For example if the
extension is already loaded by PHP, it is possible that the .so/dll
cannot be replaced.

--Pierre


Re: [PHP-DOC] BUild

2006-10-21 Thread Fernando Correa da Conceição

Derick Rethans escreveu:

On Fri, 20 Oct 2006, Lajos Cseppentõ wrote:


How can I run a build on the Hungarian documentation?


Mention it here... and I start a build. It is running now, and will take 
a bit more than a day.


regards,
Derick


And one for portuguese (pt_BR) ?

Thanks


[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.65r2=1.66diff_format=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.65 
phpdoc/en/appendices/wrappers.xml:1.66
--- phpdoc/en/appendices/wrappers.xml:1.65  Fri Sep 22 17:05:11 2006
+++ phpdoc/en/appendices/wrappers.xml   Sat Oct 21 22:45:08 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.65 $ --
+!-- $Revision: 1.66 $ --
 appendix id=wrappers
  titleList of Supported Protocols/Wrappers/title
  para
@@ -618,7 +618,15 @@
   simpara
filenamephp://stdin/filename, filenamephp://stdout/filename 
and filenamephp://stderr/filename allow access to
-   the corresponding input or output stream of the PHP process.
+   the corresponding input or output stream of the PHP process.  The stream
+   references a duplicate file descriptor, so if you open
+   filenamephp://stdin/filename and later close it, you close only your
+   copy of the descriptor--the actual stream referenced by
+   constantSTDIN/constant is unaffected.  Note that PHP exhibited buggy
+   behavior in this regard until PHP 5.2.1.  It is recommended that you simply
+   use the constants constantSTDIN/constant, constantSTDOUT/constant
+   and constantSTDERR/constant instead of manually opening streams using
+   these wrappers.
   /simpara
   simpara
filenamephp://output/filename allows you to write to the


[PHP-DOC] #39222 [NEW]: Translation error in German translation of Comparison Operators

2006-10-21 Thread philip at demey dot info
From: philip at demey dot info
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  Translation error in German translation of Comparison 
Operators

Description:

$a === $b Identical (introduced in PHP 4)
$a !== $b Not identical (introduced in PHP 4)

(introduced in PHP 4)
is translated with
(nur PHP 4)

The right translation should be
(eingeführt in PHP 4)


-- 
Edit bug report at http://bugs.php.net/?id=39222edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39222r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39222r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39222r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=39222r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=39222r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=39222r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=39222r=needscript
Try newer version:http://bugs.php.net/fix.php?id=39222r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=39222r=support
Expected behavior:http://bugs.php.net/fix.php?id=39222r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=39222r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=39222r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=39222r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39222r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=39222r=dst
IIS Stability:http://bugs.php.net/fix.php?id=39222r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=39222r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39222r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=39222r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=39222r=mysqlcfg