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

2003-06-29 Thread Thomas Schoefbeck
tom Sun Jun 29 16:00:01 2003 EDT

  Modified files:  
/phpdoc/xsl fo.xsl 
  Log:
  implemented default-values (initializer)
  
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.6 phpdoc/xsl/fo.xsl:1.7
--- phpdoc/xsl/fo.xsl:1.6   Sat Jun 28 16:26:10 2003
+++ phpdoc/xsl/fo.xsl   Sun Jun 29 16:00:01 2003
@@ -707,6 +707,13 @@
   
 
 
+
+
+  =
+  
+
+
+
 
 



-- 
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 file-get-contents.xml

2003-06-29 Thread Thomas Schoefbeck
tom Sun Jun 29 15:58:30 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file-get-contents.xml 
  Log:
  just small grammar ch.
  
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.9 
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.10
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.9  Thu May 29 
16:10:20 2003
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml  Sun Jun 29 
15:58:30 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -21,13 +21,13 @@
 
  file_get_contents is the preferred way to read the
  contents of a file into a string.  It will use memory mapping techniques if
- support by your OS to enhance performance.
+ supported by your OS to enhance performance.
 
 ¬e.bin-safe;
 &tip.fopen-wrapper;
 
  
-  Context support was added with PHP 5.0.0
+  Context support was added with PHP 5.0.0.
  
 
 



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



[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-reverse.xml ksort.xml

2003-06-29 Thread Thomas Schoefbeck
tom Sun Jun 29 03:43:05 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-reverse.xml ksort.xml 
  Log:
  added php-pi's
  
Index: phpdoc/en/reference/array/functions/array-reverse.xml
diff -u phpdoc/en/reference/array/functions/array-reverse.xml:1.5 
phpdoc/en/reference/array/functions/array-reverse.xml:1.6
--- phpdoc/en/reference/array/functions/array-reverse.xml:1.5   Mon Jun 16 08:03:39 
2003
+++ phpdoc/en/reference/array/functions/array-reverse.xml   Sun Jun 29 03:43:05 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -26,9 +26,11 @@
   array_reverse example
   
 
   
   
Index: phpdoc/en/reference/array/functions/ksort.xml
diff -u phpdoc/en/reference/array/functions/ksort.xml:1.5 
phpdoc/en/reference/array/functions/ksort.xml:1.6
--- phpdoc/en/reference/array/functions/ksort.xml:1.5   Mon Jun 16 08:03:39 2003
+++ phpdoc/en/reference/array/functions/ksort.xml   Sun Jun 29 03:43:05 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -22,12 +22,14 @@
   ksort example
   
 
   
   



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



[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-change-key-case.xml

2003-06-28 Thread Thomas Schoefbeck
tom Sat Jun 28 16:32:41 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-change-key-case.xml 
  Log:
  corr. example
  
Index: phpdoc/en/reference/array/functions/array-change-key-case.xml
diff -u phpdoc/en/reference/array/functions/array-change-key-case.xml:1.9 
phpdoc/en/reference/array/functions/array-change-key-case.xml:1.10
--- phpdoc/en/reference/array/functions/array-change-key-case.xml:1.9   Mon Jun 16 
08:03:39 2003
+++ phpdoc/en/reference/array/functions/array-change-key-case.xml   Sat Jun 28 
16:32:41 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -42,7 +42,7 @@
 Array
 (
 [FIRST] => 1
-[SECOND] => 2
+[SECOND] => 4
 )
 ]]>
  



-- 
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-06-28 Thread Thomas Schoefbeck
tom Sat Jun 28 16:26:10 2003 EDT

  Modified files:  
/phpdoc/xsl fo.xsl 
  Log:
  make A4 paper-size for hu
  
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.5 phpdoc/xsl/fo.xsl:1.6
--- phpdoc/xsl/fo.xsl:1.5   Tue Apr 22 07:43:41 2003
+++ phpdoc/xsl/fo.xsl   Sat Jun 28 16:26:10 2003
@@ -18,7 +18,8 @@
 
 
  
-  'A4'
+  'A4'
   'USletter'
  
 



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



[PHP-DOC] cvs: phpdoc / configure.in

2003-06-27 Thread Thomas Schoefbeck
tom Fri Jun 27 18:59:20 2003 EDT

  Modified files:  
/phpdoc configure.in 
  Log:
  create zend-vars also when --with-zendapi is set (should solve the 'images 
missing'-bugs)
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.195 phpdoc/configure.in:1.196
--- phpdoc/configure.in:1.195   Mon May 26 06:41:37 2003
+++ phpdoc/configure.in Fri Jun 27 18:59:20 2003
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.195 2003/05/26 10:41:37 momo Exp $
+dnl $Id: configure.in,v 1.196 2003/06/27 22:59:20 tom Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -423,6 +423,7 @@
 
 AC_MSG_CHECKING(for ZendAPI)
 
+ZENDAPI="not found"
 AC_ARG_WITH(zendapi,
 [  --with-zendapi=[DIR]  look for ZendAPI documentation in the specified 
directory],
 [
@@ -430,7 +431,6 @@
 ZENDAPI=$withval
   fi
 ],[
-  ZENDAPI="not found"
   for dir in \
 $srcdir/en/ZendAPI \
 $srcdir/ZendAPI \
@@ -441,18 +441,19 @@
   break
 fi
   done
-  if test -d "$ZENDAPI"; then
-ZEND_FIGURES="cp -r $ZENDAPI/figures ."
-ZEND_FIGURES_HTML="$ZEND_FIGURES/html"
-ZEND_FIGURES_PHP="$ZEND_FIGURES/php"
-FIGURES="figures"
-  else
-ZEND_FIGURES=""
-ZEND_FIGURES_HTML=""
-ZEND_FIGURES_PHP=""
-FIGURES=""
-  fi
 ])
+
+if test -d "$ZENDAPI"; then
+  ZEND_FIGURES="cp -r $ZENDAPI/figures ."
+  ZEND_FIGURES_HTML="$ZEND_FIGURES/html"
+  ZEND_FIGURES_PHP="$ZEND_FIGURES/php"
+  FIGURES="figures"
+else
+  ZEND_FIGURES=""
+  ZEND_FIGURES_HTML=""
+  ZEND_FIGURES_PHP=""
+  FIGURES=""
+fi
 
 AC_MSG_RESULT($ZENDAPI)
 AC_SUBST(ZENDAPI)



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



[PHP-DOC] cvs: phpdoc / Makefile.in

2003-06-27 Thread Thomas Schoefbeck
tom Fri Jun 27 18:55:49 2003 EDT

  Modified files:  
/phpdoc Makefile.in 
  Log:
  copy figures for pdf and bightml
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.135 phpdoc/Makefile.in:1.136
--- phpdoc/Makefile.in:1.135Mon May 26 06:41:37 2003
+++ phpdoc/Makefile.in  Fri Jun 27 18:55:49 2003
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.135 2003/05/26 10:41:37 momo Exp $
+# $Id: Makefile.in,v 1.136 2003/06/27 22:55:49 tom Exp $
 #
 
 all: html
@@ -169,10 +169,10 @@
@test -d html || mkdir html
${XSLTPROC} xsl/html.xsl manual.xml
 
-bightml_xsl: manual.xml
+bightml_xsl: manual.xml zendapi
${XSLTPROC} -o @[EMAIL PROTECTED] xsl/bightml.xsl manual.xml
 
-fo: manual.xml
+fo: manual.xml zendapi
${XSLTPROC} -o manual.fo xsl/fo.xsl manual.xml
 
 chm_xsl: manual.xml



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



[PHP-DOC] cvs: phpdoc /xsl html-common.xsl

2003-06-05 Thread Thomas Schoefbeck
tom Wed Jun  4 15:43:32 2003 EDT

  Modified files:  
/phpdoc/xsl html-common.xsl 
  Log:
  re-implement version-info
  
Index: phpdoc/xsl/html-common.xsl
diff -u phpdoc/xsl/html-common.xsl:1.25 phpdoc/xsl/html-common.xsl:1.26
--- phpdoc/xsl/html-common.xsl:1.25 Fri Apr 25 15:47:26 2003
+++ phpdoc/xsl/html-common.xsl  Wed Jun  4 15:43:32 2003
@@ -3,7 +3,7 @@
 
   html-common.xsl: Common HTML customizations
 
-  $Id: html-common.xsl,v 1.25 2003/04/25 19:47:26 goba Exp $
+  $Id: html-common.xsl,v 1.26 2003/06/04 19:43:32 tom Exp $
 
 -->
 http://www.w3.org/1999/XSL/Transform";
@@ -241,17 +241,19 @@
 
 
 
-  
-
-  
-  
-(
-
-)
-  
-  
-
-  
+  
+
+  
+
+
+  (
+  
+  )
+
+
+  
+
+  
 
 
 
@@ -540,36 +542,6 @@
   
 
 
-
-
-  
-
-
-  
-
-  
-
-  
-
-  
-  
-
-  
-
-  
-
-
-  
-
-  
-
-  
-
-
-  
-
-  
-
 
 
 



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



[PHP-DOC] cvs: phpdoc / manual.xml.in

2003-06-02 Thread Thomas Schoefbeck
tom Sun Jun  1 13:41:28 2003 EDT

  Modified files:  
/phpdoc manual.xml.in 
  Log:
  quickfix for builds (on windows) in case of an empty phpweb.ent
  
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.149 phpdoc/manual.xml.in:1.150
--- phpdoc/manual.xml.in:1.149  Wed May 28 15:41:41 2003
+++ phpdoc/manual.xml.inSun Jun  1 13:41:27 2003
@@ -19,6 +19,8 @@
 
 
 
+%phpweb.entities;
+
 
 
 
@@ -27,7 +29,6 @@
 
 
 
-%phpweb.entities;
 %global.entities;
 %file.entities;
 %build.version;



-- 
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-17 Thread Thomas Schoefbeck
tom Mon Mar 17 14:03:10 2003 EDT

  Modified files:  
/phpdoc/xsl fo.xsl 
  Log:
  provide sufficient space for 
function-names in Appendix 'resources' and
labels in FAQ-TOCs,
  reduce FAQ-TOC-entries to just text (not the whole question with programlistings, 
etc.)
  unify the inner width of the several page-formats
  
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.2 phpdoc/xsl/fo.xsl:1.3
--- phpdoc/xsl/fo.xsl:1.2   Thu Mar 13 14:30:03 2003
+++ phpdoc/xsl/fo.xsl   Mon Mar 17 14:03:09 2003
@@ -174,14 +174,22 @@
   
 
 
-
+
 
   
 
   
 
   
-
+
+  
+
+  
+  
+
+  
+
   
 
   
   
 
-
+
   
 
 
@@ -732,6 +740,31 @@
 
 
 
+
+
+  
+
+  
+
+  
+
+
+
+
+
+
+  
+
+  
+
+  
+
+
+
 
 
   
@@ -774,10 +807,75 @@
 
 
 
+
 
-
-
-
+
+
+
+  
+  
+  
+  
+
+
+
+
+
+  
+
+  
+
+
+
+  
+
+  
+
+  
+
+  
+
+  
+
+
+
+  
+
+  
+
+
+
+
+
+
+
+
+  
+18mm
+20mm
+  
+
+
+  
+16mm
+19.9mm
+  
+
+
 
 
   20pt



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



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

2003-03-17 Thread Thomas Schoefbeck
tom Mon Mar 17 14:00:51 2003 EDT

  Modified files:  
/phpdoc/en/appendices   resources.xml 
  Log:
  provide more space for long function-names in printable format
  
Index: phpdoc/en/appendices/resources.xml
diff -u phpdoc/en/appendices/resources.xml:1.29 phpdoc/en/appendices/resources.xml:1.30
--- phpdoc/en/appendices/resources.xml:1.29 Wed Nov 20 08:11:20 2002
+++ phpdoc/en/appendices/resources.xml  Mon Mar 17 14:00:49 2003
@@ -1,5 +1,5 @@
 
-
+
 
  List of Resource Types
  
@@ -11,6 +11,11 @@
   
Resource Types

+ 
+ 
+ 
+ 
+ 
  
   
Resource Type Name
@@ -270,7 +275,6 @@
  dbx_query
 
 
- 
 
 
  None
@@ -318,7 +322,6 @@
  fbsql_select_db
 
 
- 
 
 
  None



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



[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



[PHP-DOC] cvs: phpdoc /xsl print.xsl.in

2003-03-09 Thread Thomas Schoefbeck
tom Sun Mar  9 12:42:42 2003 EDT

  Removed files:   
/phpdoc/xsl print.xsl.in 
  Log:
  deleted no longer needed file (now fo.xsl)
  



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



[PHP-DOC] cvs: phpdoc / Makefile.in

2003-03-09 Thread Thomas Schoefbeck
tom Sun Mar  9 12:38:54 2003 EDT

  Modified files:  
/phpdoc Makefile.in 
  Log:
  added targets for bightml and fo
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.125 phpdoc/Makefile.in:1.126
--- phpdoc/Makefile.in:1.125Mon Feb 10 08:12:28 2003
+++ phpdoc/Makefile.in  Sun Mar  9 12:38:54 2003
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.125 2003/02/10 13:12:28 betz Exp $
+# $Id: Makefile.in,v 1.126 2003/03/09 17:38:54 tom Exp $
 #
 
 all: html
@@ -45,7 +45,6 @@
 KDEVELOP_TOC_STYLESHEET=dsssl/kdevelop_toc.dsl
 XMLDCL=$(srcdir)/dtds/dbxml-4.1.2/phpdocxml.dcl
 
-HTML_XSL_SHEET=xsl/html.xsl
 CHM_XSL_SHEET=xsl/htmlhelp.xsl
 
 BIGHTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
dsssl/common.dsl.in zendapi
@@ -163,7 +162,13 @@
 # still needs more tweaks!!
 html_xsl: manual.xml
@test -d html || mkdir html
-   ${XSLTPROC} $(HTML_XSL_SHEET) manual.xml
+   ${XSLTPROC} xsl/html.xsl manual.xml
+
+bightml_xsl: manual.xml
+   ${XSLTPROC} -o @[EMAIL PROTECTED] xsl/bightml.xsl manual.xml
+
+fo: manual.xml
+   ${XSLTPROC} -o manual.fo xsl/fo.xsl manual.xml
 
 chm_xsl: manual.xml
@test -d ./htmlhelp/html || mkdir ./htmlhelp/html



-- 
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-09 Thread Thomas Schoefbeck
tom Sun Mar  9 10:02:19 2003 EDT

  Added files: 
/phpdoc/xsl fo.xsl 
  Log:
  forgot this to add
  
Index: phpdoc/xsl/fo.xsl
+++ phpdoc/xsl/fo.xsl


http://www.w3.org/1999/XSL/Transform";
xmlns:fo="http://www.w3.org/1999/XSL/Format";
version="1.0">










 
  'A4'
  'USletter'
 








0



/appendix toc,title
article/appendix  nop
/article  toc,title
book  toc,title
chapter   toc,title
part  toc,title
/preface  toc,title
qandadiv  toc
qandaset  toc
reference toc,title
/sect1toc
/sect2toc
/sect3toc
/sect4toc
/sect5toc
/section  toc
set   toc,title









  

  


  



  

  

  
1
  

  
end-on-even
  

  

  
  

  

  

  



  

  



  

  

  
  





  

  
  

  

  

  


  


  
1
  
  
auto-odd
  



  


  



  

  

  

  

  

  


  
  

  




  

  

  

  

  

  


  


  


1
  
  
auto-odd
  



  



  



  

  

  

  

  

  


  
  

  





  

  

  

  

  

  


  



  auto-odd



  



  



  

  

  

  

  
  


  

  

  





  

  
  

  

  

  


  


  auto-odd



  


  



  

  

  

  

  

  


  

  
  







  

  

  

  

  

  

  

  

  

  

  





  

  

  

  

  

  

  
  

  
  

  

  





  

  

  

  

  

  

  

  




  

  

  

  

  

  

  

  
  


  


   
  

  

  

  










  
  
  





  
  



  

  

  

  
  

  


  

  

  
  

  


  

  
  

  



  



  

  


  , 



  





  
  
  
  



  

  









  

  

  
  

  

  

  


  end-on-even



  


  



  
  

  

  
  

  
  

  







  

  



  

  



  






  




  

  

  
  

  

  
  

  

  

  
  

  

: 
  
  

  

  


  


  

  
  






  

  
  
()
  
  
 - 

  





  

  




  





  





  

()
  
  

  

  

  

  


  

  

  

  








  



  
  

  

  

  
 
  

.
  


  

  

  



  
 
  


  

  











  20pt


  18pt


  14pt


  12pt




  bold
  11pt
  false
  2pt
  3pt





  
  
  

  

  
  

  

  






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

[PHP-DOC] cvs: phpdoc /xsl bightml.xsl bightml.xsl.in common.xsl html-common.xsl html.xsl html.xsl.in param_html.xsl /xsl/docbook README VERSION

2003-03-09 Thread Thomas Schoefbeck
tom Sun Mar  9 10:01:15 2003 EDT

  Added files: 
/phpdoc/xsl bightml.xsl html.xsl param_html.xsl 

  Removed files:   
/phpdoc/xsl bightml.xsl.in html.xsl.in 

  Modified files:  
/phpdoc/xsl common.xsl html-common.xsl 
/phpdoc/xsl/docbook README VERSION 
  Log:
  new adaptation of some docbook-xsl-stylesheets
  Index: phpdoc/xsl/common.xsl
diff -u phpdoc/xsl/common.xsl:1.6 phpdoc/xsl/common.xsl:1.7
--- phpdoc/xsl/common.xsl:1.6   Sun Feb 10 07:57:56 2002
+++ phpdoc/xsl/common.xsl   Sun Mar  9 10:01:13 2003
@@ -1,79 +1,48 @@
 
 
 http://www.w3.org/1999/XSL/Transform";
 version="1.0">
 
-
-
-
-
 
-
-
-
+
+
 
-
-
+
+
 
-
-
+
+
 
-
-
-  
-
+
+
 
-
-  
-
+
+
+
+
+
+
 
-
-  (
-  
-  
-
-  
-
-   [, 
-
-
-  , 
-
-  
-
-
-  
-]
-  
-  
-]
-  
-  )
-
-  
-
 
-
+
 
   
 
 
-
-  (void)
-
-
 
   

 
 
+
+   (void)
+
+
 
   

@@ -84,7 +53,12 @@
 
 
 
-  (
+  
+ (
+
+  [
+
+  
   
   
 
@@ -101,12 +75,31 @@
   
 ]
   
-  
+  
 ]
   
   )
 
   
 
+
+
+
+
+  
+
+  
+
+
+  , 
+
+
+  
+
+
+
+  
+
+
 
 
Index: phpdoc/xsl/html-common.xsl
diff -u phpdoc/xsl/html-common.xsl:1.19 phpdoc/xsl/html-common.xsl:1.20
--- phpdoc/xsl/html-common.xsl:1.19 Fri Aug 30 08:56:02 2002
+++ phpdoc/xsl/html-common.xsl  Sun Mar  9 10:01:13 2003
@@ -1,35 +1,32 @@
 
 
 http://www.w3.org/1999/XSL/Transform";
 version="1.0">
 
 
+
 
 
 
 
-
-
 
-
+
+
+
 
-appendix  toc
+appendix  toc,title
 article   toc
-book  toc
-chapter   toc
-part  toc
+book  toc,title
+chapter   toc,title
+part  toc,title
 preface   toc
 qandadiv  toc
 qandaset  toc
-reference toc
+reference toc,title
 sect1 toc
 sect2 toc
 sect3 toc
@@ -39,224 +36,571 @@
 set   toc
 
 
-
-1
 
-
-
+
+
+
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+  1
+  2
+  3
+  4
+  5
+  1
+  2
+  3
+  
+
+
+  
+
+  
+  2
+  3
+  4
+  5
+  6
+  2
+  3
+  4
+  1
+
+  
+  0
+
+  
+
+  
+
+  
+
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+  2
+  
+
+  
+
+  
+
+  
+
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+  
+  
+
+
+  
+
+  
+  
+
+  
+
+
+
+
+
+
+
+
+  
+
+
+
   
-
-  
-
-  
-
-  
-  ()
-
-  
-
-
-  
-
-  
- 
-  
-
-
-  
-
-()
-  
-
-  
-
-  
+
+  
+  
+  
+
+
+  
+  
 
+
+  
+  
+
+
+  
+
+
+
+
+  
+
+  
+  : 
+  
+
+
+
+
+  
+
+
+  
+
+  
+
+
+
+
+
+
+
+
+  
+
+
+
+
+
+  
+
+  
+  
+  
+language.types.integer
+language.types.boolean
+language.types.float
 
- 
+  
 
   
-
+  
 
-
-
   
-
-  
+
+  
+
+  
+ 
+  
+
+
+  
 
 
-  
+  
 
   
 
 
-
-
 
-
+
 
+  
+
+  
+  
+(
+
+)
+  
+  
+
+  
+
+
+
+
+
+  
+
+
+
+  
+
+  
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+  
+
+  
+  
+
+  
+
+: 
+  
+  
+
+
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+
+
+
+  
+
+  2
+  1
+
+  
   
+
+
+  
+
+  
+
+  
+
+
+  
+
+  
+
+  
+  
+
+
+  
+
+
+  
+  
+
+
+  
+
+  
+
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
 
+
+  
+  
 
-  
-
-  
-
-  
-
-  
-  
-
-  
-
-  
-
-
-  
-
-  
-
+  
+
+  
+
   
+  
+
+  
 
-()
-
-  
-
-  
+  
 
 
-
-
-  
-  
-
-  
 
-  
-  
-  
+
+
+
+  
+  
+
+  
+  
+
+
+  
+
+  
+
+
+
+
+
+  
+  
+  
+  
+
+  
 
-  
-
+  
+
+  
+
   
   
-
+   

[PHP-DOC] cvs: phpdoc /xsl/docbook/lib ChangeLog lib.xml lib.xsl lib.xweb

2003-03-09 Thread Thomas Schoefbeck
tom Sun Mar  9 09:56:58 2003 EDT

  Modified files:  
/phpdoc/xsl/docbook/lib ChangeLog lib.xml lib.xsl lib.xweb 
  Log:
  update to docbook-xsl 1.60.1
  Index: phpdoc/xsl/docbook/lib/ChangeLog
diff -u phpdoc/xsl/docbook/lib/ChangeLog:1.1 phpdoc/xsl/docbook/lib/ChangeLog:1.2
--- phpdoc/xsl/docbook/lib/ChangeLog:1.1Tue Aug 13 11:42:05 2002
+++ phpdoc/xsl/docbook/lib/ChangeLogSun Mar  9 09:56:58 2003
@@ -1,3 +1,11 @@
+2002-09-15  Norman Walsh <[EMAIL PROTECTED]>
+
+   * lib.xweb: Fix bug where PIs match the suffix of a name instead of the whole 
name
+
+2002-06-09  Norman Walsh <[EMAIL PROTECTED]>
+
+   * lib.xweb: Fix bug #496453: make sure comments don't contain illegal chars
+
 2002-05-12  Norman Walsh <[EMAIL PROTECTED]>
 
* lib.xweb: Changed default units to px; added length-in-points template
Index: phpdoc/xsl/docbook/lib/lib.xml
diff -u phpdoc/xsl/docbook/lib/lib.xml:1.1 phpdoc/xsl/docbook/lib/lib.xml:1.2
--- phpdoc/xsl/docbook/lib/lib.xml:1.1  Tue Aug 13 11:42:05 2002
+++ phpdoc/xsl/docbook/lib/lib.xml  Sun Mar  9 09:56:58 2003
@@ -6,7 +6,7 @@
 http://nwalsh.com/xmlns/litprog/fragment"; 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 
 XSL Library Template Reference
-$Id: lib.xml,v 1.1 2002/08/13 15:42:05 goba Exp $
+$Id: lib.xml,v 1.2 2003/03/09 14:56:58 tom Exp $
 
 DocBook Open Repository Team
 
@@ -554,6 +554,73 @@
 
 
 
+
+
+
+
+comment-escape-string
+Prepare a string for inclusion in an XML comment
+
+
+Description
+
+The comment-escape-string template returns 
a string
+that has been transformed so that it can safely be output as an XML comment.
+Internal occurrences of "--" will be replaced with "- -" and a leading and/or
+trailing space will be added to the string, if necessary.
+
+
+  
+
+  
+ 
+  
+
+  
+
+  
+
+  
+ 
+  
+
+
+
+
+
+
+
+comment-escape-string.recursive
+Internal function used by comment-escape-string
+
+
+Description
+
+The comment-escape-string.recursive 
template is used
+by comment-escape-string.
+
+
+  
+  
+
+  
+  
+  
+
+  
+
+
+  
+
+  
+
+
+
+
 
 
 
@@ -667,7 +734,7 @@
 
 
 /U", 
 $line,
 $match
 );
