[PHP-DOC] Re: Request for documentation

2002-09-17 Thread Jome

I need to know which directory functions work when PHP is running in safe
mode.  Specifically, I need to know how to delete a directory (not empty)
that I inadvertently
created with mode 0700.  Thanks.

Try:

http://www.php.net/manual/en/features.safe-mode.php#features.safe-mode.funct
ions

Regards,

Jome



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




Re: [PHP-DOC] Re: Full PDF Manual for 4.2.2

2002-09-17 Thread Jirka Kosek

James Cox wrote:

 for now, you can upload to your home directory. I will setup a public
 directory for them once we're settled in.

I uploaded PDF files to pdf directory in my home. So anyone with proper
rights can move them to web space.

Jirka

-- 
-
  Jirka Kosek
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

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




Re: [PHP-DOC] Re: Full PDF Manual for 4.2.2

2002-09-17 Thread Jirka Kosek

James Cox wrote:

 for now, you can upload to your home directory. I will setup a public
 directory for them once we're settled in.

I uploaded PDF files to pdf directory in my home. So anyone with proper
rights can move them to web space.

Jirka

-- 
-
  Jirka Kosek
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

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




[PHP-DOC] cvs: phpdoc /en/reference/var/functions print-r.xml

2002-09-17 Thread Jan Lehnardt

jan Tue Sep 17 04:51:27 2002 EDT

  Modified files:  
/phpdoc/en/reference/var/functions  print-r.xml 
  Log:
   - fix return type
  #please check the other translations
  
  
Index: phpdoc/en/reference/var/functions/print-r.xml
diff -u phpdoc/en/reference/var/functions/print-r.xml:1.2 
phpdoc/en/reference/var/functions/print-r.xml:1.3
--- phpdoc/en/reference/var/functions/print-r.xml:1.2   Wed Apr 17 02:44:59 2002
+++ phpdoc/en/reference/var/functions/print-r.xml   Tue Sep 17 04:51:27 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/var.xml, last change in rev 1.5 --
   refentry id=function.print-r
refnamediv
 -11,7 +11,7 
refsect1
 titleDescription/title
  methodsynopsis
-  typevoid/typemethodnameprint_r/methodname
+  typebool/typemethodnameprint_r/methodname
   methodparamtypemixed/typeparameterexpression/parameter/methodparam
  /methodsynopsis
 simpara



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




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

2002-09-17 Thread Hartmut Holzgraefe

hholzgraTue Sep 17 05:28:09 2002 EDT

  Modified files:  
/phpdoc/en/reference/overload   reference.xml 
  Log:
  overload is not compiled in by default yet ...
  
  
Index: phpdoc/en/reference/overload/reference.xml
diff -u phpdoc/en/reference/overload/reference.xml:1.3 
phpdoc/en/reference/overload/reference.xml:1.4
--- phpdoc/en/reference/overload/reference.xml:1.3  Fri Aug  9 06:26:08 2002
+++ phpdoc/en/reference/overload/reference.xml  Tue Sep 17 05:28:09 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
  reference id=ref.overload
   titleObject property and method call overloading/title
   titleabbrevObject overloading/titleabbrev
 -32,6 +32,8 
section id=overload.installation
 reftitle.install;
 para
+ In order to use these functions, you must compile
+ PHP with the option role=configure--enable-overload/option option.
 /para
/section
 



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




