[PHP-DOC] cvs: phpdoc /en/reference/mssql/functions mssql-fetch-object.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 21:53:07 2003 EDT

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-fetch-object.xml 
  Log:
  Does not make sens otherwise
  
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.2 
phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.2  Wed Apr 17 
02:41:00 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml  Thu Feb 13 21:53:07 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,7 +9,7 @@

 Description
  
-  intmssql_fetch_object
+  objectmssql_fetch_object
   intresult
  
  
@@ -30,7 +30,8 @@
  insignificant).
 
  
- See also: mssql_fetch-array and
+ See also
+ mssql_fetch-array, and
  mssql_fetch-row.
 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/msql/functions msql-connect.xml msql-data-seek.xml msql-pconnect.xml msql-query.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 21:48:51 2003 EDT

  Modified files:  
/phpdoc/en/reference/msql/functions msql-connect.xml 
msql-data-seek.xml 
msql-pconnect.xml 
msql-query.xml 
  Log:
  minor updates
  
Index: phpdoc/en/reference/msql/functions/msql-connect.xml
diff -u phpdoc/en/reference/msql/functions/msql-connect.xml:1.2 
phpdoc/en/reference/msql/functions/msql-connect.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-connect.xml:1.2 Wed Apr 17 02:40:52 
2002
+++ phpdoc/en/reference/msql/functions/msql-connect.xml Thu Feb 13 21:48:51 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -24,16 +24,16 @@

  
 
- Returns a positive mSQL link identifier on success, or &false; on
- error.
-
-
  msql_connect establishes a connection to a
  mSQL server.  The server parameter can also
  include a port number. eg. "hostname:port". It defaults 
  to 'localhost'.
 
 
+ Returns a positive mSQL link identifier on success, or &false; on
+ error.
+
+
  In case a second call is made to
  msql_connect with the same arguments, no new
  link will be established, but instead, the link identifier of the
@@ -45,7 +45,8 @@
  msql_close.
 
 
- See also msql_pconnect,
+ See also 
+ msql_pconnect et
  msql_close.
 

Index: phpdoc/en/reference/msql/functions/msql-data-seek.xml
diff -u phpdoc/en/reference/msql/functions/msql-data-seek.xml:1.3 
phpdoc/en/reference/msql/functions/msql-data-seek.xml:1.4
--- phpdoc/en/reference/msql/functions/msql-data-seek.xml:1.3   Sun Aug 25 15:52:42 
2002
+++ phpdoc/en/reference/msql/functions/msql-data-seek.xml   Thu Feb 13 21:48:51 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -14,17 +14,18 @@
   introw_number
  
 
- &return.success;
-
-
  msql_data_seek moves the internal row
  pointer of the mSQL result associated with the specified query
  identifier to point to the specifyed row number.  The next call
  to msql_fetch_row would return that
  row.
  
+
+ &return.success;
+
  
- See also: msql_fetch_row.
+ See also
+ msql_fetch_row.
 

   
Index: phpdoc/en/reference/msql/functions/msql-pconnect.xml
diff -u phpdoc/en/reference/msql/functions/msql-pconnect.xml:1.2 
phpdoc/en/reference/msql/functions/msql-pconnect.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-pconnect.xml:1.2Wed Apr 17 02:40:57 
2002
+++ phpdoc/en/reference/msql/functions/msql-pconnect.xmlThu Feb 13 21:48:51 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -20,10 +20,6 @@
 password

  
-
- Returns a positive mSQL persistent link identifier on success, or
- &false; on error.
-
  
  msql_pconnect acts very much like
  msql_connect with two major differences.
@@ -39,6 +35,10 @@
  the execution of the script ends.  Instead, the link will remain
  open for future use (msql_close will not
  close links established by msql_pconnect).
+
+
+ Returns a positive mSQL persistent link identifier on success, or
+ &false; on error.
 
  
  This type of links is therefore called 'persistent'.
Index: phpdoc/en/reference/msql/functions/msql-query.xml
diff -u phpdoc/en/reference/msql/functions/msql-query.xml:1.2 
phpdoc/en/reference/msql/functions/msql-query.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-query.xml:1.2   Wed Apr 17 02:40:57 
2002
+++ phpdoc/en/reference/msql/functions/msql-query.xml   Thu Feb 13 21:48:51 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -26,7 +26,7 @@
  error.
 
 
- msql_query
+ msql_query example
  
 

[PHP-DOC] cvs: phpdoc /en/reference/msql/functions msql-create-db.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 21:48:26 2003 EDT

  Modified files:  
/phpdoc/en/reference/msql/functions msql-create-db.xml 
  Log:
  no space in parameter name
  
Index: phpdoc/en/reference/msql/functions/msql-create-db.xml
diff -u phpdoc/en/reference/msql/functions/msql-create-db.xml:1.2 
phpdoc/en/reference/msql/functions/msql-create-db.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-create-db.xml:1.2   Wed Apr 17 02:40:52 
2002
+++ phpdoc/en/reference/msql/functions/msql-create-db.xml   Thu Feb 13 21:48:25 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -10,14 +10,16 @@
 Description
  
   intmsql_create_db
-  stringdatabase 
name
+  
+stringdatabase_name
   intlink_identifier
  
 
- msql_create_db() attempts to create a new database on the server
+ msql_create_db attempts to create a new database on the 
+server
  associated with the specified link identifier.
 
- See also: msql_drop_db.
+ 
+ See also
+  msql_drop_db.
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #22198 [Ana]: date() returning incorrect date

2003-02-13 Thread jm
 ID:   22198
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Solaris 8 (sparc)
 PHP Version:  4.3.0
 New Comment:

$ zdump -v "Europe/Lisbon" | grep 2003
Europe/Lisbon  Sun Mar 30 00:59:59 2003 UTC = Sun Mar 30 00:59:59 2003
WET isdst
=0 gmtoff=0
Europe/Lisbon  Sun Mar 30 01:00:00 2003 UTC = Sun Mar 30 02:00:00 2003
WEST isds
t=1 gmtoff=3600
Europe/Lisbon  Sun Oct 26 00:59:59 2003 UTC = Sun Oct 26 01:59:59 2003
WEST isds
t=1 gmtoff=3600
Europe/Lisbon  Sun Oct 26 01:00:00 2003 UTC = Sun Oct 26 01:00:00 2003
WET isdst
=0 gmtoff=0
$


Previous Comments:


[2003-02-13 14:43:22] [EMAIL PROTECTED]

Out of curiosity:

can you please check the TZ environment variable on your machines and
perhaps also the output of

  zdump -v "$TZ" | grep 2003

On Linux, I get:

# zdump -v "Europe/Lisbon" | grep 2003
Europe/Lisbon  Sun Mar 30 00:59:59 2003 UTC = Sun Mar 30 00:59:59 2003
WET isdst=0 gmtoff=0
Europe/Lisbon  Sun Mar 30 01:00:00 2003 UTC = Sun Mar 30 02:00:00 2003
WEST isdst=1 gmtoff=3600
Europe/Lisbon  Sun Oct 26 00:59:59 2003 UTC = Sun Oct 26 01:59:59 2003
WEST isdst=1 gmtoff=3600
Europe/Lisbon  Sun Oct 26 01:00:00 2003 UTC = Sun Oct 26 01:00:00 2003
WET isdst=0 gmtoff=0