@@ -136,7 +136,7 @@
 // for n/a revision comment (comment where revision is not known)
 if (count($match) == 0) {
 preg_match ("''",
+. $val . ")\s*Status:\s*(.+)\s*-->'U",
 $line,
 $match
 );
@@ -205,7 +205,7 @@
 // Compute new index for missing file (name without language dir)
 $index = substr($trans_file, strlen($DOCDIR) + strlen($LANG) + 1);
 
-// Compute new valie for missing file (size and EN revision)
+// Compute new value for missing file (size and EN revision)
 $value = array(
 round(filesize($en_file)/1024, 1),
 "1." . get_tag($en_file)



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




[PHP-DOC] cvs: phpdoc /en/reference/array/functions list.xml

2002-10-06 Thread Thomas Schoefbeck

tom Sun Oct  6 16:39:38 2002 EDT

  Modified files:  
/phpdoc/en/reference/array/functionslist.xml 
  Log:
  just closed php-tag
  
  
Index: phpdoc/en/reference/array/functions/list.xml
diff -u phpdoc/en/reference/array/functions/list.xml:1.6 
phpdoc/en/reference/array/functions/list.xml:1.7
--- phpdoc/en/reference/array/functions/list.xml:1.6Mon Jun 17 13:59:55 2002
+++ phpdoc/en/reference/array/functions/list.xmlSun Oct  6 16:39:38 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -101,6 +101,8 @@
 list($a[0], $a[1], $a[2]) = $info;
 
 var_dump($a);
+
+?>
 ]]>
   
  



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




[PHP-DOC] cvs: phpdoc-he /reference/mail/functions mail.xml

2002-06-01 Thread Thomas Schoefbeck

tom Sat Jun  1 14:14:24 2002 EDT

  Modified files:  
/phpdoc-he/reference/mail/functions mail.xml 
  Log:
  fix build
  
Index: phpdoc-he/reference/mail/functions/mail.xml
diff -u phpdoc-he/reference/mail/functions/mail.xml:1.2 
phpdoc-he/reference/mail/functions/mail.xml:1.3
--- phpdoc-he/reference/mail/functions/mail.xml:1.2 Wed Apr 17 02:56:08 2002
+++ phpdoc-he/reference/mail/functions/mail.xml Sat Jun  1 14:14:24 2002
@@ -27,7 +27,7 @@
  ãåàì òí ÷åáöéí îöåøôéí (attachments) åòí ñåâéí îéåçãéí ùì úåëï 
  éëåìéí ìäùìç òí äôåð÷öéä äæàú. úäìéê æä îåùìí ãøê ä- MIME-encoding
   - ú÷ï äîàôùø ìäòáéø áãåàì ëì ñåâ ÷åáõ. ìòåã îéãò, òééï á
- îàîø î-Zend àå á- 
+ îàîø î-Zend àå á- 
  
  PEAR Mime Classes.
   





[PHP-DOC] cvs: phpdoc /howto howto.ent

2002-05-31 Thread Thomas Schoefbeck

tom Fri May 31 17:08:27 2002 EDT

  Modified files:  
/phpdoc/howto   howto.ent 
  Log:
  corr. Link
  
Index: phpdoc/howto/howto.ent
diff -u phpdoc/howto/howto.ent:1.13 phpdoc/howto/howto.ent:1.14
--- phpdoc/howto/howto.ent:1.13 Tue Feb 26 16:08:06 2002
+++ phpdoc/howto/howto.ent  Fri May 31 17:08:27 2002
@@ -47,7 +47,7 @@
 ftp://ftp.freesoftware.com/pub/sourceware/docbook-tools/docware/SRPMS/";>
 ftp://sourceware.cygnus.com/pub/docbook-tools/docware/SRPMS/";>
 http://www.cygwin.com/";>
-http://www.a-es2.uu.nl/~jeroen/iso-entities.zip";>
+http://jeroen.a-eskwadraat.nl/sw/php/iso-entities.zip";>
 
 
 http://www.cvshome.org/";>





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

2002-05-31 Thread Thomas Schoefbeck

tom Fri May 31 17:07:11 2002 EDT

  Modified files:  
/phpdoc/howto   tools.xml 
  Log:
  del phpdoc-vers. of php.ini in php.bat
  
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.8 phpdoc/howto/tools.xml:1.9
--- phpdoc/howto/tools.xml:1.8  Sat May 11 06:40:01 2002
+++ phpdoc/howto/tools.xml  Fri May 31 17:07:11 2002
@@ -350,7 +350,7 @@
  (modify this according to your PHP setup directory):
  
   
-   @"E:\Program Files\PHP\php.exe" -c f:/phpcvs/phpdoc/scripts/php.ini %1 %2 %3 
%4 %5 %6 %7 %8 %9
+   @"E:\Program Files\PHP\php.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
   
  
 
@@ -406,7 +406,7 @@
  If you didn't get any errors, you're ready to rock&roll. 
  Otherwise, you could check out the
  installation appendix
- of "DocBook: The Definitive Guide". if you think that the problem
+ of "DocBook: The Definitive Guide". If you think that the problem
  is in the build system, ask on the
  mailing list.
 





[PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-31 Thread Thomas Schoefbeck

tom Fri May 31 17:05:30 2002 EDT

  Modified files:  
/phpdoc Makefile.in 
  Log:
  implemented phpdoc-vers. of php.ini for revcheck
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.117 phpdoc/Makefile.in:1.118
--- phpdoc/Makefile.in:1.117Sat May 25 13:03:46 2002
+++ phpdoc/Makefile.in  Fri May 31 17:05:28 2002
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.117 2002/05/25 17:03:46 jimw Exp $
+# $Id: Makefile.in,v 1.118 2002/05/31 21:05:28 tom Exp $
 #
 
 all: html
@@ -100,7 +100,7 @@
$(scriptdir)/genfuncsummary.sh $(PHP_SOURCE) > funcsummary.txt
 
 revcheck.html: FORCE
-   PHPDOCDIR=$(srcdir) $(PHP) -f $(scriptdir)/revcheck.php $(LANGCODE) > 
revcheck.html
+   PHPDOCDIR=$(srcdir) $(PHP) -c $(scriptdir) -f $(scriptdir)/revcheck.php 
+$(LANGCODE) > revcheck.html
 
 funcindex.xml: quickref.txt
@if test "$(PHP)" = "no"; then \





[PHP-DOC] cvs: phpdoc / configure.in

2002-05-31 Thread Thomas Schoefbeck

tom Fri May 31 17:04:18 2002 EDT

  Modified files:  
/phpdoc configure.in 
  Log:
  implemented phpdoc-version of php.ini
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.150 phpdoc/configure.in:1.151
--- phpdoc/configure.in:1.150   Sat May 25 13:03:46 2002
+++ phpdoc/configure.in Fri May 31 17:04:14 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.150 2002/05/25 17:03:46 jimw Exp $
+dnl $Id: configure.in,v 1.151 2002/05/31 21:04:14 tom Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -817,7 +817,7 @@
 
 if test $PHP != "no"
 then
-   $PHP -q $srcdir/scripts/file-entities.php $srcdir $LANGDIR >> 
entities/chapters.ent
+   $PHP -c $srcdir/scripts -q $srcdir/scripts/file-entities.php $srcdir $LANGDIR 
+>> entities/chapters.ent
 else
   for file in `find $srcdir/en -name "*.xml" | sed -e"s%^$srcdir\/en\/%%g" | sort`
   do 





[PHP-DOC] cvs: phpdoc-de /features persistent-connections.xml

2002-05-22 Thread Thomas Schoefbeck

tom Wed May 22 17:40:19 2002 EDT

  Modified files:  
/phpdoc-de/features persistent-connections.xml 
  Log:
  sync to en
  

Index: phpdoc-de/features/persistent-connections.xml
diff -u phpdoc-de/features/persistent-connections.xml:1.7 
phpdoc-de/features/persistent-connections.xml:1.8
--- phpdoc-de/features/persistent-connections.xml:1.7   Wed Dec 12 15:46:06 2001
+++ phpdoc-de/features/persistent-connections.xml   Wed May 22 17:40:19 2002
@@ -1,4 +1,5 @@
 
+
  
   Persistente Datenbankverbindungen
 
@@ -12,103 +13,147 @@
'identische' Verbindung ist eine Verbindung, die zu dem
gleichen Host mit dem gleichen Usernamen und Passwort
hergestellt wurde.
-
-  
-   Wer nicht durchgängig mit der Art und Weise, wie
-   Webserver arbeiten und die Last verteilen, vertraut ist, könnte
-   missverstehen, wofür persistente Verbindungen gedacht sind.
-   Im Besonderen bieten sie keine
-   Möglichkeit, 'Benutzersitzungen' auf der gleichen SQL-Verbindung
-   zu öffnen und keine Möglichkeit, eine
-   Transaktion aufzubauen, und sie können viele
-   andere Sachen nicht. Um absulute Klarheit zu schaffen:
-   Persistente Verbindungen bieten keine
-   Funktionalität, die nicht auch von nicht-persistenten Verbindungen
-   bereitgestellt wird.
-
+  
+   
+Auch andere Erweiterungen bieten persistente Verbindungen, wie z.B.
+IMAP extension.
+   
+  
+  
+   Wer nicht durchgängig mit der Art und Weise vertraut ist, wie
+   Webserver arbeiten und die Last verteilen, könnte missverstehen,
+   wofür persistente Verbindungen gedacht sind. Im Besonderen bieten
+   sie keine Möglichkeit, 'Benutzersitzungen'
+   über die gleiche SQL-Verbindung zu öffnen und
+   keine Möglichkeit, eine Transaktion effizient
+   aufzubauen, und sie können auch viele andere Dinge nicht. Um
+   absolute Klarheit zu schaffen: Persistente Verbindungen bieten
+   keine Funktionalität, die nicht auch von
+   nicht-persistenten Verbindungen bereitgestellt wird.
+  
   
-   Warum? 
-
+   Warum?
+   
   
Das hat mit der Arbeitsweise von Webservern zu tun. Es gibt drei
Möglichkeiten, wie ein Webserver PHP zur Generierung von
-   Webseiten einsetzen kann.
-
+   Webseiten einsetzen kann.
+  
   
Die erste Methode ist, PHP als CGI-'Wrapper' zu benutzen. 
Wenn diese Methode eingesetzt wird, wird für jede Anfrage 
nach einer PHP-Seite vom Webserver eine Instanz des PHP-
-   Interpreters gestartet und anschliessend wieder beendet. 
+   Interpreters gestartet und anschließend wieder beendet. 
Durch die Beendigung des Interpreters nach abgeschlossener
Anfrage werden alle Ressourcen, auf die zugegriffen wurde 
(wie beispielsweise eine Verbindung zu einem SQL-
-   Datenbankserver) wieder geschlossen. In diesem
-   Fall erreicht man nichts, wenn man persistente Verbindungen
-   benutzt - sie sind eben nicht beständig.
-
-  
-   Die zweite und populärere Methode ist der Einsatz von PHP als
-   Modul in einem Multiprozess-Webserver, was momentan nur
-   auf den Apache zutrifft. Typischerweise hat ein Multiprozess-
-   Webserver einen Prozess (den 'Eltern' Prozess), der einen Satz
-   weiterer Prozesse (die 'Kinder') koordiniert, die die eigentliche Arbeit
-   des Bereitstellens der Seiten übenehmen. Jede Anfrage, die von
-   einen Client erfolgt, wird an einen untergeordneten Prozess, der
+   Datenbankserver) wieder geschlossen. In diesem Fall erreicht
+   man nichts, wenn man persistente Verbindungen benutzt - sie
+   sind eben nicht beständig.
+  
+  
+   Die zweite und populärste Methode ist der Einsatz von PHP als
+   Modul in einem Multiprozess-Webserver, was momentan nur auf den
+   Apache zutrifft. Typischerweise hat ein Multiprozess-Webserver
+   einen Prozess (den 'Eltern' Prozess), der einen Satz weiterer
+   Prozesse (die 'Kinder') koordiniert, welche die eigentliche Arbeit
+   des Bereitstellens der Seiten übernehmen. Jede Anfrage, die von
+   einem Client erfolgt, wird an einen untergeordneten Prozess, der
noch keine andere Anfrage bearbeitet, weitergereicht. Das bedeutet,
-   dass eine zweite Anfrage des Clients an den Server unter
+   dass eine zweite Anfrage des gleichen Clients an den Server unter
Umständen von einem anderen untergeordneten Prozess als die
erste Anfrage bearbeitet wird. In diesem Fall sorgt eine persistente
Verbindung dafür, dass jeder untergeordnete Prozess sich nur 
einmal mit dem SQL-Server verbinden muss, wenn eine solche
benötigt wird. Benötigt dann eine weitere Seite die Verbindung mit 
dem SQL-Server, kann auf die zurückgegriffen werden,
-   die der untergeordnete Prozess vorher hergestellt hat.
-
+   die der untergeordnete Prozess vorher hergestellt hat.
+  
   
Die letzte Methode ist, PHP als Plug-in für einen Multithread-
-   Webserver zu benutzen. Momentan ist dies noch Theorie - PHP
-   arbeitet noch nicht als Plug-in für irgedeinen dieser Server. An
-   der Unterstützung für ISAPI, WSAPI und NSAPI wird gearbeitet,
-  

[PHP-DOC] cvs: phpdoc /entities global.ent

2002-05-22 Thread Thomas Schoefbeck

tom Wed May 22 17:16:17 2002 EDT

  Modified files:  
/phpdoc/entitiesglobal.ent 
  Log:
  just followed some 301's
  
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.26 phpdoc/entities/global.ent:1.27
--- phpdoc/entities/global.ent:1.26 Sun May 19 12:00:05 2002
+++ phpdoc/entities/global.ent  Wed May 22 17:16:09 2002
@@ -1,6 +1,6 @@
 

[PHP-DOC] cvs: phpdoc /entities faqurls.ent

2002-05-22 Thread Thomas Schoefbeck

tom Wed May 22 17:03:08 2002 EDT

  Modified files:  
/phpdoc/entitiesfaqurls.ent 
  Log:
  Corr. mhash-link, there are still probs. are with: 
  
Index: phpdoc/entities/faqurls.ent
diff -u phpdoc/entities/faqurls.ent:1.4 phpdoc/entities/faqurls.ent:1.5
--- phpdoc/entities/faqurls.ent:1.4 Thu Apr 11 17:51:54 2002
+++ phpdoc/entities/faqurls.ent Wed May 22 17:03:07 2002
@@ -1,6 +1,6 @@
 

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

2002-05-21 Thread Thomas Schoefbeck

tom Tue May 21 13:16:43 2002 EDT

  Modified files:  
/phpdoc/en/appendices   aliases.xml 
  Log:
  deleted aliases to themselves
  
Index: phpdoc/en/appendices/aliases.xml
diff -u phpdoc/en/appendices/aliases.xml:1.18 phpdoc/en/appendices/aliases.xml:1.19
--- phpdoc/en/appendices/aliases.xml:1.18   Thu May  9 19:37:01 2002
+++ phpdoc/en/appendices/aliases.xmlTue May 21 13:16:42 2002
@@ -1,5 +1,5 @@
 
-
+
 
  List of Function Aliases
  
@@ -599,11 +599,6 @@
  mSQL
 
 
- msql_affected_rows
- msql_affected_rows
- mSQL
-
-
  msql_createdb
  msql_create_db
  mSQL
@@ -1454,11 +1449,6 @@
  Ming (flash)
 
 
- swfbutton_keypress
- swfbutton_keypress
- Ming (flash)
-
-
  swffill
  swffill_init
  Ming (flash)
@@ -1506,26 +1496,6 @@
 
  unlink
  domxml_unlink_node
- DOM XML
-
-
- xpath_eval
- xpath_eval
- DOM XML
-
-
- xpath_eval_expression
- xpath_eval_expression
- DOM XML
-
-
- xpath_init
- xpath_init
- DOM XML
-
-
- xpath_new_context
- xpath_new_context
  DOM XML
 
 





[PHP-DOC] cvs: phpdoc-de /reference/apache functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/bzip2 functions.xml /reference/calendar functions.xml /reference/ccvs functions.xml /reference/classobj functions.xml /reference/cpdf functions.xml /reference/crack functions.xml /reference/cybercash functions.xml /reference/cybermut functions.xml /reference/datetime functions.xml /reference/dba functions.xml /reference/dbase functions.xml /reference/dbm functions.xml /reference/dio functions.xml /reference/dir functions.xml /reference/domxml functions.xml /reference/dotnet functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/fdf functions.xml /reference/filepro functions.xml /reference/fribidi functions.xml /reference/ftp functions.xml /reference/funchand functions.xml /reference/gettext functions.xml /reference/http functions.xml /reference/ibase functions.xml /reference/image functions.xml /reference/imap functions.xml /reference/info functions.xml /reference/ingres-ii functions.xml /reference/ircg functions.xml /reference/java functions.xml /reference/ldap functions.xml /reference/mail functions.xml /reference/math functions.xml /reference/mcal functions.xml /reference/mhash functions.xml /reference/misc functions.xml /reference/mnogosearch functions.xml /reference/msession functions.xml /reference/msql functions.xml /reference/mssql functions.xml /reference/mysql functions.xml /reference/network functions.xml /reference/nis functions.xml /reference/oci8 functions.xml /reference/openssl functions.xml /reference/oracle functions.xml /reference/outcontrol functions.xml /reference/pdf functions.xml /reference/pfpro functions.xml /reference/pgsql functions.xml /reference/posix functions.xml /reference/readline functions.xml /reference/recode functions.xml /reference/regex functions.xml /reference/satellite functions.xml /reference/sem functions.xml /reference/sesam functions.xml /reference/session functions.xml /reference/shmop functions.xml /reference/snmp functions.xml /reference/sockets functions.xml /reference/solid functions.xml /reference/strings functions.xml /reference/swf functions.xml /reference/uodbc functions.xml /reference/url functions.xml /reference/var functions.xml /reference/wddx functions.xml /reference/xslt functions.xml /reference/zip functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 06:13:31 2002 EDT

  Removed files:   
/phpdoc-de/reference/apache functions.xml 
/phpdoc-de/reference/aspell functions.xml 
/phpdoc-de/reference/bc functions.xml 
/phpdoc-de/reference/bzip2  functions.xml 
/phpdoc-de/reference/calendar   functions.xml 
/phpdoc-de/reference/ccvs   functions.xml 
/phpdoc-de/reference/classobj   functions.xml 
/phpdoc-de/reference/cpdf   functions.xml 
/phpdoc-de/reference/crack  functions.xml 
/phpdoc-de/reference/cybercash  functions.xml 
/phpdoc-de/reference/cybermut   functions.xml 
/phpdoc-de/reference/datetime   functions.xml 
/phpdoc-de/reference/dbafunctions.xml 
/phpdoc-de/reference/dbase  functions.xml 
/phpdoc-de/reference/dbmfunctions.xml 
/phpdoc-de/reference/diofunctions.xml 
/phpdoc-de/reference/dirfunctions.xml 
/phpdoc-de/reference/domxml functions.xml 
/phpdoc-de/reference/dotnet functions.xml 
/phpdoc-de/reference/errorfunc  functions.xml 
/phpdoc-de/reference/exec   functions.xml 
/phpdoc-de/reference/fdffunctions.xml 
/phpdoc-de/reference/fileprofunctions.xml 
/phpdoc-de/reference/fribidifunctions.xml 
/phpdoc-de/reference/ftpfunctions.xml 
/phpdoc-de/reference/funchand   functions.xml 
/phpdoc-de/reference/gettextfunctions.xml 
/phpdoc-de/reference/http   functions.xml 
/phpdoc-de/reference/ibase  functions.xml 
/phpdoc-de/reference/image  functions.xml 
/phpdoc-de/reference/imap   functions.xml 
/phpdoc-de/reference/info   functions.xml 
/phpdoc-de/reference/ingres-ii  functions.xml 
/phpdoc-de/reference/ircg   functions.xml 
/phpdoc-de/reference/java   functions.xml 
/phpdoc-de/reference/ldap   functions.xml 
/phpdoc-de/reference/mail   functions.xml 
/phpdoc-de/reference/math   functions.xml 
/phpdoc-de/reference/mcal   functions.xml 
/phpdoc-de/reference/mhash  functions.xml 
/phpdoc-de/reference/misc   functions.xml 
/phpdoc-de/reference/mnogosearchfunctions.xml 
/phpdoc-de/reference/msession   functions.xml 
/phpdoc-de/reference/msql   functions.xml 
/phpdoc-de/reference/mssql  functions.xml 
/phpdoc-de/reference/mysql  functions.xml 
/phpdoc-de/reference/networkfunctions.xml 
/phpdoc-de/reference/nisfunctions.xml 
/phpdoc-de/reference/oci8   functions.xml 
/phpdoc-de/reference/opensslfunctions.xml 
/phpdoc-de/reference/oracle functions.xml 
/phpdoc-de/reference/outcontrol functions.xml 
/phpdoc-de/reference/pdffunctions.xml 
/phpdoc-de/reference/pfpro  functions.xml 
/phpdoc-de/reference/pgsql  functions.xml 
/phpdoc-de/reference/posix  functions.xml 
/phpdoc-de/reference/readline   functions.xml 
/phpdoc-de/reference/recode functions.xml 
/phpdoc-de/reference/regex  functions.xml 
/phpdoc-de/reference/satellite  functions.xml 
/phpdoc-de/reference/semfunctions.xml 
/phpdoc-de/reference/sesam  functions.xml 
/phpdoc-de/reference/sessionfunctions.xml 
/phpdoc-de/reference/shmop  functions.xml 
/phpdoc-de/reference/snmp   functions.xml 
/phpdoc-de/reference/socketsfunctions.xml 
/phpdoc-de/reference/solid  functions.xml 
/phpdoc-de/reference/stringsfunctions.xml 
/phpdoc-de/reference/swffunctions.xml 
/phpdoc-de/reference/uodbc  functions.xml 
/phpdoc-de/reference/urlfunctions.xml 
/phpdoc-de/reference/varfunctions.xml 
/phpdoc-de/reference/wddx   functions.xml 
/phpdoc-de/reference/xslt   functions.xml 
/phpdoc-de/reference/zipfunctions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-es /reference/apache functions.xml /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/calendar functions.xml /reference/classobj functions.xml /reference/com functions.xml /reference/cpdf functions.xml /reference/curl functions.xml /reference/cybercash functions.xml /reference/datetime functions.xml /reference/dba functions.xml /reference/dbase functions.xml /reference/dbm functions.xml /reference/dir functions.xml /reference/dl functions.xml /reference/domxml functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/fdf functions.xml /reference/filepro functions.xml /reference/filesystem functions.xml /reference/ftp functions.xml /reference/funchand functions.xml /reference/gettext functions.xml /reference/gmp functions.xml /reference/http functions.xml /reference/hw functions.xml /reference/ibase functions.xml /reference/icap functions.xml /reference/ifx functions.xml /reference/image functions.xml /reference/imap functions.xml /reference/info functions.xml /reference/ingres-ii functions.xml /reference/ldap functions.xml /reference/mail functions.xml /reference/math functions.xml /reference/mcal functions.xml /reference/mcrypt functions.xml /reference/mhash functions.xml /reference/misc functions.xml /reference/msql functions.xml /reference/mssql functions.xml /reference/mysql functions.xml /reference/network functions.xml /reference/nis functions.xml /reference/oci8 functions.xml /reference/oracle functions.xml /reference/outcontrol functions.xml /reference/ovrimos functions.xml /reference/pcre functions.xml /reference/pdf functions.xml /reference/pfpro functions.xml /reference/pgsql functions.xml /reference/posix functions.xml /reference/pspell functions.xml /reference/readline functions.xml /reference/recode functions.xml /reference/regex functions.xml /reference/satellite functions.xml /reference/sem functions.xml /reference/sesam functions.xml /reference/shmop functions.xml /reference/snmp functions.xml /reference/sockets functions.xml /reference/solid functions.xml /reference/strings functions.xml /reference/swf functions.xml /reference/sybase functions.xml /reference/uodbc functions.xml /reference/url functions.xml /reference/var functions.xml /reference/vmailmgr functions.xml /reference/wddx functions.xml /reference/xml functions.xml /reference/xslt functions.xml /reference/yaz functions.xml /reference/zlib functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 06:03:54 2002 EDT

  Removed files:   