[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2002-09-17 Thread Hartmut Holzgraefe

hholzgraTue Sep 17 05:28:59 2002 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
  Log:
  hope this is not as misleading as the old entry ...
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.30 phpdoc/en/language-snippets.ent:1.31
--- phpdoc/en/language-snippets.ent:1.30Sun Sep 15 00:45:31 2002
+++ phpdoc/en/language-snippets.ent Tue Sep 17 05:28:59 2002
 -1,4 +1,4 
-!-- $Revision: 1.30 $ --
+!-- $Revision: 1.31 $ --
 
 !ENTITY warn.experimental 'warningsimparaThis extension is
 emphasisEXPERIMENTAL/emphasis. The behaviour of this extension --
 -88,7 +88,7 
 !ENTITY no.config 'paraThis extension has no configuration directives defined in 
php.ini;./para'
 !ENTITY no.resource 'paraThis extension has no resource types defined./para'
 !ENTITY no.constants 'paraThis extension has no constants defined./para'
-!ENTITY no.requirement 'paraThese functions are always available./para'
+!ENTITY no.requirement 'paraNo external libraries are needed to build this 
+extension./para'
 !ENTITY no.install 'paraThere is no installation needed to use these
 functions; they are part of the PHP core./para'
 



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




RE: [PHP-DOC] cvs: phpdoc /en language-snippets.ent

2002-09-17 Thread Erica Douglass

So are those functions not always available? If so, we should define
when they are and when they aren't.

My main concern is that your addition may be too technical for anyone
but the most advanced PHP users. I'd appreciate it if you could define
this in a less technical manner. 

Thanks,
Erica

 -Original Message-
 From: Hartmut Holzgraefe [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 17, 2002 2:29 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DOC] cvs: phpdoc /en language-snippets.ent
 
 hholzgra  Tue Sep 17 05:28:59 2002 EDT
 
   Modified files:
 /phpdoc/enlanguage-snippets.ent
   Log:
   hope this is not as misleading as the old entry ...
 
 
 Index: phpdoc/en/language-snippets.ent
 diff -u phpdoc/en/language-snippets.ent:1.30 phpdoc/en/language-
 snippets.ent:1.31
 --- phpdoc/en/language-snippets.ent:1.30  Sun Sep 15 00:45:31 2002
 +++ phpdoc/en/language-snippets.ent   Tue Sep 17 05:28:59 2002
 @@ -1,4 +1,4 @@
 -!-- $Revision: 1.30 $ --
 +!-- $Revision: 1.31 $ --
 
  !ENTITY warn.experimental 'warningsimparaThis extension is
  emphasisEXPERIMENTAL/emphasis. The behaviour of this extension --
 @@ -88,7 +88,7 @@
  !ENTITY no.config 'paraThis extension has no configuration
directives
 defined in php.ini;./para'
  !ENTITY no.resource 'paraThis extension has no resource types
 defined./para'
  !ENTITY no.constants 'paraThis extension has no constants
 defined./para'
 -!ENTITY no.requirement 'paraThese functions are always
 available./para'
 +!ENTITY no.requirement 'paraNo external libraries are needed to
build
 this extension./para'
  !ENTITY no.install 'paraThere is no installation needed to use
these
  functions; they are part of the PHP core./para'
 
 
 
 
 --
 PHP Documentation Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


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




[PHP-DOC] cvs: phpdoc /en/reference/ftp constants.xml reference.xml /en/reference/ftp/functions ftp-async-continue.xml ftp-async-fget.xml ftp-async-fput.xml ftp-async-get.xml ftp-async-put.xml ftp-cdup.xml ftp-chdir.xml ftp-close.xml ftp-connect.xml ftp-delete.xml ftp-exec.xml ftp-fget.xml ftp-fput.xml ftp-get-option.xml ftp-get.xml ftp-login.xml ftp-mdtm.xml ftp-mkdir.xml ftp-nlist.xml ftp-pasv.xml ftp-put.xml ftp-pwd.xml ftp-rename.xml ftp-rmdir.xml ftp-set-option.xml ftp-site.xml

2002-09-17 Thread Erica Douglass

erica   Tue Sep 17 05:46:58 2002 EDT

  Modified files:  
/phpdoc/en/reference/ftpconstants.xml reference.xml 
/phpdoc/en/reference/ftp/functions  ftp-async-continue.xml 
ftp-async-fget.xml 
ftp-async-fput.xml 
ftp-async-get.xml 
ftp-async-put.xml ftp-cdup.xml 
ftp-chdir.xml ftp-close.xml 
ftp-connect.xml ftp-delete.xml 
ftp-exec.xml ftp-fget.xml 
ftp-fput.xml ftp-get-option.xml 
ftp-get.xml ftp-login.xml 
ftp-mdtm.xml ftp-mkdir.xml 
ftp-nlist.xml ftp-pasv.xml 
ftp-put.xml ftp-pwd.xml 
ftp-rename.xml ftp-rmdir.xml 
ftp-set-option.xml ftp-site.xml 
  Log:
  Fixed grammatical errors and spelling mistakes.
  
  

Index: phpdoc/en/reference/ftp/constants.xml
diff -u phpdoc/en/reference/ftp/constants.xml:1.2 
phpdoc/en/reference/ftp/constants.xml:1.3
--- phpdoc/en/reference/ftp/constants.xml:1.2   Sat Jul 27 07:48:17 2002
+++ phpdoc/en/reference/ftp/constants.xml   Tue Sep 17 05:46:57 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 section id=ftp.constants
  reftitle.constants;
  extension.constants;
 -82,8 +82,8 
/term
listitem
 simpara
- Automaticly determine resumepos/startpos for get/put request
- (does only work if FTP_AUTOSEEK is enabled)
+ Automatically determine resume position and start position for GET and PUT 
+requests
+ (only works if FTP_AUTOSEEK is enabled)
 /simpara
/listitem
   /varlistentry
Index: phpdoc/en/reference/ftp/reference.xml
diff -u phpdoc/en/reference/ftp/reference.xml:1.4 
phpdoc/en/reference/ftp/reference.xml:1.5
--- phpdoc/en/reference/ftp/reference.xml:1.4   Sat Jul 27 07:48:17 2002
+++ phpdoc/en/reference/ftp/reference.xml   Tue Sep 17 05:46:57 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
  reference id=ref.ftp
   titleFTP functions/title
   titleabbrevFTP/titleabbrev
 -25,7 +25,7 
  In order to use FTP functions with your PHP configuration, you should
  add the link linkend=install.configure.enable-ftp
  option role=configure--enable-ftp/option/link option when
- installing PHP 4, and link linkend=install.configure.with-ftp
+ installing PHP 4 or link linkend=install.configure.with-ftp
  option role=configure--with-ftp/option/link when using PHP 3.
 /para
/section
 -38,8 +38,8 
section id=ftp.resources
reftitle.resources;
 para
- This extension uses one resource-type, which is the link-identifier
- of the ftp-connection.
+ This extension uses one resource type, which is the link identifier
+ of the FTP connection.
 /para
/section
 
Index: phpdoc/en/reference/ftp/functions/ftp-async-continue.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-async-continue.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-async-continue.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-async-continue.xml:1.1Sat Jul 27 
07:48:17 2002
+++ phpdoc/en/reference/ftp/functions/ftp-async-continue.xmlTue Sep 17 05:46:57 
+2002
 -1,9 +1,9 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id=function.ftp-async-continue
refnamediv
 refnameftp_async_continue/refname
-refpurposeContinues retrieving/sending a file asyncronously/refpurpose
+refpurposeContinues retrieving/sending a file asynchronously/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -12,7 +12,7 
   
methodparamtyperesource/typeparameterftp_stream/parameter/methodparam
  /methodsynopsis
 para 
- Continues retrieving/sending a file asyncronously
+ Continues retrieving/sending a file asynchronously
 /para
 para
  Returns constantFTP_FAILED/constant or constantFTP_FINISHED/constant
Index: phpdoc/en/reference/ftp/functions/ftp-async-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-async-fget.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-async-fget.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-async-fget.xml:1.1Sat Jul 27 07:48:17 
2002
+++ phpdoc/en/reference/ftp/functions/ftp-async-fget.xmlTue Sep 17 05:46:57 
+2002
 -1,9 +1,9 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id=function.ftp-async-fget
refnamediv
 refnameftp_async_fget/refname
-refpurposeRetrieves a file from the FTP server asynchronly and writes it to an 
open 

Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent

2002-09-17 Thread Hartmut Holzgraefe

Erica Douglass wrote:
 So are those functions not always available? If so, we should define
 when they are and when they aren't.

have a look at http://php.net/overload

the text as it is right now is not only misleading,
it is totaly wrong, the function is *not* available
in default builds


 My main concern is that your addition may be too technical for anyone
 but the most advanced PHP users. I'd appreciate it if you could define
 this in a less technical manner. 

it *is* technical, no need to hide that IMHO

maybe it could be moved down one place so that it
is below installation, but OTOH i'd like to know
if i can meet the requirements before i even bother
with the installation details

we could maybe add a These functions (are|aren't) enabled by default
entity for those extensions like e.g. session and ctype, but that
should be named something like default.extension; and not
no.requirements;


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


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




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

2002-09-17 Thread Erica Douglass

erica   Tue Sep 17 05:58:38 2002 EDT

  Modified files:  
/phpdoc/en/reference/pdfreference.xml 
  Log:
  Corrected grammatical errors. Please note correct usage of its.
  
  
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.4 
phpdoc/en/reference/pdf/reference.xml:1.5
--- phpdoc/en/reference/pdf/reference.xml:1.4   Fri Aug  9 06:26:09 2002
+++ phpdoc/en/reference/pdf/reference.xml   Tue Sep 17 05:58:38 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
  reference id=ref.pdf
   titlePDF functions /title
   titleabbrevPDF/titleabbrev
 -34,7 +34,7 
 /simpara
 simpara 
  Please note that most of the PDF functions require a
- parameterpdf object/parameter as it's first parameter. Please
+ parameterpdf object/parameter as its first parameter. Please
  see the link linkend=pdf.examplesexamples/link below for more
  information.
 /simpara
 -93,7 +93,7 
 supported by PHP 4 with exactly the same meaning and the same
 parameters. Only the return values may differ from the PDFlib
 manual, because the PHP convention of returning
-false; was adopted. For compatibility reasons
+false; was adopted. For compatibility reasons,
 this binding for PDFlib still supports the old functions, but they
 should be replaced by their new versions. PDFlib GmbH will not
 support any problems arising from the use of these deprecated
 -101,7 +101,7 
/simpara
 para
  table
-  titleDeprecated functions and its replacements/title
+  titleDeprecated functions and their replacements/title
   tgroup cols=2
thead
 row
 -259,8 +259,8 
 reftitle.examples;
 simpara
  Most of the functions are fairly easy to use. The most difficult part
- is probably creating a very simple PDF document at all. The following
- example should help to get started. 
+ is probably creating your first PDF document. The following
+ example should help to get you started. 
  It creates filenametest.pdf/filename
  with one page. The page contains the text Times Roman outlined in an
  outlined, 30pt font. The text is also underlined.
 -312,10 +312,10 
 /para
 para
  The PDFlib distribution contains a more complex example which
- creates a page with an analog clock. Here we use the in memory
+ creates a page with an analog clock. Here we use the in-memory
  creation feature of PDFlib to alleviate the need to use temporary
- files. The example, converted to PHP from the PDFlib example, is
- as follows: (The same example is available in the link
+ files. The example was converted to PHP from the PDFlib example.
+ (The same example is available in the link
  linkend=ref.cpdfCLibPDF/link documentation.)
 /para
 para
 -443,7 +443,7 
   available. Please see the link linkend=ref.cpdfClibPDF/link
   section for details. Note that link
   linkend=ref.cpdfClibPDF/link has a slightly different API
-  compared to PDFlib.
+  than PDFlib.
  /para
 /note
/section



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




RE: [PHP-DOC] cvs: phpdoc /en language-snippets.ent

2002-09-17 Thread Erica Douglass

I'm still not really clear on what you're trying to say with the changes
that you made.

I would start with This extension requires  and fill in the blank
(to maintain consistency with the other elements.) Try to answer the
following questions with your explanation:

-- If I already have PHP installed, will this be automatically
available? (If the answer is It depends, outline a few specific
scenarios.)
-- Do I need to reinstall PHP with specific options to use this
extension?

If you can do that without being too technical (external libraries is
the specific phrase that I am concerned with), then I'll stop pestering
you about this. ;) I agree that the other one was misleading; I agree
that yours is better; now we must focus on how to best state the
requirements from a user's perspective.

Erica

 -Original Message-
 From: Hartmut Holzgraefe [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 17, 2002 2:56 AM
 To: Erica Douglass
 Cc: [EMAIL PROTECTED]
 Subject: Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent
 
 Erica Douglass wrote:
  So are those functions not always available? If so, we should define
  when they are and when they aren't.
 
 have a look at http://php.net/overload
 
 the text as it is right now is not only misleading,
 it is totaly wrong, the function is *not* available
 in default builds
 
 
  My main concern is that your addition may be too technical for
anyone
  but the most advanced PHP users. I'd appreciate it if you could
define
  this in a less technical manner.
 
 it *is* technical, no need to hide that IMHO
 
 maybe it could be moved down one place so that it
 is below installation, but OTOH i'd like to know
 if i can meet the requirements before i even bother
 with the installation details
 
 we could maybe add a These functions (are|aren't) enabled by default
 entity for those extensions like e.g. session and ctype, but that
 should be named something like default.extension; and not
 no.requirements;
 
 
 --
 Six Offene Systeme GmbH http://www.six.de/
 i.A. Hartmut Holzgraefe
 Email: [EMAIL PROTECTED]
 Tel.:  +49-711-99091-77
 
 
 --
 PHP Documentation Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


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




[PHP-DOC] cvs: phpdoc /en/reference/http/functions headers-sent.xml

2002-09-17 Thread Hartmut Holzgraefe

hholzgraTue Sep 17 08:44:12 2002 EDT

  Modified files:  
/phpdoc/en/reference/http/functions headers-sent.xml 
  Log:
  new optional parameters documented
  
  
Index: phpdoc/en/reference/http/functions/headers-sent.xml
diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.3 
phpdoc/en/reference/http/functions/headers-sent.xml:1.4
--- phpdoc/en/reference/http/functions/headers-sent.xml:1.3 Tue Aug  6 07:54:06 
2002
+++ phpdoc/en/reference/http/functions/headers-sent.xml Tue Sep 17 08:44:11 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/http.xml, last change in rev 1.7 --
   refentry id=function.headers-sent
refnamediv
 -9,8 +9,9 
refsect1
 titleDescription/title
  methodsynopsis
-  typebool/typemethodnameheaders_sent/methodname
-  void/
+  typebool/typemethodnameheaders_sent/methodname  
+  methodparamtypestring/typeparameteramp;file/parameter/methodparam
+  methodparam 
+choice=opttypeint/typeparameteramp;line/parameter/methodparam
  /methodsynopsis
 para
  This function returns true; if the HTTP headers have already been
 -19,6 +20,17 
 already been sent. Using this function you can at least prevent
 getting the Duplicate headers ... error messages.
 /para
+para
+ The function will return the php source file and line number where
+ output started in the optional parameterfile/parameter and
+ parameterline/parameter parameters if these are given.
+/para
+note
+ simpara
+  parameterfile/parameter and parameterline/parameter where
+  added for PHP 4.3.0.
+ /simpara
+/note
 para
  See also functionheader/function for a more detailed discussion
 of the matters involved.



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




[PHP-DOC] #19453 [NEW]: [chm] bug on function.error-reporting.html

2002-09-17 Thread lc001tr

From: [EMAIL PROTECTED]
Operating system: windows
PHP version:  4.2.3
PHP Bug Type: Documentation problem
Bug description:  [chm] bug on function.error-reporting.html

I have found a bug on page function.error-reporting.html
[chm date: 2002-08-28]...
new manual wont copy .. copy to clipboard is not working
-- 
Edit bug report at http://bugs.php.net/?id=19453edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19453r=trysnapshot
Fixed in CVS:http://bugs.php.net/fix.php?id=19453r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=19453r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=19453r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19453r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19453r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19453r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19453r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19453r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=19453r=globals


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




[PHP-DOC] #19453 [Opn-Asn]: [chm] bug on function.error-reporting.html

2002-09-17 Thread goba

 ID:   19453
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Assigned
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  4.2.3
-Assigned To:  
+Assigned To:  goba
 New Comment:

We are working on a solution for it.


Previous Comments:


[2002-09-17 08:44:33] [EMAIL PROTECTED]

I have found a bug on page function.error-reporting.html
[chm date: 2002-08-28]...
new manual wont copy .. copy to clipboard is not working




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


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




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

2002-09-17 Thread Rui Hirokawa

hirokawaTue Sep 17 12:56:29 2002 EDT

  Modified files:  
/phpdoc/en/reference/mbstring   ini.xml reference.xml 
  Log:
  added new mbstring option.
  
  
Index: phpdoc/en/reference/mbstring/ini.xml
diff -u phpdoc/en/reference/mbstring/ini.xml:1.3 
phpdoc/en/reference/mbstring/ini.xml:1.4
--- phpdoc/en/reference/mbstring/ini.xml:1.3Sun Sep 15 11:15:53 2002
+++ phpdoc/en/reference/mbstring/ini.xmlTue Sep 17 12:56:29 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 section id=mbstring.configuration
  reftitle.runtime;
  extension.runtime;
 -69,6 +69,24 
  para
Here is a short explanation of the configuration directives.
   itemizedlist
+   listitem id=ini.mbstring.language
+simpara
+ literalmbstring.language/literal defines
+ default language used in mbstring.
+ Note that this option defines 
+ literalmbstring.interanl_encoding/literal
+ and literalmbstring.interanl_encoding/literal
+ should be placed after literalmbstring.language/literal
+ in php.ini;
+/simpara
+   /listitem
+   listitem id=ini.mbstring.encoding-translation
+simpara
+ literalmbstring.encoding_translation/literal enables
+ HTTP input character encoding detection and translation into
+ internal chatacter encoding. 
+/simpara
+   /listitem
listitem id=ini.mbstring.internal-encoding
 simpara
  literalmbstring.internal_encoding/literal defines default
 -138,10 +156,17 
   titlephp.ini; setting example/title
programlisting
 ![CDATA[
+; Set default language
+mbstring.language= English; Set default language to English (default)
+mbstring.language= Japanese; Set default language to Japanese
+
 ;; Set default internal encoding
 ;; Note: Make sure to use character encoding works with PHP
 mbstring.internal_encoding= UTF-8  ; Set internal encoding to UTF-8
 
+;; HTTP input encoding translation is enabled.
+mbstring.encoding_translation = On
+
 ;; Set default HTTP input character encoding
 ;; Note: Script cannot change http_input setting.
 mbstring.http_input   = pass; No conversion. 
 -177,6 +202,12 
 ;; Set HTTP header charset
 default_charset   = EUC-JP
 
+;; Set default language to Japanese
+mbstring.language = Japanese
+
+;; HTTP input encoding translation is enabled.
+mbstring.encoding_translation = On
+
 ;; Set HTTP input encoding conversion to auto
 mbstring.http_input   = auto 
 
 -205,6 +236,9 
 
 ;; Set HTTP header charset
 default_charset  = Shift_JIS
+
+;; Set default language to Japanese
+mbstring.language = Japanese
 
 ;; Set http input encoding conversion to auto
 mbstring.http_input  = auto 
Index: phpdoc/en/reference/mbstring/reference.xml
diff -u phpdoc/en/reference/mbstring/reference.xml:1.5 
phpdoc/en/reference/mbstring/reference.xml:1.6
--- phpdoc/en/reference/mbstring/reference.xml:1.5  Sat Sep 14 17:19:27 2002
+++ phpdoc/en/reference/mbstring/reference.xml  Tue Sep 17 12:56:29 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
  reference id=ref.mbstring
   titleMulti-Byte String Functions/title 
   titleabbrevMulti-Byte String/titleabbrev
 -115,6 +115,30 
  literalmbstring/literal functions. This option is
  required to use literalmbstring/literal functions.
 /para
+note
+ para
+  As of PHP 4.3.0, the option 
+  option role=configure--enable-mbstring/option
+  will be enabled by default and replaced with 
+  option role=configure--with-mbstring[=LANG]/option
+  to support Chinese, Korean and Russian language support.
+  Japanese character encoding is supported by default.
+  If option role=configure--with-mbstring=cn/option
+  is used, simplified chinese encoding will be supported. 
+  If option role=configure--with-mbstring=tw/option
+  is used, traditional chinese encoding will be supported.
+  If option role=configure--with-mbstring=kr/option
+  is used, korean encoding will be supported.
+  If option role=configure--with-mbstring=ru/option
+  is used, russian encoding will be supported.
+  If option role=configure--with-mbstring=all/option
+  is added, all supported character encoding in mbstring
+  will be enabled, but the binary size of PHP will be 
+  maximized because of huge Unicode character maps.
+  Note that Chinese, Korean and Russian encoding is 
+  experimentally supported in PHP 4.3.0.
+ /para
+/note
/listitem
listitem
 para
 -125,6 +149,17 
  converted to literalmbstring.internal_encoding/literal
  automatically.
 /para
+note
+ para
+  As of PHP 4.3.0, the option 
+  option role=configure--enable-mbstr-enc-trans/option
+  will be 

[PHP-DOC] Sesam documentation

2002-09-17 Thread Friedhelm Betz

Hi ,

Sesam exists only in PHP3 CVS.

Goba said:

 The Sesam extension is gone for some time now (I don't know the
 reason). And I also don't know what to do with the content about
 it. I would say delete them, but maybe someone will argue against
 it, putting backward compatible documentation on his flag.

Thoughts about?
Delete or keep?

Me personally +1 for delete.

 Friedhelm  


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




Re: [PHP-DOC] ini.xml and structure of manual

2002-09-17 Thread Friedhelm Betz


Hi,

 First:
 as I can say, the new structure is applied to almost every file
 (with different success) in the reference part

 Nice ;)

but has to be improved with some content

[...]

 As far as my knowledge goes, I added the ini.xml to the extensions in
 en/reference. Therefore I used scripts/mk_ini_set_table.sh contributed
 by Jesus M. Castagnetto, thanks!, and a quick look into the current cvs
 sources.
 Some questions are still open:
 Take ncurses/ini.xml as example.
 ncurses.value42PHP_INI_ALL
 ncurses.stringfoobarPHP_INI_ALL
 
 Does this make sense? More ini entries like this exists, e.g. for
 tokenizer. Apply them, leave them?
 If someone more experienced could take a look...

 Well, I am not experienced in the ncurses interface, so I cannot see
 what is the real problem here.

No real problem, I'll add them to the extensions they belong to.

 Third:
 What about the general, not extension specific, ini entries, like them
 for e.g. safe mode? Where should they go? To features/safe mode?
 What about e.g. Error Logging related entries?
 Will chapters/config.xml exist in the future and in which form?
 Should all general ini entries(in the above sense) go there?

 This is a more general question. What to do with details most of
 the time put into extension docs, but are general. Like general
 ini settings (asp tags for example), general constants, etc.
 Constants fit quite well in the predefined appendix, while ini
 options may go to the ini_set function documentation, or be
 left in the config.xml.

Therefore I asked. Personally I like the idea of a global config.xml
with all global ini entries. In doubt, if an entry belongs to a
specific extension or may also be global, I prefer to leave the
ini entry in config.xml and linking from the extension/function
to the relevant setting. For example: set_magic_quotes_runtime
It would make no sense to move the ini entries for
assert/magic_qoutes etc. to info/ini.xml..

In this case the contents of config.xml should
be changed to hold the infos about PHP_INI_All|PHP_INI_PERDIR etc.for
each setting.
Moving the infos to ini_set seems not a good idea for me. The same for
the ini constants, they should go to config.xml imho.

For safe mode and error logging I would like to move the info to
features/safe mode resp. Error Handling and Logging Functions and
linking from config.xml

One more thought about Error Handling and Logging Functions:
closelog, define_syslog_variables, openlog, syslog are under
Network Functions. Historical reasons? Imho they would better fit into
the Error Handling and Logging Functions, but thats in whole a really
different question.


 The same question will arise, if you [we] start moving the configure
 options around, which is actually the same change as the ini setting
 distribution around extension parts. Just they will go to configure.xml
 files. There will be general options left which should go somewhere...

yep.


 Fourth:
 About the changelog issues: for ini entries it might be of some
 interest to add the infos about the availability asap. But how?

 It's quite hard work to dig into the CVS and find out how and when
 ini options changed/added/removed and how the treament of values
 changed. I think that this should not be a priority.

+1, I thought/hoped the devs could us give some infos about this
point.

  Much important
 is to go on with the configure options distribution, thus deleting
 many files from the chapters dir, and so then we will be able to
 deal with the installation chapter quite clearly. This is how I would
 imagine the roadmap for the short time.

+1

 Goba

 Friedhelm


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




Re: [PHP-DOC] Sesam documentation

2002-09-17 Thread derick

On Tue, 17 Sep 2002, Friedhelm Betz wrote:

 Hi ,
 
 Sesam exists only in PHP3 CVS.
 
 Goba said:
 
  The Sesam extension is gone for some time now (I don't know the
  reason). And I also don't know what to do with the content about
  it. I would say delete them, but maybe someone will argue against
  it, putting backward compatible documentation on his flag.
 
 Thoughts about?
 Delete or keep?
 
 Me personally +1 for delete.

-1 for keeping it in :)

Derick

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
-[ [EMAIL PROTECTED]: Databases are for Assholes ]-


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




RE: [PHP-DOC] Re: Full PDF Manual for 4.2.2

2002-09-17 Thread James Cox

 
 James Cox wrote:
 
  for now, you can upload to your home directory. I will setup a public
  directory for them once we're settled in.
 
 I uploaded PDF files to pdf directory in my home. So anyone with proper
 rights can move them to web space.
 

When I work out where it makes sense to locate it, i'll get it there.

 -- james 

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




Fwd: Re: [PHP-DOC] Sesam documentation

2002-09-17 Thread Friedhelm Betz

This is a forwarded message
From: Jan Lehnardt [EMAIL PROTECTED]
To: Friedhelm Betz [EMAIL PROTECTED]
Date: Tuesday, September 17, 2002, 11:06:51 PM
Subject: [PHP-DOC] Sesam documentation

===8==Original message text===
Hi,
On Tue, Sep 17, 2002 at 08:12:01PM +0200, Friedhelm Betz wrote:
 Me personally +1 for delete.
on a similar discussion about the migrating from PHP/FI to PHP3 appendix we 
decided to keep it. It does not harm anybody (afaik) and it might be useful to 
somebody.

Jan


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




[PHP-DOC] #19462 [NEW]: Page in Dutch in the English manual

2002-09-17 Thread paolo

From: [EMAIL PROTECTED]
Operating system: Windows
PHP version:  4.2.1
PHP Bug Type: Documentation problem
Bug description:  Page in Dutch in the English manual

In the PHM English language .chm format documentation (version: This file
was generated: Sun Sep 08 02:07:01 2002) there is a page in Dutch called:
Meerdere bestanden uploaden (Hoofdstuk 20. Bestanden uploaden naar
server).
I came across it when searching for the word submit.

-- 
Edit bug report at http://bugs.php.net/?id=19462edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19462r=trysnapshot
Fixed in CVS:http://bugs.php.net/fix.php?id=19462r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=19462r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=19462r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19462r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19462r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19462r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19462r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19462r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=19462r=globals


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