[2003-02-12 22:22:17] [EMAIL PROTECTED]

Setting is_dst to 0 *solves* it for solaris.

Curiously though, it totally brakes for freebsd between 1-2AM.

setting is_dst (either with the default -1 or with 0 or 1) in freebsd
outputs:

...
(0 h, 59 m, 58 s) 1048985998 --> 30/03/2003
(0 h, 59 m, 59 s) 1048985999 --> 30/03/2003
(1 h, 0 m, 0 s) -1 --> 01/01/1970
(1 h, 0 m, 1 s) -1 --> 01/01/1970
...
(1 h, 59 m, 58 s) -1 --> 01/01/1970
(1 h, 59 m, 59 s) -1 --> 01/01/1970
(2 h, 0 m, 0 s) 1048986000 --> 30/03/2003
(2 h, 0 m, 1 s) 1048986001 --> 30/03/2003
...



[2003-02-12 21:56:14] [EMAIL PROTECTED]

btw. mktime() has 7th optional parameter 'is_dst'.
When I use your example script, and set that to 1, I get
same results as you. 

>From manual page for mktime:
"is_dst can be set to 1 if the time is during daylight 
savings time, 0 if it is not, or -1 (the default) if it is 
unknown whether the time is within daylight savings time or 
not. If it's unknown, PHP tries to figure it out itself. 
This can cause unexpected (but not incorrect) results. "

Try setting that to 0.




[2003-02-12 21:51:14] [EMAIL PROTECTED]

Yes, it was what I suspected. On Linux, the same script
gives 30/03/2003 from the 00:00:00 time til the end.

We need to document this behaviour a bit better..
(never use 00:00:00 as time!)




[2003-02-12 21:47:17] [EMAIL PROTECTED]

script:

 $frm2\n";
}
}
}

?>

relevant part of output:

...
(0 h, 59 m, 55 s) 1048982395 --> 29/03/2003
(0 h, 59 m, 56 s) 1048982396 --> 29/03/2003
(0 h, 59 m, 57 s) 1048982397 --> 29/03/2003
(0 h, 59 m, 58 s) 1048982398 --> 29/03/2003
(0 h, 59 m, 59 s) 1048982399 --> 29/03/2003
(1 h, 0 m, 0 s) 1048982400 --> 30/03/2003
(1 h, 0 m, 1 s) 1048982401 --> 30/03/2003
(1 h, 0 m, 2 s) 1048982402 --> 30/03/2003
(1 h, 0 m, 3 s) 1048982403 --> 30/03/2003
(1 h, 0 m, 4 s) 1048982404 --> 30/03/2003
...



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/22198

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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] leader of phpdoc-de

2003-02-13 Thread holliwell
> i'd like to participate in the phpdoc-de project as stated before, but
> even after reading some docs on php.net and mailing with some "members"
> i coudn't figure out who the leader of the phpdoc-de list is. 

There is no leader for the german translation team;-)
 
> I would appreciate if anyone could tell me who to contact in order to
> clarify, if i can help and how i could help best. sorry for discussing
> this in here, i didn't find a better place to ask for this issue.

Help is always needed and welcome!
Subscribe to [EMAIL PROTECTED] This is the list to dicscuss and ask
questions for phpdoc-de.

Friedhelm Betz


-- 
--
Friedhelm Betz

+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] leader of phpdoc-de

2003-02-13 Thread Ali Chahvand
Dear phpdoc subscribers,

i'd like to participate in the phpdoc-de project as stated before, but
even after reading some docs on php.net and mailing with some "members"
i coudn't figure out who the leader of the phpdoc-de list is. 

I would appreciate if anyone could tell me who to contact in order to
clarify, if i can help and how i could help best. sorry for discussing
this in here, i didn't find a better place to ask for this issue.

regards, Ali

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #22198 [Com]: date() returning incorrect date

2003-02-13 Thread michael . mauch
 ID:   22198
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Solaris 8 (sparc)
 PHP Version:  4.3.0
 New Comment:

Out of curiosity:

can you please check the TZ environment variable on your machines and
perhaps also the output of

  zdump -v "$TZ" | grep 2003

On Linux, I get:

# zdump -v "Europe/Lisbon" | grep 2003
Europe/Lisbon  Sun Mar 30 00:59:59 2003 UTC = Sun Mar 30 00:59:59 2003
WET isdst=0 gmtoff=0
Europe/Lisbon  Sun Mar 30 01:00:00 2003 UTC = Sun Mar 30 02:00:00 2003
WEST isdst=1 gmtoff=3600
Europe/Lisbon  Sun Oct 26 00:59:59 2003 UTC = Sun Oct 26 01:59:59 2003
WEST isdst=1 gmtoff=3600
Europe/Lisbon  Sun Oct 26 01:00:00 2003 UTC = Sun Oct 26 01:00:00 2003
WET isdst=0 gmtoff=0


Previous Comments:


[2003-02-12 22:22:17] [EMAIL PROTECTED]

Setting is_dst to 0 *solves* it for solaris.

Curiously though, it totally brakes for freebsd between 1-2AM.

setting is_dst (either with the default -1 or with 0 or 1) in freebsd
outputs:

...
(0 h, 59 m, 58 s) 1048985998 --> 30/03/2003
(0 h, 59 m, 59 s) 1048985999 --> 30/03/2003
(1 h, 0 m, 0 s) -1 --> 01/01/1970
(1 h, 0 m, 1 s) -1 --> 01/01/1970
...
(1 h, 59 m, 58 s) -1 --> 01/01/1970
(1 h, 59 m, 59 s) -1 --> 01/01/1970
(2 h, 0 m, 0 s) 1048986000 --> 30/03/2003
(2 h, 0 m, 1 s) 1048986001 --> 30/03/2003
...



[2003-02-12 21:56:14] [EMAIL PROTECTED]

btw. mktime() has 7th optional parameter 'is_dst'.
When I use your example script, and set that to 1, I get
same results as you. 

>From manual page for mktime:
"is_dst can be set to 1 if the time is during daylight 
savings time, 0 if it is not, or -1 (the default) if it is 
unknown whether the time is within daylight savings time or 
not. If it's unknown, PHP tries to figure it out itself. 
This can cause unexpected (but not incorrect) results. "

Try setting that to 0.




[2003-02-12 21:51:14] [EMAIL PROTECTED]

Yes, it was what I suspected. On Linux, the same script
gives 30/03/2003 from the 00:00:00 time til the end.

We need to document this behaviour a bit better..
(never use 00:00:00 as time!)




[2003-02-12 21:47:17] [EMAIL PROTECTED]

script:

 $frm2\n";
}
}
}

?>

relevant part of output:

