[PHP-DOC] how to remove space directory zh and tw under cvs phpdoc modules?

2002-10-25 Thread ФʢÎÄ
hi,
When I new again checkout phpdoc modules from cvs.php.net,I get two space 
directories zh and tw under phpdoc.I don't know how to remove them from cvs.
I had run: 
cvs remove zh
cvs commit
but the directory zh still in modules phpdoc in cvs repository.
I checkout phpdoc again from new place use command : 
cvs -d :pserver:[EMAIL PROTECTED]:/repository checkout phpdoc
 
so,when I run command :  cvs -d :pserver:[EMAIL PROTECTED]:/repository checkout 
phpdoc-zh-dir

I get  following error!!
cvs server: existing repository /repository/phpdoc/zh does not match 
/repository/phpdoc-zh
cvs server: ignoring module phpdoc-zh-dir

I must delete the directory zh at first then checkout  phpdoc-zh-dir modules.

Can somebody delete the space directories zh and tw under phpdoc modules?
Thanks!


-- 
ÎÒÏÖÔÚµÄÁªÏµ·½Ê½:
023-68617051(ס),ÖØÇìÊпÆÔ°ËÄ·148ºÅ-6-8-1,8²ã
ÖØÇìÓå¸ß½ÌÓýÐÅÏ¢¼¼ÊõÖÐÐÄ
023-68628091(°ì),ÖØÇìÊиßÐÂÇø¿ÆÔ°Èý·106ºÅÁôѧÈËÔ±´´ÒµÔ°207 


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




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

2002-10-25 Thread Jesus M. Castagnetto
jmcastagnetto   Fri Oct 25 20:29:33 2002 EDT

  Modified files:  
/phpdoc/en/reference/math/functions fmod.xml 
  Log:
  yet another typo fix
  
  
Index: phpdoc/en/reference/math/functions/fmod.xml
diff -u phpdoc/en/reference/math/functions/fmod.xml:1.3 
phpdoc/en/reference/math/functions/fmod.xml:1.4
--- phpdoc/en/reference/math/functions/fmod.xml:1.3 Fri Oct 25 18:56:02 2002
+++ phpdoc/en/reference/math/functions/fmod.xml Fri Oct 25 20:29:33 2002
@@ -1,5 +1,5 @@
 
-
+
   

 fmod
@@ -14,7 +14,7 @@
   floaty
  
 
- Returns the floating point remainder of dividend the divisor
+ Returns the floating point remainder of dividing the dividend
  (x) by the divisor (y).
  The reminder (r) is defined as: x = i * y + r, for 
  some integer i. If y is



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




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

2002-10-25 Thread Jesus M. Castagnetto
jmcastagnetto   Fri Oct 25 18:56:02 2002 EDT

  Modified files:  
/phpdoc/en/reference/math/functions fmod.xml 
  Log:
  Added example to clarify the explanation.
  
  
Index: phpdoc/en/reference/math/functions/fmod.xml
diff -u phpdoc/en/reference/math/functions/fmod.xml:1.2 
phpdoc/en/reference/math/functions/fmod.xml:1.3
--- phpdoc/en/reference/math/functions/fmod.xml:1.2 Fri Oct 25 18:46:43 2002
+++ phpdoc/en/reference/math/functions/fmod.xml Fri Oct 25 18:56:02 2002
@@ -1,5 +1,5 @@
 
-
+
   

 fmod
@@ -22,6 +22,17 @@
  x and a magnitude less than the magnitude of
  y.
 
+
+ Using fmod
+ 
+
+ 
+

   
 



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




[PHP-DOC] #20092 [Opn->Csd]: fmod missing

2002-10-25 Thread jmcastagnetto
 ID:  20092
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: 4.3.0-pre1
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Added documentation


Previous Comments:


[2002-10-25 12:37:56] [EMAIL PROTECTED]

Please add a description of fmod() to the documentation.

float fmod(float x, float y)
Returns the remainder of dividing x by y as a float






-- 
Edit this bug report at http://bugs.php.net/?id=20092&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/math/functions fmod.xml

2002-10-25 Thread Jesus M. Castagnetto
jmcastagnetto   Fri Oct 25 18:46:43 2002 EDT

  Modified files:  
/phpdoc/en/reference/math/functions fmod.xml 
  Log:
  Fixed typo
  
  
Index: phpdoc/en/reference/math/functions/fmod.xml
diff -u phpdoc/en/reference/math/functions/fmod.xml:1.1 
phpdoc/en/reference/math/functions/fmod.xml:1.2
--- phpdoc/en/reference/math/functions/fmod.xml:1.1 Fri Oct 25 18:41:34 2002
+++ phpdoc/en/reference/math/functions/fmod.xml Fri Oct 25 18:46:43 2002
@@ -1,5 +1,5 @@
 
