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

2001-11-23 Thread Hartmut Holzgraefe

hholzgraFri Nov 23 10:01:09 2001 EDT

  Modified files:  
/phpdoc configure.in manual.xml.in 
  Log:
  entity for function index moved to chapters.ent
  as builds for php.net still break
  hope it helps this time 
  (unless someone fixes the build installation itself)
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.85 phpdoc/configure.in:1.86
--- phpdoc/configure.in:1.85Thu Nov 22 16:38:18 2001
+++ phpdoc/configure.in Fri Nov 23 10:01:09 2001
@@ -1,6 +1,6 @@
 
 
-dnl $Id: configure.in,v 1.85 2001/11/22 21:38:18 hholzgra Exp $
+dnl $Id: configure.in,v 1.86 2001/11/23 15:01:09 hholzgra Exp $
 
 AC_INIT(global.ent)
 
@@ -485,6 +485,8 @@
DEPEND_FILES="$DEPEND_FILES $file"
echo "" >> chapters.ent
 done
+echo "" >> chapters.ent
+
 chmod a-w chapters.ent
 
 chmod a+x genfuncindex
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.90 phpdoc/manual.xml.in:1.91
--- phpdoc/manual.xml.in:1.90   Thu Nov 22 14:01:14 2001
+++ phpdoc/manual.xml.inFri Nov 23 10:01:09 2001
@@ -18,9 +18,6 @@
 
 
 
-
- 
-
 %global.entities;
 %faqonly.entities;
 %global.chapters;





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

2001-11-23 Thread Gabor Hojtsy

>   no need for entities in CDATA section
>   
> -print_r (get_extension_funcs ("xml"));
> -print_r (get_extension_funcs ("gd"));
> +print_r (get_extension_funcs ("xml"));
> +print_r (get_extension_funcs ("gd"));

Anyway, do anybody know why there is a need to use
&qout; in any place in the docs in inline text?
I remember some wierd PDF renderer was the problem
in the past or something like that, but there are
many "-s used instead of &qout; in normal text flow,
so that may not be needed => another bad looking
thing we can eliminate. If it is not needed...

Goba




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

2001-11-23 Thread Friedhelm Betz

betzFri Nov 23 09:45:39 2001 EDT

  Modified files:  
/phpdoc/de/functionsldap.xml 
  Log:
  minor changes
  
Index: phpdoc/de/functions/ldap.xml
diff -u phpdoc/de/functions/ldap.xml:1.12 phpdoc/de/functions/ldap.xml:1.13
--- phpdoc/de/functions/ldap.xml:1.12   Wed Nov 14 17:07:52 2001
+++ phpdoc/de/functions/ldap.xmlFri Nov 23 09:45:39 2001
@@ -1,7 +1,7 @@
 
 
-LDAP Funktionen
-LDAP
+ LDAP Funktionen
+  LDAP
 
 
 
@@ -644,7 +644,7 @@
  ldap_err2str in einen Fehlertext konvertiert werden.
 
 
- Solange Sie die Stufe der Fehlerwarnungen in Ihrer php3.ini nicht
+ Solange Sie die Stufe der Fehlerwarnungen in Ihrer php.ini nicht
  herabsetzen oder vor Ihre LDAP Komanndos ein @ (at) setzen
  um die Ausgabe von Fehlermeldungen zu unterdrücken, werden die
  aufgetretenen Fehler auch in Ihrer HTML Ausgabe zu sehen sein.
@@ -705,7 +705,7 @@
  Fehlernummer verwenden.
 
 
- Solange Sie die Stufe der Fehlerwarnungen in Ihrer php3.ini nicht
+ Solange Sie die Stufe der Fehlerwarnungen in Ihrer php.ini nicht
  herabsetzen oder vor Ihre LDAP Komanndos ein @ (at) setzen
  um die Ausgabe von Fehlermeldungen zu unterdrücken, werden die
  aufgetretenen Fehler auch in Ihrer HTML Ausgabe zu sehen sein.
@@ -1302,7 +1302,7 @@
Erzeugung einer Liste aller Organisationseinheiten einer
Organisation
   
-
+
 // $ds gültige Verbindungs-Kennung für einen Verzeichnis-Server
 
 $basis_dn = "o=Meine Firma, c=DE";





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

2001-11-23 Thread Friedhelm Betz

betzFri Nov 23 09:42:36 2001 EDT

  Modified files:  
/phpdoc/en/functionsinfo.xml 
  Log:
  no need for entities in CDATA section
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.77 phpdoc/en/functions/info.xml:1.78
--- phpdoc/en/functions/info.xml:1.77   Mon Nov 19 21:37:36 2001
+++ phpdoc/en/functions/info.xmlFri Nov 23 09:42:35 2001
@@ -1,5 +1,5 @@
 