...
(0 h, 59 m, 55 s) 1048982395 --> 29/03/2003
(0 h, 59 m, 56 s) 1048982396 --> 29/03/2003
(0 h, 59 m, 57 s) 1048982397 --> 29/03/2003
(0 h, 59 m, 58 s) 1048982398 --> 29/03/2003
(0 h, 59 m, 59 s) 1048982399 --> 29/03/2003
(1 h, 0 m, 0 s) 1048982400 --> 30/03/2003
(1 h, 0 m, 1 s) 1048982401 --> 30/03/2003
(1 h, 0 m, 2 s) 1048982402 --> 30/03/2003
(1 h, 0 m, 3 s) 1048982403 --> 30/03/2003
(1 h, 0 m, 4 s) 1048982404 --> 30/03/2003
...



[2003-02-12 21:30:23] [EMAIL PROTECTED]

Try using some other time that midnight. Some systems
tend to behave a bit differently during the dst change
and in those systems, the hour between 00:00 - 01:00 doesn't
exist..(e.g. Macosx does the same)




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/22198

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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-13 Thread Philip Olson
philip  Thu Feb 13 14:48:17 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   fopen.xml 
  Log:
  Put mode descriptions into a  instead of a .
  
  
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.9 
phpdoc/en/reference/filesystem/functions/fopen.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.9  Mon Feb 10 22:04:15 
2003
+++ phpdoc/en/reference/filesystem/functions/fopen.xml  Thu Feb 13 14:48:15 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -49,50 +49,69 @@
  
 
 
- mode specifies the type of access you
- require to the stream.  It may be any of the following:
- 
-  
-   
-'r' - Open for reading only; place the file pointer at the
-beginning of the file.
-   
-  
-  
-   
-'r+' - Open for reading and writing; place the file pointer at
-the beginning of the file.
-   
-  
-  
-   
-'w' - Open for writing only; place the file pointer at the
-beginning of the file and truncate the file to zero length.
-If the file does not exist, attempt to create it.
-   
-  
-  
-   
-'w+' - Open for reading and writing; place the file pointer at
-the beginning of the file and truncate the file to zero
-length.  If the file does not exist, attempt to create it.
-   
-  
-  
-   
-'a' - Open for writing only; place the file pointer at the end
-of the file. If the file does not exist, attempt to create
-it.
-   
-  
-  
-   
-'a+' - Open for reading and writing; place the file pointer at
-the end of the file. If the file does not exist, attempt to
-create it.
-   
-  
- 
+ The mode parameter specifies the type of access
+ you require to the stream.  It may be any of the following:
+ 
+  
+   A list of possible modes for fopen 
+   using mode
+  
+  
+   
+
+ mode
+ Description
+
+   
+   
+
+ 'r'
+ 
+  Open for reading only; place the file pointer at the
+  beginning of the file.
+ 
+
+
+ 'r+'
+ 
+  Open for reading and writing; place the file pointer at
+  the beginning of the file.
+ 
+
+
+ 'w'
+ 
+  Open for writing only; place the file pointer at the
+  beginning of the file and truncate the file to zero length.
+  If the file does not exist, attempt to create it.
+ 
+
+
+ 'w+'
+ 
+  Open for reading and writing; place the file pointer at
+  the beginning of the file and truncate the file to zero
+  length.  If the file does not exist, attempt to create it.
+ 
+
+
+ 'a'
+ 
+  Open for writing only; place the file pointer at the end of 
+ the file. If the file does not exist, attempt to create it.
+ 
+
+
+ 'a+'
+ 
+  Open for reading and writing; place the file pointer at
+  the end of the file. If the file does not exist, attempt to
+  create it.
+ 
+
+   
+  
+ 
 
 
  
@@ -117,7 +136,7 @@
 
 
  
-  fopen example
+  fopen examples
   
 

[PHP-DOC] Re: [PHP-DEV] Re: function.main

2003-02-13 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote:

If you turn of html_errors, that should turn off that link too IMHO,
not tested though...


well, what if i want html errors in the html output but not in the
error_log (where they dont make sense) ? ;)

--
Six Offene Systeme GmbH http://www.six.de/
i.A. Hartmut Holzgraefe Email: [EMAIL PROTECTED]   Tel.: +49-711-99091-77

Sie finden uns auf der CeBIT in Halle 6/H44   http://www.six.de/cebit2003/


--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-13 Thread Philip Olson
philip  Thu Feb 13 12:33:11 2003 EDT

  Modified files:  
/phpdoc/en/reference/cybercash  reference.xml 
  Log:
  Has gone from removed to moved into PECL.  Deals with bug #22193
  
  
Index: phpdoc/en/reference/cybercash/reference.xml
diff -u phpdoc/en/reference/cybercash/reference.xml:1.4 
phpdoc/en/reference/cybercash/reference.xml:1.5
--- phpdoc/en/reference/cybercash/reference.xml:1.4 Tue Dec 31 16:07:30 2002
+++ phpdoc/en/reference/cybercash/reference.xml Thu Feb 13 12:33:11 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Cybercash payment functions
   Cybercash
@@ -13,12 +13,15 @@
  role="configure">--with-cybercash=[DIR].
 
 
- This extension has been removed from PHP as of PHP 4.3.0, if
- you have questions as to why then you will find the following
- CyberCash Faq helpful.
- In short, CyberCash was bought out by VeriSign and although
- the CyberCash service continues to exist, VeriSign encourages
- users to switch.  See the above faq for details.
+ This extension has been moved from PHP as of PHP 4.3.0 and now
+ CyberCash lives in PECL.
+
+
+ If you have questions as to the latest status of CyberCash then
+ the following CyberCash Faq 
+ will be helpful.  In short, CyberCash was bought out by VeriSign and 
+ although the CyberCash service continues to exist, VeriSign encourages
+ users to switch.  See the above faq and PECL link for details.
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #22210 [NEW]: Inappropriate translation of pangram

2003-02-13 Thread Otto . Stolz
From: [EMAIL PROTECTED]
Operating system: 
PHP version:  4.2.0
PHP Bug Type: Documentation problem
Bug description:  Inappropriate translation of pangram

:

"The quick brown fox jumps over the lazy dog"
in the wordwrap example is a notorious pangram.
Hence, the German translation should be a pangram,
rather than the verbatim translation of those silly
words.

I suggest:
"Falsches Üben von Xylophonmusik quält jeden größeren Zwerg."

Best wishes,
  Otto Stolz
-- 
Edit bug report at http://bugs.php.net/?id=22210&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=22210&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=22210&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=22210&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=22210&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=22210&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=22210&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=22210&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=22210&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=22210&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=22210&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22210&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=22210&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=22210&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=22210&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: CVS Account Request: cysoft_cuiyan

2003-02-13 Thread Gabor Hojtsy
> In the previous application,I had specify which team i wanna take part in.
> (like this:"Translating the documentation in to Chinese (Simplified)")
> and no body tell me who is the teamleader of the DOC-ZH.
> what should i do then?

Please contact [EMAIL PROTECTED]
Someone should answer you, or the whole
translation project is died...

Goba


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] helping out on phpdoc

2003-02-13 Thread Gabor Hojtsy
> i'm, not sure if this is the right place to ask this, if it isn't please
> redirect me. I'd like to contribute to the php project and work on the
> documentation. It helped me a lot in the past and it's still doing a
> wonderfull job.
> 
> If there is a chance of helping out, please contact me. I'm not sure
> about skills i have to have, but if there are certains requirements let
> me know them too, so that i know if i'm the right guy to help ...