/phpdoc-es/reference/apache functions.xml 
/phpdoc-es/reference/array  functions.xml 
/phpdoc-es/reference/aspell functions.xml 
/phpdoc-es/reference/bc functions.xml 
/phpdoc-es/reference/calendar   functions.xml 
/phpdoc-es/reference/classobj   functions.xml 
/phpdoc-es/reference/comfunctions.xml 
/phpdoc-es/reference/cpdf   functions.xml 
/phpdoc-es/reference/curl   functions.xml 
/phpdoc-es/reference/cybercash  functions.xml 
/phpdoc-es/reference/datetime   functions.xml 
/phpdoc-es/reference/dbafunctions.xml 
/phpdoc-es/reference/dbase  functions.xml 
/phpdoc-es/reference/dbmfunctions.xml 
/phpdoc-es/reference/dirfunctions.xml 
/phpdoc-es/reference/dl functions.xml 
/phpdoc-es/reference/domxml functions.xml 
/phpdoc-es/reference/errorfunc  functions.xml 
/phpdoc-es/reference/exec   functions.xml 
/phpdoc-es/reference/fdffunctions.xml 
/phpdoc-es/reference/fileprofunctions.xml 
/phpdoc-es/reference/filesystem functions.xml 
/phpdoc-es/reference/ftpfunctions.xml 
/phpdoc-es/reference/funchand   functions.xml 
/phpdoc-es/reference/gettextfunctions.xml 
/phpdoc-es/reference/gmpfunctions.xml 
/phpdoc-es/reference/http   functions.xml 
/phpdoc-es/reference/hw functions.xml 
/phpdoc-es/reference/ibase  functions.xml 
/phpdoc-es/reference/icap   functions.xml 
/phpdoc-es/reference/ifxfunctions.xml 
/phpdoc-es/reference/image  functions.xml 
/phpdoc-es/reference/imap   functions.xml 
/phpdoc-es/reference/info   functions.xml 
/phpdoc-es/reference/ingres-ii  functions.xml 
/phpdoc-es/reference/ldap   functions.xml 
/phpdoc-es/reference/mail   functions.xml 
/phpdoc-es/reference/math   functions.xml 
/phpdoc-es/reference/mcal   functions.xml 
/phpdoc-es/reference/mcrypt functions.xml 
/phpdoc-es/reference/mhash  functions.xml 
/phpdoc-es/reference/misc   functions.xml 
/phpdoc-es/reference/msql   functions.xml 
/phpdoc-es/reference/mssql  functions.xml 
/phpdoc-es/reference/mysql  functions.xml 
/phpdoc-es/reference/networkfunctions.xml 
/phpdoc-es/reference/nisfunctions.xml 
/phpdoc-es/reference/oci8   functions.xml 
/phpdoc-es/reference/oracle functions.xml 
/phpdoc-es/reference/outcontrol functions.xml 
/phpdoc-es/reference/ovrimosfunctions.xml 
/phpdoc-es/reference/pcre   functions.xml 
/phpdoc-es/reference/pdffunctions.xml 
/phpdoc-es/reference/pfpro  functions.xml 
/phpdoc-es/reference/pgsql  functions.xml 
/phpdoc-es/reference/posix  functions.xml 
/phpdoc-es/reference/pspell functions.xml 
/phpdoc-es/reference/readline   functions.xml 
/phpdoc-es/reference/recode functions.xml 
/phpdoc-es/reference/regex  functions.xml 
/phpdoc-es/reference/satellite  functions.xml 
/phpdoc-es/reference/semfunctions.xml 
/phpdoc-es/reference/sesam  functions.xml 
/phpdoc-es/reference/shmop  functions.xml 
/phpdoc-es/reference/snmp   functions.xml 
/phpdoc-es/reference/socketsfunctions.xml 
/phpdoc-es/reference/solid  functions.xml 
/phpdoc-es/reference/stringsfunctions.xml 
/phpdoc-es/reference/swffunctions.xml 
/phpdoc-es/reference/sybase functions.xml 
/phpdoc-es/reference/uodbc  functions.xml 
/phpdoc-es/reference/urlfunctions.xml 
/phpdoc-es/reference/varfunctions.xml 
/phpdoc-es/reference/vmailmgr   functions.xml 
/phpdoc-es/reference/wddx   functions.xml 
/phpdoc-es/reference/xmlfunctions.xml 
/phpdoc-es/reference/xslt   functions.xml 
/phpdoc-es/reference/yazfunctions.xml 
/phpdoc-es/reference/zlib   functions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-fr /reference/apache functions.xml /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/bzip2 functions.xml /reference/calendar functions.xml /reference/ccvs functions.xml /reference/classobj functions.xml /reference/com functions.xml /reference/cpdf functions.xml /reference/crack functions.xml /reference/ctype functions.xml /reference/curl functions.xml /reference/cybercash functions.xml /reference/cybermut functions.xml /reference/cyrus functions.xml /reference/datetime functions.xml /reference/dba functions.xml /reference/dbase functions.xml /reference/dbm functions.xml /reference/dbx functions.xml /reference/dio functions.xml /reference/dir functions.xml /reference/dl functions.xml /reference/domxml functions.xml /reference/dotnet functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/fbsql functions.xml /reference/fdf functions.xml /reference/filepro functions.xml /reference/filesystem functions.xml /reference/fribidi functions.xml /reference/ftp functions.xml /reference/funchand functions.xml /reference/gettext functions.xml /reference/gmp functions.xml /reference/http functions.xml /reference/hw functions.xml /reference/ibase functions.xml /reference/icap functions.xml /reference/iconv functions.xml /reference/ifx functions.xml /reference/iisfunc functions.xml /reference/image functions.xml /reference/imap functions.xml /reference/info functions.xml /reference/ingres-ii functions.xml /reference/ircg functions.xml /reference/java functions.xml /reference/ldap functions.xml /reference/mail functions.xml /reference/math functions.xml /reference/mbstring functions.xml /reference/mcal functions.xml /reference/mcrypt functions.xml /reference/mhash functions.xml /reference/ming functions.xml /reference/misc functions.xml /reference/mnogosearch functions.xml /reference/msql functions.xml /reference/mssql functions.xml /reference/muscat functions.xml /reference/mysql functions.xml /reference/network functions.xml /reference/nis functions.xml /reference/oci8 functions.xml /reference/openssl functions.xml /reference/oracle functions.xml /reference/outcontrol functions.xml /reference/overload functions.xml /reference/ovrimos functions.xml /reference/pcntl functions.xml /reference/pcre functions.xml /reference/pdf functions.xml /reference/pfpro functions.xml /reference/pgsql functions.xml /reference/posix functions.xml /reference/pspell functions.xml /reference/qtdom functions.xml /reference/readline functions.xml /reference/recode functions.xml /reference/regex functions.xml /reference/satellite functions.xml /reference/sem functions.xml /reference/sesam functions.xml /reference/session functions.xml /reference/shmop functions.xml /reference/snmp functions.xml /reference/sockets functions.xml /reference/strings functions.xml /reference/swf functions.xml /reference/sybase functions.xml /reference/uodbc functions.xml /reference/url functions.xml /reference/var functions.xml /reference/vmailmgr functions.xml /reference/w32api functions.xml /reference/wddx functions.xml /reference/xml functions.xml /reference/xmlrpc functions.xml /reference/xslt functions.xml /reference/yaz functions.xml /reference/zip functions.xml /reference/zlib functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:53:21 2002 EDT

  Removed files:   
/phpdoc-fr/reference/apache functions.xml 
/phpdoc-fr/reference/array  functions.xml 
/phpdoc-fr/reference/aspell functions.xml 
/phpdoc-fr/reference/bc functions.xml 
/phpdoc-fr/reference/bzip2  functions.xml 
/phpdoc-fr/reference/calendar   functions.xml 
/phpdoc-fr/reference/ccvs   functions.xml 
/phpdoc-fr/reference/classobj   functions.xml 
/phpdoc-fr/reference/comfunctions.xml 
/phpdoc-fr/reference/cpdf   functions.xml 
/phpdoc-fr/reference/crack  functions.xml 
/phpdoc-fr/reference/ctype  functions.xml 
/phpdoc-fr/reference/curl   functions.xml 
/phpdoc-fr/reference/cybercash  functions.xml 
/phpdoc-fr/reference/cybermut   functions.xml 
/phpdoc-fr/reference/cyrus  functions.xml 
/phpdoc-fr/reference/datetime   functions.xml 
/phpdoc-fr/reference/dbafunctions.xml 
/phpdoc-fr/reference/dbase  functions.xml 
/phpdoc-fr/reference/dbmfunctions.xml 
/phpdoc-fr/reference/dbxfunctions.xml 
/phpdoc-fr/reference/diofunctions.xml 
/phpdoc-fr/reference/dirfunctions.xml 
/phpdoc-fr/reference/dl functions.xml 
/phpdoc-fr/reference/domxml functions.xml 
/phpdoc-fr/reference/dotnet functions.xml 
/phpdoc-fr/reference/errorfunc  functions.xml 
/phpdoc-fr/reference/exec   functions.xml 
/phpdoc-fr/reference/fbsql  functions.xml 
/phpdoc-fr/reference/fdffunctions.xml 
/phpdoc-fr/reference/fileprofunctions.xml 
/phpdoc-fr/reference/filesystem functions.xml 
/phpdoc-fr/reference/fribidifunctions.xml 
/phpdoc-fr/reference/ftpfunctions.xml 
/phpdoc-fr/reference/funchand   functions.xml 
/phpdoc-fr/reference/gettextfunctions.xml 
/phpdoc-fr/reference/gmpfunctions.xml 
/phpdoc-fr/reference/http   functions.xml 
/phpdoc-fr/reference/hw functions.xml 
/phpdoc-fr/reference/ibase  functions.xml 
/phpdoc-fr/reference/icap   functions.xml 
/phpdoc-fr/reference/iconv  functions.xml 
/phpdoc-fr/reference/ifxfunctions.xml 
/phpdoc-fr/reference/iisfuncfunctions.xml 
/phpdoc-fr/reference/image  functions.xml 
/phpdoc-fr/reference/imap   functions.xml 
/phpdoc-fr/reference/info   functions.xml 
/phpdoc-fr/reference/ingres-ii  functions.xml 
/phpdoc-fr/reference/ircg   functions.xml 
/phpdoc-fr/reference/java   functions.xml 
/phpdoc-fr/reference/ldap   functions.xml 
/phpdoc-fr/reference/mail   functions.xml 
/phpdoc-fr/reference/math   functions.xml 
/phpdoc-fr/reference/mbstring   functions.xml 
/phpdoc-fr/reference/mcal   functions.xml 
/phpdoc-fr/reference/mcrypt functions.xml 
/phpdoc-fr/reference/mhash  functions.xml 
/phpdoc-fr/reference/ming   functions.xml 
/phpdoc-fr/reference/misc   functions.xml 
/phpdoc-fr/reference/mnogosearchfunctions.xml 
/phpdoc-fr/reference/msql   functions.xml 
/phpdoc-fr/reference/mssql  functions.xml 
/phpdoc-fr/reference/muscat functions.xml 
/phpdoc-fr/reference/mysql  functions.xml 
/phpdoc-fr/reference/networkfunctions.xml 
/phpdoc-fr/reference/nisfunctions.xml 
/phpdoc-fr/reference/oci8   functions.xml 
/phpdoc-fr/reference/opensslfunctions.xml 
/phpdoc-fr/reference/oracle functions.xml 
/phpdoc-fr/reference/outcontrol functions.xml 
/phpdoc-fr/reference/overload   functions.xml 
/phpdoc-fr/reference/ovrimosfunctions.xml 
/phpdoc-fr/reference/pcntl  functions.xml 
/phpdoc-fr/reference/pcre   functions.xml 
/phpdoc-fr/reference/pdffunctions.xml 
/phpdoc-fr/reference/pfpro  functions.xml 
/phpdoc-fr/reference/pgsql  functions.xml 
/phpdoc-fr/reference/posix  functions.xml 
/phpdoc-fr/reference/pspell functions.xml 
/phpdoc-fr/reference/qtdom  functions.xml 
/phpdoc-fr/reference/readline   functions.xml 
/phpdoc-fr/reference/recode functions.xml 
/phpdoc-fr/reference/regex  functions.xml 
/phpdoc-fr/reference/satellite  functions.xml 
/phpdoc-fr/reference/semfunctions.xml 
/phpdoc-fr/reference/sesam  functions.xml 
/phpdoc-fr/reference/sessionfunctions.xml 
/phpdoc-fr/reference/shmop  functions.xml 
/phpdoc-fr/reference/snmp   functions.xml 
/phpdoc-fr/reference/socketsfunctions.xml 
/phpdoc-fr/reference/stringsfunctions.xml 
/phpdoc-fr/reference/swffunctions.xml 
/phpdoc-fr/reference/sybase functions.xml 
/phpdoc-fr/reference/uodbc  functions.xml 
/phpdoc-fr/reference/urlfunctions.xml 
/phpdoc-fr/reference/varfunctions.xml 
/phpdoc-fr/reference/vmailmgr   functions.xml 
/phpdoc-fr/reference/w32api functions.xml 
/phpdoc-fr/reference/wddx   functions.xml 
/phpdoc-fr/reference/xmlfunctions.xml 
/phpdoc-

[PHP-DOC] cvs: phpdoc-he /reference/curl functions.xml /reference/dir functions.xml /reference/ibase functions.xml /reference/mail functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:43:27 2002 EDT

  Removed files:   
/phpdoc-he/reference/curl   functions.xml 
/phpdoc-he/reference/dirfunctions.xml 
/phpdoc-he/reference/ibase  functions.xml 
/phpdoc-he/reference/mail   functions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-hk /reference/aspell functions.xml /reference/ccvs functions.xml /reference/com functions.xml /reference/cybercash functions.xml /reference/dir functions.xml /reference/dl functions.xml /reference/filepro functions.xml /reference/gettext functions.xml /reference/mail functions.xml /reference/pspell functions.xml /reference/recode functions.xml /reference/vmailmgr functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:42:45 2002 EDT

  Removed files:   
/phpdoc-hk/reference/aspell functions.xml 
/phpdoc-hk/reference/ccvs   functions.xml 
/phpdoc-hk/reference/comfunctions.xml 
/phpdoc-hk/reference/cybercash  functions.xml 
/phpdoc-hk/reference/dirfunctions.xml 
/phpdoc-hk/reference/dl functions.xml 
/phpdoc-hk/reference/fileprofunctions.xml 
/phpdoc-hk/reference/gettextfunctions.xml 
/phpdoc-hk/reference/mail   functions.xml 
/phpdoc-hk/reference/pspell functions.xml 
/phpdoc-hk/reference/recode functions.xml 
/phpdoc-hk/reference/vmailmgr   functions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-hu /reference/apache functions.xml /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/bzip2 functions.xml /reference/calendar functions.xml /reference/ccvs functions.xml /reference/classobj functions.xml /reference/com functions.xml /reference/cpdf functions.xml /reference/cybercash functions.xml /reference/datetime functions.xml /reference/dbx functions.xml /reference/dir functions.xml /reference/domxml functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/filepro functions.xml /reference/funchand functions.xml /reference/gettext functions.xml /reference/image functions.xml /reference/info functions.xml /reference/mail functions.xml /reference/math functions.xml /reference/mhash functions.xml /reference/ming functions.xml /reference/mysql functions.xml /reference/network functions.xml /reference/oci8 functions.xml /reference/oracle functions.xml /reference/outcontrol functions.xml /reference/pcre functions.xml /reference/pgsql functions.xml /reference/readline functions.xml /reference/recode functions.xml /reference/session functions.xml /reference/url functions.xml /reference/var functions.xml /reference/wddx functions.xml /reference/xml functions.xml /reference/xslt functions.xml /reference/zip functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:41:32 2002 EDT

  Removed files:   
/phpdoc-hu/reference/apache functions.xml 
/phpdoc-hu/reference/array  functions.xml 
/phpdoc-hu/reference/aspell functions.xml 
/phpdoc-hu/reference/bc functions.xml 
/phpdoc-hu/reference/bzip2  functions.xml 
/phpdoc-hu/reference/calendar   functions.xml 
/phpdoc-hu/reference/ccvs   functions.xml 
/phpdoc-hu/reference/classobj   functions.xml 
/phpdoc-hu/reference/comfunctions.xml 
/phpdoc-hu/reference/cpdf   functions.xml 
/phpdoc-hu/reference/cybercash  functions.xml 
/phpdoc-hu/reference/datetime   functions.xml 
/phpdoc-hu/reference/dbxfunctions.xml 
/phpdoc-hu/reference/dirfunctions.xml 
/phpdoc-hu/reference/domxml functions.xml 
/phpdoc-hu/reference/errorfunc  functions.xml 
/phpdoc-hu/reference/exec   functions.xml 
/phpdoc-hu/reference/fileprofunctions.xml 
/phpdoc-hu/reference/funchand   functions.xml 
/phpdoc-hu/reference/gettextfunctions.xml 
/phpdoc-hu/reference/image  functions.xml 
/phpdoc-hu/reference/info   functions.xml 
/phpdoc-hu/reference/mail   functions.xml 
/phpdoc-hu/reference/math   functions.xml 
/phpdoc-hu/reference/mhash  functions.xml 
/phpdoc-hu/reference/ming   functions.xml 
/phpdoc-hu/reference/mysql  functions.xml 
/phpdoc-hu/reference/networkfunctions.xml 
/phpdoc-hu/reference/oci8   functions.xml 
/phpdoc-hu/reference/oracle functions.xml 
/phpdoc-hu/reference/outcontrol functions.xml 
/phpdoc-hu/reference/pcre   functions.xml 
/phpdoc-hu/reference/pgsql  functions.xml 
/phpdoc-hu/reference/readline   functions.xml 
/phpdoc-hu/reference/recode functions.xml 
/phpdoc-hu/reference/sessionfunctions.xml 
/phpdoc-hu/reference/urlfunctions.xml 
/phpdoc-hu/reference/varfunctions.xml 
/phpdoc-hu/reference/wddx   functions.xml 
/phpdoc-hu/reference/xmlfunctions.xml 
/phpdoc-hu/reference/xslt   functions.xml 
/phpdoc-hu/reference/zipfunctions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-it /reference/apache functions.xml /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/bzip2 functions.xml /reference/calendar functions.xml /reference/ccvs functions.xml /reference/classobj functions.xml /reference/com functions.xml /reference/cpdf functions.xml /reference/crack functions.xml /reference/ctype functions.xml /reference/curl functions.xml /reference/cybercash functions.xml /reference/cybermut functions.xml /reference/datetime functions.xml /reference/dbase functions.xml /reference/dbm functions.xml /reference/dir functions.xml /reference/dotnet functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/fbsql functions.xml /reference/filepro functions.xml /reference/filesystem functions.xml /reference/fribidi functions.xml /reference/ftp functions.xml /reference/gmp functions.xml /reference/http functions.xml /reference/ibase functions.xml /reference/iconv functions.xml /reference/iisfunc functions.xml /reference/mail functions.xml /reference/math functions.xml /reference/mssql functions.xml /reference/network functions.xml /reference/oci8 functions.xml /reference/oracle functions.xml /reference/overload functions.xml /reference/pcre functions.xml /reference/pgsql functions.xml /reference/printer functions.xml /reference/qtdom functions.xml /reference/regex functions.xml /reference/sem functions.xml /reference/session functions.xml /reference/shmop functions.xml /reference/snmp functions.xml /reference/sockets functions.xml /reference/uodbc functions.xml /reference/var functions.xml /reference/vpopmail functions.xml /reference/w32api functions.xml /reference/xml functions.xml /reference/xmlrpc functions.xml /reference/xslt functions.xml /reference/zip functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:37:48 2002 EDT

  Removed files:   