-
+
   

 fmod
@@ -17,7 +17,7 @@
  Returns the floating point remainder of dividend the divisor
  (x) by the divisor (y).
  The reminder (r) is defined as: x = i * y + r, for 
- some integer i. If y is
+ some integer i. If y is
  non-zero, r has the same sign as
  x and a magnitude less than the magnitude of
  y.



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




[PHP-DOC] cvs: phpdoc /en/reference/math/functions exp.xml fmod.xml

2002-10-25 Thread Jesus M. Castagnetto
jmcastagnetto   Fri Oct 25 18:41:34 2002 EDT

  Added files: 
/phpdoc/en/reference/math/functions fmod.xml 

  Modified files:  
/phpdoc/en/reference/math/functions exp.xml 
  Log:
  Adding docs for fmod.
  Making the exp docs more clear and precise.
  
  
Index: phpdoc/en/reference/math/functions/exp.xml
diff -u phpdoc/en/reference/math/functions/exp.xml:1.2 
phpdoc/en/reference/math/functions/exp.xml:1.3
--- phpdoc/en/reference/math/functions/exp.xml:1.2  Wed Apr 17 02:39:51 2002
+++ phpdoc/en/reference/math/functions/exp.xml  Fri Oct 25 18:41:34 2002
@@ -1,10 +1,11 @@
 
-
+
 
   

 exp
-e to the power of ...
+Calculates the exponent of e (the
+Neperian or Natural logarithm base)


 Description
@@ -13,7 +14,7 @@
   floatarg
  
 
- Returns e raised to the power of arg.
+ Returns e raised to the power of arg.
 
 
  See also pow.

Index: phpdoc/en/reference/math/functions/fmod.xml
+++ phpdoc/en/reference/math/functions/fmod.xml


  
   
fmod
Returns the floating point remainder (modulo) of the division
of the arguments
   
   
Description
 
  floatfmod
  floatx
  floaty
 

 Returns the floating point remainder of dividend the divisor
 (x) by the divisor (y).
 The reminder (r) is defined as: x = i * y + r, for 
 some integer i. If y is
 non-zero, r has the same sign as
 x and a magnitude less than the magnitude of
 y.

   
  





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




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

2002-10-25 Thread Hartmut Holzgraefe
hholzgraFri Oct 25 18:01:59 2002 EDT

  Modified files:  
/phpdoc/en/reference/nisreference.xml 
  Log:
  config updates
  
  
Index: phpdoc/en/reference/nis/reference.xml
diff -u phpdoc/en/reference/nis/reference.xml:1.3 
phpdoc/en/reference/nis/reference.xml:1.4
--- phpdoc/en/reference/nis/reference.xml:1.3   Sun Jul 28 10:31:53 2002
+++ phpdoc/en/reference/nis/reference.xml   Fri Oct 25 18:01:59 2002
@@ -1,5 +1,5 @@
 
-
+
   
   YP/NIS Functions
   YP/NIS
@@ -17,12 +17,20 @@
 


+   
+&reftitle.required;
+
+ None besides functions from standard Unix libraries which are
+ always available (either libc or 
+ libnsl, configure will detect which one to use).
+
+   
+

 &reftitle.install;
 
  To get these functions to work, you have to configure PHP with
- --with-yp(PHP 3) or
- --enable-yp(PHP 4).
+ --enable-yp.
 





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




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

2002-10-25 Thread Hartmut Holzgraefe
hholzgraFri Oct 25 17:59:11 2002 EDT

  Modified files:  
/phpdoc/en/reference/regex  reference.xml 
  Log:
  small addition
  
  
Index: phpdoc/en/reference/regex/reference.xml
diff -u phpdoc/en/reference/regex/reference.xml:1.4 
phpdoc/en/reference/regex/reference.xml:1.5
--- phpdoc/en/reference/regex/reference.xml:1.4 Fri Aug  9 06:26:10 2002
+++ phpdoc/en/reference/regex/reference.xml Fri Oct 25 17:59:10 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Regular Expression Functions (POSIX Extended)
   Regexps
@@ -126,7 +126,8 @@
 &reftitle.seealso;
 
  For regular expressions in Perl-compatible syntax have a look at the
- PCRE functions.
+ PCRE functions. The simpler shell style
+ wildcard pattern matching is provided by fnmatch.
 

   



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




[PHP-DOC] cvs: phpdoc /en/appendices wrappers.xml

