Re: [PHP-DOC] translation into Russian

2002-10-28 Thread Gabor Hojtsy
 I did the translation of the
 PHP-Manual into Russian, and it is now available
 for reading and downloading from the pages
 
 http://pyramidin.narod.ru/index.htm
 and
 http://pyramidin.narod.ru/downl.htm
 
 respectively.

Have you done this translation in HTML format or in XML?
It would be nice, if you can contribute this translation to
our documentation project.

Goba



-- 
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 stream-set-timeout.xml

2002-10-28 Thread Friedhelm Betz
betzMon Oct 28 05:19:32 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   stream-set-timeout.xml 
  Log:
  example correction
  
  
Index: phpdoc/en/reference/filesystem/functions/stream-set-timeout.xml
diff -u phpdoc/en/reference/filesystem/functions/stream-set-timeout.xml:1.1 
phpdoc/en/reference/filesystem/functions/stream-set-timeout.xml:1.2
--- phpdoc/en/reference/filesystem/functions/stream-set-timeout.xml:1.1 Sat Sep 28 
19:30:31 2002
+++ phpdoc/en/reference/filesystem/functions/stream-set-timeout.xml Mon Oct 28 
+05:19:32 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 !-- splitted from ./en/functions/network.xml, last change in rev 1.18 --
   refentry id=function.stream-set-timeout
refnamediv
 -29,7 +29,7 
 } else {
 fputs($fp, GET / HTTP/1.0\n\n);
 $start = time();
-socket_set_timeout($fp, 2);
+stream_set_timeout($fp, 2);
 $res = fread($fp, 2000);
 var_dump(stream_get_meta_data($fp));
 fclose($fp);



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




[PHP-DOC] reference entities?

2002-10-28 Thread Marc Boeren

Hi,

I do not have a working phpdoc generator, but I am updating the dbx
documentation to reflect the new ini-entry and related changes.

If I add (in reference.xml) the line

   reference.dbx.ini;

do I need to specify this entity somewhere, or will it automatically find
(based on dir/filename) the file /en/reference/dbx/ini.xml?

Thanks, Marc.

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




Re: [PHP-DOC] reference entities?

2002-10-28 Thread Friedhelm Betz

 Hi,

 I do not have a working phpdoc generator, but I am updating the dbx
 documentation to reflect the new ini-entry and related changes.

 If I add (in reference.xml) the line

reference.dbx.ini;

 do I need to specify this entity somewhere,

No.

  or will it automatically find
 (based on dir/filename) the file /en/reference/dbx/ini.xml?

yes.

Greets

 Friedhelm   


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




RE: [PHP-DOC] reference entities?

2002-10-28 Thread Marc Boeren

Hi,

   or will it automatically find
  (based on dir/filename) the file /en/reference/dbx/ini.xml?
 
 yes.

Thanks. Does anyone want a look at the changes before I commit them?

Cheerio, Marc.

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




Re: [PHP-DOC] reference entities?

2002-10-28 Thread Friedhelm Betz

Hallo Marc,

Monday, October 28, 2002, 12:13:09 PM, you wrote:


 Hi,

   or will it automatically find
  (based on dir/filename) the file /en/reference/dbx/ini.xml?
 
 yes.

 Thanks. Does anyone want a look at the changes before I commit them?

 Cheerio, Marc.

No need I think :-)


 Friedhelm   


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




[PHP-DOC] cvs: phpdoc /en/reference/dbx constants.xml ini.xml reference.xml /en/reference/dbx/functions dbx-query.xml

2002-10-28 Thread Marc Boeren
mboeren Mon Oct 28 06:08:19 2002 EDT

  Added files: 
/phpdoc/en/reference/dbxini.xml 

  Modified files:  
/phpdoc/en/reference/dbxconstants.xml reference.xml 
/phpdoc/en/reference/dbx/functions  dbx-query.xml 
  Log:
  Updated to reflect new ini-entry and falgs to dbx_query.
  
  