We would be happy to receive contributions, and welcome new members :)
See http://php.net/dochowto for a documentation on how to install a
build system for yourself, and where to apply for a CVS account.

Goba


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] helping out on phpdoc

2003-02-13 Thread Ali Chahvand
Dear phpdoc Subscribers,

i'm, not sure if this is the right place to ask this, if it isn't please
redirect me. I'd like to contribute to the php project and work on the
documentation. It helped me a lot in the past and it's still doing a
wonderfull job.

If there is a chance of helping out, please contact me. I'm not sure
about skills i have to have, but if there are certains requirements let
me know them too, so that i know if i'm the right guy to help ...

regards, Ali

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] my.php.net RFC

2003-02-13 Thread Gabor Hojtsy
Hi!

I have promised to write up this RFC about the service plan
in my mind, codenamed "My php.net".

What would be "My php.net"?
---

My php.net would be a user preference service. Utilizing this,
every user of the php.net site and mirror sites (plus maybe
other php.net subsites, eg. bugs.php.net) would be able to set
his/her own preferences regarding a wide range of things.

The starting point for this was the "mirror language", which
can be set by mirror maintainers now, and affects the URL
shortcuts on mirror sites.

The idea is to go beyond that, provide the user with control,
and broaden the range of things available for customization.

Customizing the php.net site


The core offer of My php.net would be to set the preferred
language [PL from now], and the preferred mirror site [PM].
[PL] would be considered in all kinds of operations, when a
language selection can be made (documentation search, URL
shortcuts, book page display, documentation downloads page
language focus display, etc.) [PM] can be used to redirect
the user to his/her preferred mirror site in some cases (read
on).

Requirements


 - Settings should work on all php.net mirror sites, probably
   even on unofficial ones. With the possible (or partial)
   exception of www.php.net (read on)
 - Caching should not be sacrificed significantly. That means,
   that most of the pages should look the same, regardless of
   the user settings. This means that things like previous
   search term display in the search box, or manual page display
   modifications would not be allowed. If we enable users to
   set anything that modifies the display of most of the pages,
   and that means different HTML code sent out, then we can throw
   out caching, as every user need to get his own page instance.
   That would bog down servers.
 - Preferences should work without any hassle (no
   complicated authentication for example)
 - Do not increase traffic on http://www.php.net, continue the
   trend of driving traffic out to mirror sites


Implementation
--

As the above requirements say, it should be easy to use, and work
on all mirror sites. The easiest way to go is to use a cookie to
store the information. Then there is no need to log in, and as all
mirror sites (with one exception) are under php.net now, the cookie
can be set to be available for all mirrors (like the cookie you get
when you log on to master.php.net).

The cookie should be very small, and set for a long period. There
is plenty of space in a cookie if we code the settings in a short
form.

[PL] would be considered as part of the soon to be used new unified
language chooser (phpweb/include/langchooser.inc now in testing
phase). That code correctly show you how the different environments
are taken into account, when the language to use is selected on any
php.net page. The place for user settings is also marked.

[PM] has it's own great value. First of all it would be a default
mirror for downloads, so users will never need to select a mirror site
again for downloads, if they have [PM] set. For another neat thing
about this, read on ;)

My.php.net
--

Well, the settings need to be set somewhere, so I thought about adding
a my.php file to phpweb, therefore the settings page will be accessible
with php.net/my. I also thought about making this even shorter and
cooler, and ask for my.php.net to point to this page. Then it seemed
much better to make my.php.net an entry point for the automatic mirror
selection, and redirect any URL accessed there to that same page on
the [PM]. This address would also be used for the special CHM,
eliminting the need to set the preferred mirror there.

As I have thuoght about this, error_docref was addeed, and php.net was
choosen as the default for that feature. As most of the guys won't
modify that URL in php.ini, this has driven more traffic to php.net,
though probably less traffic to php-general :)

Therefore I thought about making php.net the mirror redirection server.
This means that if you would like to access a page on php.net but you
have a different [PM] set, then you are redirected to that
site instead. That would drive much traffic off php.net again :)

The other point worth considering here is that if we add [PL] as a
setting, then php.net gets more traffic, as users don't need to go out
to a mirror site for easy shortcuts to see manual pages in their native
langauge. Therefore we need to disable [PL] on php.net, or remove php.net
from the selectable mirrors list, and always redirect from php.net. The
later is a bit too agressive, I think the former can do what it is
proposed for... Or else, if the php.net systems team does not care about
the increased traffic [PL] will cause, we can leave it to work on php.net
normally...

Summarizing this section php.net can be the redirection server, if you
have a different mirror site set in [PM]. Other mirrors won't redirect
to [PM]. T

Re: [PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-parse.xml

2003-02-13 Thread Martin Samesch
On Thu, Feb 13, 2003 at 01:00:25PM +0100, Derick Rethans wrote:
> On Thu, 13 Feb 2003, Martin Samesch wrote:
> 
> > samesch Thu Feb 13 06:48:52 2003 EDT
> > 
> >   Modified files:  
> > /phpdoc/en/reference/oracle/functions   ora-parse.xml 
> >   Log:
> >   fixed typo
> 
> Actually, it was correct... You pronounce SQL as Ess Kju Ell , and thus 
> it begins with a vowel, and thus we use  "an". 
> 
> > -Parse an SQL statement with Oracle
> > +Parse a SQL statement with Oracle

Thanks. Ummm, I was in doubt about it first...

It's correct again.

Martin

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-parse.xml

2003-02-13 Thread Martin Samesch
samesch Thu Feb 13 10:10:48 2003 EDT

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-parse.xml 
  Log:
  reverting last change
  
Index: phpdoc/en/reference/oracle/functions/ora-parse.xml
diff -u phpdoc/en/reference/oracle/functions/ora-parse.xml:1.4 
phpdoc/en/reference/oracle/functions/ora-parse.xml:1.5
--- phpdoc/en/reference/oracle/functions/ora-parse.xml:1.4  Thu Feb 13 06:48:52 
2003
+++ phpdoc/en/reference/oracle/functions/ora-parse.xml  Thu Feb 13 10:10:48 2003
@@ -1,10 +1,10 @@
 
-
+
 
   

 ora_parse
-Parse a SQL statement with Oracle
+Parse an SQL statement with Oracle


 Description



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/mcrypt/functions mcrypt-enc-is-block-mode.xml mcrypt-get-iv-size.xml mcrypt-get-key-size.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:55:53 2003 EDT

  Modified files:  
/phpdoc/en/reference/mcrypt/functions   mcrypt-enc-is-block-mode.xml 
mcrypt-get-iv-size.xml 
mcrypt-get-key-size.xml 
  Log:
  correcting proto mistakes
  
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4 
phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.5
--- phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4   Thu 
Feb 13 09:38:34 2003
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml   Thu Feb 13 
+09:55:53 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,7 +9,7 @@

 Description
  
-  intmcrypt_enc_is_block_mode
+  boolmcrypt_enc_is_block_mode
   resourcetd
  
 
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4 
phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.5
--- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4 Thu Feb 13 
09:38:34 2003
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml Thu Feb 13 09:55:53 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,13 +9,13 @@

 Description
  
-  intmcrypt_get_key_size
-  intcipher
+  intmcrypt_get_iv_size
+  resourcetd
  
  
-  intmcrypt_get_key_size
+  intmcrypt_get_iv_size
   stringcipher
-  stringmodule
+  stringmode
  
 
  The first prototype is when linked against libmcrypt 2.2.x, the
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml:1.3 
phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml:1.3Sun May 12 
17:00:19 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xmlThu Feb 13 
+09:55:53 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -8,7 +8,7 @@


 Description
- 
+
   intmcrypt_get_key_size
   intcipher
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] cvs: phpdoc /en/reference/mcrypt/functionsmcrypt-enc-is-block-mode.xml mcrypt-get-iv-size.xml mcrypt-module-open.xml

