Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2003-03-13 Thread Derick Rethans
On Thu, 13 Mar 2003, Thomas Schoefbeck wrote:

> tom   Thu Mar 13 16:27:32 2003 EDT
> 
>   Modified files:  
> /phpdoc/howto tools.xml 
>   Log:
>   include new info about xsl-tools
>   
> Index: phpdoc/howto/tools.xml
> diff -u phpdoc/howto/tools.xml:1.14 phpdoc/howto/tools.xml:1.15
> --- phpdoc/howto/tools.xml:1.14   Tue Aug 13 12:23:49 2002
> +++ phpdoc/howto/tools.xmlThu Mar 13 16:27:32 2003
> @@ -401,7 +401,8 @@
> 
> 
>  This is an operating system independent section,
> -as most of the tools are written in the Java
> +as most of the tools are eighter provided for several
> +operating systems, are written in the Java

uhm? That sentence doesn't compute to me, what about changing 'eighter' 
to 'either' ? :)

Derick

-- 
"my other box is your windows PC"
-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-

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



[PHP-DOC] cvs: phpdoc /howto tools.xml

2003-03-13 Thread Thomas Schoefbeck
tom Thu Mar 13 16:27:32 2003 EDT

  Modified files:  
/phpdoc/howto   tools.xml 
  Log:
  include new info about xsl-tools
  
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.14 phpdoc/howto/tools.xml:1.15
--- phpdoc/howto/tools.xml:1.14 Tue Aug 13 12:23:49 2002
+++ phpdoc/howto/tools.xml  Thu Mar 13 16:27:32 2003
@@ -401,7 +401,8 @@


 This is an operating system independent section,
-as most of the tools are written in the Java
+as most of the tools are eighter provided for several
+operating systems, are written in the Java
 language, or provide a version in Java. This means,
 you can run them on virtually any operating system,
 where a Java Virtual Machine is available. See the
@@ -419,8 +420,7 @@
  to setup any tools mentioned here if you would
  not like to play with XSL stylesheets. However
  we plan to use XSL in the future for HTML
- generation, and possibly PDF generation, if we
- can manage to work out how to do it correctly.
+ generation, and possibly PDF generation.
 


@@ -428,32 +428,46 @@
 The phpdoc Makefile has options to
 generate files using the XSL sheets, but these are currently
 experimental (and require xsltproc exclusively). After running
-./configure you can run make
-html_xsl to generate HTML files using XSL sheets.
-   
-  
-   
-XSLT processors:
+./configure you can run
 
  
   
-   Saxon: &url.xsl.saxon;
+make html_xsl to generate HTML files
   
  
  
   
-   Xalan: &url.xsl.xalan;
+   make bightml_xsl to generate one big HTML file
   
  
  
   
-   Gnome LibXSLT (also known as xsltproc):
+   make fo to generate a FO file (Formatting
+   Objects file, which will be used by the FO processor to generate
+   e.g. pdf-files)
+  
+ 
+
+using XSL sheets.
+   
+  
+   
+XSLT processors:
+
+ 
+  
+   LibXSLT (also known as xsltproc, recommended;):
&url.xsl.libxslt;,
-   available as Windows binary too at:
+   available as Windows binaries too at:
&url.xsl.libxslt.win;,
and also included in current cygwin setups.
   
  
+ 
+  
+   Saxon: &url.xsl.saxon;
+  
+ 
 


@@ -461,7 +475,9 @@
 
  As we tested, other XSLT processors, like XT and MSXML cannot handle
  the DocBook XSL stylesheets, so these cannot be used for even
- the simplest HTML creation.
+ the simplest HTML creation. Xalan
+ works with DocBook XSL stylesheets, but the sources of the PHP manual
+ currently exceed the limit of max. opened files.
 


@@ -475,7 +491,8 @@
  
  
   
-   FOP: &url.xsl.fop;
+   FOP: &url.xsl.fop; (you need version
+   0.20.5rc2 or higher)
   
  
  



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



Re: [PHP-DOC] Question concerning xsl-styles

2003-03-13 Thread Gabor Hojtsy
TOC's should look like in the dsssl-version
Wow!

>, otherwise I have something
overlooked. I've done just a view changes on purpose, like making the 
functions EIGHTER a link OR bold (bold and link would disturb the reader 
too much, if there are several function-names in one para).
This is ok with me.

It would be good if somebody could check the results of the xsl-styles 
(also build-experiences on other boxes would be nice ;).

If somebody can't build them, he can find it at

html:http://www.t0.or.at/~sunny/php/php_manual_en.zip, and
bightml: http://www.t0.or.at/~sunny/php/php_manual_en.html.zip
I've found a(n easy ;) solution for building PDFs, simply use FOP 
0.20.5rc2 and include the hyphenation-files from 0.20.4 (otherwise it 
would take the whole night listing error-msgs)). There is still much 
work to do, but if you're interested in the result:

http://www.t0.or.at/~sunny/php/php_manual_en.pdf.zip