Index: phpdoc/en/reference/dbx/constants.xml
diff -u phpdoc/en/reference/dbx/constants.xml:1.2 
phpdoc/en/reference/dbx/constants.xml:1.3
--- phpdoc/en/reference/dbx/constants.xml:1.2   Sun May  5 12:39:15 2002
+++ phpdoc/en/reference/dbx/constants.xml   Mon Oct 28 06:08:18 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  section id=constants.dbx
  reftitle.constants;
  extension.constants;
 -117,6 +117,39 
 varlistentry
  term
   constantDBX_RESULT_ASSOC/constant 
+  (link linkend=language.types.integerinteger/link)
+ /term
+ listitem
+  simpara
+   
+  /simpara
+ /listitem
+/varlistentry
+varlistentry
+ term
+  constantDBX_COLNAMES_UNCHANGED/constant 
+  (link linkend=language.types.integerinteger/link)
+ /term
+ listitem
+  simpara
+   
+  /simpara
+ /listitem
+/varlistentry
+varlistentry
+ term
+  constantDBX_COLNAMES_UPPERCASE/constant 
+  (link linkend=language.types.integerinteger/link)
+ /term
+ listitem
+  simpara
+   
+  /simpara
+ /listitem
+/varlistentry
+varlistentry
+ term
+  constantDBX_COLNAMES_LOWERCASE/constant 
   (link linkend=language.types.integerinteger/link)
  /term
  listitem
Index: phpdoc/en/reference/dbx/reference.xml
diff -u phpdoc/en/reference/dbx/reference.xml:1.5 
phpdoc/en/reference/dbx/reference.xml:1.6
--- phpdoc/en/reference/dbx/reference.xml:1.5   Thu Oct 24 11:06:41 2002
+++ phpdoc/en/reference/dbx/reference.xml   Mon Oct 28 06:08:18 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 
 !-- 
 If anyone from the translator group has problems with the 
 -87,11 +87,8 
  specific documentation.
 /para
/section
-   
-   section id=dbx.runtime
-reftitle.runtime;
-no.config;
-   /section
+
+   reference.dbx.ini;
 
section id=dbx.resources
 reftitle.resources;
Index: phpdoc/en/reference/dbx/functions/dbx-query.xml
diff -u phpdoc/en/reference/dbx/functions/dbx-query.xml:1.3 
phpdoc/en/reference/dbx/functions/dbx-query.xml:1.4
--- phpdoc/en/reference/dbx/functions/dbx-query.xml:1.3 Thu Oct 24 11:06:41 2002
+++ phpdoc/en/reference/dbx/functions/dbx-query.xml Mon Oct 28 06:08:18 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 --
   refentry id=function.dbx-query
refnamediv
 -51,7 +51,8 
 para
  The parameterflags/parameter parameter is used to control the amount of
  information that is returned. It may be any combination of the following 
- constants with the bitwise OR operator (|):
+ constants with the bitwise OR operator (|). The DBX_COLNAMES_* flags 
+ override the dbx.colnames_case setting from filenamephp.ini/filename.
  variablelist
   varlistentry
term
 -98,6 +99,38 
  data, so modifying literaldata[0][0]/literal causes that
  literaldata[0]['field_name_for_first_column']/literal is modified
  as well.
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   term
+constantDBX_COLNAMES_UNCHANGED/constant
+   /term
+   listitem
+simpara
+ The case of the returned column names will not be changed.
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   term
+constantDBX_COLNAMES_UPPERCASE/constant
+   /term
+   listitem
+simpara
+ The case of the returned column names will be changed to 
+ uppercase.
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   term
+constantDBX_COLNAMES_LOWERCASE/constant
+   /term
+   listitem
+simpara
+ The case of the returned column names will be changed to 
+ lowercase.
 /simpara
/listitem
   /varlistentry