2003-02-13 Thread Derick Rethans
On Thu, 13 Feb 2003, Damien Seguy wrote:

>   Log:
>   Beautification
>   
> Index: phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml
> diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3 
>phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4
> --- phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3 Sun 
>May 12 17:00:19 2002
> +++ phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml Thu Feb 13 
>09:38:34 2003
> @@ -1,5 +1,5 @@
>  
> -
> +
>  
>
> 
> @@ -9,7 +9,7 @@
> 
>  Description
>   
> -  boolmcrypt_enc_is_block_mode
> +  intmcrypt_enc_is_block_mode

This is not correct, it's a bool.

>resourcetd
>   
>  
> Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml
> diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3 
>phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4
> --- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3   Sun May 12 
>17:00:19 2002
> +++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml   Thu Feb 13 
>09:38:34 2003
> @@ -1,5 +1,5 @@
>  
> -
> +
>  
>
> 
> @@ -9,13 +9,13 @@
> 
>  Description
>   
> -  intmcrypt_get_iv_size
> -  resourcetd
> +  intmcrypt_get_key_size
> +  intcipher

nor this..., the function is about an IV size and the 2nd parameter is a 
string, not an int.

>   
>   
> -  intmcrypt_get_iv_size
> +  intmcrypt_get_key_size

erm?!?


-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-close.xml imap-get-quota.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:39:30 2003 EDT

  Modified files:  
/phpdoc/en/reference/imap/functions imap-close.xml 
imap-get-quota.xml 
  Log:
  correcting proto
  
Index: phpdoc/en/reference/imap/functions/imap-close.xml
diff -u phpdoc/en/reference/imap/functions/imap-close.xml:1.5 
phpdoc/en/reference/imap/functions/imap-close.xml:1.6
--- phpdoc/en/reference/imap/functions/imap-close.xml:1.5   Wed Feb  5 22:38:42 
2003
+++ phpdoc/en/reference/imap/functions/imap-close.xml   Thu Feb 13 09:39:29 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,12 +9,12 @@

 Description
  
-  boolimap_createmailbox
+  boolimap_close
   
resourceimap_stream
   intflag
  
  
- Close the imap stream. Takes an optional
+ Closes the imap stream. Takes an optional
  flag CL_EXPUNGE, which will silently
  expunge the mailbox before closing, removing all messages marked for
  deletion.
Index: phpdoc/en/reference/imap/functions/imap-get-quota.xml
diff -u phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.7 
phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.8
--- phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.7   Wed Oct  9 10:55:05 
2002
+++ phpdoc/en/reference/imap/functions/imap-get-quota.xml   Thu Feb 13 09:39:29 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -87,7 +87,7 @@
 
$message = $quota_values['MESSAGE']; 
print "MESSAGE usage level is: " .  $message['usage'];
-   print "MESSAGE usage level is: " .  $message['limit'];
+   print "MESSAGE limit is: " .  $message['limit'];
 
/* ...  */ 
 } 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:39:13 2003 EDT

  Modified files:  
/phpdoc/en/reference/info/functions ini-get.xml set-time-limit.xml 
  Log:
  use of entities
  
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.3 
phpdoc/en/reference/info/functions/ini-get.xml:1.4
--- phpdoc/en/reference/info/functions/ini-get.xml:1.3  Sat Nov 30 01:47:29 2002
+++ phpdoc/en/reference/info/functions/ini-get.xml  Thu Feb 13 09:39:13 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -28,8 +28,8 @@
  When querying memory size values
  
   Many ini memory size values, such as upload_max_filesize
-  are stored in the .ini file in shorthand notation.  ini_get
-  will return the exact string stored in the php.ini file, 
NOT
+  are stored in the &php.ini; file in shorthand notation.  
+ini_get
+  will return the exact string stored in the &php.ini; file, 
+NOT
   its integer equivalent.  Attempting normal arithmetic functions on these values
   will not have otherwise expected results.
   
@@ -64,7 +64,8 @@
  
 
 
- See also get_cfg_var,
+ See also 
+ get_cfg_var,
  ini_get_all,
  ini_alter,
  ini_restore, and
Index: phpdoc/en/reference/info/functions/set-time-limit.xml
diff -u phpdoc/en/reference/info/functions/set-time-limit.xml:1.2 
phpdoc/en/reference/info/functions/set-time-limit.xml:1.3
--- phpdoc/en/reference/info/functions/set-time-limit.xml:1.2   Wed Apr 17 02:39:30 
2002
+++ phpdoc/en/reference/info/functions/set-time-limit.xml   Thu Feb 13 09:39:13 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,9 +16,9 @@
  Set the number of seconds a script is allowed to run.  If this is
  reached, the script returns a fatal error.  The default limit is
  30 seconds or, if it exists, the
- max_execution_time value defined in the configuration file.  If
- seconds is set to zero, no time limit is imposed.
+ max_execution_time value defined in the &php.ini;.
+ If seconds is set to zero, no time limit is 
+ imposed.
 
 
  When called, set_time_limit restarts the
@@ -29,9 +29,8 @@
 
 
  set_time_limit has no effect when PHP is
- running in safe mode. There is no workaround other than turning
- off safe mode or changing the time limit in the configuration file.
+ running in &safemode;. There is no workaround other than turning
+ off safe mode or changing the time limit in the &php.ini;.
 
 
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/mcrypt/functions mcrypt-enc-is-block-mode.xml mcrypt-get-iv-size.xml mcrypt-module-open.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:38:34 2003 EDT

  Modified files:  
/phpdoc/en/reference/mcrypt/functions   mcrypt-enc-is-block-mode.xml 
mcrypt-get-iv-size.xml 
mcrypt-module-open.xml 
  Log:
  Beautification
  
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3 
phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3   Sun 
May 12 17:00:19 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml   Thu Feb 13 
+09:38:34 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,7 +9,7 @@

 Description
  
-  boolmcrypt_enc_is_block_mode
+  intmcrypt_enc_is_block_mode
   resourcetd
  
 
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3 
phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3 Sun May 12 
17:00:19 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml Thu Feb 13 09:38:34 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,13 +9,13 @@

 Description
  
