[PHP-DOC] Please change the bzip2.xml in every language-tree

2001-12-31 Thread Wolfgang Drews

Hi translators,

sorry that i did not pointed out this as strongly as i maybe have
should:

If you want the manual to be buildable, you HAVE to change the
reference in bzip2.xml from bzip2 to bz2. I do not remember, if
configure --with-bzip2 was valid at any time, but at least it now
seems to be depreceated. So please change this. It's at least now
--with-bz2 and this is necessary since Mark  Co changed the
install.xml. (It is located about line 14 in en)

with best regards,

-Wolfgang

--
Deutscher PHP-Knotenpunkt Dynamic Web Pages: http://www.dynamicwebpages.de
Scripte, Tutorials, Installation, Bücher, BestofGML, Manual, Links uvm.
PHP 4: Dynamische Webauftritte professionell realisieren: http://php-buch.de





[PHP-DOC] Fw: little error

2001-12-31 Thread Gabor Hojtsy




- Original Message - 
From: Jesper 
Borgstrup 
To: [EMAIL PROTECTED] 
Sent: Sunday, December 30, 2001 10:43 PM
Subject: little error

just wanted to tell you that you have two functions 
named

ircg_nickname_escape

one of them should be called 

ircg_nickname_unescape

Jesper Borgstrup


Re: [PHP-DOC] Fw: little error

2001-12-31 Thread Georg Richter

Jim has fixed it already yesterday.

Georg



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

2001-12-31 Thread Georg Richter

georg   Mon Dec 31 06:38:19 2001 EDT

  Modified files:  
/phpdoc/en/functionsircg.xml 
  Log:
  
  documented
ircg_set_file
ircg_get_username
ircg_nickname_escape
ircg_nickname_unescape
  
  
Index: phpdoc/en/functions/ircg.xml
diff -u phpdoc/en/functions/ircg.xml:1.18 phpdoc/en/functions/ircg.xml:1.19
--- phpdoc/en/functions/ircg.xml:1.18   Sun Dec 30 17:26:40 2001
+++ phpdoc/en/functions/ircg.xmlMon Dec 31 06:38:19 2001
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.18 $ --
+!-- $Revision: 1.19 $ --
  reference id=ref.ircg
   titleIRC Gateway Functions/title
   titleabbrevIRC Gateway/titleabbrev
@@ -676,7 +676,10 @@
  /funcprototype
 /funcsynopsis
 para
- warn.undocumented.func;
+ Function functionircg_set_file/function specifies a logfile
+ parameterpath/parameter in which all output from connection
+ parameterconnection/parameter will be logged. 
+ Returns true; on success, otherwise false;.
 /para
/refsect1
   /refentry
@@ -697,7 +700,10 @@
  /funcprototype
 /funcsynopsis
 para
- warn.undocumented.func;
+ Function functionircg_get_username/function returns the
+ username for specified connection parameterconnection/parameter.
+ Returns false; if parameterconnection/parameter died or is
+ not valid.
 /para
/refsect1
   /refentry
@@ -718,7 +724,11 @@
  /funcprototype
 /funcsynopsis
 para
- warn.undocumented.func;
+ Function functionircg_nickname_escape/function returns a decoded 
+ nickname specified by parameternick/parameter wich is IRC-compliant.
+/para
+para
+ See also: functionircg_nickname_unescape/function
 /para
/refsect1
   /refentry
@@ -727,7 +737,7 @@
refnamediv
 refnameircg_nickname_unescape/refname
 refpurpose
- Decode encoded nickname 
+ Decodes encoded nickname 
 /refpurpose
/refnamediv
refsect1
@@ -739,7 +749,11 @@
  /funcprototype
 /funcsynopsis
 para
- warn.undocumented.func;
+ Function functionircg_nickname_unescape/function returns a
+ decoded nickname, which is specified in parameternick/parameter.
+/para
+para
+ See also: functionircg_nickname_escape/function
 /para
/refsect1
   /refentry





[PHP-DOC] New documentation of sockets

2001-12-31 Thread Jan Lehnardt

Hi,
I'd like to redocument the socket extension, since it has changed
completely. Now I'd like to know if there is an automated way of
transforming the function prototypes in the C Source file
(ext/sockets/sockets.c) into a documentation skeleton?

Jan
-- 
Q: Thank Jan? A: http://geschenke.an.dasmoped.net/



Re: [PHP-DOC] IMPORTANT: 'make test' before committing files

2001-12-31 Thread Krzysztof Jarecki

where can I get these HOWTO files?
especially the windows one ;)


- Original Message -
From: Gabor Hojtsy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, December 30, 2001 1:56 PM
Subject: Re: [PHP-DOC] IMPORTANT: 'make test' before committing files


  please check your documentation changes with 'make test' before
committing
  your files into the cvs-tree.
 
  Its really boring if you can't compile and test your own changes, cause
 make
  fails.

 There is documentation about how to set up a test system on Linux
 or on Windows in the HOWTO for those who don't know.

 Goba





Re: [PHP-DOC] IMPORTANT: 'make test' before committing files

2001-12-31 Thread Slawomir Pucia

 where can I get these HOWTO files?

http://cvs.php.net/co.php/phpdoc/howto/howto.html.tar.gz?r=1.12p=1


slawek-






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

2001-12-31 Thread Georg Richter