Index: phpdoc/en/reference/dbx/ini.xml
+++ phpdoc/en/reference/dbx/ini.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
section id=dbx.configuration
 reftitle.runtime;
 extension.runtime;
 para
  table
   titleDBX Configuration Options/title
   tgroup cols=3
thead
 row
  entryName/entry
  entryDefault/entry
  entryChangeable/entry
 /row
/thead
tbody
 row
  entrydbx.colnames_case/entry
  entryunchanged/entry
  entryPHP_INI_SYSTEM/entry
 /row
/tbody
   /tgroup
  /table
  For further details and definition of the PHP_INI_* 

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

2002-10-28 Thread Melvyn Sopacua
msopacuaMon Oct 28 06:20:49 2002 EDT

  Modified files:  
/phpdoc/en/reference/xslt   constants.xml 
  Log:
  Update renamed constants
  
  
Index: phpdoc/en/reference/xslt/constants.xml
diff -u phpdoc/en/reference/xslt/constants.xml:1.1 
phpdoc/en/reference/xslt/constants.xml:1.2
--- phpdoc/en/reference/xslt/constants.xml:1.1  Sun Oct  6 17:14:48 2002
+++ phpdoc/en/reference/xslt/constants.xml  Mon Oct 28 06:20:49 2002
 -1,12 +1,12 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 section id=xslt.constants
  reftitle.constants;
  extension.constants;
  variablelist
   varlistentry
term
-constantXSLT_SILENT/constant 
+constantXSLT_OPT_SILENT/constant 
 (link linkend=language.types.integerinteger/link)
/term
listitem
 -18,7 +18,7 
   /varlistentry
   varlistentry
term
-constantXSLT_SAB_PARSE_PUBLIC_ENTITIES/constant 
+constantXSLT_SABOPT_PARSE_PUBLIC_ENTITIES/constant 
 (link linkend=language.types.integerinteger/link)
/term
listitem
 -30,7 +30,7 
   /varlistentry
   varlistentry
term
-constantXSLT_SAB_DISABLE_ADDING_META/constant 
+constantXSLT_SABOPT_DISABLE_ADDING_META/constant 
 (link linkend=language.types.integerinteger/link)
/term
listitem
 -43,7 +43,7 
   /varlistentry
   varlistentry
term
-constantXSLT_SAB_DISABLE_STRIPPING/constant 
+constantXSLT_SABOPT_DISABLE_STRIPPING/constant 
 (link linkend=language.types.integerinteger/link)
/term
listitem
 -54,12 +54,24 
   /varlistentry
   varlistentry
term
-constantXSLT_SAB_IGNORE_DOC_NOT_FOUND/constant 
+constantXSLT_SABOPT_IGNORE_DOC_NOT_FOUND/constant 
 (link linkend=language.types.integerinteger/link)
/term
listitem
 simpara
  Consider unresolved documents (the document() function) non-lethal.
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   term
+constantXSLT_ERR_UNSUPPORTED_SCHEME/constant
+(link linkend=language.types.integerinteger/link)
+   /term
+   listitem
+simpara
+ Error return code, for link
+ linkend=function.xslt-set-scheme-handlersscheme handlers/link.
 /simpara
/listitem
   /varlistentry



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




[PHP-DOC] Dump on stdout

2002-10-28 Thread Melvyn Sopacua
Hi,

Config:
autoconf 2.53
latest openjade
php-4.3.0-cvs
xsltproc: Using libxml 20425, libxslt 10021 and libexslt 712
Configure:
./configure \
--with-php=/phpcvs/bin/php \
--with-xsltproc=/weblib/local/bin/xsltproc \
--with-nsgmls=/usr/local/bin/onsgmls