2002-10-25 Thread Hartmut Holzgraefe
hholzgraFri Oct 25 17:31:03 2002 EDT

  Modified files:  
/phpdoc/en/appendices   wrappers.xml 
  Log:
  php://input documented,  tags added
  
  
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.5 phpdoc/en/appendices/wrappers.xml:1.6
--- phpdoc/en/appendices/wrappers.xml:1.5   Sat Sep 28 23:20:43 2002
+++ phpdoc/en/appendices/wrappers.xml   Fri Oct 25 17:31:03 2002
@@ -1,5 +1,5 @@
 
-
+
 
  List of Supported Protocols/Wrappers
  
@@ -13,17 +13,17 @@
 
  
   HTTP and HTTPS
-  PHP 3, PHP 4.  https:// since PHP 4.3
+   PHP 3, PHP 4. https:// since PHP 4.3
 
   
-   http://example.com
-   http://user:password@;example.com
-   https://example.com
-   https://user:password@;example.com
+   http://example.com
+   
+http://user:password@;example.com
+   https://example.com
+   
+https://user:password@;example.com
   
 
   Allows read-only access to files/resources via HTTP 1.0,
-   using the HTTP GET method. A Host: header is sent with the request
+   using the HTTP GET method. A Host: header is sent with the 
+request
to handle name-based virtual hosts.  If you have configured
a user_agent string using
your ini file or the stream context, it will also be included
@@ -37,7 +37,7 @@
   
The stream allows access to the body of
the resource; the headers are stored in the
-   $http_response_header variable.
+   $http_response_header variable.
Since PHP 4.3, the headers are available using
stream_get_meta_data.
   
@@ -54,13 +54,13 @@
 
  
   FTP and FTPS
-  PHP 3, PHP 4.  ftps:// since PHP 4.3
+  PHP 3, PHP 4.  ftps:// since PHP 4.3
 
   
-   ftp://example.com/pub/file.txt
-   
ftp://user:password@;example.com/pub/file.txt
-   ftps://example.com/pub/file.txt
-   
ftps://user:[EMAIL PROTECTED]/pub/file.txt
+   
+ftp://example.com/pub/file.txt
+   
+ftp://user:password@;example.com/pub/file.txt
+   
+ftps://example.com/pub/file.txt
+   
+ftps://user:[EMAIL PROTECTED]/pub/file.txt
   
 
   
@@ -76,7 +76,8 @@
use ftp_connect.
   
   
-   ftps:// was introduced in PHP 4.3.  It is the same as ftp://,
+   ftps:// was introduced in PHP 4.3.  
+   It is the same as ftp://,
but attempts to negotiate a secure connection with the ftp server.
If the server does not support SSL, then the connection falls back
to regular unencrypted ftp.
@@ -91,53 +92,69 @@
 
  
   PHP input/output streams
-  PHP 3.0.13 and up, php://output since PHP 4.3
+  
+   PHP 3.0.13 and up, php://output 
+   and php://input since PHP 4.3
+  
 
   
-   php://stdin
-   php://stdout
-   php://stderr
-   php://output
+   php://stdin
+   php://stdout
+   php://stderr
+   php://output
+   php://input
   
 
   
-   php://stdin, php://stdout and php://stderr allow access to
+   php://stdin, php://stdout 
+   and php://stderr allow access to
the corresponding input or output stream of the PHP process.
   
   
-   php://output allows you to write to the output buffer mechanism
-   in the same way as print and
-   echo.
-  
-  
-   php://stdin is read-only, whereas php://stdout, php://stderr
-   and php://output are write-only.
+   php://output allows you to write to the
+   output buffer mechanism in the same way as
+   print and echo.
+  
+  
+   php://input allows you to read raw POST data.
+   It is a less memory intensive alternative to
+   $HTTP_RAW_POST_DATA and does not need any
+   special &php.ini; dicetives.
+  
+  
+   php://stdin and
+   php://input are read-only, whereas
+   php://stdout,
+   php://stderr and
+   php://output are write-only.
   
  
 
  
   Compression Streams
-  zlib: PHP 4.0.4 - PHP 4.2.3 (systems with fopencookie only)
-  compress.zlib:// and compress.bzip2:// PHP 4.3 and up
+  zlib: PHP 4.0.4 - PHP 4.2.3 (systems with fopencookie 
+only)
+  compress.zlib:// and 
+compress.bzip2:// PHP 4.3 and up
 
   
-   zlib:
-   compress.zlib://
-   compress.bzip2://
+   zlib:
+   compress.zlib://
+   compress.bzip2://
   
 