-  intmcrypt_get_iv_size
-  resourcetd
+  intmcrypt_get_key_size
+  intcipher
  
  
-  intmcrypt_get_iv_size
+  intmcrypt_get_key_size
   stringcipher
-  stringmode
+  stringmodule
  
 
  The first prototype is when linked against libmcrypt 2.2.x, the
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml:1.3 
phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml:1.3 Sun May 12 
17:00:20 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml Thu Feb 13 09:38:34 
+2003
@@ -1,10 +1,10 @@
 
-
+
 
   

 mcrypt_module_open
-This function opens the module of the algorithm and the mode to be 
used
+Opens the module of the algorithm and the mode to be used


 Description
@@ -98,14 +98,15 @@
  The first line in the example above will try to open the DES cipher from
  the default directory and the EBC mode from the directory
  /usr/lib/mcrypt-modes. The second example uses
- strings as name for the cipher an dmode, this only works when the
+ strings as name for the cipher and mode, this only works when the
  extension is linked against libmcrypt 2.4.x or 2.5.x.
 
 
- See also mcrypt_module_close,
+ See also 
+ mcrypt_module_close,
  mcrypt_generic,
  mdecrypt_generic,
- mcrypt_generic_init and
+ mcrypt_generic_init, and
  mcrypt_generic_deinit.
 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/ming/functions swfbutton.addaction.xml swfbutton.setaction.xml swfbutton.setdown.xml swfbutton.sethit.xml swfbutton.setover.xml swfbutton.setup.xml swffill.xml swffont.getwidth.xml swffont.xml swfmovie.add.xml swfmovie.streammp3.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:37:38 2003 EDT

  Modified files:  
/phpdoc/en/reference/ming/functions swfbutton.addaction.xml 
swfbutton.setaction.xml 
swfbutton.setdown.xml 
swfbutton.sethit.xml 
swfbutton.setover.xml 
swfbutton.setup.xml swffill.xml 
swffont.getwidth.xml 
swffont.xml swfmovie.add.xml 
swfmovie.streammp3.xml 
  Log:
  case fight
  
Index: phpdoc/en/reference/ming/functions/swfbutton.addaction.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.addaction.xml:1.2 
phpdoc/en/reference/ming/functions/swfbutton.addaction.xml:1.3
--- phpdoc/en/reference/ming/functions/swfbutton.addaction.xml:1.2  Wed Apr 17 
02:40:25 2002
+++ phpdoc/en/reference/ming/functions/swfbutton.addaction.xml  Thu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -25,7 +25,7 @@
 
  See also
  swfbutton->addshape and
- SWFAction.
+ swfaction.
 

   
Index: phpdoc/en/reference/ming/functions/swfbutton.setaction.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.setaction.xml:1.2 
phpdoc/en/reference/ming/functions/swfbutton.setaction.xml:1.3
--- phpdoc/en/reference/ming/functions/swfbutton.setaction.xml:1.2  Wed Apr 17 
02:40:26 2002
+++ phpdoc/en/reference/ming/functions/swfbutton.setaction.xml  Thu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -21,7 +21,7 @@
 
  See also
  swfbutton->addshape and
- SWFAction.
+ swfaction.
 

   
Index: phpdoc/en/reference/ming/functions/swfbutton.setdown.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.setdown.xml:1.2 
phpdoc/en/reference/ming/functions/swfbutton.setdown.xml:1.3
--- phpdoc/en/reference/ming/functions/swfbutton.setdown.xml:1.2Wed Apr 17 
02:40:26 2002
+++ phpdoc/en/reference/ming/functions/swfbutton.setdown.xmlThu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -19,7 +19,7 @@
 
  See also
  swfbutton->addshape and
- SWFAction.
+ swfaction.
 

   
Index: phpdoc/en/reference/ming/functions/swfbutton.sethit.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.sethit.xml:1.2 
phpdoc/en/reference/ming/functions/swfbutton.sethit.xml:1.3
--- phpdoc/en/reference/ming/functions/swfbutton.sethit.xml:1.2 Wed Apr 17 02:40:26 
2002
+++ phpdoc/en/reference/ming/functions/swfbutton.sethit.xml Thu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -19,7 +19,7 @@
 
  See also
  swfbutton->addshape and
- SWFAction.
+ swfaction.
 

   
Index: phpdoc/en/reference/ming/functions/swfbutton.setover.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.setover.xml:1.2 
phpdoc/en/reference/ming/functions/swfbutton.setover.xml:1.3
--- phpdoc/en/reference/ming/functions/swfbutton.setover.xml:1.2Wed Apr 17 
02:40:26 2002
+++ phpdoc/en/reference/ming/functions/swfbutton.setover.xmlThu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -19,7 +19,7 @@
 
  See also
  swfbutton->addshape and
- SWFAction.
+ swfaction.
 

   
Index: phpdoc/en/reference/ming/functions/swfbutton.setup.xml
diff -u phpdoc/en/reference/ming/functions/swfbutton.setup.xml:1.2 
phpdoc/en/reference/ming/functions/swfbutton.setup.xml:1.3
--- phpdoc/en/reference/ming/functions/swfbutton.setup.xml:1.2  Wed Apr 17 02:40:26 
2002
+++ phpdoc/en/reference/ming/functions/swfbutton.setup.xml  Thu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -19,7 +19,7 @@
 
  See also
  swfbutton->addshape and
- SWFAction.
+ swfaction.
 

   
Index: phpdoc/en/reference/ming/functions/swffill.xml
diff -u phpdoc/en/reference/ming/functions/swffill.xml:1.2 
phpdoc/en/reference/ming/functions/swffill.xml:1.3
--- phpdoc/en/reference/ming/functions/swffill.xml:1.2  Wed Apr 17 02:40:29 2002
+++ phpdoc/en/reference/ming/functions/swffill.xml  Thu Feb 13 09:37:37 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -8,6 +8,10 @@


 Description
+ 
+  newSWFFill
+  
+ 
 
  The swffill object allows you to transform 
  (scale, skew, rotate) bitmap and gradient fills. swffill
Index: phpdoc/en/reference/ming/functions/swffont.getwidth.xml
diff -u phpdoc/en/reference/ming/functions/swffont.getwidth.xml:1.2 
phpdoc/en/reference/ming/functions/swffont.getwidth.xml:1.3
--- phpdoc/en/reference/ming/functions/swffont.getwidth.xml:1.2 Wed Apr 17 02:40:29 
2002
+++ phpdoc/en/reference/ming/functions/swffont.getwidth.xml Thu Feb 13 09:37:37 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,7 +16,7 @@
 
  swffont->getwidth returns the string 
  string's width, using font's default scaling. 
- You'll probably wa

[PHP-DOC] cvs: phpdoc /en/reference/uodbc/functions odbc-execute.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:37:15 2003 EDT

  Modified files:  
/phpdoc/en/reference/uodbc/functionsodbc-execute.xml 
  Log:
  use of &safemode;
  