make test is file
make phpweb or any other target, gives me a 2 meg dump on stdout (nohup 
'ped it)
and no files whatsoever.

Any thoughts?


With kind regards,

Melvyn Sopacua
?php include(not_reflecting_employers_views.txt); ?


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



Re: [PHP-DOC] Dump on stdout

2002-10-28 Thread Gabor Hojtsy
 Config:
 autoconf 2.53
 latest openjade
 php-4.3.0-cvs
 xsltproc: Using libxml 20425, libxslt 10021 and libexslt 712
 Configure:
 ../configure \
  --with-php=/phpcvs/bin/php \
  --with-xsltproc=/weblib/local/bin/xsltproc \
  --with-nsgmls=/usr/local/bin/onsgmls
 
 make test is file
 make phpweb or any other target, gives me a 2 meg dump on stdout (nohup 
 'ped it)
 and no files whatsoever.
 
 Any thoughts?

First of all only the targets containing xsl in their name use xsltproc,
others use jade/openjade/nsgmls. Please try to build the howto, it's much
smaller and look for errors in the output. I have never experienced such
a problem you have...

  make howto

Goba



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




[PHP-DOC] #16228 [Asn]: XSLT file path issues

2002-10-28 Thread sterling
 ID:   16228
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Assigned
-Bug Type: XSLT related
+Bug Type: Documentation problem
 Operating System: Any
 PHP Version:  4.3.0-dev
 Assigned To:  msopacua
 New Comment:

This is really a documentation problem - not an interface problem...


Previous Comments:


[2002-10-08 13:52:40] [EMAIL PROTECTED]

It's not *only* a doc problem.

There are/were some issues with how Sablotron resolves the current
working dir for the various lookups.
It's now being discussed with Ginger Alliance and will be fixed in
forthcoming 4.3.

In addition these rules will be documented properly, when they are
agreed upon and worked out. They should be intuitive as described by
[EMAIL PROTECTED] and that is the goal. There are however 3
types of relative paths in the entire transformation process:
1) entities and DTD's in data documents
2) documents via the document()/xsl:include etc. directives, in the
stylesheet
3) entities and DTD's in the documents fetched in the documents in 1)
and 2) - recursive.



[2002-10-08 08:17:38] [EMAIL PROTECTED]

I experienced this issue, too and solved it using xslt_set_base().

Anyway I think that this should default to the actual script-dir (like
$PHP_SELF or something) so that you can use relative paths without
having to worry about setting the paths right.



[2002-09-26 01:41:18] [EMAIL PROTECTED]

I also agree, this is not a Decumentations Problem and should be
reclassified. 

There is a bug in the xslt_process code that expects relative paths to
be relative to apache exe's path (i'm using php as a module) eg for me
it looks for files in i:/httpd/apache/. It should be looking in the
path of the current script.

- Mike :-)



[2002-04-11 20:03:36] [EMAIL PROTECTED]

I am also having this problem.  However, I don't think this should be
considered a documentation problem.  I should be able to use relative
paths when performing XSL transformations, and I can't.  In my opinion,
having to specify an explicit path is not a good solution.  I don't
have to use an explicit path when using include() and shouldn't when
using XSLT either.

Thanks,

Mark



[2002-04-09 16:21:14] [EMAIL PROTECTED]

recategorizing as documentation problem.



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

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


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




[PHP-DOC] #18934 [Opn-Csd]: HTML page too wide

2002-10-28 Thread iliaa
 ID:   18934
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: N/A
 PHP Version:  4.2.2
 Assigned To:  imajes
 New Comment:

Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Appears to have been fixed, I can read the page just fine in 800x600
without any horizontal scroll bars.


Previous Comments:


[2002-08-16 14:27:33] [EMAIL PROTECTED]

i'm actually fixing this. please don't say it's fixed when it's not :)



[2002-08-16 04:49:44] [EMAIL PROTECTED]

Hrm.. we should fix the already-fixed quick fix too...



[2002-08-15 23:05:07] [EMAIL PROTECTED]

Please use the printer-friendly version of PHP-Manual on low
resolutions.



[2002-08-15 23:04:26] [EMAIL PROTECTED]

Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php



[2002-08-15 21:41:22] [EMAIL PROTECTED]