-   zlib: works like gzopen, except that the
+   zlib: works like gzopen, except that the
stream can be used with fread and the other
filesystem functions.  This is deprecated as of PHP 4.3 due
to ambiguities with filenames containing ':' characters; use
-   compress.zlib:// instead.
+   compress.zlib:// instead.
   
 
   
-   compress.zlib:// and compress.bzip2:// are equivalent to
-   gzopen and bzopen respectively,
-   and operate even on systems that do not support fopencookie.
+   compress.zlib:// and
+   compress.bzip2:// are equivalent to
+   gzopen and bzopen
+   respectively, and operate even on systems that do not support
+   fopencookie.
   
  
 



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




[PHP-DOC] #20094 [NEW]: image_type_to_mime_type() missing from docs

2002-10-25 Thread leon
From: [EMAIL PROTECTED]
Operating system: 
PHP version:  4.3.0-pre1
PHP Bug Type: Documentation problem
Bug description:  image_type_to_mime_type() missing from docs

Please add php_image_type_to_mime_type() to the documentation.

array image_type_to_mime_type(int imagetype)
Convert internal image_type to mime type



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


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




[PHP-DOC] #20093 [NEW]: html_entity_decode() missing from docs

2002-10-25 Thread leon
From: [EMAIL PROTECTED]
Operating system: 
PHP version:  4.3.0-pre1
PHP Bug Type: Documentation problem
Bug description:  html_entity_decode() missing from docs

Please add html_entity_decode() to the documentation.

string html_entity_decode(string string [, int quote_style][, string
charset])
Convert all HTML entities to their applicable characters
-- 
Edit bug report at http://bugs.php.net/?id=20093&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=20093&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=20093&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=20093&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=20093&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=20093&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=20093&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=20093&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=20093&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=20093&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=20093&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20093&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=20093&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=20093&r=isapi


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




[PHP-DOC] #20092 [NEW]: fmod missing

2002-10-25 Thread leon
From: [EMAIL PROTECTED]
Operating system: 
PHP version:  4.3.0-pre1
PHP Bug Type: Documentation problem
Bug description:  fmod missing

Please add a description of fmod() to the documentation.

float fmod(float x, float y)
Returns the remainder of dividing x by y as a float


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


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




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

2002-10-25 Thread Friedhelm Betz
betzFri Oct 25 13:07:40 2002 EDT

  Modified files:  
/phpdoc/en/reference/sessionini.xml 
  Log:
  varlist instead  of simplelist
  ensure the possibility to link to session settings
  
  
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.6 phpdoc/en/reference/session/ini.xml:1.7
--- phpdoc/en/reference/session/ini.xml:1.6 Fri Oct  4 11:47:37 2002
+++ phpdoc/en/reference/session/ini.xml Fri Oct 25 13:07:40 2002
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.runtime;
  &extension.runtime;
@@ -130,220 +130,353 @@
  For further details and definition of the PHP_INI_* constants see
  ini_set.
  
-
- The session management system supports a number of configuration
- options which you can place in your &php.ini; file. We will give a
- short overview.
- 
-  
-   
-session.save_handler defines the name of the
-handler which is used for storing and retrieving data
-associated with a session.  Defaults to
-files.
-   
-  
-  
-   
-session.save_path defines the argument which
-is passed to the save handler. If you choose the default files
-handler, this is the path where the files are created.
-Defaults to /tmp. If
-session.save_path's path depth is more than
-2, garbage collection will not be performed.
-   
-   
-
- If you leave this set to a world-readable directory, such as
- /tmp (the default), other users on the
- server may be able to hijack sessions by getting the list of
- files in that directory.
-
-   
-   
-
- Windows users have to change this variable in order to use PHP's 
- session functions. Make sure to specify a valid path, e.g.:
- c:/temp.
-
-   
-  
-  
-   
-session.name specifies the name of the
-session which is used as cookie name. It should only contain
-alphanumeric characters.  Defaults to
-PHPSESSID.
-   
-  
-  
-   
-session.auto_start specifies whether the
-session module starts a session automatically on request
-startup. Defaults to 0 (disabled).
-   
-  
-  
-   
-session.cookie_lifetime specifies the lifetime of
-the cookie in seconds which is sent to the browser. The value 0
-means "until the browser is closed." Defaults to
-0.
-   
-  
-  
-   
-session.serialize_handler defines the name
-of the handler which is used to serialize/deserialize
-data. Currently, a PHP internal format (name
-php) and WDDX is supported (name
-wddx). WDDX is only available, if PHP is
-compiled with WDDX
-support. Defaults to php.
-
-  
-  
-   
-session.gc_probability specifies the
-probability that the gc (garbage collection) routine is started
-on each request in percent. Defaults to 1.
-   
-  
-  
-   
-session.gc_maxlifetime specifies the number
-of seconds after which data will be seen as 'garbage' and
-cleaned up.
-   
-   
-If you are using the default file-based session handler, your
-filesystem must keep track of access times (atime).  Windows FAT does
-not so you will have to come up with another way to handle garbage
-collecting your session if you are stuck with a FAT filesystem or any
-other fs where atime tracking is not available.
-
-   
-  
-  
-   
-session.referer_check contains the
-substring you want to check each HTTP Referer for. If the
-Referer was sent by the client and the substring was not
-found, the embedded session id will be marked as invalid.
-Defaults to the empty string.
-   
-  
-  
-   
-session.entropy_file gives a path to an
-external resource (file) which will be used as an additional
-entropy source in the session id creation process. Examples are
-/dev/random or
-/dev/urandom which are available on many
-Unix systems.
-   
-  
-  
-   
-session.entropy_length specifies the number
-of bytes which will be read from the file specified
-above. Defaults to 0 (disabled).
-   
-  
-  
-   
-session.use_cookies specifies whether the
-module will use cookies to store the session id on the client
-side. Defaults to 1 (enabled).
-   
-  
-  
-   
-session.use_only_cookies specifies whether
-the module will only use
-cookies to store the session id on the client side. Defaults
-to 0 (disabled, for backward compatibility).
-Enabling this setting prevents attacks involved passing session
-   

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