/phpdoc-it/reference/apache functions.xml 
/phpdoc-it/reference/array  functions.xml 
/phpdoc-it/reference/aspell functions.xml 
/phpdoc-it/reference/bc functions.xml 
/phpdoc-it/reference/bzip2  functions.xml 
/phpdoc-it/reference/calendar   functions.xml 
/phpdoc-it/reference/ccvs   functions.xml 
/phpdoc-it/reference/classobj   functions.xml 
/phpdoc-it/reference/comfunctions.xml 
/phpdoc-it/reference/cpdf   functions.xml 
/phpdoc-it/reference/crack  functions.xml 
/phpdoc-it/reference/ctype  functions.xml 
/phpdoc-it/reference/curl   functions.xml 
/phpdoc-it/reference/cybercash  functions.xml 
/phpdoc-it/reference/cybermut   functions.xml 
/phpdoc-it/reference/datetime   functions.xml 
/phpdoc-it/reference/dbase  functions.xml 
/phpdoc-it/reference/dbmfunctions.xml 
/phpdoc-it/reference/dirfunctions.xml 
/phpdoc-it/reference/dotnet functions.xml 
/phpdoc-it/reference/errorfunc  functions.xml 
/phpdoc-it/reference/exec   functions.xml 
/phpdoc-it/reference/fbsql  functions.xml 
/phpdoc-it/reference/fileprofunctions.xml 
/phpdoc-it/reference/filesystem functions.xml 
/phpdoc-it/reference/fribidifunctions.xml 
/phpdoc-it/reference/ftpfunctions.xml 
/phpdoc-it/reference/gmpfunctions.xml 
/phpdoc-it/reference/http   functions.xml 
/phpdoc-it/reference/ibase  functions.xml 
/phpdoc-it/reference/iconv  functions.xml 
/phpdoc-it/reference/iisfuncfunctions.xml 
/phpdoc-it/reference/mail   functions.xml 
/phpdoc-it/reference/math   functions.xml 
/phpdoc-it/reference/mssql  functions.xml 
/phpdoc-it/reference/networkfunctions.xml 
/phpdoc-it/reference/oci8   functions.xml 
/phpdoc-it/reference/oracle functions.xml 
/phpdoc-it/reference/overload   functions.xml 
/phpdoc-it/reference/pcre   functions.xml 
/phpdoc-it/reference/pgsql  functions.xml 
/phpdoc-it/reference/printerfunctions.xml 
/phpdoc-it/reference/qtdom  functions.xml 
/phpdoc-it/reference/regex  functions.xml 
/phpdoc-it/reference/semfunctions.xml 
/phpdoc-it/reference/sessionfunctions.xml 
/phpdoc-it/reference/shmop  functions.xml 
/phpdoc-it/reference/snmp   functions.xml 
/phpdoc-it/reference/socketsfunctions.xml 
/phpdoc-it/reference/uodbc  functions.xml 
/phpdoc-it/reference/varfunctions.xml 
/phpdoc-it/reference/vpopmail   functions.xml 
/phpdoc-it/reference/w32api functions.xml 
/phpdoc-it/reference/xmlfunctions.xml 
/phpdoc-it/reference/xmlrpc functions.xml 
/phpdoc-it/reference/xslt   functions.xml 
/phpdoc-it/reference/zipfunctions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-ja /reference/apache functions.xml /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/bzip2 functions.xml /reference/calendar functions.xml /reference/ccvs functions.xml /reference/classobj functions.xml /reference/com functions.xml /reference/cpdf functions.xml /reference/crack functions.xml /reference/ctype functions.xml /reference/curl functions.xml /reference/cybercash functions.xml /reference/cybermut functions.xml /reference/cyrus functions.xml /reference/datetime functions.xml /reference/dba functions.xml /reference/dbase functions.xml /reference/dbm functions.xml /reference/dbplus functions.xml /reference/dbx functions.xml /reference/dio functions.xml /reference/dir functions.xml /reference/domxml functions.xml /reference/dotnet functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/fbsql functions.xml /reference/fdf functions.xml /reference/filepro functions.xml /reference/filesystem functions.xml /reference/fribidi functions.xml /reference/ftp functions.xml /reference/funchand functions.xml /reference/gettext functions.xml /reference/gmp functions.xml /reference/http functions.xml /reference/hw functions.xml /reference/ibase functions.xml /reference/icap functions.xml /reference/iconv functions.xml /reference/ifx functions.xml /reference/iisfunc functions.xml /reference/image functions.xml /reference/imap functions.xml /reference/info functions.xml /reference/ingres-ii functions.xml /reference/ircg functions.xml /reference/java functions.xml /reference/ldap functions.xml /reference/mail functions.xml /reference/mailparse functions.xml /reference/math functions.xml /reference/mbstring functions.xml /reference/mcal functions.xml /reference/mcrypt functions.xml /reference/mhash functions.xml /reference/ming functions.xml /reference/misc functions.xml /reference/mnogosearch functions.xml /reference/msession functions.xml /reference/msql functions.xml /reference/mssql functions.xml /reference/muscat functions.xml /reference/mysql functions.xml /reference/ncurses functions.xml /reference/network functions.xml /reference/nis functions.xml /reference/notes functions.xml /reference/oci8 functions.xml /reference/openssl functions.xml /reference/oracle functions.xml /reference/outcontrol functions.xml /reference/overload functions.xml /reference/ovrimos functions.xml /reference/pcntl functions.xml /reference/pcre functions.xml /reference/pdf functions.xml /reference/pfpro functions.xml /reference/pgsql functions.xml /reference/posix functions.xml /reference/printer functions.xml /reference/pspell functions.xml /reference/qtdom functions.xml /reference/readline functions.xml /reference/recode functions.xml /reference/regex functions.xml /reference/satellite functions.xml /reference/sem functions.xml /reference/sesam functions.xml /reference/session functions.xml /reference/shmop functions.xml /reference/snmp functions.xml /reference/sockets functions.xml /reference/strings functions.xml /reference/swf functions.xml /reference/sybase functions.xml /reference/uodbc functions.xml /reference/url functions.xml /reference/var functions.xml /reference/vpopmail functions.xml /reference/w32api functions.xml /reference/wddx functions.xml /reference/xml functions.xml /reference/xmlrpc functions.xml /reference/xslt functions.xml /reference/yaz functions.xml /reference/zip functions.xml /reference/zlib functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:27:58 2002 EDT

  Removed files:   
/phpdoc-ja/reference/apache functions.xml 
/phpdoc-ja/reference/array  functions.xml 
/phpdoc-ja/reference/aspell functions.xml 
/phpdoc-ja/reference/bc functions.xml 
/phpdoc-ja/reference/bzip2  functions.xml 
/phpdoc-ja/reference/calendar   functions.xml 
/phpdoc-ja/reference/ccvs   functions.xml 
/phpdoc-ja/reference/classobj   functions.xml 
/phpdoc-ja/reference/comfunctions.xml 
/phpdoc-ja/reference/cpdf   functions.xml 
/phpdoc-ja/reference/crack  functions.xml 
/phpdoc-ja/reference/ctype  functions.xml 
/phpdoc-ja/reference/curl   functions.xml 
/phpdoc-ja/reference/cybercash  functions.xml 
/phpdoc-ja/reference/cybermut   functions.xml 
/phpdoc-ja/reference/cyrus  functions.xml 
/phpdoc-ja/reference/datetime   functions.xml 
/phpdoc-ja/reference/dbafunctions.xml 
/phpdoc-ja/reference/dbase  functions.xml 
/phpdoc-ja/reference/dbmfunctions.xml 
/phpdoc-ja/reference/dbplus functions.xml 
/phpdoc-ja/reference/dbxfunctions.xml 
/phpdoc-ja/reference/diofunctions.xml 
/phpdoc-ja/reference/dirfunctions.xml 
/phpdoc-ja/reference/domxml functions.xml 
/phpdoc-ja/reference/dotnet functions.xml 
/phpdoc-ja/reference/errorfunc  functions.xml 
/phpdoc-ja/reference/exec   functions.xml 
/phpdoc-ja/reference/fbsql  functions.xml 
/phpdoc-ja/reference/fdffunctions.xml 
/phpdoc-ja/reference/fileprofunctions.xml 
/phpdoc-ja/reference/filesystem functions.xml 
/phpdoc-ja/reference/fribidifunctions.xml 
/phpdoc-ja/reference/ftpfunctions.xml 
/phpdoc-ja/reference/funchand   functions.xml 
/phpdoc-ja/reference/gettextfunctions.xml 
/phpdoc-ja/reference/gmpfunctions.xml 
/phpdoc-ja/reference/http   functions.xml 
/phpdoc-ja/reference/hw functions.xml 
/phpdoc-ja/reference/ibase  functions.xml 
/phpdoc-ja/reference/icap   functions.xml 
/phpdoc-ja/reference/iconv  functions.xml 
/phpdoc-ja/reference/ifxfunctions.xml 
/phpdoc-ja/reference/iisfuncfunctions.xml 
/phpdoc-ja/reference/image  functions.xml 
/phpdoc-ja/reference/imap   functions.xml 
/phpdoc-ja/reference/info   functions.xml 
/phpdoc-ja/reference/ingres-ii  functions.xml 
/phpdoc-ja/reference/ircg   functions.xml 
/phpdoc-ja/reference/java   functions.xml 
/phpdoc-ja/reference/ldap   functions.xml 
/phpdoc-ja/reference/mail   functions.xml 
/phpdoc-ja/reference/mailparse  functions.xml 
/phpdoc-ja/reference/math   functions.xml 
/phpdoc-ja/reference/mbstring   functions.xml 
/phpdoc-ja/reference/mcal   functions.xml 
/phpdoc-ja/reference/mcrypt functions.xml 
/phpdoc-ja/reference/mhash  functions.xml 
/phpdoc-ja/reference/ming   functions.xml 
/phpdoc-ja/reference/misc   functions.xml 
/phpdoc-ja/reference/mnogosearchfunctions.xml 
/phpdoc-ja/reference/msession   functions.xml 
/phpdoc-ja/reference/msql   functions.xml 
/phpdoc-ja/reference/mssql  functions.xml 
/phpdoc-ja/reference/muscat functions.xml 
/phpdoc-ja/reference/mysql  functions.xml 
/phpdoc-ja/reference/ncursesfunctions.xml 
/phpdoc-ja/reference/networkfunctions.xml 
/phpdoc-ja/reference/nisfunctions.xml 
/phpdoc-ja/reference/notes  functions.xml 
/phpdoc-ja/reference/oci8   functions.xml 
/phpdoc-ja/reference/opensslfunctions.xml 
/phpdoc-ja/reference/oracle functions.xml 
/phpdoc-ja/reference/outcontrol functions.xml 
/phpdoc-ja/reference/overload   functions.xml 
/phpdoc-ja/reference/ovrimosfunctions.xml 
/phpdoc-ja/reference/pcntl  functions.xml 
/phpdoc-ja/reference/pcre   functions.xml 
/phpdoc-ja/reference/pdffunctions.xml 
/phpdoc-ja/reference/pfpro  functions.xml 
/phpdoc-ja/reference/pgsql  functions.xml 
/phpdoc-ja/reference/posix  functions.xml 
/phpdoc-ja/reference/printerfunctions.xml 
/phpdoc-ja/reference/pspell functions.xml 
/phpdoc-ja/reference/qtdom  functions.xml 
/phpdoc-ja/reference/readline   functions.xml 
/phpdoc-ja/reference/recode functions.xml 
/phpdoc-ja/reference/regex  functions.xml 
/phpdoc-ja/reference/satellite  functions.xml 
/phpdoc-ja/reference/semfunctions.xml 
/phpdoc-ja/reference/sesam  functions.xml 
/phpdoc-ja/reference/sessionfunctions.xml 
/phpdoc-ja/reference/shmop  functions.xml 
/phpdoc-ja/reference/snmp   functions.xml 
/phpdoc-ja/reference/socketsfunctions.xml 
/phpdoc-ja/reference/stringsfunctions.xml 
/phpdoc-ja/reference/swffunctions.xml 
/phpdoc-ja/reference/sybase functions.xml 
/phpdoc-ja/reference/uodbc  functions.xml 
/phpdoc-ja/reference/urlfun

[PHP-DOC] cvs: phpdoc-kr /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/bzip2 functions.xml /reference/calendar functions.xml /reference/ccvs functions.xml /reference/classobj functions.xml /reference/com functions.xml /reference/cpdf functions.xml /reference/crack functions.xml /reference/ctype functions.xml /reference/curl functions.xml /reference/cybercash functions.xml /reference/cybermut functions.xml /reference/cyrus functions.xml /reference/datetime functions.xml /reference/dba functions.xml /reference/dbase functions.xml /reference/dbm functions.xml /reference/dbplus functions.xml /reference/dbx functions.xml /reference/dio functions.xml /reference/dir functions.xml /reference/dl functions.xml /reference/domxml functions.xml /reference/dotnet functions.xml /reference/errorfunc functions.xml /reference/exec functions.xml /reference/fbsql functions.xml /reference/fdf functions.xml /reference/filepro functions.xml /reference/filesystem functions.xml /reference/fribidi functions.xml /reference/ftp functions.xml /reference/funchand functions.xml /reference/gettext functions.xml /reference/gmp functions.xml /reference/http functions.xml /reference/hw functions.xml /reference/ibase functions.xml /reference/icap functions.xml /reference/iconv functions.xml /reference/image functions.xml /reference/imap functions.xml /reference/info functions.xml /reference/ingres-ii functions.xml /reference/ircg functions.xml /reference/java functions.xml /reference/ldap functions.xml /reference/mail functions.xml /reference/mailparse functions.xml /reference/math functions.xml /reference/mbstring functions.xml /reference/mcal functions.xml /reference/mcrypt functions.xml /reference/mhash functions.xml /reference/ming functions.xml /reference/misc functions.xml /reference/mnogosearch functions.xml /reference/msession functions.xml /reference/mssql functions.xml /reference/muscat functions.xml /reference/mysql functions.xml /reference/ncurses functions.xml /reference/network functions.xml /reference/nis functions.xml /reference/notes functions.xml /reference/oci8 functions.xml /reference/outcontrol functions.xml /reference/overload functions.xml /reference/ovrimos functions.xml /reference/pcntl functions.xml /reference/pdf functions.xml /reference/pfpro functions.xml /reference/pgsql functions.xml /reference/posix functions.xml /reference/printer functions.xml /reference/pspell functions.xml /reference/qtdom functions.xml /reference/readline functions.xml /reference/recode functions.xml /reference/regex functions.xml /reference/satellite functions.xml /reference/sem functions.xml /reference/session functions.xml /reference/shmop functions.xml /reference/sockets functions.xml /reference/strings functions.xml /reference/swf functions.xml /reference/sybase functions.xml /reference/uodbc functions.xml /reference/url functions.xml /reference/var functions.xml /reference/vpopmail functions.xml /reference/w32api functions.xml /reference/wddx functions.xml /reference/xml functions.xml /reference/xmlrpc functions.xml /reference/yaz functions.xml /reference/zip functions.xml /reference/zlib functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:19:44 2002 EDT

  Removed files:   
/phpdoc-kr/reference/array  functions.xml 
/phpdoc-kr/reference/aspell functions.xml 
/phpdoc-kr/reference/bc functions.xml 
/phpdoc-kr/reference/bzip2  functions.xml 
/phpdoc-kr/reference/calendar   functions.xml 
/phpdoc-kr/reference/ccvs   functions.xml 
/phpdoc-kr/reference/classobj   functions.xml 
/phpdoc-kr/reference/comfunctions.xml 
/phpdoc-kr/reference/cpdf   functions.xml 
/phpdoc-kr/reference/crack  functions.xml 
/phpdoc-kr/reference/ctype  functions.xml 
/phpdoc-kr/reference/curl   functions.xml 
/phpdoc-kr/reference/cybercash  functions.xml 
/phpdoc-kr/reference/cybermut   functions.xml 
/phpdoc-kr/reference/cyrus  functions.xml 
/phpdoc-kr/reference/datetime   functions.xml 
/phpdoc-kr/reference/dbafunctions.xml 
/phpdoc-kr/reference/dbase  functions.xml 
/phpdoc-kr/reference/dbmfunctions.xml 
/phpdoc-kr/reference/dbplus functions.xml 
/phpdoc-kr/reference/dbxfunctions.xml 
/phpdoc-kr/reference/diofunctions.xml 
/phpdoc-kr/reference/dirfunctions.xml 
/phpdoc-kr/reference/dl functions.xml 
/phpdoc-kr/reference/domxml functions.xml 
/phpdoc-kr/reference/dotnet functions.xml 
/phpdoc-kr/reference/errorfunc  functions.xml 
/phpdoc-kr/reference/exec   functions.xml 
/phpdoc-kr/reference/fbsql  functions.xml 
/phpdoc-kr/reference/fdffunctions.xml 
/phpdoc-kr/reference/fileprofunctions.xml 
/phpdoc-kr/reference/filesystem functions.xml 
/phpdoc-kr/reference/fribidifunctions.xml 
/phpdoc-kr/reference/ftpfunctions.xml 
/phpdoc-kr/reference/funchand   functions.xml 
/phpdoc-kr/reference/gettextfunctions.xml 
/phpdoc-kr/reference/gmpfunctions.xml 
/phpdoc-kr/reference/http   functions.xml 
/phpdoc-kr/reference/hw functions.xml 
/phpdoc-kr/reference/ibase  functions.xml 
/phpdoc-kr/reference/icap   functions.xml 
/phpdoc-kr/reference/iconv  functions.xml 
/phpdoc-kr/reference/image  functions.xml 
/phpdoc-kr/reference/imap   functions.xml 
/phpdoc-kr/reference/info   functions.xml 
/phpdoc-kr/reference/ingres-ii  functions.xml 
/phpdoc-kr/reference/ircg   functions.xml 
/phpdoc-kr/reference/java   functions.xml 
/phpdoc-kr/reference/ldap   functions.xml 
/phpdoc-kr/reference/mail   functions.xml 
/phpdoc-kr/reference/mailparse  functions.xml 
/phpdoc-kr/reference/math   functions.xml 
/phpdoc-kr/reference/mbstring   functions.xml 
/phpdoc-kr/reference/mcal   functions.xml 
/phpdoc-kr/reference/mcrypt functions.xml 
/phpdoc-kr/reference/mhash  functions.xml 
/phpdoc-kr/reference/ming   functions.xml 
/phpdoc-kr/reference/misc   functions.xml 
/phpdoc-kr/reference/mnogosearchfunctions.xml 
/phpdoc-kr/reference/msession   functions.xml 
/phpdoc-kr/reference/mssql  functions.xml 
/phpdoc-kr/reference/muscat functions.xml 
/phpdoc-kr/reference/mysql  functions.xml 
/phpdoc-kr/reference/ncursesfunctions.xml 
/phpdoc-kr/reference/networkfunctions.xml 
/phpdoc-kr/reference/nisfunctions.xml 
/phpdoc-kr/reference/notes  functions.xml 
/phpdoc-kr/reference/oci8   functions.xml 
/phpdoc-kr/reference/outcontrol functions.xml 
/phpdoc-kr/reference/overload   functions.xml 
/phpdoc-kr/reference/ovrimosfunctions.xml 
/phpdoc-kr/reference/pcntl  functions.xml 
/phpdoc-kr/reference/pdffunctions.xml 
/phpdoc-kr/reference/pfpro  functions.xml 
/phpdoc-kr/reference/pgsql  functions.xml 
/phpdoc-kr/reference/posix  functions.xml 
/phpdoc-kr/reference/printerfunctions.xml 
/phpdoc-kr/reference/pspell functions.xml 
/phpdoc-kr/reference/qtdom  functions.xml 
/phpdoc-kr/reference/readline   functions.xml 
/phpdoc-kr/reference/recode functions.xml 
/phpdoc-kr/reference/regex  functions.xml 
/phpdoc-kr/reference/satellite  functions.xml 
/phpdoc-kr/reference/semfunctions.xml 
/phpdoc-kr/reference/sessionfunctions.xml 
/phpdoc-kr/reference/shmop  functions.xml 
/phpdoc-kr/reference/socketsfunctions.xml 
/phpdoc-kr/reference/stringsfunctions.xml 
/phpdoc-kr/reference/swffunctions.xml 
/phpdoc-kr/reference/sybase functions.xml 
/phpdoc-kr/reference/uodbc  functions.xml 
/phpdoc-kr/reference/urlfunctions.xml 
/phpdoc-kr/reference/varfunctions.xml 
/phpdoc-kr/reference/vpopmail   functions.xml 
/phpdoc-kr/reference/w32api functions.xml 
/phpdoc-kr/reference/wddx   functions.xml 
/phpdoc-kr/reference/xmlfunctions.xml 
/phpdoc-kr/reference/xmlrpc functions.xml 
/phpdoc-kr/reference/yazfunctions.xml 
/phpdoc-kr/reference/zipfunctions.x

[PHP-DOC] cvs: phpdoc-nl /reference/apache functions.xml /reference/array functions.xml /reference/com functions.xml /reference/datetime functions.xml /reference/dir functions.xml /reference/dl functions.xml /reference/exec functions.xml /reference/http functions.xml /reference/mysql functions.xml /reference/strings functions.xml /reference/url functions.xml /reference/wddx functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:10:42 2002 EDT

  Removed files:   
/phpdoc-nl/reference/apache functions.xml 
/phpdoc-nl/reference/array  functions.xml 
/phpdoc-nl/reference/comfunctions.xml 
/phpdoc-nl/reference/datetime   functions.xml 
/phpdoc-nl/reference/dirfunctions.xml 
/phpdoc-nl/reference/dl functions.xml 
/phpdoc-nl/reference/exec   functions.xml 
/phpdoc-nl/reference/http   functions.xml 
/phpdoc-nl/reference/mysql  functions.xml 
/phpdoc-nl/reference/stringsfunctions.xml 
/phpdoc-nl/reference/urlfunctions.xml 
/phpdoc-nl/reference/wddx   functions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-pl /reference/apache functions.xml /reference/array functions.xml /reference/aspell functions.xml /reference/bc functions.xml /reference/classobj functions.xml /reference/filesystem functions.xml /reference/ftp functions.xml /reference/http functions.xml /reference/iconv functions.xml /reference/mail functions.xml /reference/math functions.xml /reference/mysql functions.xml /reference/readline functions.xml /reference/session functions.xml /reference/url functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:09:33 2002 EDT

  Removed files:   
/phpdoc-pl/reference/apache functions.xml 
/phpdoc-pl/reference/array  functions.xml 
/phpdoc-pl/reference/aspell functions.xml 
/phpdoc-pl/reference/bc functions.xml 
/phpdoc-pl/reference/classobj   functions.xml 
/phpdoc-pl/reference/filesystem functions.xml 
/phpdoc-pl/reference/ftpfunctions.xml 
/phpdoc-pl/reference/http   functions.xml 
/phpdoc-pl/reference/iconv  functions.xml 
/phpdoc-pl/reference/mail   functions.xml 
/phpdoc-pl/reference/math   functions.xml 
/phpdoc-pl/reference/mysql  functions.xml 
/phpdoc-pl/reference/readline   functions.xml 
/phpdoc-pl/reference/sessionfunctions.xml 
/phpdoc-pl/reference/urlfunctions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-pt_BR /reference/apache functions.xml /reference/array functions.xml /reference/bc functions.xml /reference/dir functions.xml /reference/filesystem functions.xml /reference/math functions.xml /reference/mhash functions.xml /reference/overload functions.xml /reference/pgsql functions.xml /reference/url functions.xml php4/pear package-Archive_Tar.xml php4/pear/Archive Tar.php php4/pear/Archive/docs Tar.txt

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:07:00 2002 EDT

  Added files: 
/php4/pear/Archive/docs Tar.txt 

  Removed files:   
/phpdoc-pt_BR/reference/apache  functions.xml 
/phpdoc-pt_BR/reference/array   functions.xml 
/phpdoc-pt_BR/reference/bc  functions.xml 
/phpdoc-pt_BR/reference/dir functions.xml 
/phpdoc-pt_BR/reference/filesystem  functions.xml 
/phpdoc-pt_BR/reference/mathfunctions.xml 
/phpdoc-pt_BR/reference/mhash   functions.xml 
/phpdoc-pt_BR/reference/overloadfunctions.xml 
/phpdoc-pt_BR/reference/pgsql   functions.xml 
/phpdoc-pt_BR/reference/url functions.xml 

  Modified files:  
/php4/pear  package-Archive_Tar.xml 
/php4/pear/Archive  Tar.php 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  