The webpage for some of the documentation is too wide to easily read on
800 x 600 monitors. (Please don't tell me to upgrade monitors. That is
so MS-like.) One has to scroll right to left to read each line. An
example is at:

http://www.php.net/manual/en/language.variables.predefined.php

Here, it appears that somebody put a long URL in the comments, which
HTML cannot break.

One solution would be to make the comments in a *seperate* HTML table
container than the top description part. That way a fat comment table
won't ruin the description table also.




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


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




Re: [PHP-DOC] cvs: phpdoc /en/reference/dbx constants.xml ini.xmlreference.xml /en/reference/dbx/functions dbx-query.xml

2002-10-28 Thread Philip Olson
Any of these recently become available?  If so, typically
we add notes's to reflect when they did became available
in PHP.

Btw, no build errors over here! :)

Regards,
Philip


On Mon, 28 Oct 2002, Marc Boeren wrote:

 mboeren   Mon Oct 28 06:08:19 2002 EDT
 
   Added files: 
 /phpdoc/en/reference/dbx  ini.xml 
 
   Modified files:  
 /phpdoc/en/reference/dbx  constants.xml reference.xml 
 /phpdoc/en/reference/dbx/functionsdbx-query.xml 
   Log:
   Updated to reflect new ini-entry and falgs to dbx_query.
   
   
 Index: phpdoc/en/reference/dbx/constants.xml
 diff -u phpdoc/en/reference/dbx/constants.xml:1.2 
phpdoc/en/reference/dbx/constants.xml:1.3
 --- phpdoc/en/reference/dbx/constants.xml:1.2 Sun May  5 12:39:15 2002
 +++ phpdoc/en/reference/dbx/constants.xml Mon Oct 28 06:08:18 2002
  -1,5 +1,5 
  ?xml version=1.0 encoding=iso-8859-1?
 -!-- $Revision: 1.2 $ --
 +!-- $Revision: 1.3 $ --
   section id=constants.dbx
   reftitle.constants;
   extension.constants;
  -117,6 +117,39 
  varlistentry
   term
constantDBX_RESULT_ASSOC/constant 
 +  (link linkend=language.types.integerinteger/link)
 + /term
 + listitem
 +  simpara
 +   
 +  /simpara
 + /listitem
 +/varlistentry
 +varlistentry
 + term
 +  constantDBX_COLNAMES_UNCHANGED/constant 
 +  (link linkend=language.types.integerinteger/link)
 + /term
 + listitem
 +  simpara
 +   
 +  /simpara
 + /listitem
 +/varlistentry
 +varlistentry
 + term
 +  constantDBX_COLNAMES_UPPERCASE/constant 
 +  (link linkend=language.types.integerinteger/link)
 + /term
 + listitem
 +  simpara
 +   
 +  /simpara
 + /listitem
 +/varlistentry
 +varlistentry
 + term
 +  constantDBX_COLNAMES_LOWERCASE/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
 Index: phpdoc/en/reference/dbx/reference.xml
 diff -u phpdoc/en/reference/dbx/reference.xml:1.5 
phpdoc/en/reference/dbx/reference.xml:1.6
 --- phpdoc/en/reference/dbx/reference.xml:1.5 Thu Oct 24 11:06:41 2002
 +++ phpdoc/en/reference/dbx/reference.xml Mon Oct 28 06:08:18 2002
  -1,5 +1,5 
  ?xml version=1.0 encoding=iso-8859-1?
 -!-- $Revision: 1.5 $ --
 +!-- $Revision: 1.6 $ --
  
  !-- 
  If anyone from the translator group has problems with the 
  -87,11 +87,8 
   specific documentation.
  /para
 /section
 -   
 -   section id=dbx.runtime
 -reftitle.runtime;
 -no.config;
 -   /section
 +
 +   reference.dbx.ini;
  
 section id=dbx.resources
  reftitle.resources;
 Index: phpdoc/en/reference/dbx/functions/dbx-query.xml
 diff -u phpdoc/en/reference/dbx/functions/dbx-query.xml:1.3 
