[PHP-DOC] New doc: ircg_list

2004-01-28 Thread David Costa
Hello Mehdi and All,
As suggested I started off with "documenting some undocumented 
functions"

The lucky "orphan" ;)  is ircg_list

If you like it, I would be more then glad continue with the other 
"orphan" members of the ircg family (I have almost finished ircg_who 
and ircg_invite).

It's my first doc, I would appreciate your 
comments/corrections/suggestions.

Thanks in advance for your patience and assistance,

David



ircg_list.xml
Description: Binary data


P.S. I did tested the function extensively before writing the doc.

[PHP-DOC] Re: New doc: ircg_list

2004-01-28 Thread David Costa
Resending from another mailserver, the previoous attachment was 
defanged.
Sorry
David

Begin forwarded message:

From: David Costa <[EMAIL PROTECTED]>
Date: January 29, 2004 5:46:07 AM CET
To: [EMAIL PROTECTED]
Cc: Mehdi Achour <[EMAIL PROTECTED]>
Subject: New doc: ircg_list
Hello Mehdi and All,
As suggested I started off with "documenting some undocumented 
functions"

The lucky "orphan" ;)  is ircg_list

If you like it, I would be more then glad continue with the other 
"orphan" members of the ircg family (I have almost finished ircg_who 
and ircg_invite).

It's my first doc, I would appreciate your 
comments/corrections/suggestions.

Thanks in advance for your patience and assistance,

David



ircg_list.xml
Description: Binary data


P.S. I did tested the function extensively before writing the doc.

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

2004-01-28 Thread Ken Tossell
kennyt  Wed Jan 28 21:09:13 2004 EDT

  Modified files:  
/phpdoc/en/reference/simplexml  reference.xml 
  Log:
  Removed extra 4 spaces.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/simplexml/reference.xml
diff -u phpdoc/en/reference/simplexml/reference.xml:1.3 
phpdoc/en/reference/simplexml/reference.xml:1.4
--- phpdoc/en/reference/simplexml/reference.xml:1.3 Wed Jan 28 20:22:59 2004
+++ phpdoc/en/reference/simplexml/reference.xml Wed Jan 28 21:09:12 2004
@@ -1,5 +1,5 @@
 
-
+
  
   SimpleXML functions
   SimpleXML
@@ -213,7 +213,7 @@
 $dom->loadXML('blah');
 if(!$dom) {
  echo 'Error while parsing the document';
- exit;
+ exit;
 }
 
 $s = simplexml_import_dom($dom);


[PHP-DOC] cvs: phpdoc /en/reference/simplexml reference.xml /en/reference/simplexml/functions simplexml-load-dom.xml

2004-01-28 Thread Ken Tossell
kennyt  Wed Jan 28 20:23:00 2004 EDT

  Modified files:  
/phpdoc/en/reference/simplexml  reference.xml 
/phpdoc/en/reference/simplexml/functionssimplexml-load-dom.xml 
  Log:
  Added DOM examples.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/simplexml/reference.xml
diff -u phpdoc/en/reference/simplexml/reference.xml:1.2 
phpdoc/en/reference/simplexml/reference.xml:1.3
--- phpdoc/en/reference/simplexml/reference.xml:1.2 Sat Jan 24 14:20:35 2004
+++ phpdoc/en/reference/simplexml/reference.xml Wed Jan 28 20:22:59 2004
@@ -1,5 +1,5 @@
 
-
+
  
   SimpleXML functions
   SimpleXML
@@ -192,6 +192,38 @@
   
  
 
+
+ 
+  DOM Interoperability
+  
+   PHP has a mechanism to convert XML nodes between SimpleXML
+   and DOM formats. This example shows how one might change
+   a DOM element to SimpleXML.
+  
+  
+   
+This will only work with DOM in PHP 5, but SimpleXML wasn't
+available before that version, so you should be fine.
+   
+  
+  
+
+  
+ 
+

   
 
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml:1.1 
phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml:1.2
--- phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml:1.1  Fri Jan 23 
11:17:17 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-dom.xml  Wed Jan 28 
20:23:00 2004
@@ -1,11 +1,9 @@
 
-
+
   

 simplexml_load_dom
 
- 
  Get a simplexml_element object from a
  DOM node.
 
@@ -24,7 +22,29 @@
  it returns &false;.
 
 
-&warn.undocumented.func;
+
+ Import DOM
+ 
+
+ 
+ 
+  This code should output:
+ 
+ blah
+

   
 


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-close.xml mysqli-commit.xml mysqli-connect.xml mysqli-data-seek.xml mysqli-debug.xml mysqli-dump-debug-info.xml mysqli-errno.xml mysqli-error.xml mysqli-execute.xml mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml mysqli-fetch-lengths.xml mysqli-fetch-object.xml mysqli-fetch-row.xml mysqli-fetch.xml mysqli-field-count.xml mysqli-field-seek.xml mysqli-field-tell.xml mysqli-free-result.xml mysqli-get-client-info.xml mysqli-get-host-info.xml mysqli-get-proto-info.xml mysqli-get-server-info.xml mysqli-get-server-version.xml mysqli-info.xml mysqli-init.xml mysqli-insert-id.xml mysqli-kill.xml mysqli-num-fields.xml mysqli-num-rows.xml mysqli-options.xml mysqli-param-count.xml mysqli-ping.xml my! ! sqli-prepare.xml mysqli-query.xml mysqli-real-connect.xml mysqli-real-escape-string.xml mysqli-real-query.xml mysqli-rollback.xml mysqli-select-db.xml mysqli-send-long-data.xml mysqli-ssl-set.xml mysqli-stat.xml mysqli-stmt-affected-rows.xml mysqli-stmt-close.xml mysqli-stmt-errno.xml mysqli-stmt-error.xml mysqli-stmt-store-result.xml mysqli-store-result.xml mysqli-thread-id.xml mysqli-thread-safe.xml mysqli-use-result.xml mysqli-warning-count.xml

2004-01-28 Thread Dave
On Thursday, January 29, 2004, 10:58:36 AM, Dave wrote:

> On Thursday, January 29, 2004, 10:18:43 AM, Georg wrote:

>> georgWed Jan 28 18:18:43 2004 EDT

>>   Modified files:

> 

>>
>>  mysqli-param-count.xml

> The manual build fails. You're missing a  tag before
> &reftitle.returnvalues; in this file.

> Dave

Nevermind, fixed it.

Dave


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-param-count.xml

2004-01-28 Thread Dave
daveWed Jan 28 19:41:55 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysqli/functions   mysqli-param-count.xml 
  Log:
  - Missing refsect1.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml:1.4 
phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml:1.4 Wed Jan 28 
18:18:42 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-param-count.xml Wed Jan 28 19:41:55 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_param_count
@@ -23,6 +23,7 @@
   markers present in the prepared statement. 
  