All 3 zip-files have about 4 MB.
Sorry, but I cannot devote time to this. You know, we are putting 
together the first PHP conference, and every second thought of mine is 
about it... If I forget about this, please remind me after 2,5 weeks 
(then the conference will be over :).

Goba



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


[PHP-DOC] cvs: phpdoc /xsl fo.xsl

2003-03-13 Thread Thomas Schoefbeck
tom Thu Mar 13 14:30:04 2003 EDT

  Modified files:  
/phpdoc/xsl fo.xsl 
  Log:
  just prevent an fop-error concerning varlistentries
  
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.1 phpdoc/xsl/fo.xsl:1.2
--- phpdoc/xsl/fo.xsl:1.1   Sun Mar  9 10:02:18 2003
+++ phpdoc/xsl/fo.xsl   Thu Mar 13 14:30:03 2003
@@ -27,6 +27,10 @@
 
 
 
+
+
+
+
 
 
 0



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



Re: [PHP-DOC] Question concerning xsl-styles

2003-03-13 Thread Thomas Schöfbeck
Gabor Hojtsy wrote:
as you can see on the newly committed xsl-styles, the html and bightml 
versions seem to work fine (some design-improvements are always 
possible ;), but I have a problem with the fo-styles (or the 
FOP-behavior):


Well, I don't have any idea to your problem, but I need to ask if you 
were able to limit the TOC size, and generate documentation without 
"infinitely" deep TOC?

Goba
TOC's should look like in the dsssl-version, otherwise I have something 
overlooked. I've done just a view changes on purpose, like making the 
functions EIGHTER a link OR bold (bold and link would disturb the reader 
too much, if there are several function-names in one para).

It would be good if somebody could check the results of the xsl-styles 
(also build-experiences on other boxes would be nice ;).

If somebody can't build them, he can find it at

html:http://www.t0.or.at/~sunny/php/php_manual_en.zip, and
bightml: http://www.t0.or.at/~sunny/php/php_manual_en.html.zip
I've found a(n easy ;) solution for building PDFs, simply use FOP 
0.20.5rc2 and include the hyphenation-files from 0.20.4 (otherwise it 
would take the whole night listing error-msgs)). There is still much 
work to do, but if you're interested in the result:

http://www.t0.or.at/~sunny/php/php_manual_en.pdf.zip

All 3 zip-files have about 4 MB.

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


Re: [PHP-DOC] translations

2003-03-13 Thread Gabor Hojtsy
Welcome!

Please post to [EMAIL PROTECTED]

Thanks for your offer,
Goba
WiZZarD wrote:
well, hello there. i was interested in translating the php documents to 
dutch. at the site it told me to post this message, so here it is :)


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


Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread moshe doron

"Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> moshe doron wrote:
> >>if ever have been made used docbook for hebrew.
> >
> >
> > just to make things clear, the mentioned .ent file used unicode, where
the
> > whole project use ascii (less standard, but much more common)
> >
> >
> >
> should be no problem if specified correctly in the files 

 paradoxical, the only problems i run into when the xml header charset set
to UTF-8, was when i used UTF-8
were the hebrew charset is [{215},{143-172}] the jade yelled about the
second bit.
on the ascii charset the hebrew is [{224-250}] and all run smoothly.



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



Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread Hartmut Holzgraefe
moshe doron wrote:
if ever have been made used docbook for hebrew.


just to make things clear, the mentioned .ent file used unicode, where the
whole project use ascii (less standard, but much more common)


should be no problem if specified correctly in the files 

--
Six Offene Systeme GmbH http://www.six.de/
i.A. Hartmut Holzgraefe Email: [EMAIL PROTECTED]   Tel.: +49-711-99091-77
Sie finden uns auf der CeBIT in Halle 6/H44   http://www.six.de/cebit2003/

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


[PHP-DOC] translations

2003-03-13 Thread WiZZarD



well, hello there. i was interested in translating 
the php documents to dutch. at the site it told me to post this message, so here 
it is :)


Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread moshe doron

> if ever have been made used docbook for hebrew.

just to make things clear, the mentioned .ent file used unicode, where the
whole project use ascii (less standard, but much more common)



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



Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread moshe doron

"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> >>>i tried to hack into the poor status of the hebrew tarnslation i fixed
> >>>some bugs but still the build is broken without detailes (there are
> >>>some warnings but AFAIU that's not the problem)
> >>>
> >>>can some1 that know thatws dsssl, say me what i have to fix?
> >>
> >>What is broken? Can you please provide details?
> >
> > after some L10N ERROR msgs (we have no dbl1he* files) jade dump all
>  > the data instead of making the files) into the terminal and at last
>  > say 'ERROR 1'
>
> I have seen somebody adding he files into phpdoc sometime... How is that
> they are still missing?

just entities not dsl one, anyway is this the problem that's break the
build?

if yes, why not do the default the english set allowing the build for now?
else could u try building it uself tracing the problem coz i in dubiousness
if ever have been made used docbook for hebrew.

thanks
--
moshe



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



Re: [PHP-DOC] hebrew broken build