phpdoc/en/reference/dbx/functions/dbx-query.xml:1.4
 --- phpdoc/en/reference/dbx/functions/dbx-query.xml:1.3   Thu Oct 24 11:06:41 
2002
 +++ phpdoc/en/reference/dbx/functions/dbx-query.xml   Mon Oct 28 06:08:18 2002
  -1,5 +1,5 
  ?xml version=1.0 encoding=iso-8859-1?
 -!-- $Revision: 1.3 $ --
 +!-- $Revision: 1.4 $ --
  !-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 --
refentry id=function.dbx-query
 refnamediv
  -51,7 +51,8 
  para
   The parameterflags/parameter parameter is used to control the amount of
   information that is returned. It may be any combination of the following 
 - constants with the bitwise OR operator (|):
 + constants with the bitwise OR operator (|). The DBX_COLNAMES_* flags 
 + override the dbx.colnames_case setting from filenamephp.ini/filename.
   variablelist
varlistentry
 term
  -98,6 +99,38 
   data, so modifying literaldata[0][0]/literal causes that
   literaldata[0]['field_name_for_first_column']/literal is modified
   as well.
 +/simpara
 +   /listitem
 +  /varlistentry
 +  varlistentry
 +   term
 +constantDBX_COLNAMES_UNCHANGED/constant
 +   /term
 +   listitem
 +simpara
 + The case of the returned column names will not be changed.
 +/simpara
 +   /listitem
 +  /varlistentry
 +  varlistentry
 +   term
 +constantDBX_COLNAMES_UPPERCASE/constant
 +   /term
 +   listitem
 +simpara
 + The case of the returned column names will be changed to 
 + uppercase.
 +/simpara
 +   /listitem
 +  /varlistentry
 +  varlistentry
 +   term
 +constantDBX_COLNAMES_LOWERCASE/constant
 +   /term
 +   listitem
 +simpara
 + The case of the returned column names will be changed to 
 + lowercase.
  /simpara
 /listitem
/varlistentry
 
 Index: phpdoc/en/reference/dbx/ini.xml
 +++ phpdoc/en/reference/dbx/ini.xml
 ?xml version=1.0 encoding=iso-8859-1?
 !-- $Revision: 1.1 $ --
 section id=dbx.configuration
  reftitle.runtime;
  extension.runtime;
  para
   table
  

Re: [PHP-DOC] Apache 2 installation instructions

2002-10-28 Thread Friedhelm Betz

 Hi!

 We receive many complaints at [EMAIL PROTECTED] about failures in setting
 up PHP with Apache 2. Can somebody please update the documentation with
 details on Apache 2 on Linux and Windows, or provide information for the
 documentation team to add to the documentation. It would definitely help
 users.

Hmm, there is nothing magic :-)

Win32:
Module-Version for Apache2:

added in 4.2.0 : experimental/apache2filter.dll
 4.2.1 : sapi: php4apache2.dll
for windows.

Info lacking, but I am sure the dev's can give them, which
apache-version does work with which php-version.
I can't remember exactly but I think php4.2.3 on win works at least
with 2.039 or 2.040)

For Linux in general 2 solutions: pre-build rpms from the vendor (e.g.
Redhat) or ./configure --with apxs2 and so on.and also only
specific apache2-versions work with an specific php-version.

For the newest apache 2.0.43 you need a snap build form snaps.php.net
(for windows and Linux or php4.3pre build).

Nothing special for the CGI-Version ?

Correct me if I am wrong ;-)

BUT: I agree in updating the docs for the installation of apache2 in
general. This means telling the people which dll to use, where to find
and on Linux which configure settings to use (--with-apxs2).

I disagree to put the apache and php version specific thingies into
the docs, its really confusing more than it helps imho. Beside my
opinion the apache2 support isn't stable yet?! Will it be in 4.3.0?