+   
 &reftitle.returnvalues;
 
  returns an integer representing the number of parameters.


[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/appendices transports.xml wrappers.xml /en/chapters config.xml tutorial.xml /en/faq html.xml /en/language control-structures.xml variables.xml /en/reference/curl configure.xml /en/reference/dir/functions opendir.xml /en/reference/errorfunc ini.xml /en/reference/filesystem/functions copy.xml mkdir.xml rename.xml rmdir.xml unlink.xml /en/reference/image/functions exif-read-data.xml imagettfbbox.xml /en/reference/misc/functions highlight-file.xml /en/reference/mnogosearch/functions udm-add-search-limit.xml udm-api-version.xml /en/reference/session ini.xml /en/reference/stream/functions stream-socket-client.xml stream-socket-server.xml stream-wrapper-register.xml /en/reference/strings/functions parse-str.xml /en/reference/url/functions http-build-query.xml urlencode.xml /en/security cgi-bin.xml

2004-01-28 Thread Dave
daveWed Jan 28 19:35:33 2004 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
/phpdoc/en/appendices   transports.xml wrappers.xml 
/phpdoc/en/chapters config.xml tutorial.xml 
/phpdoc/en/faq  html.xml 
/phpdoc/en/language control-structures.xml variables.xml 
/phpdoc/en/reference/curl   configure.xml 
/phpdoc/en/reference/dir/functions  opendir.xml 
/phpdoc/en/reference/errorfunc  ini.xml 
/phpdoc/en/reference/filesystem/functions   copy.xml mkdir.xml 
rename.xml rmdir.xml 
unlink.xml 
/phpdoc/en/reference/image/functionsexif-read-data.xml 
imagettfbbox.xml 
/phpdoc/en/reference/misc/functions highlight-file.xml 
/phpdoc/en/reference/mnogosearch/functions  udm-add-search-limit.xml 
udm-api-version.xml 
/phpdoc/en/reference/sessionini.xml 
/phpdoc/en/reference/stream/functions   stream-socket-client.xml 
stream-socket-server.xml 
stream-wrapper-register.xml 
/phpdoc/en/reference/strings/functions  parse-str.xml 
/phpdoc/en/reference/url/functions  http-build-query.xml 
urlencode.xml 
/phpdoc/en/security cgi-bin.xml 
  Log:
  - s/url/URL/ where appropriate and "an URL" -> "a URL".
  
  http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.66&r2=1.67&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.66 phpdoc/en/language-snippets.ent:1.67
--- phpdoc/en/language-snippets.ent:1.66Mon Jan 26 15:23:25 2004
+++ phpdoc/en/language-snippets.ent Wed Jan 28 19:35:21 2004
@@ -1,4 +1,4 @@
-
+
 
 This extension is
 EXPERIMENTAL. The behaviour of this extension --
@@ -41,7 +41,7 @@
 
 As of 
 PHP 5.0.0 this function can also be used with 
-some url wrappers.  Refer to 
+some URL wrappers.  Refer to 
  for a listing of which wrappers support 
 stat family of functionality.'>
 
http://cvs.php.net/diff.php/phpdoc/en/appendices/transports.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/appendices/transports.xml
diff -u phpdoc/en/appendices/transports.xml:1.6 phpdoc/en/appendices/transports.xml:1.7
--- phpdoc/en/appendices/transports.xml:1.6 Sat Dec 20 23:21:39 2003
+++ phpdoc/en/appendices/transports.xml Wed Jan 28 19:35:21 2004
@@ -1,5 +1,5 @@
 
-
+
 
  List of Supported Socket Transports
  
@@ -42,7 +42,7 @@
Internet Domain sockets expect a port number in addition
to a target address.  In the case of fsockopen
this is specified in a second parameter and therefore does
-   not impact the formatting of transport url.  With
+   not impact the formatting of transport URL.  With
stream_socket_client and related functions
as with traditional URLs however, the port number is specified
as a suffix of the transport URL delimited by a colon.
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.33&r2=1.34&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.33 phpdoc/en/appendices/wrappers.xml:1.34
--- phpdoc/en/appendices/wrappers.xml:1.33  Tue Dec 30 06:31:52 2003
+++ phpdoc/en/appendices/wrappers.xml   Wed Jan 28 19:35:21 2004
@@ -1,5 +1,5 @@
 
-
+
 
  List of Supported Protocols/Wrappers
  
@@ -116,7 +116,7 @@
   
Redirects have been supported since PHP 4.0.5; if you are using
an earlier version you will need to include trailing slashes in
-   your URLs.  If it's important to know the url of the resource where
+   your URLs.  If it's important to know the URL of the resource where
your document came from (after all redirects have been processed),
you'll need to process the series of response headers returned by the
stream.
@@ -319,7 +319,7 @@
Appending

 As of PHP 5.0.0 files may be appended via the
-ftp:// url wrapper.  In prior versions, attempting
+ftp:// URL wrapper.  In prior versions, attempting
 to append to a file via ftp:// will result in failure.

   
http://cvs.php.net/diff.php/phpdoc/en/chapters/config.xml?r1=1.114&r2=1.115&ty=u
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.114 phpdoc/en/chapters/config.xml:1.115
--- phpdoc/en/chapters/config.xml:1.114 Sat Dec 20 23:21:40 2003
+++ phpdoc/en/chapters/config.xml   Wed Jan 28 19:35:22 2004
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -710,7 +710,7 @@
 
  Tells whether or not to register the EGPCS (Environment, GET,
  POST, Cookie, Server) variables as global variables. For example;
- if register_globals = on, the url 
+ if register_globals = on, the URL 
  http://www.example.com/test.php?id=3 will produce
  $id. Or, $DOCUMENT_ROOT from

Re: [PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-autocommit.xml mysqli-bind-param.xml mysqli-bind-result.xml mysqli-change-user.xml mysqli-character-set-name.xml mysqli-close.xml mysqli-commit.xml mysqli-connect.xml mysqli-data-seek.xml mysqli-debug.xml mysqli-dump-debug-info.xml mysqli-errno.xml mysqli-error.xml mysqli-execute.xml mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml mysqli-fetch-lengths.xml mysqli-fetch-object.xml mysqli-fetch-row.xml mysqli-fetch.xml mysqli-field-count.xml mysqli-field-seek.xml mysqli-field-tell.xml mysqli-free-result.xml mysqli-get-client-info.xml mysqli-get-host-info.xml mysqli-get-proto-info.xml mysqli-get-server-info.xml mysqli-get-server-version.xml mysqli-info.xml mysqli-init.xml mysqli-insert-id.xml mysqli-kill.xml mysqli-num-fields.xml mysqli-num-rows.xml mysqli-options.xml mysqli-param-count.xml mysqli-ping.xml my! sqli-prepare.xml mysqli-query.xml mysqli-real-connect.xml mysqli-real-escape-string.xml mysqli-real-query.xml mysqli-rollback.xml mysqli-select-db.xml mysqli-send-long-data.xml mysqli-ssl-set.xml mysqli-stat.xml mysqli-stmt-affected-rows.xml mysqli-stmt-close.xml mysqli-stmt-errno.xml mysqli-stmt-error.xml mysqli-stmt-store-result.xml mysqli-store-result.xml mysqli-thread-id.xml mysqli-thread-safe.xml mysqli-use-result.xml mysqli-warning-count.xml

2004-01-28 Thread Dave
On Thursday, January 29, 2004, 10:18:43 AM, Georg wrote:

> georg Wed Jan 28 18:18:43 2004 EDT

>   Modified files:



>
>   mysqli-param-count.xml

The manual build fails. You're missing a  tag before
&reftitle.returnvalues; in this file.

Dave


[PHP-DOC] cvs: phpdoc /en/reference/mysqli WARNING.txt constants.xml reference.xml

2004-01-28 Thread Georg Richter
georg   Wed Jan 28 18:19:38 2004 EDT

  Removed files:   
/phpdoc/en/reference/mysqli WARNING.txt 

  Modified files:  
/phpdoc/en/reference/mysqli constants.xml reference.xml 
  Log:
  docu update
  
  http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/constants.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.2 
phpdoc/en/reference/mysqli/constants.xml:1.3
--- phpdoc/en/reference/mysqli/constants.xml:1.2Sat May 24 02:06:56 2003
+++ phpdoc/en/reference/mysqli/constants.xmlWed Jan 28 18:19:38 2004
@@ -17,7 +17,8 @@
MYSQLI_READ_DEFAULT_GROUP
(integer)
   
-
+  
+   Read options from the named group from `my.cnf' or the file specified with 
MYSQLI_READ_DEFAULT_FILE
   
  
  
@@ -26,6 +27,7 @@
(integer)
   
   
+   Read options from the named option file instead of from 
my.cnf
   
  
  
@@ -34,6 +36,7 @@
(integer)
   
   
+   Connect timeout in seconds
   
  
  
@@ -42,6 +45,7 @@
(integer)
   
   
+   Enables command LOAD LOCAL INFILE
   
  
  
@@ -50,6 +54,7 @@
(integer)
   
   
+   Command to execute when connecting to MySQL server. Will automatically be 
re-executed when reconnecting.
   
  
  
@@ -58,6 +63,8 @@
(integer)
   
   
+   Use SSL (encrypted protocol). This option should not be set by application 
programs; 
+   it is set internally in the MySQL client library
   
  
  
@@ -66,6 +73,7 @@
(integer)
   
   
+   Use compression protocol
   
  
  
@@ -74,6 +82,7 @@
(integer)
   
   
+   Allow interactive_timeout seconds (instead of wait_timeout seconds) of 
inactivity before closing the connection. The client's session wait_timeout variable 
will be set to the value of the session interactive_timeout variable. 
   
  
  
@@ -82,6 +91,7 @@
(integer)
   
   
+   Allow spaces after function names. Makes all functions names reserved words. 
   
  
  
@@ -90,6 +100,7 @@
(integer)
   
   
+   Don't allow the db_name.tbl_name.col_name syntax.
   
  
  
@@ -106,6 +117,7 @@
(integer)
   
   
+   For using buffered resultsets
   
  
  
@@ -114,6 +126,7 @@
(integer)
   
   
+   For using unbuffered resultsets
   
  
  
@@ -122,6 +135,7 @@
(integer)
   
   
+   Columns are returned into the array having the fieldname as the array index.
   
  
  
@@ -130,6 +144,7 @@
(integer)
   
   
+   Columns are returned into the array having an enumerated index.
   
  
  
@@ -138,6 +153,7 @@
(integer)
   
   
+   Columns are returned into the array having both a numerical index and the 
fieldname as the associative index. 
   
  
   
@@ -146,6 +162,7 @@
(integer)
   
  
+  Indicates that a field is defined as NOT NULL
  
  
  
@@ -153,147 +170,153 @@
MYSQLI_PRI_KEY_FLAG
(integer)
   
-  
+  
+   Field is part of a primary index
+  
  
  
   
MYSQLI_UNIQUE_KEY_FLAG
(integer)
   
-  
+  
+   Field is part of an unique index.
+  
  
  
   
MYSQLI_MULTIPLE_KEY_FLAG
(integer)
   
- 
+ 
+  Field is part of an index.
+ 
  
  
   
MYSQLI_BLOB_FLAG
(integer)
   
- 
+ Field is defined as BLOB
  
  
   
MYSQLI_UNSIGNED_FLAG
(integer)
   
- 
+ Field is defined as UNSIGNED
  
  
   
MYSQLI_ZEROFILL_FLAG
(integer)
   
- 
+ Field is defined as ZEROFILL
  
  
   
MYSQLI_AUTO_INCREMENT_FLAG
(integer)
   
- 
+ Field is defined as AUTO_INCREMENT
  
  
   
MYSQLI_TIMESTAMP_FLAG
(integer)
   
- 
+ Field is defined as TIMESTAMP
  
  
   
MYSQLI_SET_FLAG
(integer)
   
- 
+ Field is defined as SET
  
  
   
MYSQLI_NUM_FLAG
(integer)
   
- 
+ Field is defined as NUMERIC
  
  
   
MYSQLI_PART_KEY_FLAG
(integer)
   
- 
+ Field is part of an multi-index
  
  
   
MYSQLI_GROUP_FLAG
(integer)
   
- 
+ Field is part of GROUP BY
  
  
   
MYSQLI_TYPE_DECIMAL
(integer)
   
- 
+ Field is defined as DECIMAL
  
  
   
MYSQLI_TYPE_TINY
(integer)
   
- 
+ Field is defined as TINYINT
  
  
   
MYSQLI_TYPE_SHORT
(int

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

2004-01-28 Thread Sara Golemon
pollita Wed Jan 28 18:08:19 2004 EDT

  Modified files:  
/phpdoc/en/reference/dir/functions  scandir.xml 
  Log:
  scandir is wrapper aware.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dir/functions/scandir.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dir/functions/scandir.xml
diff -u phpdoc/en/reference/dir/functions/scandir.xml:1.2 
phpdoc/en/reference/dir/functions/scandir.xml:1.3
--- phpdoc/en/reference/dir/functions/scandir.xml:1.2   Mon Dec 15 11:48:51 2003
+++ phpdoc/en/reference/dir/functions/scandir.xml   Wed Jan 28 18:08:18 2004
@@ -1,5 +1,5 @@
 
-
+
   

 scandir
@@ -13,6 +13,7 @@
   arrayscandir
   stringdirectory
   intsorting_order
+  resourcecontext
  
 
  Returns an array of files and directories from the 
@@ -113,6 +114,7 @@
   
  
 
+&tip.fopen-wrapper;
 
  See also opendir,
  readdir,


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-slave-query.xml

2004-01-28 Thread Georg Richter
georg   Wed Jan 28 17:35:04 2004 EDT

  Removed files:   
/phpdoc/en/reference/mysqli/functions   mysqli-slave-query.xml 
  Log:
  removed more rpl-files
  
  


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-disable-rpl-parse.xml mysqli-enable-reads-from-master.xml mysqli-enable-rpl-parse.xml mysqli-master-query.xml mysqli-prepare-result.xml mysqli-read-query-result.xml mysqli-reload.xml mysqli-rpl-parse-enabled.xml mysqli-rpl-probe.xml mysqli-rpl-query-type.xml

2004-01-28 Thread Georg Richter
georg   Wed Jan 28 17:32:21 2004 EDT

  Removed files:   
/phpdoc/en/reference/mysqli/functions   mysqli-disable-rpl-parse.xml 
mysqli-enable-reads-from-master.xml 
mysqli-enable-rpl-parse.xml 
mysqli-master-query.xml 
mysqli-prepare-result.xml 
mysqli-read-query-result.xml 
mysqli-reload.xml 
mysqli-rpl-parse-enabled.xml 
mysqli-rpl-probe.xml 
mysqli-rpl-query-type.xml 
  Log:
  removed functions which don't exist or marked in libmysql as #ifdef removed 
(replication functions)
  The removed rpl functions are still in source until there is a decision from MySQL 
AB to remove it or not.
  
  


[PHP-DOC] #20557 [Opn->Csd]: pg_lo_export will not take 3 parameters

2004-01-28 Thread nlopess
 ID:   20557
 Updated by:   [EMAIL PROTECTED]
 Reported By:  josh at 4dmatrix dot com
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: freebsd 4.7-RELEASE
 PHP Version:  4.2.3
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:


[2002-12-04 18:56:34] [EMAIL PROTECTED]

The proto in these docs are wrong.  I looked into it once but couldn't
find when the change took place exactly as the person who did the
change did not mark it in the changelog.  Anyway, it needs more
research and at the very least the docs need updating.

Please people, when you change a proto in php4 source at least note it
in the changelog!!!



[2002-12-04 18:17:19] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.





[2002-11-22 05:00:49] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



[2002-11-21 20:33:47] josh at 4dmatrix dot com

the documentation lists a resource connection as a third optional
parameter to pg_lo_export.  when this is supplied, a "wrong parameter
count" error is displayed.

'./configure' '--with-apxs=/home/httpd/apache/bin/apxs'
'--enable-versioning' '--with-pgsql=/usr/local' '--enable-shmop'
'--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars'
'--enable-mbstring' '--with-gd' '--with-mbstr-enc-trans'
'--enable-inline-optimization'




-- 
Edit this bug report at http://bugs.php.net/?id=20557&edit=1


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

2004-01-28 Thread Nuno Lopes
nlopess Wed Jan 28 16:50:33 2004 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-lo-export.xml 
  Log:
  fix #20557
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-lo-export.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-lo-export.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-lo-export.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-lo-export.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-lo-export.xml:1.2Wed Apr 17 02:43:20 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-lo-export.xmlWed Jan 28 16:50:33 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -10,9 +10,9 @@
 Description
  
   boolpg_lo_export
+  resourceconnection
   intoid
   stringpathname
-  resourceconnection
  
 
  The oid argument specifies oid of the


[PHP-DOC] #27065 [Csd]: stream_socket_server won't listen on udp sockets

2004-01-28 Thread pollita
 ID:   27065
 Updated by:   [EMAIL PROTECTED]
 Reported By:  glox at glox dot be
 Status:   Closed
 Bug Type: Documentation problem
 Operating System: freeBSD 5.1
 PHP Version:  5CVS-2004-01-27 (dev)
 New Comment:

It'd be nice, but because of the way the transports layer operates it
won't happen without making exceptions on a per protocol basis and
that's gernerally not a good idea.

As to the documentation, the source has been updated, but the online
manual is only rebuilt from source on a periodic basis.

The change amounts to:

$server = stream_socket_server('udp://0.0.0.0:13/', $errno, $errstr,
STREAM_SERVER_BIND);


Previous Comments:


[2004-01-28 13:06:20] glox at glox dot be

Isn't it better to let php define those flags then, based on the socket
type (udp/tcp).

I don't see any change in the example either ...



[2004-01-27 23:27:55] [EMAIL PROTECTED]

udp:// sockets should not attempt to listen().  Because
stream_socket_server() uses both the bind and listen flags by default
you need to explicitly set them to bind only.

I've fixed the example to reflect this.



[2004-01-27 21:29:17] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Seems to work for me. 



[2004-01-27 16:02:25] otoria at freecode dot nl

Same problem: 
 
[EMAIL PROTECTED] ~$ uname -a 
Linux serenity 2.4.20 #2 Mon Mar 17 22:02:15 PST 2003 i686 
unknown 
[EMAIL PROTECTED] ~$ php -v 
PHP 5.0.0RC1-dev (cli) (built: Jan 26 2004 16:41:55) 
Copyright (c) 1997-2004 The PHP Group 
Zend Engine v2.0.0-dev, Copyright (c) 1998-2004 Zend 
Technologies 
[EMAIL PROTECTED] ~$



[2004-01-27 15:57:32] glox at glox dot be

The port is open, and I run this script as root

[EMAIL PROTECTED] /share/wolfd# sockstat | grep 27961
[EMAIL PROTECTED] /share/wolfd#

[EMAIL PROTECTED] /share/wolfd# whoami
root
[EMAIL PROTECTED] /share/wolfd#



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/27065

-- 
Edit this bug report at http://bugs.php.net/?id=27065&edit=1


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

2004-01-28 Thread Mehdi Achour
Ken Tossell wrote:
kennyt		Wed Jan 28 15:09:16 2004 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions	exec.xml 
  Log:
  Fix #27076: Add warning about safe_mode and argument quoting.
Are you sure it's only for exec() ? what about system() & co ? ;)

didou

  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.7 phpdoc/en/reference/exec/functions/exec.xml:1.8
--- phpdoc/en/reference/exec/functions/exec.xml:1.7	Wed Dec 31 05:39:42 2003
+++ phpdoc/en/reference/exec/functions/exec.xml	Wed Jan 28 15:09:15 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -65,6 +65,14 @@
   .. components in the path to the executable.
  
 
+
+ 
+  With safe mode enabled,
+  all words following the initial command string are treated as a
+  single argument. Thus, echo y | echo x becomes
+  echo 'y | echo x'.
+ 
+
 
  See also system,
  passthru, popen,


[PHP-DOC] #27076 [Asn->Csd]: exec() with safe_mode

2004-01-28 Thread kennyt
 ID:   27076
 Updated by:   [EMAIL PROTECTED]
 Reported By:  not at valid dot email
-Status:   Assigned
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: linux
 PHP Version:  Irrelevant
 Assigned To:  kennyt
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

I added a warning below the other safe_mode note. Thanks.


Previous Comments:


[2004-01-28 14:53:20] [EMAIL PROTECTED]

Yes, it's a feature. Couldn't find it documented anywhere.
Reclassifed as documentation problem.





[2004-01-28 12:39:16] not at valid dot email

Description:

safe_mode cause exec command to parse all arguments after the command
as one argument (in quote?)

Is this a bug? is it documented somewhere?


Reproduce code:
---


Expected result:

safe_mode off output is: y
safe_mode on output is: y

Actual result:
--
safe_mode off output is: y
safe_mode on output is: x | echo y





-- 
Edit this bug report at http://bugs.php.net/?id=27076&edit=1


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

2004-01-28 Thread Ken Tossell
kennyt  Wed Jan 28 15:09:16 2004 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Fix #27076: Add warning about safe_mode and argument quoting.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.7 
phpdoc/en/reference/exec/functions/exec.xml:1.8
--- phpdoc/en/reference/exec/functions/exec.xml:1.7 Wed Dec 31 05:39:42 2003
+++ phpdoc/en/reference/exec/functions/exec.xml Wed Jan 28 15:09:15 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -65,6 +65,14 @@
   .. components in the path to the executable.
  
 
+
+ 
+  With safe mode enabled,
+  all words following the initial command string are treated as a
+  single argument. Thus, echo y | echo x becomes
+  echo 'y | echo x'.
+ 
+
 
  See also system,
  passthru, popen,


[PHP-DOC] #27076 [Ver->Asn]: exec() with safe_mode

2004-01-28 Thread kennyt
 ID:   27076
 Updated by:   [EMAIL PROTECTED]
 Reported By:  not at valid dot email
-Status:   Verified
+Status:   Assigned
 Bug Type: Documentation problem
 Operating System: linux
 PHP Version:  Irrelevant
-Assigned To:  
+Assigned To:  kennyt


Previous Comments:


[2004-01-28 14:53:20] [EMAIL PROTECTED]

Yes, it's a feature. Couldn't find it documented anywhere.
Reclassifed as documentation problem.





[2004-01-28 12:39:16] not at valid dot email

Description:

safe_mode cause exec command to parse all arguments after the command
as one argument (in quote?)

Is this a bug? is it documented somewhere?


Reproduce code:
---


Expected result:

safe_mode off output is: y
safe_mode on output is: y

Actual result:
--
safe_mode off output is: y
safe_mode on output is: x | echo y





-- 
Edit this bug report at http://bugs.php.net/?id=27076&edit=1


[PHP-DOC] #27076 [Opn->Ver]: exec() with safe_mode

2004-01-28 Thread sniper
 ID:   27076
 Updated by:   [EMAIL PROTECTED]
 Reported By:  not at valid dot email
-Status:   Open
+Status:   Verified
-Bug Type: *General Issues
+Bug Type: Documentation problem
 Operating System: linux
-PHP Version:  4.3.4
+PHP Version:  Irrelevant
 New Comment:

Yes, it's a feature. Couldn't find it documented anywhere.
Reclassifed as documentation problem.




Previous Comments:


[2004-01-28 12:39:16] not at valid dot email

Description:

safe_mode cause exec command to parse all arguments after the command
as one argument (in quote?)

Is this a bug? is it documented somewhere?


Reproduce code:
---


Expected result:

safe_mode off output is: y
safe_mode on output is: y

Actual result:
--
safe_mode off output is: y
safe_mode on output is: x | echo y





-- 
Edit this bug report at http://bugs.php.net/?id=27076&edit=1


[PHP-DOC] #27071 [Csd->Asn]: disable_* directives and PHP_INI_SYSTEM (but only php.ini)

2004-01-28 Thread philip
 ID:   27071
 Updated by:   [EMAIL PROTECTED]
-Summary:  open_basedir and PHP_INI_SYSTEM
 Reported By:  phpbug at humbapa dot ch
-Status:   Closed
+Status:   Assigned
 Bug Type: Documentation problem
 Operating System: *
 PHP Version:  Irrelevant
-Assigned To:  
+Assigned To:  jmcastagnetto
 New Comment:

These two disable_ directives are documented in the safe-mode docs
(seen here):
http://www.php.net/manual/en/features.safe-mode.php

It's still listed as PHP_INI_SYSTEM but both include a note that only
php.ini applies.  The ini_set() docs are autogenerated (in theory) so
any changes will at somepoint disappear.  So I'm reopening this report
and assigning to jmcastagnetto as he's working on the new intelligent
ini_set() doc generation system (tm).



Previous Comments:


[2004-01-28 10:36:02] [EMAIL PROTECTED]

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

Note: disable_functions and disable_classes can only be changed in
php.ini file.



[2004-01-28 06:39:21] phpbug at humbapa dot ch

Description:

http://www.php.net/manual/en/function.ini-set.php says that
open_basedir is changeable in PHP_INI_SYSTEM (Entry can be set in
php.ini or httpd.conf)

I set this up in httpd.conf:

  ...skip...
  
...skip...
php_admin_value open_basedir "/somedir:/tmp"
  

this works perfect for me

when I try to setup disable_functions (also PHP_INI_SYSTEM) the same
way, it does not work

I think one of them should have a note about that in:
http://www.php.net/manual/en/function.ini-set.php






-- 
Edit this bug report at http://bugs.php.net/?id=27071&edit=1


[PHP-DOC] #27065 [Csd]: stream_socket_server won't listen on udp sockets

2004-01-28 Thread glox at glox dot be
 ID:   27065
 User updated by:  glox at glox dot be
 Reported By:  glox at glox dot be
 Status:   Closed
 Bug Type: Documentation problem
 Operating System: freeBSD 5.1
 PHP Version:  5CVS-2004-01-27 (dev)
 New Comment:

Isn't it better to let php define those flags then, based on the socket
type (udp/tcp).

I don't see any change in the example either ...


Previous Comments:


[2004-01-27 23:27:55] [EMAIL PROTECTED]

udp:// sockets should not attempt to listen().  Because
stream_socket_server() uses both the bind and listen flags by default
you need to explicitly set them to bind only.

I've fixed the example to reflect this.



[2004-01-27 21:29:17] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Seems to work for me. 



[2004-01-27 16:02:25] otoria at freecode dot nl

Same problem: 
 
[EMAIL PROTECTED] ~$ uname -a 
Linux serenity 2.4.20 #2 Mon Mar 17 22:02:15 PST 2003 i686 
unknown 
[EMAIL PROTECTED] ~$ php -v 
PHP 5.0.0RC1-dev (cli) (built: Jan 26 2004 16:41:55) 
Copyright (c) 1997-2004 The PHP Group 
Zend Engine v2.0.0-dev, Copyright (c) 1998-2004 Zend 
Technologies 
[EMAIL PROTECTED] ~$



[2004-01-27 15:57:32] glox at glox dot be

The port is open, and I run this script as root

[EMAIL PROTECTED] /share/wolfd# sockstat | grep 27961
[EMAIL PROTECTED] /share/wolfd#

[EMAIL PROTECTED] /share/wolfd# whoami
root
[EMAIL PROTECTED] /share/wolfd#



[2004-01-27 15:53:21] glox at glox dot be

Description:

When trying to listen on a udp socket in freebsd with php5, php fails
to create the socket and returns unknown error.

The manual page gives an example about a udp server, however this
returns the same error.

Operating system (uname -a):

FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

PHP version (php -v):

PHP 5.0.0RC1-dev (cli) (built: Jan 16 2004 22:47:26)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0-dev, Copyright (c) 1998-2004 Zend Technologies

PHP configure line:
./configure --with-mysql=/usr/local/mysql --with-mime-magic
--with-apxs=/usr/local/sbin/apxs --enable-wddx --with-zlib
--enable-bcmath --with-bz2 --with-ncurses --enable-cli --disable-cgi
--with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir
--with-calender --enable-pcntl --enable-sysvsem --enable-sysvshm
--enable-sysvmsg --enable-exif --enable-sockets --with-xpm-dir
--with-gettext --with-gmp --enable-mbstring --with-xmlrpc --with-xsl
--with-ex --enable-openssl

Reproduce code:
---


Expected result:

No output

Actual result:
--
Warning: stream_socket_server(): unable to connect to
udp://0.0.0.0:27961 (Unknown error) in /share/wolfd/serv.php on line 2






-- 
Edit this bug report at http://bugs.php.net/?id=27065&edit=1


Re: [PHP-DOC] PHP 5 migration chapter

2004-01-28 Thread Nuno Lopes
Here is my proposal for a appendices/migration5.xml file:

 
  Migrating from PHP 4 to PHP 5
 
  
   What has changed in PHP 5
(blah, blah, most code should work, but take special atention in OOP)
  

  
   Migrating Configuration Files
   (.htaccess files: new module name and new cgi filename)
  

  
   CLI and CGI
(new filenames and new argc(v) behaviour)
  

  
   Thin Changes
(php-src/README.PHP4-TO-PHP5-THIN-CHANGES)
  

  
   New Functions
(list of new functions)
  

  
   Changes in Extensions
(new bundled extensions and extensions moved to PECL)
  

  
   Databases
(new sqlite and mysqli extensions. mysql not bundled
also porting from mysql_ to mysqli_)
  

  
   New Object Model
   
(integrate http://php.net/zend-engine-2.php here)
   
  

 



Any comments?

Nuno


Re: [PHP-DOC] [PATCH] livedoc with cygwin

2004-01-28 Thread Nuno Lopes
> hey
>
> playing a bit building livedoc on win2000 using cygwin i run ito two
> problems:
>
> 1. the autoconf (shell)  paths are /cygdrive/X format, but the php binary
is
> vc build (cygwin gcc port is dead for a while) that have nothing to do
with
> those paths.
>
> 2. the `ln -sf` is somthing behave very fishy on cygwin so i have to
replace
> it with `cp -rf`
>
> on the attachment there is a patch that fix the problems.
>
> --\moshe.


I'm using cygwin and autoconf really messes the paths... I didn't test your
patch, but seems to be a good work-around.


Nuno


[PHP-DOC] #27071 [Opn->Csd]: open_basedir and PHP_INI_SYSTEM

2004-01-28 Thread nlopess
 ID:   27071
 Updated by:   [EMAIL PROTECTED]
 Reported By:  phpbug at humbapa dot ch
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: *
-PHP Version:  4.3.5RC1
+PHP Version:  Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

Note: disable_functions and disable_classes can only be changed in
php.ini file.


Previous Comments:


[2004-01-28 06:39:21] phpbug at humbapa dot ch

Description:

http://www.php.net/manual/en/function.ini-set.php says that
open_basedir is changeable in PHP_INI_SYSTEM (Entry can be set in
php.ini or httpd.conf)

I set this up in httpd.conf:

  ...skip...
  
...skip...
php_admin_value open_basedir "/somedir:/tmp"
  

this works perfect for me

when I try to setup disable_functions (also PHP_INI_SYSTEM) the same
way, it does not work

I think one of them should have a note about that in:
http://www.php.net/manual/en/function.ini-set.php






-- 
Edit this bug report at http://bugs.php.net/?id=27071&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2004-01-28 Thread Nuno Lopes
nlopess Wed Jan 28 10:40:23 2004 EDT

  Modified files:  
/phpdoc/en/reference/info/functions ini-set.xml 
  Log:
  fix #27071 and added disable_classes
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-set.xml?r1=1.32&r2=1.33&ty=u
Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.32 
phpdoc/en/reference/info/functions/ini-set.xml:1.33
--- phpdoc/en/reference/info/functions/ini-set.xml:1.32 Tue Jan 20 08:34:07 2004
+++ phpdoc/en/reference/info/functions/ini-set.xml  Wed Jan 28 10:40:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -1158,9 +1158,14 @@
PHP_INI_SYSTEM
   
   
+   disable_classes
+   ""
+   &php.ini; only
+  
+  
disable_functions
""
-   PHP_INI_SYSTEM
+   &php.ini; only
   
   
allow_url_fopen


Re: [PHP-DOC] Re: [livedocs] RTL RFC

2004-01-28 Thread Gabor Hojtsy
hehe, I was waiting for this post :)
Hehe, me too :)

I'm 100% okay, but I would like to see the patch before you apply it if 
possible.
Me too [again :)]

Goba


[PHP-DOC] Re: PHP Account

2004-01-28 Thread Mehdi Achour
Ray Hunter wrote:
I had a php account for documentation and I am wondering...what is the
url to check on that account?
http://master.php.net/manage/users.php ?

didou


[PHP-DOC] PHP Account

2004-01-28 Thread Ray Hunter
I had a php account for documentation and I am wondering...what is the
url to check on that account?

Thanks,
Ray


[PHP-DOC] Re: [livedocs] RTL RFC

2004-01-28 Thread Mehdi Achour
hehe, I was waiting for this post :)

I'm 100% okay, but I would like to see the patch before you apply it if 
possible.

didou

Moshe Doron wrote:
hey,

i'm going to add RTL support for livedocs. here is my draft plan, base on my
experience doing it with the old build system:
* make the style_mapping.php per language version:
 first, already now it contains plain text that have to be changed per
language.
 second, that methos will give me maximum ability for RTL customizing with
minmum delta from livedocs, when i can define format_* functions where
neeeded (e.g, to add  's and so on.)
* on the sapareted style_mapping.php, put dir=rtl on the containers (not the
css!) where needed:
 this will economize the css maintenance  for each theme.
* move the to the transform and format_* functions the actual language that
was processed, to give the format_* functions the freedom display the page
ltr
 if the page wasn't translated.
* add direction for some functions to the themes/html_format on the
configure level (--with-rtl=yes):
 this will affect only the selected theme on the configure step and anyway
not affect themes that have no support for rtl.
* the same for encoding for all the translations (have nothing with the RTL
issue just a something that have to be done:).
i already did some tests and the result looks nice seem to bypass almost all
the issues we have on the old system.
comments?

--/moshe


[PHP-DOC] [livedocs] RTL RFC

2004-01-28 Thread moshe doron
hey,

i'm going to add RTL support for livedocs. here is my draft plan, base on my
experience doing it with the old build system:

* make the style_mapping.php per language version:
 first, already now it contains plain text that have to be changed per
language.
 second, that methos will give me maximum ability for RTL customizing with
minmum delta from livedocs, when i can define format_* functions where
neeeded (e.g, to add  's and so on.)

* on the sapareted style_mapping.php, put dir=rtl on the containers (not the
css!) where needed:
 this will economize the css maintenance  for each theme.

* move the to the transform and format_* functions the actual language that
was processed, to give the format_* functions the freedom display the page
ltr
 if the page wasn't translated.

* add direction for some functions to the themes/html_format on the
configure level (--with-rtl=yes):
 this will affect only the selected theme on the configure step and anyway
not affect themes that have no support for rtl.

* the same for encoding for all the translations (have nothing with the RTL
issue just a something that have to be done:).

i already did some tests and the result looks nice seem to bypass almost all
the issues we have on the old system.

comments?

--/moshe


[PHP-DOC] #26085 [Opn->Asn]: Errors in the Italian version of the documentation

2004-01-28 Thread darvina
 ID:   26085
 Updated by:   [EMAIL PROTECTED]
 Reported By:  DavidePrina at yahoo dot com
-Status:   Open
+Status:   Assigned
 Bug Type: Documentation problem
 Operating System: all
 PHP Version:  Irrelevant
-Assigned To:  
+Assigned To:  darvina


Previous Comments:


[2003-11-02 16:52:12] DavidePrina at yahoo dot com

Description:

I have marked all the errors within << ... >> 

The following sentence have some Italian error:

* Capitolo 2 -> Di cosa ho bisogno?
   Error: In questo tutorial <> che il vostro server abbia il
<> PHP attivato e che tutti i file con estensione .php vengano
gestiti da questo. Quasi in tutti i server <> l'estensione di
default per i file PHP., ma consultatevi col vostro system
<> per sicurezza
   Correct:  In questo tutorial assumiamo che il vostro server abbia il
supporto PHP attivato e che tutti i file con estensione .php vengano
gestiti da questo. Quasi in tutti i server questa è l'estensione di
default per i file PHP., ma consultatevi col vostro system
administrator per sicurezza

* Capitolo 2 -> La prima pagina PHP -> Nota riguardo gli editor di
testo
  Error: Se si desidera suggerire un <> programma, visitare
  Correct: Se si desidera suggerire un nuovo programma, visitare

* Capitolo 2 -> Qualcosa di utile -> Esempio 2-3
  Error: Se caricate questo documento da un browser riceverete una
pagina <>
  Correct:  Se caricate questo documento da un browser riceverete una
pagina piena

* Capitolo 2 -> Qualcosa di utile -> Esempio 2-4
  Error: Se non conoscete abbastanza C od <>
  Correct: Se non conoscete abbastanza C od un altro 

* Capitolo 2 -> Trattare con i Form
  Error: Il concetto da comprendere principalmente è che qualsiasi
elemento di un form sarà automaticamente <>
  Correct: Il concetto da comprendere principalmente è che qualsiasi
elemento di un form sarà automaticamente disponibile

* Capitolo 2 -> Trattare con i Form -> Esempio 2-7
  Error: Ecco un possibile output di questo script:
 Ciao Joe.
 La tua <> <<è>> di 22 anni.
  Correct:  Ecco un possibile output di questo script:
Ciao Joe.
La tua età è di 22 anni.

* Capitolo 3 Installazione 
  Error: Ciò significa configurare il server per <> la
versione da linea di comando di PHP (php.exe su Windows) 
  Correct: Ciò significa configurare il server per eseguirà la versione
da linea di comando di PHP (php.exe su Windows)

* Capitolo 3 Installazione -> Installazione su Unix/Linux
  Error: Se non si è pratici nella <> del software
  Correct: Se non si è pratici nella compilazione del software

* Come aiutare a migliorare la documentazione
  Error: Nota:  Sei <> pregato di non abusare del sistema per
segnalare bug spedendo richieste di aiuto. Se <> sei in
difficoltà
  Correct: Sei però pregato di non abusare del sistema per segnalare
bug spedendo richieste di aiuto. Se proprio sei in difficoltà

I noted that there are a lot of errors (probably typing errors). I
suggest the use of one dictionary to find they immediatly ... one easy
and free solution can be OpenOffice with the Italian dictionary (1.9
version or above)






-- 
Edit this bug report at http://bugs.php.net/?id=26085&edit=1


Re: [PHP-DOC] New to docs

2004-01-28 Thread Kevin Waterson
This one time, at band camp, Gabor Hojtsy <[EMAIL PROTECTED]> wrote:

> Do you already have a CVS account?

Nossir.

Kind regards
Kevin

-- 
 __  
(_ \ 
 _) )            
|  /  / _  ) / _  | / ___) / _  )
| |  ( (/ / ( ( | |( (___ ( (/ / 
|_|   \) \_||_| \) \)
Kevin Waterson
Port Macquarie, Australia


Re: [PHP-DOC] New to docs

2004-01-28 Thread Gabor Hojtsy
Welcome,
read the HOWTO at  www.php.net/dochowto, set up your environment and 
start hacking xml files. Ask further questions at this list.
done, sent cvs account request, thanks
Hey, before you ask for a CVS account, it would be nice to submit some 
patches here, participate to the discussions and show us what you may 
bring :)
Yep, getting a CVS account is not automated, and often we need to know 
something good about you before you get an account. You can send 
patches, comment on ideas without having a CVS account.

Goba


[PHP-DOC] #27071 [NEW]: open_basedir and PHP_INI_SYSTEM

2004-01-28 Thread phpbug at humbapa dot ch
From: phpbug at humbapa dot ch
Operating system: *
PHP version:  4.3.5RC1
PHP Bug Type: Documentation problem
Bug description:  open_basedir and PHP_INI_SYSTEM

Description:

http://www.php.net/manual/en/function.ini-set.php says that
open_basedir is changeable in PHP_INI_SYSTEM (Entry can be set in php.ini
or httpd.conf)

I set this up in httpd.conf:

  ...skip...
  
...skip...
php_admin_value open_basedir "/somedir:/tmp"
  

this works perfect for me

when I try to setup disable_functions (also PHP_INI_SYSTEM) the same way,
it does not work

I think one of them should have a note about that in:
http://www.php.net/manual/en/function.ini-set.php


-- 
Edit bug report at http://bugs.php.net/?id=27071&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27071&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27071&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=27071&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=27071&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=27071&r=needtrace
Need Reproduce Script:  http://bugs.php.net/fix.php?id=27071&r=needscript
Try newer version:  http://bugs.php.net/fix.php?id=27071&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=27071&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=27071&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=27071&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=27071&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=27071&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27071&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=27071&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=27071&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=27071&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27071&r=float


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

2004-01-28 Thread Friedhelm Betz
betzWed Jan 28 05:50:54 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-data-seek.xml 
  Log:
  link to E_WARNING
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-data-seek.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.9 
phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.10
--- phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.9 Tue Jan 27 13:19:09 
2004
+++ phpdoc/en/reference/mysql/functions/mysql-data-seek.xml Wed Jan 28 05:50:53 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -26,8 +26,8 @@
  Row_number starts at 0. The 
  row_number should be a value in the range from 0 to
  mysql_num_rows - 1. However if the result set is empty (mysql_num_rows ==
- 0), a seek to 0 will fail with a warning and
- mysql_data_seek will return &false;.
+ 0), a seek to 0 will fail with a E_WARNING
+  and mysql_data_seek will return &false;.
 
 
  


Re: [PHP-DOC] New to docs

2004-01-28 Thread Mehdi Achour
Hi David !

David Costa wrote:

On Jan 28, 2004, at 10:23 AM, Mehdi Achour wrote:

Kevin Waterson wrote:

This one time, at band camp, Friedhelm Betz <[EMAIL PROTECTED]> wrote:

Welcome,
read the HOWTO at  www.php.net/dochowto, set up your environment 
and start hacking xml files. Ask further questions at this list.
done, sent cvs account request, thanks


Hey, before you ask for a CVS account, it would be nice to submit 
some patches here, participate to the discussions and show us what 
you may bring :)

Hello (sorry to jump in but I am in a similar situation) I want to 
help the it-doc (I submitted my request there, will wait their reply) 
and asked for a CVS account but if you need any help with patches or 
bug reports or you need some help with phpdoc in general, let me know 
didou I would be more then willing to prove my serious commitment.


We always need some help, so your contribution is more then welcome !
You can help :
1 - closing bugs :
http://bugs.php.net/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=Open&bug_type%5B%5D=Documentation+problem&php_os=&phpver=&assign=&author_email=&bug_age=0
2 - documenting some undocumented functions :
 http://www.zend.com/phpfunc/nodoku.php
3 - documenting PHP 5 :
 http://news.php.net/article.php?group=php.doc&article=969358445
4 - working on livedocs
etc etc, there's a lot of tasks, so feel free to pick up one of them and 
start the work :)

Thank you for your proposal

Mehdi Achour


Re: [PHP-DOC] New to docs

2004-01-28 Thread David Costa
On Jan 28, 2004, at 10:23 AM, Mehdi Achour wrote:

Kevin Waterson wrote:
This one time, at band camp, Friedhelm Betz <[EMAIL PROTECTED]> wrote:
Welcome,
read the HOWTO at  www.php.net/dochowto, set up your environment and 
start hacking xml files. Ask further questions at this list.
done, sent cvs account request, thanks
Hey, before you ask for a CVS account, it would be nice to submit some 
patches here, participate to the discussions and show us what you may 
bring :)

Hello (sorry to jump in but I am in a similar situation) I want to help 
the it-doc (I submitted my request there, will wait their reply) and 
asked for a CVS account but if you need any help with patches or bug 
reports or you need some help with phpdoc in general, let me know didou 
I would be more then willing to prove my serious commitment.

Cheers
David Costa

didou


Re: [PHP-DOC] New to docs

2004-01-28 Thread Gabor Hojtsy
Do you already have a CVS account?

Goba

Kevin Waterson wrote:
Hi all, new to docs yadda yadda...l

Who, where, how do I get into writing up some docs for the phpmanual,
eg: for something like date_sunrise etc?
Kind regards
Kevin


Re: [PHP-DOC] New to docs

2004-01-28 Thread Kevin Waterson
This one time, at band camp, Mehdi Achour <[EMAIL PROTECTED]> wrote:

> Hey, before you ask for a CVS account, it would be nice to submit some 
> patches here, participate to the discussions and show us what you may 
> bring :)

Hmm, most of the bugs I find I either report to internals or direct to
Derick and crew on irc. Its only now with the advent of PHP5 I feel a
little more enery needs to go into the docs, so, rather than whine
about it, thought I might write some. 

I am conversant with xml phpdoc and cvs and should be able to help in
some way, shape or form.

Kind regards
Kevin

-- 
 __  
(_ \ 
 _) )            
|  /  / _  ) / _  | / ___) / _  )
| |  ( (/ / ( ( | |( (___ ( (/ / 
|_|   \) \_||_| \) \)
Kevin Waterson
Port Macquarie, Australia


Re: [PHP-DOC] New to docs

2004-01-28 Thread Mehdi Achour
Kevin Waterson wrote:
This one time, at band camp, Friedhelm Betz <[EMAIL PROTECTED]> wrote:


Welcome,
read the HOWTO at  www.php.net/dochowto, set up your environment and start 
hacking xml files. Ask further questions at this list.


done, sent cvs account request, thanks
Hey, before you ask for a CVS account, it would be nice to submit some 
patches here, participate to the discussions and show us what you may 
bring :)

didou


Re: [PHP-DOC] New to docs

2004-01-28 Thread Kevin Waterson
This one time, at band camp, Friedhelm Betz <[EMAIL PROTECTED]> wrote:

> Welcome,
> read the HOWTO at  www.php.net/dochowto, set up your environment and start 
> hacking xml files. Ask further questions at this list.

done, sent cvs account request, thanks

Kevin

-- 
 __  
(_ \ 
 _) )            
|  /  / _  ) / _  | / ___) / _  )
| |  ( (/ / ( ( | |( (___ ( (/ / 
|_|   \) \_||_| \) \)
Kevin Waterson
Port Macquarie, Australia


Re: [PHP-DOC] New to docs

2004-01-28 Thread Friedhelm Betz
On Wednesday 28 January 2004 06:25, Kevin Waterson wrote:
> Hi all, new to docs yadda yadda...l
>
> Who, where, how do I get into writing up some docs for the phpmanual,
> eg: for something like date_sunrise etc?
>

Welcome,
read the HOWTO at  www.php.net/dochowto, set up your environment and start 
hacking xml files. Ask further questions at this list.

Regards

Friedhelm Betz