Index: php4/pear/package-Archive_Tar.xml
diff -u php4/pear/package-Archive_Tar.xml:1.2 php4/pear/package-Archive_Tar.xml:1.3
--- php4/pear/package-Archive_Tar.xml:1.2   Sun May 19 17:39:59 2002
+++ php4/pear/package-Archive_Tar.xml   Mon May 20 05:05:41 2002
@@ -1,7 +1,5 @@
 
 
-
 
   Archive_Tar
   Tar file management class
@@ -26,14 +24,17 @@
 
   
   
-0.3
+0.4
 2002-04-13
-Windows bugfix: used wrong directory separators
+Windows bugfix: use forward slashes inside archives
 stable
 
- 
-  
- 
+  
+   Tar.php
+   
+ Tar.txt
+   
+  
 
   
   
@@ -42,14 +43,12 @@
   2002-02-18
   From initial commit to stable
   stable
-  
-   
- Tar.php
- 
-   Tar.txt
- 
-   
-  
+
+
+  0.3
+  2002-04-13
+  Windows bugfix: used wrong directory separators
+  stable
 
   
 
Index: php4/pear/Archive/Tar.php
diff -u php4/pear/Archive/Tar.php:1.8 php4/pear/Archive/Tar.php:1.9
--- php4/pear/Archive/Tar.php:1.8   Thu May  9 09:00:12 2002
+++ php4/pear/Archive/Tar.php   Mon May 20 05:05:45 2002
@@ -16,7 +16,7 @@
 // | Author: Vincent Blavet <[EMAIL PROTECTED]>  |
 // +--+
 //
-// $Id: Tar.php,v 1.8 2002/05/09 13:00:12 vblavet Exp $
+// $Id: Tar.php,v 1.9 2002/05/20 09:05:45 ssb Exp $
 
 require_once 'PEAR.php';
 
@@ -24,7 +24,7 @@
 * Creates a (compressed) Tar archive
 *
 * @author   Vincent Blavet <[EMAIL PROTECTED]>
-* @version  $Revision: 1.8 $
+* @version  $Revision: 1.9 $
 * @package  Archive
 */
 class Archive_Tar extends PEAR
@@ -1073,6 +1073,15 @@
 // }}}
 
 // {{{ _dirCheck()
+
+/**
+ * Check if a directory exists and create it (including parent
+ * dirs) if not.
+ *
+ * @param string $p_dir directory to check
+ *
+ * @return bool TRUE if the directory exists or was created
+ */
 function _dirCheck($p_dir)
 {
 if ((@is_dir($p_dir)) || ($p_dir == ''))
@@ -1092,9 +1101,22 @@
 
 return true;
 }
+
 // }}}
 
 // {{{ _pathReduction()
+
+/**
+ * Compress path by changing for example "/dir/foo/../bar" to "/dir/bar", and
+ * remove double slashes.
+ *
+ * @param string $p_dir path to reduce
+ *
+ * @return string reduced path
+ *
+ * @access private
+ *
+ */
 function _pathReduction($p_dir)
 {
 $v_result = '';
@@ -1126,6 +1148,7 @@
 $v_result = strtr($v_result, '\\', '/');
 return $v_result;
 }
+
 // }}}
 
 // {{{ _translateWinPath()

Index: php4/pear/Archive/docs/Tar.txt
+++ php4/pear/Archive/docs/Tar.txt
Documentation for class Archive_Tar
===
Last update : 2001-08-15



Overview :
--

  The Archive_Tar class helps in creating and managing GNU TAR format
  files compressed by GNU ZIP or not. 
  The class offers basic functions like creating an archive, adding
  files in the archive, extracting files from the archive and listing
  the archive content. 
  It also provide advanced functions that allow the adding and
  extraction of files with path manipulation. 


Sample :


  // - Creating the object (uncompressed archive)
  $tar_object = new Archive_Tar("tarname.tar");
  $tar_object->setErrorHandling(PEAR_ERROR_PRINT);

  // - Creating the archive
  $v_list[0]="file.txt";
  $v_list[1]="data/";
  $v_list[2]="file.log";
  $tar_object->create($v_list);

  // - Adding files
  $v_list[0]="dev/file.txt";
  $v_list[1]="dev/data/";
  $v_list[2]="log/file.log";
  $tar_object->add($v_list);

  // - Adding more files
  $tar_object->add("release/newfile.log release/readme.txt");

  // - Listing the content
  if (($v_list  =  $tar_object->listContent()) != 0)
for ($i=0; $i";
  echo " .size :'".$v_list[$i][size]."'";
  echo " .mtime :'".$v_list[$i][mtime]."' (".date("l dS of F Y h:i:s A", 
$v_list[$i][mtime]).")";
  echo " .mode :'".$v_list[$i][mode]."'";
  echo " .uid :'".$v_l

[PHP-DOC] cvs: phpdoc-ro /reference/apache functions.xml /reference/array functions.xml /reference/datetime functions.xml /reference/domxml functions.xml /reference/errorfunc functions.xml /reference/imap functions.xml /reference/mail functions.xml /reference/oracle functions.xml /reference/var functions.xml /reference/wddx functions.xml /reference/xmlrpc functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:03:29 2002 EDT

  Removed files:   
/phpdoc-ro/reference/apache functions.xml 
/phpdoc-ro/reference/array  functions.xml 
/phpdoc-ro/reference/datetime   functions.xml 
/phpdoc-ro/reference/domxml functions.xml 
/phpdoc-ro/reference/errorfunc  functions.xml 
/phpdoc-ro/reference/imap   functions.xml 
/phpdoc-ro/reference/mail   functions.xml 
/phpdoc-ro/reference/oracle functions.xml 
/phpdoc-ro/reference/varfunctions.xml 
/phpdoc-ro/reference/wddx   functions.xml 
/phpdoc-ro/reference/xmlrpc functions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc-tr /reference/filepro functions.xml

2002-05-20 Thread Thomas Schoefbeck

tom Mon May 20 05:00:16 2002 EDT

  Removed files:   
/phpdoc-tr/reference/fileprofunctions.xml 
  Log:
  del functions.xml to enable the automatic fallback to the English functions
  





[PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-19 Thread Thomas Schoefbeck

tom Sun May 19 14:31:38 2002 EDT

  Modified files:  
/phpdoc Makefile.in 
  Log:
  this should now work also without ZendAPI
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.115 phpdoc/Makefile.in:1.116
--- phpdoc/Makefile.in:1.115Sun May 19 08:08:33 2002
+++ phpdoc/Makefile.in  Sun May 19 14:31:38 2002
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.115 2002/05/19 12:08:33 derick Exp $
+# $Id: Makefile.in,v 1.116 2002/05/19 18:31:38 tom Exp $
 #
 
 all: html
@@ -42,10 +42,11 @@
 KDEVELOP_TOC_STYLESHEET=dsssl/kdevelop_toc.dsl
 XMLDCL=$(srcdir)/dtds/dbxml-@DOCBOOK_VERSION@/phpdocxml.dcl
 
-HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
dsssl/common.dsl.in zendapi
+BIGHTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
+dsssl/common.dsl.in zendapi
+HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
+dsssl/common.dsl.in zendapihtml
 HOWTO_DEPS=$(HOWTO_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
dsssl/common.dsl.in howto/howto.ent
 PRINT_DEPS=$(PRINT_STYLESHEET) dsssl/common.dsl.in dsssl/print.dsl.in zendapi
-PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapi
+PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapiphp
 KDEVELOP_TOC_DEPS=dsssl/kdevelop_toc.dsl Makefile
 
 DIST_FILES=@MANUAL@.tar.bz2 @MANUAL@.html.bz2 @MANUAL@.doc.pdb
@@ -69,6 +70,14 @@
 zendapi:
@ZEND_FIGURES@
 
+zendapihtml: 
+   @test -d html || mkdir html
+   @ZEND_FIGURES_HTML@
+
+zendapiphp: 
+   @test -d php || mkdir php
+   @ZEND_FIGURES_PHP@
+
 html: html/index.html
 bightml: @MANUAL@.html
 phpweb: php/index.php
@@ -138,7 +147,7 @@
 @MANUAL@.xml: manual.xml
cp manual.xml $@
 
-@MANUAL@.html: @MANUAL@.xml $(HTML_DEPS)
+@MANUAL@.html: @MANUAL@.xml $(BIGHTML_DEPS)
 
 html/index.html: manual.xml $(HTML_DEPS)
@test -d html || mkdir html





[PHP-DOC] cvs: phpdoc / configure.in

2002-05-19 Thread Thomas Schoefbeck

tom Sun May 19 14:25:45 2002 EDT

  Modified files:  
/phpdoc configure.in 
  Log:
  integrate zendapi-figures
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.148 phpdoc/configure.in:1.149
--- phpdoc/configure.in:1.148   Thu May  2 05:38:41 2002
+++ phpdoc/configure.in Sun May 19 14:25:44 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.148 2002/05/02 09:38:41 derick Exp $
+dnl $Id: configure.in,v 1.149 2002/05/19 18:25:44 tom Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -444,13 +444,19 @@
   done
   if test -d "$ZENDAPI"; then
 ZEND_FIGURES="cp -r $ZENDAPI/figures ."
+ZEND_FIGURES_HTML="$ZEND_FIGURES/html"
+ZEND_FIGURES_PHP="$ZEND_FIGURES/php"
   else
 ZEND_FIGURES=""
+ZEND_FIGURES_HTML=""
+ZEND_FIGURES_PHP=""
   fi
 ])
 
 AC_MSG_RESULT($ZENDAPI)
 AC_SUBST(ZEND_FIGURES)
+AC_SUBST(ZEND_FIGURES_HTML)
+AC_SUBST(ZEND_FIGURES_PHP)
 
 dnl }}}
 





[PHP-DOC] cvs: phpdoc /chm make_chm.bat

2002-05-19 Thread Thomas Schoefbeck

tom Sun May 19 05:29:58 2002 EDT

  Modified files:  
/phpdoc/chm make_chm.bat 
  Log:
  added missing images into chm
  
Index: phpdoc/chm/make_chm.bat
diff -u phpdoc/chm/make_chm.bat:1.1 phpdoc/chm/make_chm.bat:1.2
--- phpdoc/chm/make_chm.bat:1.1 Mon Jan  7 18:20:34 2002
+++ phpdoc/chm/make_chm.bat Sun May 19 05:29:58 2002
@@ -28,6 +28,8 @@
 
 echo Now generating the fancy manual in %PHP_HELP_COMPILE_FANCYDIR% dir...
 IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\NUL md %PHP_HELP_COMPILE_FANCYDIR%
+IF NOT EXIST %PHP_HELP_COMPILE_FANCYDIR%\figures md 
+%PHP_HELP_COMPILE_FANCYDIR%\figures
+copy %PHP_HELP_COMPILE_DIR%\figures\*.* %PHP_HELP_COMPILE_FANCYDIR%\figures\*.*
 %PHP_PATH% -q make_chm_fancy.php
 
 goto normal





[PHP-DOC] cvs: phpdoc / Makefile.in

2002-05-18 Thread Thomas Schoefbeck

tom Sat May 18 13:45:37 2002 EDT

  Modified files:  
/phpdoc Makefile.in 
  Log:
  quick&dirty-implementation of images into the manual
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.113 phpdoc/Makefile.in:1.114
--- phpdoc/Makefile.in:1.113Sat Feb  9 18:51:38 2002
+++ phpdoc/Makefile.in  Sat May 18 13:45:24 2002
@@ -13,7 +13,7 @@
 #
 
 #
-# $Id: Makefile.in,v 1.113 2002/02/09 23:51:38 jimw Exp $
+# $Id: Makefile.in,v 1.114 2002/05/18 17:45:24 tom Exp $
 #
 
 all: html
@@ -33,7 +33,7 @@
 
 CATALOG=@CATALOG@
 
-VERSION="@PHP_VERSION@"
+VERSION="@PHPVERSION@"
 HTML_STYLESHEET=dsssl/html.dsl
 PHPWEB_STYLESHEET=dsssl/phpweb.dsl
 HOWTO_STYLESHEET=dsssl/howto.dsl
@@ -42,10 +42,11 @@
 KDEVELOP_TOC_STYLESHEET=dsssl/kdevelop_toc.dsl
 XMLDCL=$(srcdir)/dtds/dbxml-@DOCBOOK_VERSION@/phpdocxml.dcl
 
-HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
dsssl/common.dsl.in zendapi
+BIGHTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
+dsssl/common.dsl.in zendapi
+HTML_DEPS=$(HTML_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
+dsssl/common.dsl.in zendapihtml
 HOWTO_DEPS=$(HOWTO_STYLESHEET) dsssl/html-common.dsl dsssl/html-locale.dsl.in 
dsssl/common.dsl.in howto/howto.ent
 PRINT_DEPS=$(PRINT_STYLESHEET) dsssl/common.dsl.in dsssl/print.dsl.in zendapi
-PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapi
+PHPWEB_DEPS=$(PHPWEB_STYLESHEET) dsssl/html-common.dsl dsssl/common.dsl zendapiphp
 KDEVELOP_TOC_DEPS=dsssl/kdevelop_toc.dsl Makefile
 
 DIST_FILES=@MANUAL@.tar.bz2 @MANUAL@.html.bz2 @MANUAL@.doc.pdb
@@ -69,6 +70,14 @@
 zendapi:
@ZEND_FIGURES@
 
+zendapihtml: 
+   @test -d html || mkdir html
+   @ZEND_FIGURES@/html
+
+zendapiphp: 
+   @test -d php || mkdir php
+   @ZEND_FIGURES@/php
+
 html: html/index.html
 bightml: @MANUAL@.html
 phpweb: php/index.php
@@ -138,7 +147,7 @@
 @MANUAL@.xml: manual.xml
cp manual.xml $@
 
-@MANUAL@.html: @MANUAL@.xml $(HTML_DEPS)
+@MANUAL@.html: @MANUAL@.xml $(BIGHTML_DEPS)
 
 html/index.html: manual.xml $(HTML_DEPS)
@test -d html || mkdir html
@@ -158,13 +167,13 @@
iSilo386 @MANUAL@.html @MANUAL@.isilo.pdb
 
 @MANUAL@.zip: html/index.html
-   -rm -f $@ && (cd html; zip -9 -q ../$@ *.html)
+   -rm -f $@ && (cd html; zip -9 -q ../$@ *.html figures/*)
 
 @MANUAL@.tar.gz: html/index.html
-   -rm -f $@ && (cd html; tar -cf - *.html) | gzip -9 > $@
+   -rm -f $@ && (cd html; tar -cf - *.html figures) | gzip -9 > $@
 
 @MANUAL@.tar.bz2: html/index.html
-   -rm -f $@ && (cd html; tar -cf - *.html) | bzip2 -9 > $@
+   -rm -f $@ && (cd html; tar -cf - *.html figures) | bzip2 -9 > $@
 
 howto/html/index.html: howto/howto.xml $(HOWTO_DEPS)
@test -d howto/html || mkdir howto/html





[PHP-DOC] cvs: phpdoc-de /features cookies.xml

2002-05-17 Thread Thomas Schoefbeck

tom Fri May 17 13:35:54 2002 EDT

  Modified files:  
/phpdoc-de/features cookies.xml 
  Log:
  sync to en (takeover of this file)
  
Index: phpdoc-de/features/cookies.xml
diff -u phpdoc-de/features/cookies.xml:1.6 phpdoc-de/features/cookies.xml:1.7
--- phpdoc-de/features/cookies.xml:1.6  Wed Dec 12 15:46:05 2001
+++ phpdoc-de/features/cookies.xml  Fri May 17 13:35:54 2002
@@ -1,4 +1,5 @@
 
+
  
   Cookies
 
@@ -6,20 +7,39 @@
PHP unterstützt HTTP-Cookies. Hierbei handelt es sich um einen
Mechanismus, um Informationen beim Client zu speichern und somit
wiederkehrende Besucher zu identifizieren oder ihren Weg innerhalb
-   des Angebotes nachzuvollziehen.
-   Cookies können durch die Funktion setcookie gesetzt
-   werden. Sie sind Bestandteil des HTTP-Headers, was bedeutet, daß
-   die Funktion setcookie aufgerufen werden muß, bevor
-   irgendeine Ausgabe an den Browser erfolgt. Dies ist die gleiche
-   Einschränkung, der auch die Funktion header unterliegt.
-   
+   des Angebotes nachzuvollziehen. Cookies können durch die Funktion
+   setcookie gesetzt werden. Sie sind Bestandteil
+   des HTTP-Headers, was bedeutet, dass die Funktion
+   setcookie aufgerufen werden muss, bevor irgendeine
+   Ausgabe an den Browser erfolgt. Dies ist die gleiche Einschränkung, der
+   auch die Funktion header unterliegt. Sie können
+   die Funktionen zur Ausgabesteuerung
+   benutzen, um die Ausgaben des Skriptes zu verzögern, bis entschieden ist,
+   ob Cookies gesetzt bzw. Header gesendet werden sollen oder nicht. 
+  
 
   
-   Vom Client gesendete Cookies werden automatisch in eine Variable
-   geschrieben, wie auch bei GET oder POST.
-   Sollen einem Cookie mehrere Werte zugewiesen werden, muss dem
-   Cookienamen lediglich [] angefügt werden.
-   Einzelheiten siehe Funktion setcookie.
+   Vom Client gesendete Cookies werden - abhängig von den
+   Konfigurationsvariablen register_globals und
+   variables_order - automatisch in eine Variable
+   geschrieben, wie es auch bei mittels GET oder POST gesendeten Daten
+   geschieht. Sollen einem Cookie mehrere Werte zugewiesen werden, so
+   muss dem Cookienamen lediglich [] angefügt
+   werden.
+  
+
+  
+   Seit PHP 4.1.0 werden alle vom Client gesendeten Cookies in dem
+   auto-globalen Array $_COOKIE gespeichert. In
+   älteren PHP-Versionen stehen diese Daten in
+   $HTTP_COOKIE_VARS gespeichert, sofern die
+   Konfigurationsvariable track_vars gesetzt ist.
+  
+
+  
+   Weitere Informationen sowie Anmerkungen zu Browser-Bugs finden
+   Sie im Abschnitt setcookie.
+  
 
  
 





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

2002-05-17 Thread Thomas Schoefbeck

tom Fri May 17 13:32:26 2002 EDT

  Modified files:  
/phpdoc/en/appendices   reserved.xml 
  Log:
  some changes to reflect bug #17081
  
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.20 phpdoc/en/appendices/reserved.xml:1.21
--- phpdoc/en/appendices/reserved.xml:1.20  Wed Apr 24 20:11:38 2002
+++ phpdoc/en/appendices/reserved.xml   Fri May 17 13:32:24 2002
@@ -1,5 +1,5 @@
 
-
+
 
  
   List of Reserved Words
@@ -237,8 +237,10 @@
 
 
 
- $HTTP_SERVER_VARS contains the same
- information, but is not an autoglobal. 
+ $HTTP_SERVER_VARS contains the same initial
+ information, but is not an autoglobal. (Note that
+ HTTP_SERVER_VARS and $_SERVER
+ are different variables and that PHP handles them as such)
 
 
 
@@ -592,8 +594,10 @@
 
 
 
- $HTTP_ENV_VARS contains the same
- information, but is not an autoglobal. 
+ $HTTP_ENV_VARS contains the same initial
+ information, but is not an autoglobal. (Note that
+ HTTP_ENV_VARS and $_ENV
+ are different variables and that PHP handles them as such)
 
 
 
@@ -632,8 +636,10 @@
 
 
 
- $HTTP_COOKIE_VARS contains the same
- information, but is not an autoglobal. 
+ $HTTP_COOKIE_VARS contains the same initial
+ information, but is not an autoglobal. (Note that
+ HTTP_COOKIE_VARS and $_COOKIE
+ are different variables and that PHP handles them as such)
 
 
 
@@ -672,8 +678,10 @@
 
 
 
- $HTTP_GET_VARS contains the same
- information, but is not an autoglobal. 
+ $HTTP_GET_VARS contains the same initial
+ information, but is not an autoglobal. (Note that
+ HTTP_GET_VARS and $_GET
+ are different variables and that PHP handles them as such)
 
 
 
@@ -712,8 +720,10 @@
 
 
 
- $HTTP_POST_VARS contains the same
- information, but is not an autoglobal. 
+ $HTTP_POST_VARS contains the same initial
+ information, but is not an autoglobal. (Note that
+ HTTP_POST_VARS and $_POST
+ are different variables and that PHP handles them as such)
 
 
 





[PHP-DOC] cvs: phpdoc-de /reference/com/functions class.variant.xml

2002-05-17 Thread Thomas Schoefbeck

tom Fri May 17 12:32:36 2002 EDT

  Modified files:  
/phpdoc-de/reference/com/functions  class.variant.xml 
  Log:
  reworded sentence, reflects bug 17289
  
Index: phpdoc-de/reference/com/functions/class.variant.xml
diff -u phpdoc-de/reference/com/functions/class.variant.xml:1.2 
phpdoc-de/reference/com/functions/class.variant.xml:1.3
--- phpdoc-de/reference/com/functions/class.variant.xml:1.2 Wed Apr 17 02:53:03 
2002
+++ phpdoc-de/reference/com/functions/class.variant.xml Fri May 17 12:32:35 2002
@@ -1,8 +1,5 @@
 
-
-
 
-
  
   
VARIANT
@@ -14,7 +11,7 @@
   
Beschreibung

-Ein einfacher Container, um Variablen VARIANT Strukturen zu verpacken.
+Ein einfacher Container, um Variablen in VARIANT Strukturen zu verpacken.

   
   





[PHP-DOC] cvs: phpdoc /en/features persistent-connections.xml

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:46:34 2002 EDT

  Modified files:  
/phpdoc/en/features persistent-connections.xml 
  Log:
  typo
  
Index: phpdoc/en/features/persistent-connections.xml
diff -u phpdoc/en/features/persistent-connections.xml:1.18 
phpdoc/en/features/persistent-connections.xml:1.19
--- phpdoc/en/features/persistent-connections.xml:1.18  Wed Jan  9 20:56:08 2002
+++ phpdoc/en/features/persistent-connections.xml   Wed May 15 16:46:33 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Persistent Database Connections
 
@@ -58,7 +58,7 @@
child process than the first time. What a persistent connection
does for you in this case it make it so each child process only
needs to connect to your SQL server the first time that it serves a
-   page that makes us of such a connection. When another page then
+   page that makes use of such a connection. When another page then
requires a connection to the SQL server, it can reuse the
connection that child established earlier.
   





[PHP-DOC] cvs: phpdoc-de /language oop.xml

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:43:44 2002 EDT

  Modified files:  
/phpdoc-de/language oop.xml 
  Log:
  sync to en, reworded sentence
  
Index: phpdoc-de/language/oop.xml
diff -u phpdoc-de/language/oop.xml:1.11 phpdoc-de/language/oop.xml:1.12
--- phpdoc-de/language/oop.xml:1.11 Tue May  7 08:18:08 2002
+++ phpdoc-de/language/oop.xml  Wed May 15 16:43:44 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Klassen und Objekte
 
@@ -69,7 +69,7 @@
 
 
 
-  Sämtliche mit __ beginnende Funktionsnamen PHP als "magisch"
+  Sämtliche mit __ beginnende Funktionsnamen sind PHP als "magisch"
   vorbehalten. Es wird empfohlen, in PHP keine Funktionsnamen mit
   __ zu verwenden, außer Sie möchten dokumentierte "magische"
   Funktionalität.
@@ -113,6 +113,7 @@
 /* etc. . . */
 }
 }