For me it seems to be a better solution to put the version specific
thingies on the download page or a seperate page on the web and the
general instructions for installation in the docs.

Your thoughts about?


 Friedhelm   


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




[PHP-DOC] RE: [PHP-DEV] Re: [PHP-DOC] Apache 2 installation instructions

2002-10-28 Thread John Coggeshall

| We receive many complaints at [EMAIL PROTECTED] about failures in 
| setting up PHP with Apache 2. Can somebody please update the 
| documentation with details on Apache 2 on Linux and Windows, or 
| provide information for the documentation team to add to the 
| documentation. It would definitely help users.


There are some issues I believe with Apache 2.0 in general and PHP... I
can't tell you exactly where the problems are because I haven't setup
the testing yet, but from what I gathered at PHPCon there is an issue
with Thread Saftey and some of the PHP extensions. 

Since I have no idea the nature of these failures I can't give much
more info... As for the documentation, When I do my install of Apache
2.0 / PHP, I'll be sure to make sure the docs reflect the necessary
steps and correct / add anything I found necessary.

John


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




Re: [PHP-DOC] Dump on stdout

2002-10-28 Thread Melvyn Sopacua
At 17:19 28-10-2002, Gabor Hojtsy wrote:



 Config:
 autoconf 2.53
 latest openjade
 php-4.3.0-cvs
 xsltproc: Using libxml 20425, libxslt 10021 and libexslt 712
 Configure:
 ../configure \
  --with-php=/phpcvs/bin/php \
  --with-xsltproc=/weblib/local/bin/xsltproc \
  --with-nsgmls=/usr/local/bin/onsgmls

 make test is file
 make phpweb or any other target, gives me a 2 meg dump on stdout (nohup
 'ped it)
 and no files whatsoever.

 Any thoughts?

First of all only the targets containing xsl in their name use xsltproc,
others use jade/openjade/nsgmls. Please try to build the howto, it's much
smaller and look for errors in the output.


The howto needs work too :)
The download links don't seem to work and some of the SRMPS (which don't apply
to my system by the way) are no longer available at sources.redhat.com.

Secondly - it's not very clear if I need those 5 OR jade, or a few of those
AND jade.

Thirdly - looking at the stuff about lynx, I think that's the problem. My lynx
version is very old. I'll try and upgrade it.
Lynx Version 2.8.2rel.1 (01 Jun 1999)
Built on bsdi4.1 Nov 16 1999 17:16:16


The errors for the howto:
/usr/local/bin/openjade:dsssl/howto.dsl:1:73:W: cannot generate system 
identifier for public text -//James Clark//DTD DSSSL
 Style Sheet//EN
/usr/local/bin/openjade:dsssl/howto.dsl:8:0:E: reference to entity 
STYLE-SHEET for which no system identifier could be gen
erated
/usr/local/bin/openjade:dsssl/howto.dsl:1:0: entity was defined here
/usr/local/bin/openjade:dsssl/howto.dsl:8:0:E: DTD did not contain element 
declaration for document type name
/usr/local/bin/openjade:dsssl/howto.dsl:2:0:E: notation DSSSL for entity 
docbook.dsl undefined
/usr/local/bin/openjade:dsssl/howto.dsl:18:12:E: element STYLE-SHEET 
undefined
/usr/local/bin/openjade:dsssl/howto.dsl:19:24:E: there is no attribute ID
/usr/local/bin/openjade:dsssl/howto.dsl:19:47:E: there is no attribute USE
/usr/local/bin/openjade:dsssl/howto.dsl:19:56:E: element 
STYLE-SPECIFICATION undefined
/usr/local/bin/openjade:dsssl/howto.dsl:20:25:E: element 
STYLE-SPECIFICATION-BODY undefined
/usr/local/bin/openjade:dsssl/howto.dsl:45:27:E: there is no attribute ID
/usr/local/bin/openjade:dsssl/howto.dsl:45:46:E: there is no attribute 
DOCUMENT
/usr/local/bin/openjade:dsssl/howto.dsl:45:59:E: element 
EXTERNAL-SPECIFICATION undefined
/usr/local/bin/openjade:dsssl/howto.dsl:47:13:E: end tag for 
EXTERNAL-SPECIFICATION omitted, but its declaration does not
permit this
/usr/local/bin/openjade:dsssl/howto.dsl:45:0: start tag was here
/usr/local/bin/openjade:E: specification document does not have the DSSSL 
architecture as a base architecture


 I have never experienced such