Index: phpdoc/en/reference/uodbc/functions/odbc-execute.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.4 
phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.5
--- phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.4Sun Dec  8 15:50:09 
2002
+++ phpdoc/en/reference/uodbc/functions/odbc-execute.xmlThu Feb 13 09:37:15 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -36,9 +36,8 @@
   

 
- File reading is not subject to any safe mode or open-basedir
+ File reading is not subject to any 
+ &safemode; or open-basedir
  restrictions. This is fixed in PHP 4.2.0.
 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:36:56 2003 EDT

  Modified files:  
/phpdoc/en/reference/xslt/functions xslt-process.xml 
  Log:
  minor typos
  
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.5 
phpdoc/en/reference/xslt/functions/xslt-process.xml:1.6
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.5 Tue Nov 26 16:16:52 
2002
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Thu Feb 13 09:36:56 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -26,7 +26,7 @@
  The input containers default to a filename 'containing' the document to be
  processed. The result container defaults to a filename for the transformed
  document. If the result container is not specified - i.e.
- NULL - than the result is returned.
+ &null; - than the result is returned.
 
 
  
@@ -177,10 +177,14 @@
  interpreted as strings by the Sablotron processor. In other words - you
  cannot pass node-sets as parameters to the XSLT document.
 
-
- 
-  Please note that file:// is needed in front of path if you 
use Windows.
- 
+
+
+ 
+
+  Please note that file:// is needed in front of path if you 
+use Windows.
+
+ 
+
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/ircg/functions ircg-channel-mode.xml ircg-disconnect.xml ircg-html-encode.xml ircg-ignore-add.xml ircg-ignore-del.xml ircg-is-conn-alive.xml ircg-join.xml ircg-kick.xml ircg-lookup-format-messages.xml ircg-msg.xml ircg-nick.xml ircg-notice.xml ircg-part.xml ircg-register-format-messages.xml ircg-set-current.xml ircg-topic.xml ircg-whois.xml

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:21:45 2003 EDT

  Modified files:  
/phpdoc/en/reference/ircg/functions ircg-channel-mode.xml 
ircg-disconnect.xml 
ircg-html-encode.xml 
ircg-ignore-add.xml 
ircg-ignore-del.xml 
ircg-is-conn-alive.xml 
ircg-join.xml ircg-kick.xml 
ircg-lookup-format-messages.xml 
ircg-msg.xml ircg-nick.xml 
ircg-notice.xml ircg-part.xml 
ircg-register-format-messages.xml 
ircg-set-current.xml 
ircg-topic.xml ircg-whois.xml 
  Log:
  boolean => bool type
  
Index: phpdoc/en/reference/ircg/functions/ircg-channel-mode.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-channel-mode.xml:1.3 
phpdoc/en/reference/ircg/functions/ircg-channel-mode.xml:1.4
--- phpdoc/en/reference/ircg/functions/ircg-channel-mode.xml:1.3Wed Nov 27 
11:50:10 2002
+++ phpdoc/en/reference/ircg/functions/ircg-channel-mode.xmlThu Feb 13 09:21:44 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_channel_mode
+  boolircg_channel_mode
   
resourceconnection
   stringchannel
   stringmode_spec
Index: phpdoc/en/reference/ircg/functions/ircg-disconnect.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-disconnect.xml:1.3 
phpdoc/en/reference/ircg/functions/ircg-disconnect.xml:1.4
--- phpdoc/en/reference/ircg/functions/ircg-disconnect.xml:1.3  Wed Nov 27 11:50:10 
2002
+++ phpdoc/en/reference/ircg/functions/ircg-disconnect.xml  Thu Feb 13 09:21:44 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_disconnect
+  boolircg_disconnect
   
resourceconnection
   stringreason
  
Index: phpdoc/en/reference/ircg/functions/ircg-html-encode.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-html-encode.xml:1.3 
phpdoc/en/reference/ircg/functions/ircg-html-encode.xml:1.4
--- phpdoc/en/reference/ircg/functions/ircg-html-encode.xml:1.3 Wed Nov 27 11:50:10 
2002
+++ phpdoc/en/reference/ircg/functions/ircg-html-encode.xml Thu Feb 13 09:21:44 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_html_encode
+  boolircg_html_encode
   stringhtml_string
  
 
Index: phpdoc/en/reference/ircg/functions/ircg-ignore-add.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-ignore-add.xml:1.3 
phpdoc/en/reference/ircg/functions/ircg-ignore-add.xml:1.4
--- phpdoc/en/reference/ircg/functions/ircg-ignore-add.xml:1.3  Wed Nov 27 11:50:10 
2002
+++ phpdoc/en/reference/ircg/functions/ircg-ignore-add.xml  Thu Feb 13 09:21:44 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_ignore_add
+  boolircg_ignore_add
   
resourceconnection
   stringnick
  
Index: phpdoc/en/reference/ircg/functions/ircg-ignore-del.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-ignore-del.xml:1.3 
phpdoc/en/reference/ircg/functions/ircg-ignore-del.xml:1.4
--- phpdoc/en/reference/ircg/functions/ircg-ignore-del.xml:1.3  Wed Nov 27 11:50:10 
2002
+++ phpdoc/en/reference/ircg/functions/ircg-ignore-del.xml  Thu Feb 13 09:21:44 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_ignore_del
+  boolircg_ignore_del
   
resourceconnection
   stringnick
  
Index: phpdoc/en/reference/ircg/functions/ircg-is-conn-alive.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-is-conn-alive.xml:1.3 
phpdoc/en/reference/ircg/functions/ircg-is-conn-alive.xml:1.4
--- phpdoc/en/reference/ircg/functions/ircg-is-conn-alive.xml:1.3   Wed Nov 27 
11:50:10 2002
+++ phpdoc/en/reference/ircg/functions/ircg-is-conn-alive.xml   Thu Feb 13 09:21:44 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_is_conn_alive
+  boolircg_is_conn_alive
   
resourceconnection
  
 
Index: phpdoc/en/reference/ircg/functions/ircg-join.xml
diff -u phpdoc/en/reference/ircg/functions/ircg-join.xml:1.4 
phpdoc/en/reference/ircg/functions/ircg-join.xml:1.5
--- phpdoc/en/reference/ircg/functions/ircg-join.xml:1.4Wed Nov 27 19:31:21 
2002
+++ phpdoc/en/reference/ircg/functions/ircg-join.xmlThu Feb 13 09:21:44 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  booleanircg_join
+  boolircg_join
   
resourceconnection
   stringchannel
   stringkey
Index: phpdoc/en/reference/ircg/functions/ircg-kick.xml
diff -u phpdoc/en/reference/ircg/functions/i

[PHP-DOC] Re: Apache 2.x / PHP 4.2.3 compatibility issue

2003-02-13 Thread Gabor Hojtsy
> On your apache2 compatibility page you state
> 
> "Apache 2.0 SAPI-support started with PHP 4.2.0. PHP 4.2.3 its known to 
> work in conjunction with Apache 2.0.39. Don't try to use this version of 
> PHP with any other version of Apache. We do not recommend to use PHP 
> 4.2.3 along with Apache 2.0.39."
> 
> This is totally confusing.  "PHP 4.2.3 its known to work with Apache 
> 2.0.39" (besides being grammatically incorrect) does not agree with "We 
> do not recommend using PHP4.2.3 along with Apache 2.0.39."
> 
> Do they work allright togethe,rbut you just personally do not recommend 
> the combination?