2003-03-13 Thread Gabor Hojtsy
i tried to hack into the poor status of the hebrew tarnslation i fixed
some bugs but still the build is broken without detailes (there are
some warnings but AFAIU that's not the problem)
can some1 that know thatws dsssl, say me what i have to fix?
What is broken? Can you please provide details?
after some L10N ERROR msgs (we have no dbl1he* files) jade dump all
> the data instead of making the files) into the terminal and at last
> say 'ERROR 1'
I have seen somebody adding he files into phpdoc sometime... How is that 
they are still missing?

Goba



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


[PHP-DOC] cvs: phpdoc /en/reference/info/functions get-magic-quotes-gpc.xml

2003-03-13 Thread Sander Roobol
sander  Thu Mar 13 09:11:58 2003 EDT

  Modified files:  
/phpdoc/en/reference/info/functions get-magic-quotes-gpc.xml 
  Log:
  no tabs :(
  
  
Index: phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml
diff -u phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.4 
phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.5
--- phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.4 Thu Mar 13 
09:08:06 2003
+++ phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml Thu Mar 13 09:11:58 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -35,10 +35,10 @@
  magic_quotes_gpc can not be set at runtime.
 
 
-See also addslashes,
-stripslashes,
-get_magic_quotes_runtime, and
-ini_get.
+ See also addslashes,
+ stripslashes,
+ get_magic_quotes_runtime, and
+ ini_get.
 

   



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



[PHP-DOC] cvs: phpdoc /en/reference/info/functions get-magic-quotes-gpc.xml

2003-03-13 Thread Sander Roobol
sander  Thu Mar 13 09:08:06 2003 EDT

  Modified files:  
/phpdoc/en/reference/info/functions get-magic-quotes-gpc.xml 
  Log:
  whitespace fix to fix two crosslinks
  
  
Index: phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml
diff -u phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.3 
phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.4
--- phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.3 Thu Nov 14 
08:23:16 2002
+++ phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml Thu Mar 13 09:08:06 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -35,10 +35,10 @@
  magic_quotes_gpc can not be set at runtime.
 
 
- See also addslashes, 
- stripslashes, 
- get_magic_quotes_runtime, and 
- ini_get.
+See also addslashes,
+stripslashes,
+get_magic_quotes_runtime, and
+ini_get.
 

   



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



[PHP-DOC] #22673 [NEW]: --with-fastcgi option not avable

2003-03-13 Thread progcom at yahoo dot com
From: progcom at yahoo dot com
Operating system: FreeBSD
PHP version:  4.3.1
PHP Bug Type: Documentation problem
Bug description:  --with-fastcgi option not avable

In PHP Manual

--with-fastcgi=SRCDIR
Build PHP as FastCGI application

is not avable.

I checked configuration file, I think it is changed to

--enable-fastcgi

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


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



[PHP-DOC] #22661 [Opn->Csd]: mysql_list_tables selects database

2003-03-13 Thread georg
 ID:   22661
 Updated by:   [EMAIL PROTECTED]
 Reported By:  lucifer at vengeance dot et dot tudelft dot nl
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: PHP: WinXP MySQL: Win2k
 PHP Version:  4.2.3
 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.




Previous Comments:


[2003-03-12 11:12:53] [EMAIL PROTECTED]

Function should be marked as deprecated (like some others which have a
sql command eviqualent)

You should use SHOW TABLES FROM DATABASE instead.



[2003-03-12 10:46:51] lucifer at vengeance dot et dot tudelft dot nl

sorry for the parsing errors in the example; i saw them too late :)



[2003-03-12 10:45:33] lucifer at vengeance dot et dot tudelft dot nl

the function "mysql_list_tables" changes the database subsequent
queries will run on; an example:

$link = mysql_connect( "host", "user", "password" );
mysql_select_db( "db1", $link );

/* now db1 is selected */
print "** tables in selected database before mysql_list_tables **"
$q = mysql_query( "show tables" );
while( $row = mysql_fetch_array( $q ) ) {
  print $row[0]."";
}

$tables = mysql_list_tables( "db2" );

/* now db2 is selected */
print "** tables in selected database after mysql_list_tables **"
$q = mysql_query( "show tables" );
while( $row = mysql_fetch_array( $q ) ) {
  print $row[0]."";
}





-- 
Edit this bug report at http://bugs.php.net/?id=22661&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/mysql/functions mysql-list-tables.xml

2003-03-13 Thread Georg Richter
georg   Thu Mar 13 03:47:05 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-list-tables.xml 
  Log:
  marked function as deprecated
  
  
Index: phpdoc/en/reference/mysql/functions/mysql-list-tables.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.5 
phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.5   Thu Jan 30 
09:18:50 2003
+++ phpdoc/en/reference/mysql/functions/mysql-list-tables.xml   Thu Mar 13 03:47:05 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -32,6 +32,14 @@
  For downward compatibility, the function alias named 
  mysql_listtables can be used. This is 
  deprecated however and is not recommended.
+
+
+ 
+  
+   This function has been deprecated. Do not use this function.
+   Use the command SHOW TABLES FROM DATABASE instead.
+  
+ 
 
 
  mysql_list_tables example



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