+?>
 ]]>
  
 





[PHP-DOC] cvs: phpdoc /en/language oop.xml

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:41:17 2002 EDT

  Modified files:  
/phpdoc/en/language oop.xml 
  Log:
  closed php-tag in example
  
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.33 phpdoc/en/language/oop.xml:1.34
--- phpdoc/en/language/oop.xml:1.33 Mon Apr  1 13:24:26 2002
+++ phpdoc/en/language/oop.xml  Wed May 15 16:41:17 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Classes and Objects
 
@@ -110,6 +110,7 @@
 /* etc. . . */
 }
 }
+?>
 ]]>
  
 





[PHP-DOC] cvs: phpdoc-de /reference/dbx functions.xml

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:12:31 2002 EDT

  Removed files:   
/phpdoc-de/reference/dbxfunctions.xml 
  Log:
  no need, the en-version is always up-to-date
  





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

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:11:47 2002 EDT

  Removed files:   
/phpdoc-de/reference/comfunctions.xml 
  Log:
  no need, the en-version is always up-to-date
  





[PHP-DOC] cvs: phpdoc-de /reference/array functions.xml

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:10:35 2002 EDT

  Removed files:   
/phpdoc-de/reference/array  functions.xml 
  Log:
  no need, the en-version is always up-to-date
  





[PHP-DOC] cvs: phpdoc-de /reference/filesystem/functions dirname.xml parse-ini-file.xml realpath.xml rename.xml touch.xml

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:07:31 2002 EDT

  Modified files:  
/phpdoc-de/reference/filesystem/functions   dirname.xml 
parse-ini-file.xml 
realpath.xml rename.xml 
touch.xml 
  Log:
  sync to en
  
Index: phpdoc-de/reference/filesystem/functions/dirname.xml
diff -u phpdoc-de/reference/filesystem/functions/dirname.xml:1.2 
phpdoc-de/reference/filesystem/functions/dirname.xml:1.3
--- phpdoc-de/reference/filesystem/functions/dirname.xml:1.2Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/dirname.xmlWed May 15 16:07:30 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 dirname
@@ -53,7 +50,8 @@
  
 
 
- Siehe auch basename.
+ Siehe auch basename,
+ pathinfo und realpath.
 

   
Index: phpdoc-de/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.3 
phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.4
--- phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.3 Sun May  5 
05:39:10 2002
+++ phpdoc-de/reference/filesystem/functions/parse-ini-file.xml Wed May 15 16:07:31 
+2002
@@ -1,5 +1,5 @@
 
-
+
   

 parse_ini_file
@@ -29,6 +29,13 @@
   ausführen. Diese Funktion ist vorgesehen, um Konfigurationsdateien
   für Ihre eigenen Applikationen einzulesen.
  
+
+
+ 
+  Seit PHP 4.2.1 wird diese Funktion auch von safe_mode und open_basedir beeinflusst.
+ 
 
 
  Die Struktur der ini Datei ist der von &php.ini; ähnlich.
Index: phpdoc-de/reference/filesystem/functions/realpath.xml
diff -u phpdoc-de/reference/filesystem/functions/realpath.xml:1.3 
phpdoc-de/reference/filesystem/functions/realpath.xml:1.4
--- phpdoc-de/reference/filesystem/functions/realpath.xml:1.3   Sun May  5 05:39:10 
2002
+++ phpdoc-de/reference/filesystem/functions/realpath.xml   Wed May 15 16:07:31 
+2002
@@ -1,5 +1,5 @@
 
-
+
   

 realpath
@@ -35,7 +35,7 @@
 
  Siehe auch: basename, 
  dirname und 
- path_info.
+ pathinfo.
 

   
Index: phpdoc-de/reference/filesystem/functions/rename.xml
diff -u phpdoc-de/reference/filesystem/functions/rename.xml:1.2 
phpdoc-de/reference/filesystem/functions/rename.xml:1.3
--- phpdoc-de/reference/filesystem/functions/rename.xml:1.2 Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/rename.xml Wed May 15 16:07:31 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 rename
@@ -11,7 +8,7 @@

 Beschreibung
  
-  intrename
+  boolrename
   stringoldname
   stringnewname
  
Index: phpdoc-de/reference/filesystem/functions/touch.xml
diff -u phpdoc-de/reference/filesystem/functions/touch.xml:1.2 
phpdoc-de/reference/filesystem/functions/touch.xml:1.3
--- phpdoc-de/reference/filesystem/functions/touch.xml:1.2  Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/touch.xml  Wed May 15 16:07:31 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 touch
@@ -16,6 +13,7 @@
   inttouch
   stringfilename
   inttime
+  intatime
  
 
  Setzt Datum und Uhrzeit der letzten Änderung und des letzten Zugriffs
@@ -23,7 +21,9 @@
  durch time spezifizierten Wert. Wenn die Option
  time nicht angegeben wurde, wird die aktuelle
  Zeit benutzt. Dies ist äquivalent zu dem, was utime tut (manchmal wird
- auch als utimes davon gesprochen).
+ auch als utimes davon gesprochen). Ist die dritte Option
+ atime angegeben, so wird auch die Zugriffszeit
+ der angegebenen Datei geändert.
 
 
  Wenn die Datei nicht existiert, wird sie erzeugt.





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

2002-05-15 Thread Thomas Schoefbeck

tom Wed May 15 16:06:50 2002 EDT

  Removed files:   
/phpdoc-de/reference/filesystem functions.xml 
  Log:
  no need, the en-version is always up-to-date
  





[PHP-DOC] cvs: phpdoc-de /reference/dbx reference.xml /reference/dbx/functions dbx-connect.xml

2002-05-13 Thread Thomas Schoefbeck

tom Mon May 13 15:51:57 2002 EDT

  Modified files:  
/phpdoc-de/reference/dbxreference.xml 
/phpdoc-de/reference/dbx/functions  dbx-connect.xml 
  Log:
  sync to en
  
Index: phpdoc-de/reference/dbx/reference.xml
diff -u phpdoc-de/reference/dbx/reference.xml:1.4 
phpdoc-de/reference/dbx/reference.xml:1.5
--- phpdoc-de/reference/dbx/reference.xml:1.4   Thu May  2 17:18:53 2002
+++ phpdoc-de/reference/dbx/reference.xml   Mon May 13 15:51:48 2002
@@ -1,5 +1,5 @@
 
-
+
 
  
   dbx Funktionen
@@ -52,7 +52,7 @@
   
   

-Sybase-CT (nur CVS).
+Sybase-CT (verfügbar ab PHP 4.2.0).

   
  
Index: phpdoc-de/reference/dbx/functions/dbx-connect.xml
diff -u phpdoc-de/reference/dbx/functions/dbx-connect.xml:1.2 
phpdoc-de/reference/dbx/functions/dbx-connect.xml:1.3
--- phpdoc-de/reference/dbx/functions/dbx-connect.xml:1.2   Wed Apr 17 02:53:07 
2002
+++ phpdoc-de/reference/dbx/functions/dbx-connect.xml   Mon May 13 15:51:54 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 dbx_connect
@@ -63,7 +60,7 @@
   
   

-DBX_SYBASECT oder "sybase_ct" (nur CVS)
+DBX_SYBASECT oder "sybase_ct" (seit PHP 4.2.0 verfügbar)

   
  





[PHP-DOC] cvs: phpdoc-de /reference/array reference.xml /reference/array/functions array-change-key-case.xml array-chunk.xml array-count-values.xml array-diff.xml array-fill.xml array-filter.xml array-flip.xml array-intersect.xml array-key-exists.xml array-keys.xml array-map.xml array-merge-recursive.xml array-merge.xml array-multisort.xml array-pad.xml array-pop.xml array-push.xml array-rand.xml array-reduce.xml array-reverse.xml array-search.xml array-shift.xml array-slice.xml array-splice.xml array-sum.xml array-unique.xml array-unshift.xml array-values.xml array-walk.xml array.xml arsort.xml asort.xml compact.xml count.xml current.xml each.xml end.xml extract.xml in-array.xml key.xml krsort.xml ksort.xml list.xml natcasesort.xml natsort.xml next.xml pos.xml prev.xml range.xml reset.xml rsort.xml shuffle.xml sizeof.xml sort.xml uasort.xml uksort.xml usort.xml

2002-05-13 Thread Thomas Schoefbeck

tom Mon May 13 15:41:36 2002 EDT

  Modified files:  
/phpdoc-de/reference/array  reference.xml 
/phpdoc-de/reference/array/functionsarray-change-key-case.xml 
array-chunk.xml 
array-count-values.xml 
array-diff.xml array-fill.xml 
array-filter.xml 
array-flip.xml 
array-intersect.xml 
array-key-exists.xml 
array-keys.xml array-map.xml 
array-merge-recursive.xml 
array-merge.xml 
array-multisort.xml 
array-pad.xml array-pop.xml 
array-push.xml array-rand.xml 
array-reduce.xml 
array-reverse.xml 
array-search.xml 
array-shift.xml 
array-slice.xml 
array-splice.xml array-sum.xml 
array-unique.xml 
array-unshift.xml 
array-values.xml 
array-walk.xml array.xml 
arsort.xml asort.xml 
compact.xml count.xml 
current.xml each.xml end.xml 
extract.xml in-array.xml 
key.xml krsort.xml ksort.xml 
list.xml natcasesort.xml 
natsort.xml next.xml pos.xml 
prev.xml range.xml reset.xml 
rsort.xml shuffle.xml 
sizeof.xml sort.xml uasort.xml 
uksort.xml usort.xml 
  Log:
  sync rev-comments
  

Index: phpdoc-de/reference/array/reference.xml
diff -u phpdoc-de/reference/array/reference.xml:1.3 
phpdoc-de/reference/array/reference.xml:1.4
--- phpdoc-de/reference/array/reference.xml:1.3 Sun Apr 28 05:18:02 2002
+++ phpdoc-de/reference/array/reference.xml Mon May 13 15:41:33 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Array Funktionen
   Arrays
Index: phpdoc-de/reference/array/functions/array-change-key-case.xml
diff -u phpdoc-de/reference/array/functions/array-change-key-case.xml:1.2 
phpdoc-de/reference/array/functions/array-change-key-case.xml:1.3
--- phpdoc-de/reference/array/functions/array-change-key-case.xml:1.2   Wed Apr 17 
02:53:00 2002
+++ phpdoc-de/reference/array/functions/array-change-key-case.xml   Mon May 13 
+15:41:34 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 array_change_key_case
Index: phpdoc-de/reference/array/functions/array-chunk.xml
diff -u phpdoc-de/reference/array/functions/array-chunk.xml:1.2 
phpdoc-de/reference/array/functions/array-chunk.xml:1.3
--- phpdoc-de/reference/array/functions/array-chunk.xml:1.2 Wed Apr 17 02:53:00 
2002
+++ phpdoc-de/reference/array/functions/array-chunk.xml Mon May 13 15:41:34 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 array_chunk
Index: phpdoc-de/reference/array/functions/array-count-values.xml
diff -u phpdoc-de/reference/array/functions/array-count-values.xml:1.2 
phpdoc-de/reference/array/functions/array-count-values.xml:1.3
--- phpdoc-de/reference/array/functions/array-count-values.xml:1.2  Wed Apr 17 
02:53:00 2002
+++ phpdoc-de/reference/array/functions/array-count-values.xml  Mon May 13 15:41:34 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 array_count_values
Index: phpdoc-de/reference/array/functions/array-diff.xml
diff -u phpdoc-de/reference/array/functions/array-diff.xml:1.2 
phpdoc-de/reference/array/functions/array-diff.xml:1.3
--- phpdoc-de/reference/array/functions/array-diff.xml:1.2  Wed Apr 17 02:53:00 
2002
+++ phpdoc-de/reference/array/functions/array-diff.xml  Mon May 13 15:41:34 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 array_diff
Index: phpdoc-de/reference/array/functions/array-fill.xml
diff -u phpdoc-de/reference/array/functions/array-fill.xml:1.2 
phpdoc-de/reference/array/functions/array-fill.xml:1.3
--- phpdoc-de/reference/array/functions/array-fill.xml:1.2  Wed Apr 17 02:53:00 

[PHP-DOC] cvs: phpdoc-de /language basic-syntax.xml

2002-05-09 Thread Thomas Schoefbeck

tom Thu May  9 13:49:51 2002 EDT

  Modified files:  
/phpdoc-de/language basic-syntax.xml 
  Log:
  just corr. rev-comment
  
Index: phpdoc-de/language/basic-syntax.xml
diff -u phpdoc-de/language/basic-syntax.xml:1.9 
phpdoc-de/language/basic-syntax.xml:1.10
--- phpdoc-de/language/basic-syntax.xml:1.9 Thu May  9 13:32:52 2002
+++ phpdoc-de/language/basic-syntax.xml Thu May  9 13:49:51 2002
@@ -1,5 +1,5 @@
 
-
+
   
Grundlagen der Syntax
 





[PHP-DOC] cvs: phpdoc-de / translation.xml

2002-05-09 Thread Thomas Schoefbeck

tom Thu May  9 13:34:48 2002 EDT

  Modified files:  
/phpdoc-de  translation.xml 
  Log:
  deleted WIP-entries older than Nov. 2001 (nobody can seriously work up to 2 years on 
one file), del. also language variables, since it's already ready till 1.32
  
Index: phpdoc-de/translation.xml
diff -u phpdoc-de/translation.xml:1.29 phpdoc-de/translation.xml:1.30
--- phpdoc-de/translation.xml:1.29  Thu Apr 18 12:08:03 2002
+++ phpdoc-de/translation.xml   Thu May  9 13:34:47 2002
@@ -45,28 +45,11 @@
  
  
  
-  
-  
   
-  
-  
-  
-  
   
-  
   
   
-  
-  
   
-  
-  
-  
-  
-  
-  
-  
-  
  
 
 





[PHP-DOC] cvs: phpdoc-de /language functions.xml

2002-05-07 Thread Thomas Schoefbeck

tom Tue May  7 08:24:52 2002 EDT

  Modified files:  
/phpdoc-de/language functions.xml 
  Log:
  sync to en (took over this this file)
  

Index: phpdoc-de/language/functions.xml
diff -u phpdoc-de/language/functions.xml:1.10 phpdoc-de/language/functions.xml:1.11
--- phpdoc-de/language/functions.xml:1.10   Tue Jan 22 04:51:30 2002
+++ phpdoc-de/language/functions.xmlTue May  7 08:24:52 2002
@@ -1,4 +1,5 @@
 
+
  
   Funktionen
 
@@ -10,10 +11,13 @@
  
 
  