They won't work togerther in some cases. That information was provided
by the server API developers, who probably know what are the problems,
but this is a user documentation, so we have not detailed, what is the
problem exactly...

BTW that grammar problem should be fixed, yes...

Goba [one [EMAIL PROTECTED]]


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-13 Thread Damien Seguy
damsThu Feb 13 09:07:04 2003 EDT

  Modified files:  
/phpdoc/en/reference/com/functions  com-load.xml 
  Log:
  no space in param
  
Index: phpdoc/en/reference/com/functions/com-load.xml
diff -u phpdoc/en/reference/com/functions/com-load.xml:1.2 
phpdoc/en/reference/com/functions/com-load.xml:1.3
--- phpdoc/en/reference/com/functions/com-load.xml:1.2  Wed Apr 17 02:36:45 2002
+++ phpdoc/en/reference/com/functions/com-load.xml  Thu Feb 13 09:07:04 2003
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -12,9 +12,9 @@
Description
 
  stringcom_load
- stringmodule name
+ stringmodule_name
  string
-  server name
+  server_name
   
  int
   codepage
@@ -23,11 +23,14 @@

 com_load creates a new COM component and
 returns a reference to it. Returns &false; on failure. Possible
-values for codepage are
-CP_ACP, CP_MACCP,
-CP_OEMCP, CP_SYMBOL,
-CP_THREAD_ACP, CP_UTF7
-and CP_UTF8.
+values for codepage are:
+CP_ACP, 
+CP_MACCP,
+CP_OEMCP, 
+CP_SYMBOL,
+CP_THREAD_ACP, 
+CP_UTF7, and 
+CP_UTF8.

   
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: [PHP-DEV] Re: function.main

2003-02-13 Thread Gabor Hojtsy
> > That is if I understand correctly a link in an error message. So either 
> > PHP needs to hide that link in error messages, or the function.main 
> > shortcut shuold point to somewhere on the homepage, explaining what is 
> > function.main
> 
> speaking of the link feature: can't we deactivate that for error_log
> output? error messages in the logfiles are almost unreadable right now
> (at least it takes a long time to identify the actual message, esp.
>   on 'file not found' types of messages)?

If you turn of html_errors, that should turn off that link too IMHO,
not tested though...

Goba


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: function.main

2003-02-13 Thread Gabor Hojtsy
> It was fixed in that it will link to documention for include()
> or require() (depending on the error) instead of main().  So, 
> it links to different yet more appropriate pages now.
> 
> Not sure if/what other errors cause a link to here but I
> agree we may as well create a dummy page for main() with
> some hopefully helpful information.  I just comitted main.xml
> in /info/ so have a look, comments welcome.

Cool.

Goba


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-parse.xml

2003-02-13 Thread Derick Rethans
On Thu, 13 Feb 2003, Martin Samesch wrote:

> samesch   Thu Feb 13 06:48:52 2003 EDT
> 
>   Modified files:  
> /phpdoc/en/reference/oracle/functions ora-parse.xml 
>   Log:
>   fixed typo

Actually, it was correct... You pronounce SQL as Ess Kju Ell , and thus 
it begins with a vowel, and thus we use  "an". 

> -Parse an SQL statement with Oracle
> +Parse a SQL statement with Oracle

Derick
-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-parse.xml

2003-02-13 Thread Martin Samesch
samesch Thu Feb 13 06:48:52 2003 EDT

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-parse.xml 
  Log:
  fixed typo
  
Index: phpdoc/en/reference/oracle/functions/ora-parse.xml
diff -u phpdoc/en/reference/oracle/functions/ora-parse.xml:1.3 
phpdoc/en/reference/oracle/functions/ora-parse.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-parse.xml:1.3  Wed Feb 12 12:57:03 
2003
+++ phpdoc/en/reference/oracle/functions/ora-parse.xml  Thu Feb 13 06:48:52 2003
@@ -1,10 +1,10 @@
 
-
+
 
   

 ora_parse
-Parse an SQL statement with Oracle
+Parse a SQL statement with Oracle


 Description



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: [PHP-DEV] Re: function.main

2003-02-13 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote:

That is if I understand correctly a link in an error message. So either 
PHP needs to hide that link in error messages, or the function.main 
shortcut shuold point to somewhere on the homepage, explaining what is 
function.main

speaking of the link feature: can't we deactivate that for error_log
output? error messages in the logfiles are almost unreadable right now
(at least it takes a long time to identify the actual message, esp.
 on 'file not found' types of messages)?


--
Six Offene Systeme GmbH http://www.six.de/
i.A. Hartmut Holzgraefe Email: [EMAIL PROTECTED]   Tel.: +49-711-99091-77

Sie finden uns auf der CeBIT in Halle 6/H44   http://www.six.de/cebit2003/


--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: function.main

2003-02-13 Thread Philip Olson
On Wed, 12 Feb 2003, Gabor Hojtsy wrote:

> >>>what is function.main? it keeps popping up on my requires and links to =
> >>>yoru site but nuthin' happens
> >>
> >>That is if I understand correctly a link in an error message. So either 
> >>PHP needs to hide that link in error messages, or the function.main 
> >>shortcut shuold point to somewhere on the homepage, explaining what is 
> >>function.main
> > 
> > This was fixed in CVS awhile ago (4.3.1) and now points to the
> > proper docs.  See: http://bugs.php.net/bug.php?id=21499
> 
> How was that fixed? Will there be any links with those errors for 
> function.main but for a different page, or no links? I think it would be 
> nice to make http://php.net/function.main show something (preferably the 
> same thing that this fixed error message points to), if applicable...

It was fixed in that it will link to documention for include()
or require() (depending on the error) instead of main().  So, 
it links to different yet more appropriate pages now.

Not sure if/what other errors cause a link to here but I
agree we may as well create a dummy page for main() with
some hopefully helpful information.  I just comitted main.xml
in /info/ so have a look, comments welcome.

Regards,
Philip




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-13 Thread Philip Olson
philip  Thu Feb 13 04:29:34 2003 EDT

  Added files: 
/phpdoc/en/reference/info/functions main.xml 
  Log:
  Initial checkin for this elusive function.
  
  

Index: phpdoc/en/reference/info/functions/main.xml
+++ phpdoc/en/reference/info/functions/main.xml


  
   
main
Dummy for main
   
   
Description

 There is no function named main except 
 in the PHP source.  In PHP 4.3.0, a new type of error handling 
 in the PHP source (php_error_docref) was introduced.  One feature
 is to provide links to a manual page in PHP error messages when 
 the PHP directive html_errors 
 is set to on (it's on by default).  


 Sometimes error messages refer to a manual page for the function 
 main which is why this page exists.   Please 
 add a user comment below that mentions what PHP function caused the 
 error that linked to main and it will be 
 fixed and properly documented.


 
  Known errors that point to main
  
   

 Function name
 When no longer points here

   
   

 include
 4.3.1


 include_once
 4.3.1


 require
 4.3.1


 require_once
 4.3.1

   
  
 


 See also html_errors
 and display_errors.

   
  





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php