a problem you have...


me neither :)


With kind regards,

Melvyn Sopacua
?php include(not_reflecting_employers_views.txt); ?


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




Re: [PHP-DOC] Dump on stdout

2002-10-28 Thread Gabor Hojtsy
 The howto needs work too :)
 The download links don't seem to work and some of the SRMPS (which don't
apply
 to my system by the way) are no longer available at sources.redhat.com.

Doh.

 Secondly - it's not very clear if I need those 5 OR jade, or a few of
those
 AND jade.

What 5 ? All tools are needed including jade. XSLT rendering is dealt
with in a different part, and it's mentioned that it's currently
not used in production at phpdoc.

 Thirdly - looking at the stuff about lynx, I think that's the problem. My
lynx
 version is very old. I'll try and upgrade it.
 Lynx Version 2.8.2rel.1 (01 Jun 1999)
 Built on bsdi4.1 Nov 16 1999 17:16:16

Lynx??? How links come to the picture?

 The errors for the howto:
 /usr/local/bin/openjade:dsssl/howto.dsl:1:73:W: cannot generate system
 identifier for public text -//James Clark//DTD DSSSL
   Style Sheet//EN
 /usr/local/bin/openjade:dsssl/howto.dsl:8:0:E: reference to entity
 STYLE-SHEET for which no system identifier could be gen
 erated

From this, I can say, that you lack your catalog files setup. Configure
tries to add some entries needed to the catalog list specified on the
command
lin of some calls, but it seems it fails. You need to set up an
SGML_CATALOG_FILES env. var pointing to openjade's catalog file (it's name
should be catalog AFAIK).

See: http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/
build/tutorials/docbooksys/segmentedhtml/ch02s04.html

This was of course a one line URL ;)

Goba


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




[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Apache 2 installation instructions

2002-10-28 Thread Gabor Hojtsy
 The aspect people complaining about is more a version thingie, e.g.
 they try to set up php 4.2.3 with apache 2.0.43 and this could not
 succeed. Is it really necessary to document that apache 2.03x works
 only with php 4.2.x1, php4.2.x2 and apache 2.04x only with php4.2y1
 or php4.2.y2? It should be clearly mentioned, that the support for
 apache2 isn't production stable ;-)

I think, it would be nice to add information to one place, the documentation
about Apache 2 support.

 1. It's not production ready
 2. If someone want to set it up, how to do it (Linux, Windows)
 3. What PHP versions work with what Apache 2 versions
 4. It should be noted, that Apache 1 support is continued ;)

 Also a point to consider is the name of the correct cgi executable
 for win: in 4.2.3 it's php.exe the cli-build names php-cli.exe.
 In the 4.3.0-dev the cli names php.exe and the cgi-version
 php-cgi.exe. I don't know why the names changed, maybe to confuse the
 people once more and to give some work for the doc-folks ;-)

Doh, it would be nice to stick to some final names ;)

NOTE: cca. 80% of the user notes on the Apache setup page deals with
Apache 2 installation. We should add verified info to the docs, and
delete those notes. There are many sites offering a php4apache2.dll
to download. These can harm our users, as they can contain any
vulnerable code, which our users download, just because there is no
official support/documentation for Apache...

http://www.php.net/manual/en/install.apache.php

Please keep this in mind,
Goba


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