-function foo ($arg_1, $arg_2, ..., $arg_n) {
+
  
 

@@ -21,11 +25,28 @@

 Jeder beliebige korrekte PHP-Code kann in einer Funktion
 vorkommen, sogar andere Funktionen und Klassen- Definitionen.
+linkend="keyword.class">Klassen- Definitionen.


 In PHP3 müssen Funktionen definiert sein, bevor man auf sie
-verweist.  In PHP4 ist das nicht mehr erforderlich.
+verweist. In PHP4 ist das nicht mehr erforderlich.
+   
+   
+PHP unterstützt weder das Überladen von Funktionen, noch ist es
+möglich, zuvor deklarierte Funktionen neu zu definieren oder die
+Definition zu löschen.
+   
+   
+PHP 3 unterstützt keine variable Anzahl von Parametern,
+obwohl Vorgabewerte für Parameter unterstützt werden
+(weitere Informationen finden Sie unter
+Vorgabewerte
+für Parameter). PHP 4 unterstützt beides: siehe
+Variable
+Parameteranzahl und die Funktionsreferenzen für
+func_num_args,
+func_get_arg und
+func_get_args für weitere Informationen.

   
  
@@ -34,23 +55,32 @@
  

 Mit einer Parameterliste kann man Informationen an eine Funktion 
-übergeben. Die Parameterliste ist eine kommagetrennte Liste von
-Variablen und/oder Konstanten.
+übergeben. Die Parameterliste ist eine durch Kommas getrennte
+Liste von Variablen und/oder Konstanten.


 PHP unterstützt die Weitergabe von Parametern als Werte (das ist
 der Standard), als Verweise , und
-als Vorgabewerte
-. Die Übergabe einer beliebigen Parameterzahl ist nicht
-möglich, einen ähnlichen Effekt kann man aber durch die Übergabe
-von Arrays erreichen.
+linkend="functions.arguments.by-reference">Verweise, und
+als Vorgabewerte.
+Die Übergabe einer variablen Anzahl von Parametern wird nur von
+PHP 4 und höher unterstützt, siehe Variable
+Parameteranzahl und die Funktionsreferenzen für
+func_num_args,
+func_get_arg und
+func_get_args für weitere Informationen. 
+Durch die Übergabe eines Arrays mit Parametern kann man auch
+in PHP 3 einen ähnlichen Effekt erreichen:
  
 
  
-function rechne_array($eingabe) {
+
  
 

@@ -61,47 +91,31 @@
 
  Normalerweise werden den Funktionen Werte als Parameter
  übermittelt. Wenn man den Wert dieses Parameters innerhalb der
- Funktion ändert, bleibt der Parameter ausserhalb der Funktion
+ Funktion ändert, bleibt der Parameter außerhalb der Funktion
  unverändert. Wollen Sie aber genau das erreichen, dann müssen
- Sie die Parameter als Verweise übergeben. 
+ Sie die Parameter als Verweise (Referenzen) übergeben. 
 

 
  Wenn eine Funktion einen Parameter generell als Verweis behandeln
- soll, setzt man ein kaufmännisches Und (&) in der
- Funktionsdefinition vor den Parameternamen:
+ soll, setzt man in der Funktionsdefinition ein kaufmännisches Und
+ (&) vor den Parameternamen:
  
  
   
-function fuege_etwas_anderes_an (&$string) {
-$string .= 'und nun zu etwas völlig anderem.';
+
   
  
 
+

  

@@ -113,11 +127,14 @@
  
  
   
-function machkaffee ($typ = "Cappucino") {
+
   
  
 
@@ -132,8 +149,8 @@
 
  
 
- Der Vorgabewert muß eine Konstante sein, darf also (zum Beispiel)
- keine Variable oder Element einer Klasse sein.
+ Der Vorgabewert muss ein konstanter Ausdruck sein, darf also (zum
+ Beispiel) keine Variable oder Element einer Klasse sein.
 
 
  Bitte beachten Sie, dass alle Vorgabewerte rechts von den 
@@ -142,11 +159,14 @@
 
  
   
-function mach_joghurt ($typ = "rechtsdrehendes", $geschmack) {
+
   
  
 
@@ -165,11 +185,14 @@
  
  
   
-function mach_joghurt ($geschmack, $typ = "rechtsdrehendes") {
+
   
  
 
@@ -184,6 +207,25 @@
 

 
+   
+Variable Anzahl von Parametern
+   
+
+ PHP 4 unterstützt eine variable Anzahl von Parametern in
+ benutzerdefinierten Funktionen. Das Handling dieser Parameter
+ fällt mittels der Funktionen func_num_args,
+ func_get_arg und
+ func_get_args sehr leicht.
+
+
+
+ Es ist keine spezielle Syntax erforderlich. Die Parameter können
+ wie gehabt explizit in den Funktionsdeklarationen angegeben
+ werden, und werden sich wie gewohnt verhalten.
+
+
+   
+
   
  
   
@@ -192,38 +234,67 @@

 Sie können Werte mit dem optionalen Befehl "return"

[PHP-DOC] cvs: phpdoc-de /language oop.xml

2002-05-07 Thread Thomas Schoefbeck

tom Tue May  7 08:18:08 2002 EDT

  Modified files:  
/phpdoc-de/language oop.xml 
  Log:
  finished translation
  

Index: phpdoc-de/language/oop.xml
diff -u phpdoc-de/language/oop.xml:1.10 phpdoc-de/language/oop.xml:1.11
--- phpdoc-de/language/oop.xml:1.10 Sun Apr  7 06:04:16 2002
+++ phpdoc-de/language/oop.xml  Tue May  7 08:18:08 2002
@@ -695,44 +695,44 @@
  
 
  
-  The magic functions __sleep and 
__wakeup
+  Die "magischen" Funktionen __sleep und 
+__wakeup
 
   
-   serialize checks if your class has a function with
-   the magic name __sleep. If so, that function is
-   being run prior to any serialization. It can clean up the object
-   and is supposed to return an array with the names of all variables
-   of that object that should be serialized.
+   serialize prüft, ob Ihre Klasse eine Funktion mit
+   dem magischen Namen __sleep enthält. Wenn dem so ist,
+   wird diese Funktion vor einer Serialisierung ausgeführt. Sie kann das
+   Objekt aufräumen und soll ein Array mit den Namen aller Variablen des
+   zu serialisierenden Objektes zurückgeben.
   
   
   
-   The intended use of __sleep is to close any
-   database connections that object may have, committing pending
-   data or perform similar cleanup tasks. Also, the function is
-   useful if you have very large objects which need not be
-   saved completely.
+   Die beabsichtigte Verwendung von __sleep ist,
+   eventuelle Datenbankverbindungen des Objektes zu schließen, noch
+   offene Daten zu committen, oder ähnliche Säuberungsaktionen
+   durchzuführen. Weiters ist diese Funktion hilfreich, wenn Sie
+   sehr große Objekte haben, die nicht komplett gespeichert werden 
+   müssen.
   
   
   
-   Conversely, unserialize checks for the
-   presence of a function with the magic name 
-   __wakeup. If present, this function can
-   reconstruct any resources that object may have.
+   Umgekehrt prüft unserialize die Existenz einer
+   Funktion mit dem magischen Namen __wakeup. Ist
+   diese vorhanden, kann sie Ressourcen des Objektes rekonstruieren.
   
   
   
-The intended use of __wakeup is to
-reestablish any database connections that may have been lost
-during serialization and perform other reinitialization
-tasks.
+Die vorgesehene Verwendung von __wakeup ist die
+Wiederherstellung von Datenbankverbindungen, welche während der
+Serialisierung verloren gegangen sein könnten, sowie andere
+Neuinitialisierungen.
   
  
   
  
-   References inside the constructor
+   Referenzen innherhalb des Konstruktors

-Creating references within the constructor can lead to confusing
-results. This tutorial-like section helps you to avoid problems.
+Referenzen innerhalb des Konstruktors können zu verwirrenden
+Resultaten führen. Dieser Abschnitt hilft, Probleme zu vermeiden.
  
 
  
@@ -741,12 +741,12 @@
 {
 function Foo($name)
 {
-// create a reference inside the global array $globalref
+// eine Referenz innerhalb des globalen Arrays  $globalref erstellen
 global $globalref;
 $globalref[] = &$this;
-// set name to passed value
+// setze den Namen auf den übergebenen Wert
 $this->setName($name);
-// and put it out
+// und gib' ihn aus
 $this->echoName();
 }
 
@@ -766,11 +766,10 @@
   
 

-Let us check out if there is a difference between
-$bar1 which has been created using
-the copy = operator and
-$bar2 which has been created using
-the reference =& operator...
+Prüfen wir, ob zwischen $bar1, die mittels
+dem Operator zum Kopieren  = erstellt wurde,
+und $bar2, die mittels dem Referenzoperator
+=& erstellt wurde, besteht...
 
 
  
@@ -779,7 +778,7 @@
 $bar1->echoName();
 $globalref[0]->echoName();
 
-/* output:
+/* Ausgabe:
 set in constructor
 set in constructor
 set in constructor */
@@ -788,7 +787,7 @@
 $bar2->echoName();
 $globalref[1]->echoName();
 
-/* output:
+/* Ausgabe:
 set in constructor
 set in constructor
 set in constructor */
@@ -797,49 +796,50 @@
 


-Apparently there is no difference, but in fact there is a
-very significant one: $bar1 and
-$globalref[0] are _NOT_ referenced, they
-are NOT the same variable. This is because "new" does not
-return a reference by default, instead it returns a copy.
+Scheinbar besteht kein Unterschied, aber tatsächlich existiert ein
+signifikanter: $bar1 und
+$globalref[0] sind NICHT referenziert, d.h. sie
+sind NICHT die selbe Variable. Das kommt daher, dass "new" nicht
+automatisch eine Referenz, sondern eine Kopie zurückgibt.
 
  
-  There is no performance loss (since PHP 4 and up use reference
-  counting) returning copies instead of references. On the
-  contrary it is most often better to simply work with copies
-  instead of references, because creating references takes some
-  time whe

[PHP-DOC] cvs: phpdoc-de /reference/filesystem reference.xml

2002-05-07 Thread Thomas Schoefbeck

tom Tue May  7 08:16:38 2002 EDT

  Modified files:  
/phpdoc-de/reference/filesystem reference.xml 
  Log:
  sync to en
  
Index: phpdoc-de/reference/filesystem/reference.xml
diff -u phpdoc-de/reference/filesystem/reference.xml:1.3 
phpdoc-de/reference/filesystem/reference.xml:1.4
--- phpdoc-de/reference/filesystem/reference.xml:1.3Sun Apr 28 05:20:05 2002
+++ phpdoc-de/reference/filesystem/reference.xmlTue May  7 08:16:38 2002
@@ -1,15 +1,51 @@
 
-
+
 
   Funktionen des Dateisystems
   Filesystem
 
   
-   
-Verwandte Funktionen finden Sie in den Abschnitten Verzeichnis-Funktionen und Funktionen zur Programmausführung.
-   
+   
+&reftitle.intro;
+
+
+   
+
+   
+&reftitle.required;
+&no.requirement;
+   
+   
+   
+&reftitle.install;
+&no.install;
+   
+
+   
+&reftitle.runtime;
+&no.config;
+   
+
+   
+&reftitle.resources;
+ 
+ 
+
+   
+
+   
+&reftitle.constants;
+&no.constants;
+   
+
+   
+&reftitle.seealso;
+
+ Verwandte Funktionen finden Sie in den Abschnitten Verzeichnis-Funktionen und Funktionen zur Programmausführung.
+
+   
   
 
 &reference.filesystem.functions;





[PHP-DOC] cvs: phpdoc-de /chapters intro.xml

2002-05-07 Thread Thomas Schoefbeck

tom Tue May  7 08:15:43 2002 EDT

  Modified files:  
/phpdoc-de/chapters intro.xml 
  Log:
  sync to en
  
Index: phpdoc-de/chapters/intro.xml
diff -u phpdoc-de/chapters/intro.xml:1.18 phpdoc-de/chapters/intro.xml:1.19
--- phpdoc-de/chapters/intro.xml:1.18   Thu May  2 17:15:57 2002
+++ phpdoc-de/chapters/intro.xmlTue May  7 08:15:43 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Einleitung
 
@@ -106,8 +106,8 @@
cron (unter *nix oder Linux) oder dem Task Scheduler (unter Windows).
Diese Skripte können auch für einfache Aufgaben zur Verarbeitung von
Text verwendet werden. Weitere Informationen dazu finden Sie im
-   Abschnitt Using PHP from the command
-   line.
+   Abschnitt Using PHP from the
+   command line.
   
  
  





[PHP-DOC] cvs: phpdoc-de /reference/filesystem/functions fgetcsv.xml file-get-contents.xml filetype.xml is-dir.xml parse-ini-file.xml realpath.xml

2002-05-05 Thread Thomas Schoefbeck

tom Sun May  5 05:39:11 2002 EDT

  Modified files:  
/phpdoc-de/reference/filesystem/functions   fgetcsv.xml 
file-get-contents.xml 
filetype.xml is-dir.xml 
parse-ini-file.xml 
realpath.xml 
  Log:
  sync to en
  

Index: phpdoc-de/reference/filesystem/functions/fgetcsv.xml
diff -u phpdoc-de/reference/filesystem/functions/fgetcsv.xml:1.2 
phpdoc-de/reference/filesystem/functions/fgetcsv.xml:1.3
--- phpdoc-de/reference/filesystem/functions/fgetcsv.xml:1.2Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/fgetcsv.xmlSun May  5 05:39:09 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 fgetcsv
@@ -35,19 +32,21 @@
  fsockopen geöffnet worden sein.
 
 
- 'length' muss größer sein als die längste in der CSV-Datei
- vorhandene Zeile (um das Erkennen von EndOfLine(Ende der Zeile)
- Zeichen zu ermöglichen).
+ Length muss größer sein als die längste in der
+ CSV-Datei vorhandene Zeile (um das Erkennen von EndOfLine (Ende der
+ Zeile) Zeichen zu ermöglichen).
 
 
- fgetcsv gibt &false; am Dateiende und bei
- Lesefehlern zurück.
-
-
- Eine leere Zeile der CSV-Datei wird als Array mit einem Feld das
- den Wert &null; hält zurückgegeben. Sie wird nicht als Fehler
- behandelt.
+ fgetcsv gibt bei Lesefehlern und am Dateiende
+ &false; zurück.
 
+
+ 
+  Eine leere Zeile der CSV-Datei wird als Array mit einem Feld das
+  den Wert &null; hält zurückgegeben. Sie wird nicht als Fehler
+  behandelt.
+ 
+
 
  
   fgetcsv Beispiel - Lesen und Ausgabe des
Index: phpdoc-de/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc-de/reference/filesystem/functions/file-get-contents.xml:1.2 
phpdoc-de/reference/filesystem/functions/file-get-contents.xml:1.3
--- phpdoc-de/reference/filesystem/functions/file-get-contents.xml:1.2  Wed Apr 17 
02:53:09 2002
+++ phpdoc-de/reference/filesystem/functions/file-get-contents.xml  Sun May  5 
+05:39:09 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 file_get_contents 
@@ -27,6 +24,11 @@
 
 ¬e.bin-safe;
 &tip.fopen-wrapper;
+
+ Siehe auch: fgets, file, 
+ fread, include 
+ und readfile.
+

   
 
Index: phpdoc-de/reference/filesystem/functions/filetype.xml
diff -u phpdoc-de/reference/filesystem/functions/filetype.xml:1.2 
phpdoc-de/reference/filesystem/functions/filetype.xml:1.3
--- phpdoc-de/reference/filesystem/functions/filetype.xml:1.2   Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/filetype.xml   Sun May  5 05:39:09 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 filetype
@@ -30,6 +27,11 @@
  Diese Funktion ist nicht für remote Dateien geeignet, die zu 
  prüfende Datei muss über das Dateisystem des Servers verfügbar sein.
+
+
+ Siehe auch: is_dir, is_file, 
+ is_link, file_exists und 
+ stat.
 

   
Index: phpdoc-de/reference/filesystem/functions/is-dir.xml
diff -u phpdoc-de/reference/filesystem/functions/is-dir.xml:1.2 
phpdoc-de/reference/filesystem/functions/is-dir.xml:1.3
--- phpdoc-de/reference/filesystem/functions/is-dir.xml:1.2 Wed Apr 17 02:53:09 
2002
+++ phpdoc-de/reference/filesystem/functions/is-dir.xml Sun May  5 05:39:10 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 is_dir
@@ -18,7 +15,9 @@
  
 
  Gibt &true; zurück, wenn der Dateiname existiert und es sich
- hierbei um ein Verzeichnis handelt.
+ hierbei um ein Verzeichnis handelt. Ist filename
+ ein relativer Dateiname, so wird er auch relativ zu dem aktuellen
+ Verzeichnis geprüft.
 
 
  Das Ergebnis dieses Funktionsaufrufes wird zwischengespeichert.
@@ -26,7 +25,7 @@
  Einzelheiten.
 
 
- Siehe auch is_file und
+ Siehe auch chdir, is_file und
  is_link.
 

Index: phpdoc-de/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.2 
phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.3
--- phpdoc-de/reference/filesystem/functions/parse-ini-file.xml:1.2 Wed Apr 17 
02:53:09 2002
+++ phpdoc-de/reference/filesystem/functions/parse-ini-file.xml Sun May  5 05:39:10 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 parse_ini_file
@@ -36,6 +33,11 @@
 
  Die Struktur der ini Datei ist der von &php.ini; ähnlich.
 
+
+ 
+  Ist die zu parsende ini-Datei missgebildet, beendet PHP das Skript.
+ 
+
 
  
   Inhalt der sample.ini
Index: phpdoc-de/reference/filesystem/functions/realpath.xml
diff -u phpdoc-de/reference/filesystem/functions/realpath.xml:1.2 
phpdoc-de/reference/filesystem/functions/realpath.xml:1.3
--- phpdoc-de/reference/filesystem/functions/realpat

[PHP-DOC] cvs: phpdoc-de /reference/dbx/functions dbx-close.xml dbx-sort.xml

2002-05-05 Thread Thomas Schoefbeck

tom Sun May  5 05:38:27 2002 EDT

  Modified files:  
/phpdoc-de/reference/dbx/functions  dbx-close.xml dbx-sort.xml 
  Log:
  sync to en
  
Index: phpdoc-de/reference/dbx/functions/dbx-close.xml
diff -u phpdoc-de/reference/dbx/functions/dbx-close.xml:1.2 
phpdoc-de/reference/dbx/functions/dbx-close.xml:1.3
--- phpdoc-de/reference/dbx/functions/dbx-close.xml:1.2 Wed Apr 17 02:53:06 2002
+++ phpdoc-de/reference/dbx/functions/dbx-close.xml Sun May  5 05:38:26 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 dbx_close
@@ -15,7 +12,7 @@
   
objectlink_identifier
  
 
- Gibt bei Erfolg &true;, oder im Fehlerfall &false; zurück.
+ &return.success;
 
 
  dbx_close
Index: phpdoc-de/reference/dbx/functions/dbx-sort.xml
diff -u phpdoc-de/reference/dbx/functions/dbx-sort.xml:1.2 
phpdoc-de/reference/dbx/functions/dbx-sort.xml:1.3
--- phpdoc-de/reference/dbx/functions/dbx-sort.xml:1.2  Wed Apr 17 02:53:07 2002
+++ phpdoc-de/reference/dbx/functions/dbx-sort.xml  Sun May  5 05:38:27 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 dbx_sort
@@ -18,7 +15,7 @@
   
stringuser_compare_function
  
 
- Gibt bei Erfolg &true;, oder im Fehlerfall &false; zurück.
+ &return.success;
 
 
  





[PHP-DOC] cvs: phpdoc-de /reference/mysql reference.xml

2002-05-05 Thread Thomas Schoefbeck

tom Sun May  5 05:37:14 2002 EDT

  Modified files:  
/phpdoc-de/reference/mysql  reference.xml 
  Log:
  closed entity
  
Index: phpdoc-de/reference/mysql/reference.xml
diff -u phpdoc-de/reference/mysql/reference.xml:1.2 
phpdoc-de/reference/mysql/reference.xml:1.3
--- phpdoc-de/reference/mysql/reference.xml:1.2 Mon Apr 15 20:14:26 2002
+++ phpdoc-de/reference/mysql/reference.xml Sun May  5 05:37:13 2002
@@ -10,7 +10,7 @@


 Die Dokumentation zu MySQL ist unter &url.mysql.docs; zu finden.
+ url="&url.mysql.docs;">&url.mysql.docs; zu finden.


 Installation





[PHP-DOC] cvs: phpdoc /de/reference/dbx reference.xml

2002-05-02 Thread Thomas Schoefbeck

tom Thu May  2 17:18:54 2002 EDT

  Modified files:  
/phpdoc/de/reference/dbxreference.xml 
  Log:
  sync to en
  
Index: phpdoc/de/reference/dbx/reference.xml
diff -u phpdoc/de/reference/dbx/reference.xml:1.3 
phpdoc/de/reference/dbx/reference.xml:1.4
--- phpdoc/de/reference/dbx/reference.xml:1.3   Sun Apr 28 05:19:22 2002
+++ phpdoc/de/reference/dbx/reference.xml   Thu May  2 17:18:53 2002
@@ -1,34 +1,98 @@
 
-
+
 
  
   dbx Funktionen
   dbx
   
-   
-Das dbx Modul ist eine Datenbank-Abstraktionsschicht (db 'X', wobei 'X'
-eine unterstützte Datenbank ist). Die dbx Funktionen ermöglichen Ihnen
-den Zugriff auf alle unterstützten Datenbanken mit einer einzigen
-Aufrufkonvention. Diese Funktionen sind nur verfügbar, wenn PHP mit der
-Option 
---enable-dbx, sowie allen
-Optionen für die zu benutzenden Datenbanken (z.B. für MySQL
---with-mysql)
-konfiguriert und kompiliert wurde. Die dbx Funktionen stellen selbst
-keinen direkten Kontakt zu den Datenbanken her, sondern benutzen dafür
-jene Module, welche die jeweilige Datenbank unterstützen. Um eine
-Datenbank mit dem dbx Modul benutzen zu können, muss das Modul in PHP
-gelinkt oder geladen sein, und das Datenbankmodul muss vom dbx-Modul
-unterstützt werden. Derzeit werden MySQL, PostgreSQL, Microsoft SQL
-Server, FrontBase, Sybase-CT und ODBC unterstützt, und weitere werden
-(hoffentlich bald :-) folgen.
-   
-   
+   
+&reftitle.intro;
+
+ Das dbx Modul ist eine Datenbank-Abstraktionsschicht (db 'X', wobei 'X'
+ eine unterstützte Datenbank ist). Die dbx Funktionen ermöglichen Ihnen
+ den Zugriff auf alle unterstützten Datenbanken mit einer einzigen
+ Aufrufkonvention. Die dbx Funktionen stellen selbst keinen direkten
+ Kontakt zu den Datenbanken her, sondern benutzen dafür jene Module,
+ welche die jeweilige Datenbank unterstützen. 
+
+   
+   
+   
+&reftitle.required;
+
+ Um eine Datenbank mit dem dbx-Modul verwenden zu können, muss das Modul
+ entweder gelinkt oder in PHP geladen sein, und das Datenbankmodul muss
+ von dem dbx-Modul unterstützt werden. Derzeit werden folgende Datenbanken
+ unterstützt, und weitere werden (hoffentlich bald :-) folgen:
+ 
+  
+   
+FrontBase (verfügbar seit PHP 4.1.0).
+   
+  
+  
+   
+Microsoft SQL Server
+   
+   
+  
+   
+MySQL
+   
+  
+  
+   
+ODBC
+   
+  
+  
+   
+PostgreSQL
+   
+  
+  
+   
+Sybase-CT (nur CVS).
+   
+  
+ 
+
+
 Eine Dokumentation, wie dbx weitere Datenbankunterstützung hinzugefügt
 werden kann, finden Sie unter &url.dbx.docs;.
-   
+
+   
+
+   
+&reftitle.install;
+
+ Diese Funktionen sind nur verfügbar, wenn PHP mit der Option
+ --enable-dbx, sowie allen
+ Optionen für die zu benutzenden Datenbanken (z.B. für MySQL 
+ --with-mysql=[DIR])
+ konfiguriert und kompiliert wurde. Informationen zur Konfiguration
+ anderer von dem dbx-Modul unterstützten Datenbanken finden Sie in
+ dem Kapitel des jeweiligen Datenbankmoduls.
+
+   
+   
+   
+&reftitle.runtime;
+&no.config;
+   
+
+   
+&reftitle.resources;
+
+ Im dbx-Modul werden zwei Resourcetypen verwendet. Der erste ist ein
+ Link-Objekt für eine Datenbankverbindung, der zweite ist ein
+ Result-Objekt, welches das Ergebnis einer Abfrage enthält.
+
+   
+   
+   &reference.dbx.constants;
+   
   
 
 &reference.dbx.functions;





[PHP-DOC] cvs: phpdoc /de/reference/array/functions each.xml end.xml

2002-05-02 Thread Thomas Schoefbeck

tom Thu May  2 17:17:55 2002 EDT

  Modified files:  
/phpdoc/de/reference/array/functionseach.xml end.xml 
  Log:
  sync to en
  
Index: phpdoc/de/reference/array/functions/each.xml
diff -u phpdoc/de/reference/array/functions/each.xml:1.2 
phpdoc/de/reference/array/functions/each.xml:1.3
--- phpdoc/de/reference/array/functions/each.xml:1.2Wed Apr 17 02:53:01 2002
+++ phpdoc/de/reference/array/functions/each.xmlThu May  2 17:17:53 2002
@@ -1,7 +1,7 @@
 
 
 
-
+
 
   

@@ -98,7 +98,8 @@
 
  Siehe auch key, list,
  current, reset,
- next und prev.
+ next, prev und
+ foreach.
 

   
Index: phpdoc/de/reference/array/functions/end.xml
diff -u phpdoc/de/reference/array/functions/end.xml:1.2 
phpdoc/de/reference/array/functions/end.xml:1.3
--- phpdoc/de/reference/array/functions/end.xml:1.2 Wed Apr 17 02:53:01 2002
+++ phpdoc/de/reference/array/functions/end.xml Thu May  2 17:17:55 2002
@@ -1,7 +1,7 @@
 
 
 
-
+
 
   

@@ -20,6 +20,22 @@
  end rückt den internen Zeiger von
  array bis zum letzten Element vor, und gibt
  dieses Element zurück.
+
+
+ 
+  Ein einfaches end Beispiel
+  
+
+  
+ 
 
 
  Siehe auch current,





[PHP-DOC] cvs: phpdoc /de/chapters intro.xml

2002-05-02 Thread Thomas Schoefbeck

tom Thu May  2 17:15:58 2002 EDT

  Modified files:  
/phpdoc/de/chapters intro.xml 
  Log:
  sync to en
  
Index: phpdoc/de/chapters/intro.xml
diff -u phpdoc/de/chapters/intro.xml:1.17 phpdoc/de/chapters/intro.xml:1.18
--- phpdoc/de/chapters/intro.xml:1.17   Sun Apr  7 06:00:34 2002
+++ phpdoc/de/chapters/intro.xmlThu May  2 17:15:57 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Einleitung
 
@@ -103,11 +103,11 @@
schreiben, um sie ohne einen Server oder einen Browser laufen
zu lassen. Hierfür benötigen Sie nur den PHP Parser. Diese Art
der Verwendung ist für die regelmäßig auszuführende Skripte mittels
-   cron (einem Taskplaner unter Linux und Unix Systemen) oder dem
-   Taskplaner unter Windows. Diese Skripte können auch für einfache
-   Aufgaben zur Verarbeitung von Text verwendet werden. Weitere
-   Informationen dazu finden Sie im Abschnitt Using PHP from the command line.
+   cron (unter *nix oder Linux) oder dem Task Scheduler (unter Windows).
+   Diese Skripte können auch für einfache Aufgaben zur Verarbeitung von
+   Text verwendet werden. Weitere Informationen dazu finden Sie im
+   Abschnitt Using PHP from the command
+   line.
   
  
  





[PHP-DOC] cvs: phpdoc /de/reference/filesystem reference.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:20:05 2002 EDT

  Modified files:  
/phpdoc/de/reference/filesystem reference.xml 
  Log:
  added revision-comment
  
Index: phpdoc/de/reference/filesystem/reference.xml
diff -u phpdoc/de/reference/filesystem/reference.xml:1.2 
phpdoc/de/reference/filesystem/reference.xml:1.3
--- phpdoc/de/reference/filesystem/reference.xml:1.2Mon Apr 15 20:14:02 2002
+++ phpdoc/de/reference/filesystem/reference.xmlSun Apr 28 05:20:05 2002
@@ -1,4 +1,5 @@
 
+
 
   Funktionen des Dateisystems
   Filesystem
@@ -13,7 +14,7 @@
 
 &reference.filesystem.functions;
 
- 
+
 
 

[PHP-DOC] cvs: phpdoc /de/reference/dbx reference.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:19:22 2002 EDT

  Modified files:  
/phpdoc/de/reference/dbxreference.xml 
  Log:
  added revision-comment
  
Index: phpdoc/de/reference/dbx/reference.xml
diff -u phpdoc/de/reference/dbx/reference.xml:1.2 
phpdoc/de/reference/dbx/reference.xml:1.3
--- phpdoc/de/reference/dbx/reference.xml:1.2   Mon Apr 15 20:13:48 2002
+++ phpdoc/de/reference/dbx/reference.xml   Sun Apr 28 05:19:22 2002
@@ -1,4 +1,5 @@
 
+
 
  
   dbx Funktionen





[PHP-DOC] cvs: phpdoc /de/reference/com reference.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:18:46 2002 EDT

  Modified files:  
/phpdoc/de/reference/comreference.xml 
  Log:
  sync to en
  
Index: phpdoc/de/reference/com/reference.xml
diff -u phpdoc/de/reference/com/reference.xml:1.2 
phpdoc/de/reference/com/reference.xml:1.3
--- phpdoc/de/reference/com/reference.xml:1.2   Mon Apr 15 20:13:32 2002
+++ phpdoc/de/reference/com/reference.xml   Sun Apr 28 05:18:46 2002
@@ -1,9 +1,12 @@
 
+
 
  COM Support Funktionen für Windows
  COM
   
-   
+   
+&reftitle.intro;
+   
 Das Component Object Model (COM) ist eine Technologie, welche die
 Wiederverwendung von Code erlaubt, egal in welcher Sprache dieser
 geschrieben wurde. Die Komponenten stellen Schnittstellen bereit,
@@ -13,24 +16,31 @@
 die COM-API beliebige Schnittstellen erzeugen. Man sich das wie einen
 super Remote Procedure Call (RPC) Mechanismus mit einigen grundlegenden
 Objekten vorstellen. Es trennt die Implementation von der Schnittstelle.
-   
-   
+   
+   
 COM unterstützt Versioning, die Trennung von Implementation und
 Schnittstelle, sowie das Verstecken von Implementierungsdetails, wie
 z.B. Position der Executable und die Sprache, in welcher die Komponente
 geschrieben wurde.
-   
-   
+   
+   
 Die COM Funktionen sind nur in der Windowsversion von PHP verfügbar.
-   
-   
-Weitere Informationen zu COM finden Sie in der 
-COM specification, oder in Don 
-Box's  Yet Another COM Library (YACL).
-   
+   
+   
+
+  &reference.com.constants;
+
+  
+&reftitle.seealso;
+
+ Weitere Informationen zu COM finden Sie in der 
+ COM specification, oder in Don 
+ Box's  Yet Another COM Library (YACL).
+
+   
   
 
-&reference.com.functions;
+  &reference.com.functions;
 
 
 

[PHP-DOC] cvs: phpdoc /de/reference/array reference.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:18:02 2002 EDT

  Modified files:  
/phpdoc/de/reference/array  reference.xml 
  Log:
  sync to en
  
Index: phpdoc/de/reference/array/reference.xml
diff -u phpdoc/de/reference/array/reference.xml:1.2 
phpdoc/de/reference/array/reference.xml:1.3
--- phpdoc/de/reference/array/reference.xml:1.2 Mon Apr 15 20:13:22 2002
+++ phpdoc/de/reference/array/reference.xml Sun Apr 28 05:18:02 2002
@@ -1,10 +1,13 @@
 
+
  
   Array Funktionen
   Arrays
 
   
-   
+   
+&reftitle.intro;
+   
 Diese Funktionen erlauben es, Arrays auf verschiedene Arten zu
 manipulieren bzw. mit ihnen zu interagieren. Arrays sind wichtig,
 um Gruppen von Variablen zu verwalten, zu bearbeiten, oder zu
@@ -23,45 +26,40 @@
 finden Sie eine detaillierte Erklärung, wie Arrays in PHP
 implementiert sind und wie sie benutzt werden.

+   
 

-Voraussetzungen
-
- Diese Funktionen sind als Teil des Standardmoduls verfügbar, welches
- immer zur Verfügung steht.
-
+&reftitle.required;
+&no.requirement;

-
+

-Installation
-
- Für diese Funktionen ist keine Installation nötig, da sie Teil des
- PHP Kerns sind.
-
+&reftitle.install;
+&no.install;

 

-Laufzeit-Konfiguration
- &no.config;
+&reftitle.runtime;
+&no.config;

 

-Ressourcentypen
- &no.resource;
+&reftitle.resources;
+&no.resource;

 

-Vordefinierte Konstanten
+&reftitle.constants;
 
  CASE_UPPER und CASE_LOWER
- werden mit der Funktion array_change_key_case 
+ werden mit der Funktion array_change_key_case
  verwendet. Sie werden auch für die Konvertierung einer Zeichenkette
  in Groß- oder Kleinbuchstaben verwendet.
 

 

-Siehe auch
+&reftitle.seealso;
 
  Siehe auch is_array, explode,
  implode, split





[PHP-DOC] cvs: phpdoc /de/reference/bzip2/functions bzflush.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:16:38 2002 EDT

  Modified files:  
/phpdoc/de/reference/bzip2/functionsbzflush.xml 
  Log:
  typo
  
Index: phpdoc/de/reference/bzip2/functions/bzflush.xml
diff -u phpdoc/de/reference/bzip2/functions/bzflush.xml:1.2 
phpdoc/de/reference/bzip2/functions/bzflush.xml:1.3
--- phpdoc/de/reference/bzip2/functions/bzflush.xml:1.2 Wed Apr 17 02:53:03 2002
+++ phpdoc/de/reference/bzip2/functions/bzflush.xml Sun Apr 28 05:16:38 2002
@@ -19,7 +19,7 @@
  bz.
 
 
- &return.sucess;
+ &return.success;
 
 
  Siehe auch bzread und bzwrite.





[PHP-DOC] cvs: phpdoc /de/reference/pgsql/functions pg-fetch-object.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:15:40 2002 EDT

  Modified files:  
/phpdoc/de/reference/pgsql/functionspg-fetch-object.xml 
  Log:
  fixed build-error, enhanced PI
  
Index: phpdoc/de/reference/pgsql/functions/pg-fetch-object.xml
diff -u phpdoc/de/reference/pgsql/functions/pg-fetch-object.xml:1.4 
phpdoc/de/reference/pgsql/functions/pg-fetch-object.xml:1.5
--- phpdoc/de/reference/pgsql/functions/pg-fetch-object.xml:1.4 Thu Apr 25 15:16:23 
2002
+++ phpdoc/de/reference/pgsql/functions/pg-fetch-object.xml Sun Apr 28 05:15:40 
+2002
@@ -1,9 +1,9 @@
-
+
 
 
 
 
-
+
   

 pg_fetch_object
@@ -41,20 +41,20 @@
  schnell wie pg_fetch_row (Der Unterschied
  ist unwesentlich).
 
- 
-
- Ab der PHP-Version 4.3.0 ist die Standardeinstellung von
- result_type PGSQL_ASSOC, während PGSQL_BOTH
- in älteren Versionen voreingestellt ist. Da nummerische
- Eigenschaftsnamen von Objekten nicht erlaubt sind, ist PGSQL_BOTH
- überflüssig. 
-
+
+ 
+  Ab der PHP-Version 4.3.0 ist die Standardeinstellung von
+  result_type PGSQL_ASSOC, während PGSQL_BOTH
+  in älteren Versionen voreingestellt ist. Da nummerische
+  Eigenschaftsnamen von Objekten nicht erlaubt sind, ist PGSQL_BOTH
+  überflüssig. 
+ 
+ 
+  result_type wird möglicherweise in
+  zukünftigen Versionen gelöscht werden. 
+ 
+
 
- result_type wird möglicherweise in
- zukünftigen Versionen gelöscht werden. 
-
-
-
  Siehe auch pg_query, pg_fetch_array,
  pg_fetch_row und pg_fetch_result.
 





[PHP-DOC] cvs: phpdoc /de/reference/pgsql/functions pg-escape-bytea.xml

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:14:13 2002 EDT

  Modified files:  
/phpdoc/de/reference/pgsql/functionspg-escape-bytea.xml 
  Log:
  fixed build-error, enhanced PI
  
Index: phpdoc/de/reference/pgsql/functions/pg-escape-bytea.xml
diff -u phpdoc/de/reference/pgsql/functions/pg-escape-bytea.xml:1.3 
phpdoc/de/reference/pgsql/functions/pg-escape-bytea.xml:1.4
--- phpdoc/de/reference/pgsql/functions/pg-escape-bytea.xml:1.3 Wed Apr 24 10:33:47 
2002
+++ phpdoc/de/reference/pgsql/functions/pg-escape-bytea.xml Sun Apr 28 05:14:13 
+2002
@@ -1,9 +1,9 @@
-
+
 
 
 
 
-
+
   

 pg_escape_bytea
@@ -28,6 +28,7 @@
   Backslash gequoted (z.B. \032). Diese Werte müssen vom Benutzer
   in das Binärformat zurückkonvertiert werden.
  
+ 
   Diese Funktion setzt PostgreSQL 7.2 oder höher voraus. Mit den
   PostgreSQL-Versionen 7.2.0 und 7.2.1 muss der Typ bytea
   konvertiert werden, falls die multi-byte-Unterstützung benutzt





[PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-04-28 Thread Thomas Schoefbeck

tom Sun Apr 28 05:12:29 2002 EDT

  Modified files:  
/phpdoc/scripts revcheck.php 
  Log:
  Corr. my own nightly "coding-style"
  
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.27 phpdoc/scripts/revcheck.php:1.28
--- phpdoc/scripts/revcheck.php:1.27Fri Apr 26 18:33:28 2002
+++ phpdoc/scripts/revcheck.php Sun Apr 28 05:12:29 2002
@@ -91,6 +91,15 @@
 // Main directory of the PHP documentation (one dir up
 // in cvs). We do need the trailing slash!
 $DOCDIR = "../";
+
+$navbar = "Introduction | " .
+  "Translators | " .
+  "File summary by type | " .
+  "Files | " .
+  "Work in progress | " .
+  "Missing revision numbers | " .
+  "Untranslated files\n";
+
   
 // =
 // Functions to get revision info and credits from a file
@@ -653,16 +662,10 @@
 
 
 
-Introduction |
-Translators |
-File summary by type |
-Files |
-Work in progress |
-Missing revision numbers |
-Untranslated files
-
 END_OF_MULTILINE;
 
+print ($navbar);
+
 // =
 // Intro block goes here
 // =
@@ -822,17 +825,7 @@
 
 }
 
-print <

[PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-04-26 Thread Thomas Schoefbeck

tom Fri Apr 26 18:33:30 2002 EDT

  Modified files:  
/phpdoc/scripts revcheck.php 
  Log:
  - took functions.xml (temporarily) out of statistics,\n- introduced 
directory-headers also for files "without rev-comments" and "available for 
translation" (since this alone reduces HTML-space of about 40kB, Ive...)\n- copied the 
"navigation bar" to several other places in the HTML-document
  
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.26 phpdoc/scripts/revcheck.php:1.27
--- phpdoc/scripts/revcheck.php:1.26Mon Apr 22 17:40:42 2002
+++ phpdoc/scripts/revcheck.php Fri Apr 26 18:33:28 2002
@@ -64,8 +64,6 @@
 define("REV_CREDIT",   7); // only used in translators list
 define("REV_WIP",  8); // only used in translators list
 
-define("NORMHEAD", 9); // only used in table outputs (css)
-
 // Colors used to mark files by status (colors for the above types)
 $CSS = array(
   REV_UPTODATE => "act",
@@ -76,7 +74,6 @@
   REV_NOTRANS  => "wip",
   REV_CREDIT   => "wip",
   REV_WIP  => "wip",
-  NORMHEAD => "blue",
 );
 
 // Option for the link to cvs.php.net: normal: "&f=h"
@@ -415,6 +412,12 @@
   if (preg_match("/^\.{1,2}/",$file) || $file == 'CVS')
 continue;
 
+  // JUST TEMPORARY TILL THE /REFERENCE/FUNCTIONS.XML - ISSUE IS 
+CLARIFIED
+  // If we found a file functions.xml in the
+  // /reference/ tree, skip the file
+  if ($file == "functions.xml" && preg_match("!/\w+/reference/\w+/!", $dir))
+continue;
+
   // Collect files and directories
   if (is_dir($dir.$file)) { $directories[] = $file; }
   else { $files[] = $file; }
@@ -696,7 +699,7 @@
 critical
 norev
 wip
-sum
+sum
 
 END_OF_MULTILINE;
 
@@ -819,6 +822,19 @@
 
 }
 
+print < 0) {
 print "" .
-  "\n".
+  "\n".
   "Files without Revision-comment ($count 
files):\n";
 foreach($missing_tags as $val) {
-print "$val\n";
+// Shorten the filename (we have directory headers)
+$short_file = basename($val);
+
+// Guess the new directory from the full name of the file
+$new_dir = substr($val, 0, strrpos($val, "/"));
+
+// If this is a new directory, put out dir headline
+if ($new_dir != $prev_dir) {
+
+// Print out directory header
+print "".dirname($val)."\n";
+
+// Store the new actual directory
+$prev_dir = $new_dir;
+}
+print "$short_file\n";
 }
 print "\n \n";
+
+print < 0) {
 print "" .
-  "\n" .
+  "\n" .
   "" .
   " Available for translation ($count files):kB\n";
 foreach($missing_files as $file => $info) {
-print "$file" .
+// Shorten the filename (we have directory headers)
+$short_file = basename($file);
+
+// Guess the new directory from the full name of the file
+$new_dir = substr($file, 0, strrpos($file, "/"));
+
+// If this is a new directory, put out dir headline
+if ($new_dir != $prev_dir) {
+
+// Print out directory header if not "."
+print "".dirname($file)."\n";
+

[PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-04-22 Thread Thomas Schoefbeck

tom Mon Apr 22 17:40:44 2002 EDT

  Modified files:  
/phpdoc/scripts revcheck.php 
  Log:
  small reduction of HMTL-size
  

Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.25 phpdoc/scripts/revcheck.php:1.26
--- phpdoc/scripts/revcheck.php:1.25Sun Apr 21 12:32:23 2002
+++ phpdoc/scripts/revcheck.php Mon Apr 22 17:40:42 2002
@@ -76,7 +76,7 @@
   REV_NOTRANS  => "wip",
   REV_CREDIT   => "wip",
   REV_WIP  => "wip",
-  NORMHEAD => "normhead",
+  NORMHEAD => "blue",
 );
 
 // Option for the link to cvs.php.net: normal: "&f=h"
@@ -624,36 +624,33 @@
 
 
 
 
 
-
+
 
 
-  
-   Status of the translated PHP Manual
-  
-   Generated: {$date}   /   Language: $LANG
-   
-  
+
+Status of the translated PHP ManualGenerated: {$date}   /   Language: 
+$LANG
+
 
 
-Introduction |
+Introduction |
 Translators |
 File summary by type |
 Files |
@@ -670,7 +667,7 @@
 // If we have an introduction text, print it out, with an anchor
 if (!empty($translation["intro"])) {
 print '';
-print '' .
+print '' .
$translation['intro'] . '';
 }
 
@@ -686,20 +683,20 @@
 
 
 
-  Translator's name
-  Contact email
-  Nick
-  CVS
-  Files maintained
+Translator's name
+Contact email
+Nick
+CVS
+Files maintained
 
 
-  credits
-  uptodate
-  old
-  critical
-  norev
-  wip
-  sum
+credits
+uptodate
+old
+critical
+norev
+wip
+sum
 
 END_OF_MULTILINE;
 
@@ -725,10 +722,10 @@
 // Decide on the CVS text and the color of the line
 if ($person["cvs"] === "yes") {
 $cvsu = "x";
-$col = '"old"';
+$col = "old";
 } else {
 $cvsu = " ";
-$col = '"wip"';
+$col = "wip";
 }
 
 // Try to do some antispam actions
@@ -747,16 +744,16 @@
 
 print("" .
   "$person[name]" .
-  "$person[email] " .
+  "$person[email]" .
   "$person[nick] " .
-  "$cvsu" .
-  "" . $pi[REV_CREDIT]   . " " .
-  "" . $pi[REV_UPTODATE] . " " .
-  "" . $pi[REV_OLD]  . " " .
-  "" . $pi[REV_CRITICAL] . " " .
-  "" . $pi[REV_NOREV]. " " .
-  "" . $pi[REV_WIP]  . " " .
-  "" . array_sum($pi). " " .
+  "$cvsu" .
+  "" . $pi[REV_CREDIT]   . " " .
+  "" . $pi[REV_UPTODATE] . " " .
+  "" . $pi[REV_OLD]  . " " .
+  "" . $pi[REV_CRITICAL] . " " .
+  "" . $pi[REV_NOREV]. " " .
+  "" . $pi[REV_WIP]  . " " .
+  "" . array_sum($pi). "" .
   "\n");
  }
   
@@ -775,9 +772,9 @@
 
 
 
- File status type
- Number of files
- Percent of files
+File status type
+Number of files
+Percent of files
 
 END_OF_MULTILINE;
 
@@ -812,9 +809,9 @@
 
 print <<
- Files total
- {$files_sum}
- 100%
+Files total
+{$files_sum}
+100%
 
 END_OF_MULTILINE;
 
@@ -830,23 +827,23 @@
 
 
 
- Translated file
- Revision
- Size in kB
- Age in days
- Maintainer
- Status
+Translated file
+Revision
+Size in kB
+Age in days
+Maintainer
+Status
 
 
- en
- $LANG
- diff
- en
- $LANG
- diff
- en
- $LANG
- diff
+en
+$LANG
+diff
+en
+$LANG
+diff
+en
+$LANG
+diff
 
 END_OF_MULTILINE;
 
@@ -890,7 +887,7 @@
 $display_dir = str_replace("{$DOCDIR}en/", "", dirname($file["full_name"]));
 
 // Print out directory header
-print "$display_dir\n";
+print "$display_dir\n";
 
 // Store the new actual directory
 $prev_dir = $new_dir;
@@ -900,18 +897,18 @@
 $style = 'class=

[PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-04-21 Thread Thomas Schoefbeck

tom Sun Apr 21 12:32:23 2002 EDT

  Modified files:  
/phpdoc/scripts revcheck.php 
  Log:
  enlarged table-widths to fit longer filenames; some changes for a bit smaller 
HTML-output (eg. de 379kB -> 262kB)
  

Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.24 phpdoc/scripts/revcheck.php:1.25
--- phpdoc/scripts/revcheck.php:1.24Mon Apr 15 15:18:25 2002
+++ phpdoc/scripts/revcheck.php Sun Apr 21 12:32:23 2002
@@ -68,15 +68,15 @@
 
 // Colors used to mark files by status (colors for the above types)
 $CSS = array(
-  REV_UPTODATE => "background-color: #68D888; color: #00;",
-  REV_NOREV=> "background-color: #f4a460; color: #00;",
-  REV_CRITICAL => "background-color: #ff6347; color: #00;",
-  REV_OLD  => "background-color: #eee8aa; color: #00;",
-  REV_NOTAG=> "background-color: #dcdcdc; color: #00;",
-  REV_NOTRANS  => "background-color: #dcdcdc; color: #00;",
-  REV_CREDIT   => "background-color: #dcdcdc; color: #00;",
-  REV_WIP  => "background-color: #dcdcdc; color: #00;",
-  NORMHEAD => "background-color: #99; color: #ff;",
+  REV_UPTODATE => "act",
+  REV_NOREV=> "norev",
+  REV_CRITICAL => "crit",
+  REV_OLD  => "old",
+  REV_NOTAG=> "wip",
+  REV_NOTRANS  => "wip",
+  REV_CREDIT   => "wip",
+  REV_WIP  => "wip",
+  NORMHEAD => "normhead",
 );
 
 // Option for the link to cvs.php.net: normal: "&f=h"
@@ -624,14 +624,21 @@
 
 
 
 
 
@@ -679,20 +686,20 @@
 
 
 
-  Translator's name
-  Contact email
-  Nick
-  CVS
-  Files maintained
+  Translator's name
+  Contact email
+  Nick
+  CVS
+  Files maintained
 
 
-  credits
-  uptodate
-  old
-  critical
-  norev
-  wip
-  sum
+  credits
+  uptodate
+  old
+  critical
+  norev
+  wip
+  sum
 
 END_OF_MULTILINE;
 
@@ -718,10 +725,10 @@
 // Decide on the CVS text and the color of the line
 if ($person["cvs"] === "yes") {
 $cvsu = "x";
-$col = '"#eee8aa"';
+$col = '"old"';
 } else {
 $cvsu = " ";
-$col = '"#dcdcdc"';
+$col = '"wip"';
 }
 
 // Try to do some antispam actions
@@ -738,18 +745,18 @@
 $pi = array();
 }
 
-print("" .
+print("" .
   "$person[name]" .
   "$person[email] " .
   "$person[nick] " .
-  "$cvsu " .
+  "$cvsu" .
   "" . $pi[REV_CREDIT]   . " " .
   "" . $pi[REV_UPTODATE] . " " .
   "" . $pi[REV_OLD]  . " " .
   "" . $pi[REV_CRITICAL] . " " .
   "" . $pi[REV_NOREV]. " " .
   "" . $pi[REV_WIP]  . " " .
-  "" . array_sum($pi). " " .
+  "" . array_sum($pi). " " .
   "\n");
  }
   
@@ -768,9 +775,9 @@
 
 
 
-  File status type
-  Number of files
-  Percent of files
+ File status type
+ Number of files
+ Percent of files
 
 END_OF_MULTILINE;
 
@@ -787,7 +794,7 @@
 );
 
 foreach ($file_types as $num => $type) {
-$type[] = 'style="' . $CSS[$type[0]] . '"';
+$type[] = 'class="' . $CSS[$type[0]] . '"';
 $type[] = intval($files_by_mark[$type[0]]);
 $type[] = number_format(
 $files_by_mark[$type[0]] * 100 / $files_sum, 2
@@ -795,9 +802,9 @@
 
 print <<
-  {$type[1]}
-  {$type[3]}
-  {$type[4]}%
+ {$type[1]}
+ {$type[3]}
+ {$type[4]}%
 
 END_OF_MULTILINE;
 
@@ -805,9 +812,9 @@
 
 print <<
-  Files total
-  {$files_sum}
-  100%
+ Files total
+ {$files_sum}
+ 100%
 
 END_OF_MULTILINE;
 
@@ -823,23 +830,23 @@
 
 
 
-  Translated file
-  Revision
-  Size in kB
-  Age in days
-  Maintainer
-  Status
+ Translated file
+ Revision
+ Size in kB
+ Age in days
+ Maintainer
+ Status
 
 
-  en
-  $LANG
-  diff
-  en
-  $LANG
-  diff
- 

[PHP-DOC] cvs: phpdoc /de/functions crack.xml

2002-04-14 Thread Thomas Schoefbeck

tom Sun Apr 14 14:38:43 2002 EDT

  Modified files:  
/phpdoc/de/functionscrack.xml 
  Log:
  corr. xml-error, pls. do a make test before commit in the future
  
Index: phpdoc/de/functions/crack.xml
diff -u phpdoc/de/functions/crack.xml:1.3 phpdoc/de/functions/crack.xml:1.4
--- phpdoc/de/functions/crack.xml:1.3   Sat Apr 13 05:59:59 2002
+++ phpdoc/de/functions/crack.xml   Sun Apr 14 14:38:42 2002
@@ -1,5 +1,5 @@
 
-
+
 
 
   Crack Funktionen
@@ -32,6 +32,7 @@
  Crack-Support compiliert werden.
  option.

+   


 Konfiguration





[PHP-DOC] cvs: phpdoc /de/functions bzip2.xml

2002-04-14 Thread Thomas Schoefbeck

tom Sun Apr 14 14:37:36 2002 EDT

  Modified files:  
/phpdoc/de/functionsbzip2.xml 
  Log:
  corrected xml-errors; pls. do a make test before commit in the future
  
Index: phpdoc/de/functions/bzip2.xml
diff -u phpdoc/de/functions/bzip2.xml:1.9 phpdoc/de/functions/bzip2.xml:1.10
--- phpdoc/de/functions/bzip2.xml:1.9   Sat Apr 13 05:49:18 2002
+++ phpdoc/de/functions/bzip2.xml   Sun Apr 14 14:37:34 2002
@@ -1,5 +1,5 @@
 
-
+
 
  
   Bzip2 Komprimierungsfunktionen
@@ -26,11 +26,12 @@
  linkend="install.configure.with-bzip2">--with-bz2-Option beim
  compilieren von PHP zu aktivieren. Dazu ist die bzip2/libbzip2 version
  >= 1.0.x. nötig.
-   
+
+   
+

 Konfiguration
  &no.config;
-

 

@@ -48,7 +49,7 @@

  
 
-   
+   
 Ein kleines Code-Beispiel
 
  Dieses Beispiel öffnet eine tempräre Datei und schreibt einen Teststring
@@ -87,7 +88,7 @@
 ]]>
  
 
-   
+   
   
 
 
@@ -406,8 +407,8 @@
  
   bzread Beispiel
   
-<[!CDATA[
-

[PHP-DOC] cvs: phpdoc /de/functions pgsql.xml

2002-04-14 Thread Thomas Schoefbeck

tom Sun Apr 14 14:35:35 2002 EDT

  Modified files:  
/phpdoc/de/functionspgsql.xml 
  Log:
  Typo
  
Index: phpdoc/de/functions/pgsql.xml
diff -u phpdoc/de/functions/pgsql.xml:1.31 phpdoc/de/functions/pgsql.xml:1.32
--- phpdoc/de/functions/pgsql.xml:1.31  Sat Apr 13 07:03:03 2002
+++ phpdoc/de/functions/pgsql.xml   Sun Apr 14 14:35:33 2002
@@ -1,5 +1,5 @@
 
-
+
 
 
   PostgreSQL Funktionen
@@ -204,7 +204,7 @@

 
 Ab der PostgreSQL Version 7.1.0 ist die maximale Grösse eines Feldes
-mit dem Datentyp text 1GB. Ältere PostgreSQL Versionen begrenzten
+mit dem Datentyp text 1GB. Ältere PostgreSQL Versionen begrenzten
 Felder vom Typ text auf Blockgrösse (normalerweise 8KB bis maximal
 32 KB, falls dies bei der Kompilation angegeben wurde).






  1   2   >