georg   Mon Dec 31 09:51:54 2001 EDT

  Modified files:  
/phpdoc/en/functionsircg.xml 
  Log:
  
  documentation for function ircg_set_on_die
  /en/functions/ircg.xml is complete now (until sascha has new ideas :-)
  
  
Index: phpdoc/en/functions/ircg.xml
diff -u phpdoc/en/functions/ircg.xml:1.19 phpdoc/en/functions/ircg.xml:1.20
--- phpdoc/en/functions/ircg.xml:1.19   Mon Dec 31 06:38:19 2001
+++ phpdoc/en/functions/ircg.xmlMon Dec 31 09:51:54 2001
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.19 $ --
+!-- $Revision: 1.20 $ --
  reference id=ref.ircg
   titleIRC Gateway Functions/title
   titleabbrevIRC Gateway/titleabbrev
@@ -639,7 +639,7 @@
refnamediv
 refnameircg_set_on_die/refname
 refpurpose
- Set hostaction to be execute when connection dies */
+ Set hostaction to be execute when connection dies 
 /refpurpose
/refnamediv
refsect1
@@ -654,7 +654,13 @@
  /funcprototype
 /funcsynopsis
 para
- warn.undocumented.func;
+ In case of the termination of connection parameterconnection/parameter
+ IRCG will connect to parameterhost/parameter at
+ parameterport/parameter (Note: host must be an IPv4 address,
+ IRCG does not resolve host-names due to blocking issues), send
+ parameterdata/parameter to the new host connection and will
+ wait until the remote part closes connection. This can be used to
+ trigger a php script for example.
 /para
/refsect1
   /refentry





[PHP-DOC] cvs: phpdoc /de Translators

2001-12-31 Thread Georg Richter

georg   Mon Dec 31 10:07:40 2001 EDT

  Modified files:  
/phpdoc/de  Translators 
  Log:
  
  ircg changes (Rev. 1.10 - 1.20) (new functions)
  
  
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.233 phpdoc/de/Translators:1.234
--- phpdoc/de/Translators:1.233 Sun Dec 30 18:33:33 2001
+++ phpdoc/de/Translators   Mon Dec 31 10:07:40 2001
@@ -104,6 +104,7 @@
 Georg Richter   fertig
 ingres_ii.xml   Cornelia Boenigkfertig (bis V. 1.10)
 ircg.xmlGeorg Richter   fertig (bis V. 1.9)
+   Georg Richter   in Arbeit/Änderungen
 java.xmlSebastian Bergmann  fertig
 ldap.xmlFriedhelm Betz  fertig (bis V. 1.32)
 mail.xmlUwe Steinmann   fertig





Re: [PHP-DOC] New documentation of sockets

2001-12-31 Thread Richard Samar


Jan Lehnardt wrote:
 
 Hi,
 I'd like to redocument the socket extension, since it has changed
 completely. Now I'd like to know if there is an automated way of
 transforming the function prototypes in the C Source file
 (ext/sockets/sockets.c) into a documentation skeleton?

plz correct me, if I am wrong but prototypes of undocumented
functions are already in the documentation. 

-moh



Re: [PHP-DOC] New documentation of sockets

2001-12-31 Thread Egon Schmid

From: Jan Lehnardt [EMAIL PROTECTED]

 I'd like to redocument the socket extension, since it has changed
 completely. Now I'd like to know if there is an automated way of
 transforming the function prototypes in the C Source file
 (ext/sockets/sockets.c) into a documentation skeleton?

You can try skeleton.php in ext/skeleton. 

-Egon




Re: [PHP-DOC] Please change the bzip2.xml in every language-tree

2001-12-31 Thread Mark Kronsbein


 If you want the manual to be buildable, you HAVE to change the
 reference in bzip2.xml from bzip2 to bz2. I do not remember, if
 configure --with-bzip2 was valid at any time, but at least it now
 seems to be depreceated. So please change this. It's at least now

I thought of changing it back to --with-bzip2 in install.xml, but
--with-bz2 is the correct configure option. I think changing it in 
every file which references to bz2 is more work, but more 
correctness.

Mark




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

2001-12-31 Thread Zak Greant

zak Mon Dec 31 14:01:53 2001 EDT

  Modified files:  
/phpdoc/en/functionsvar.xml 
  Log:
  print_r() now handles recursive arrays and objects correctly - removing warning
  
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.87 phpdoc/en/functions/var.xml:1.88
--- phpdoc/en/functions/var.xml:1.87Fri Dec 21 08:39:56 2001
+++ phpdoc/en/functions/var.xml Mon Dec 31 14:01:52 2001
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.87 $ --
+!-- $Revision: 1.88 $ --
  reference id=ref.variables
   titleVariable Functions/title
   titleabbrevVariables/titleabbrev
@@ -927,18 +927,6 @@
   /programlisting
  /informalexample
 /para
-warning
- para
-  This function will continue forever if given an typearray/type 
-  or typeobject/type
-  that contains a direct or indirect reference to itself or that
-  contains an typearray/type or typeobject/type on a deeper 
-  level that does so.
-  This is especially true; for literalprint_r($GLOBALS)/literal,
-  as literal$GLOBALS/literal is itself a global variable and
-  contains a reference to itself as such.
- /para
-/warning
/refsect1
   /refentry