-
+
  
   PHP options & information
   PHP options/info
@@ -420,8 +420,8 @@
  
   
 

  





[PHP-DOC] Regarding Arabic Charset

2001-11-23 Thread Salah Faya

I tried to find some solution about the Arabic Encoding, but it seems not 
easy!

I'm thinking of using the default Windows-1256 Arabic Encoding which is used 
by (90%) of all arabic users around the world.
I know this won't make PDF and RTF rendering work, but at least the CHM and 
HTML will work very fine..

What do you recommend me to do? should I continue translating using 
Windows-1256 ar encoding?


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




[PHP-DOC] Bug #14194: no manual entry for apache_child_terminate

2001-11-23 Thread samjam

From: [EMAIL PROTECTED]
Operating system: All
PHP version:  4.0.6
PHP Bug Type: Documentation problem
Bug description:  no manual entry for apache_child_terminate

apache_child_terminate when called by a script running under apache's
mod_php will cause the current process serving the request and executing
the script to terminate once the request is complete.

This is useful if a script "knows" it has allocated a large ammount of
memory (which apache can't possibly give back to the system) and is likely
to be invoked again by another apache process soon leaving the system with
all apache processes hogging large ammounts of memory which they are never
likely to need again unless they get lucky and the same greedy script gets
assigned to one of it's previous processes.

Previously the fix was to set all apache processes to terminate after
serving only one request but now the greedy script can just call
apache_child_terminate(); instead - which actually has the effect of making
it look like that apache process has served past it's limit.
-- 
Edit bug report at: http://bugs.php.net/?id=14194&edit=1




Re: [PHP-DOC] What is this zend.api problem?

2001-11-23 Thread Marco Cucinato

> Try 'rm configure; autoconf; ./configure'. Worked for me.

Thans, it worked!
--
Marco Cucinato




[PHP-DOC] cvs: phpdoc /it Translators

2001-11-23 Thread Simone Cortesi

cortesi Fri Nov 23 04:37:06 2001 EDT

  Modified files:  
/phpdoc/it  Translators 
  Log:
  changed contributor's email
  
  
Index: phpdoc/it/Translators
diff -u phpdoc/it/Translators:1.93 phpdoc/it/Translators:1.94
--- phpdoc/it/Translators:1.93  Thu Nov 22 10:30:58 2001
+++ phpdoc/it/Translators   Fri Nov 23 04:37:06 2001
@@ -21,7 +21,7 @@
 milanesi   Marco Milanesi  [EMAIL PROTECTED]
 perugini   Luca Perugini   [EMAIL PROTECTED] [EMAIL PROTECTED]
 sartorelli Mariarosa Sartorelli[EMAIL PROTECTED]
-valenteCarlo Valente   [EMAIL PROTECTED]  [EMAIL PROTECTED]
+valenteCarlo Valente   [EMAIL PROTECTED]
 
 Each line gives you the following informations: who is translating a certain
 file, which is the status of the translation and which is the english





[PHP-DOC] cvs: phpdoc /it/functions oracle.xml

2001-11-23 Thread Marco Cucinato

cucinatoFri Nov 23 04:12:47 2001 EDT

  Modified files:  
/phpdoc/it/functionsoracle.xml 
  Log:
  added CDATA sections
  
  
Index: phpdoc/it/functions/oracle.xml
diff -u phpdoc/it/functions/oracle.xml:1.17 phpdoc/it/functions/oracle.xml:1.18
--- phpdoc/it/functions/oracle.xml:1.17 Tue Nov 13 04:22:12 2001
+++ phpdoc/it/functions/oracle.xml  Fri Nov 23 04:12:47 2001
@@ -1,5 +1,5 @@
 
- 
+ 
 
   Funzioni Oracle
   Oracle
@@ -43,15 +43,17 @@
  di output, se disponibili.
  
   
-

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

2001-11-23 Thread Philip Olson

philip  Fri Nov 23 03:23:25 2001 EDT

  Modified files:  
/phpdoc/en/functionsarray.xml 
  Log:
  Added link to "types" under definition of in_array()'s "static" parameter.
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.128 phpdoc/en/functions/array.xml:1.129
--- phpdoc/en/functions/array.xml:1.128 Thu Nov 22 08:51:33 2001
+++ phpdoc/en/functions/array.xml   Fri Nov 23 03:23:08 2001
@@ -1,5 +1,5 @@
 
-
+
  
   Array Functions
   Arrays
@@ -2599,8 +2599,8 @@
 
  If the third parameter strict is set to
  &true; then the in_array
- will also check the types of the needle
- in the haystack.
+ will also check the types of 
+ the needle in the haystack.