2002-10-25 Thread Friedhelm Betz
betzFri Oct 25 13:05:02 2002 EDT

  Modified files:  
/phpdoc/en/reference/info/functions assert.xml 
  Log:
  typo corrected
  
  
Index: phpdoc/en/reference/info/functions/assert.xml
diff -u phpdoc/en/reference/info/functions/assert.xml:1.3 
phpdoc/en/reference/info/functions/assert.xml:1.4
--- phpdoc/en/reference/info/functions/assert.xml:1.3   Fri Oct 25 01:47:48 2002
+++ phpdoc/en/reference/info/functions/assert.xml   Fri Oct 25 13:05:01 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -24,7 +24,7 @@
  less overhead when assertion checking is off and messages
  containing the assertion expression when
  an assertion fails. This means that if you pass a boolean condition
- as assertion this condition will not show up as
+ as assertion this condition will not show up as
  parameter to the assertion function which you may have defined with the
  assert_options function, the condition is converted
  to a string before calling that handler function, and the boolean &false;



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




[PHP-DOC] Error in generated pdf-Dokument

2002-10-25 Thread Achim Stolz

Hallo,

die bereitgestellte pdf-Version (deutsch) ist nicht fehlerfrei generiert. Es
sind dort nur 72 Seiten Inhaltsverzeichnis und die ersten 188 Seiten des
Dokuments drin.

mfG Achim

w3logistics AG
Achim Stolz
Otto-Hahn-Stra_e 18 - D-44227 Dortmund
Tel.: +49(0)231-90629-15 - Fax: +49(0)231-90629-11
E-Mail: [EMAIL PROTECTED] - http://w3logistics.com



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




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

2002-10-25 Thread Friedhelm Betz
betzFri Oct 25 08:35:17 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-stat.xml 
  Log:
  example "fix"
  just to avoid the "ugly" layout at php.net/myslq_stat
  
  
Index: phpdoc/en/reference/mysql/functions/mysql-stat.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.3 
phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.3  Fri Jun 21 08:50:59 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-stat.xml  Fri Oct 25 08:35:17 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -30,7 +30,8 @@
 
   
@@ -38,8 +39,17 @@
The above example would produce the following output:

 

   



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




[PHP-DOC] #20082 [NEW]: example script, chapter LXII Polish ver.

2002-10-25 Thread sstaciwa
From: [EMAIL PROTECTED]
Operating system: any 
PHP version:  4.2.3
PHP Bug Type: Documentation problem
Bug description:  example script, chapter LXII Polish ver.

Hi there 
I found a little mistake in documenation to PHP. 
In chapter (LXII) (pdf,(on-line version too) polish version) in subchapter
examples : 

foreach ($line as $col_name) {
print "\t\t$col_value\n";

I think it should be:

foreach ($line as $col_value) {
print "\t\t$col_value\n";

Greets 
Slawek 


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


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




[PHP-DOC] #20077 [NEW]: Image missing on online doc page

2002-10-25 Thread urs
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:  4.3.0-pre1
PHP Bug Type: Documentation problem
Bug description:  Image missing on online doc page

there is an image of the structure of php missing on page:

http://www.php.net/manual/en/zend.overview.php

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


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