[PHP-DOC] cvs: phpdoc / howto.dsl.in

2001-09-17 Thread Jim Winstead

jimwMon Sep 17 21:34:06 2001 EDT

  Modified files:  
/phpdoc howto.dsl.in 
  Log:
  it was wrong here, too.
  
Index: phpdoc/howto.dsl.in
diff -u phpdoc/howto.dsl.in:1.5 phpdoc/howto.dsl.in:1.6
--- phpdoc/howto.dsl.in:1.5 Fri Sep 14 11:16:26 2001
+++ phpdoc/howto.dsl.in Mon Sep 17 21:34:06 2001
@@ -1,14 +1,15 @@
 
 
-
-
 
+
+
+
 ]>
 
 

[PHP-DOC] cvs: phpdoc / html.dsl.in

2001-09-17 Thread Jim Winstead

jimwMon Sep 17 19:24:41 2001 EDT

  Modified files:  
/phpdoc html.dsl.in 
  Log:
  fix bogus use of @srcdir@ in html.dsl.in. part of the reason that manual generation 
wasn't happening.
  
Index: phpdoc/html.dsl.in
diff -u phpdoc/html.dsl.in:1.7 phpdoc/html.dsl.in:1.8
--- phpdoc/html.dsl.in:1.7  Sat Sep  8 14:00:51 2001
+++ phpdoc/html.dsl.in  Mon Sep 17 19:24:40 2001
@@ -1,14 +1,15 @@
 
 
-
-
 
+
+
+
 ]>
 
 

Re: [PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml

2001-09-17 Thread Hartmut Holzgraefe

Jouni Ahto wrote:
> It would be interesting to hear something about Hartmuts thoughts, if they
> are something not already discussed on this list. 

.o0(currently writing them up into a single piece of paper,
should become visible by end of week)



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

2001-09-17 Thread Jeroen van Wolffelaar

jeroen  Mon Sep 17 17:33:40 2001 EDT

  Modified files:  
/phpdoc/en/functionsstrings.xml 
  Log:
  Moved note about when second parameter was added to [l|r]trim a 'bit' more to
  the top. Maybe we should make it a habit to place it right under the prototype?
  That's where it belongs IMHO...
  
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.110 phpdoc/en/functions/strings.xml:1.111
--- phpdoc/en/functions/strings.xml:1.110   Fri Sep 14 21:46:41 2001
+++ phpdoc/en/functions/strings.xml Mon Sep 17 17:33:40 2001
@@ -1,5 +1,5 @@
 
-
+
  
   String functions
   Strings
@@ -1385,6 +1385,11 @@
   
  
 
+
+ 
+  The second parameter was added in PHP 4.0.7
+ 
+
 
  This function returns a string with whitespace stripped from the
  beginning of str.
@@ -1457,11 +1462,6 @@
   
  
 
-
- 
-  The second parameter was added in PHP 4.0.7
- 
-
 
  See also trim and rtrim.
 
@@ -1766,6 +1766,11 @@
   
  
 
+
+ 
+  The second parameter was added in PHP 4.0.7
+ 
+
 
  This function returns a string with whitespace stripped from the
  end of str.
@@ -1838,11 +1843,6 @@
   
  
 
-
- 
-  The second parameter was added in PHP 4.0.7
- 
-
 
  See also trim and ltrim.
 
@@ -3649,6 +3649,11 @@
   
  
 
+
+ 
+  The second parameter was added in PHP 4.0.7
+ 
+
 
  This function returns a string with whitespace stripped from the
  beginning and end of str.
@@ -3721,11 +3726,6 @@
   
  
 
-
- 
-  The second parameter was added in PHP 4.0.7
- 
-
 
  See also ltrim and rtrim.
 





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

2001-09-17 Thread David Benson

dbenson Mon Sep 17 16:55:19 2001 EDT

  Modified files:  
/phpdoc/en/functionsoci8.xml 
  Log:
  Document temporary lob support (dbenson).
  
  
Index: phpdoc/en/functions/oci8.xml
diff -u phpdoc/en/functions/oci8.xml:1.31 phpdoc/en/functions/oci8.xml:1.32
--- phpdoc/en/functions/oci8.xml:1.31   Sun Aug 19 07:47:42 2001
+++ phpdoc/en/functions/oci8.xmlMon Sep 17 16:55:19 2001
@@ -1,5 +1,5 @@
 
-
+
  
   Oracle 8 functions
   OCI8
@@ -782,6 +782,36 @@
  OCIFreeStatement($stmt);
  OCILogoff($conn);
   }
+?>
+ 
+
+
+ OCINewDescriptor
+ 
+= 4.0.6). 
+ * Example PL/SQL stored procedure signature is:
+ *
+ * PROCEDURE save_data
+ *   Argument Name  TypeIn/Out Default?
+ *   -- --- -- 
+ *   KEYNUMBER(38)  IN
+ *   DATA   CLOBIN
+ *
+ */
+
+$conn = OCILogon($user, $password);
+$stmt = OCIParse($conn, "begin save_data(:key, :data); end;");
+$clob = OCINewDescriptor($conn, OCI_D_LOB);
+   OCIBindByName($stmt, ':key', $key);
+   OCIBindByName($stmt, ':data', $clob, -1, OCI_B_CLOB);
+   $clob->WriteTemporary($data);
+   OCIExecute($stmt, OCI_DEFAULT);
+   OCICommit($conn);
+   $clob->close();
+   $clob->free();
+   OCIFreeStatement($stmt);
 ?>
  
 





Re: [PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml

2001-09-17 Thread Jouni Ahto



On Mon, 17 Sep 2001, Hojtsy Gabor wrote:

> > > yet another reason for putting each translation into
> > > a CVS module of its own
> > 
> > Indeed, what about your not-so-recent-anymore proposals for changing the
> > set-up of translations? IIRC, people were enthousiast about it...
> > 
> > What's thet status of it again?
> 
> We can hear more about this at the PHPConf in Frakfurt. :))
> There will be a session named "The PHP Manual and beyond",
> if I remember correctly... Then there will be some live
> discussion about the subject with the people there.

It would be interesting to hear something about Hartmuts thoughts, if they
are something not already discussed on this list. There's a *lot* of 
bigger probability them being accepted as-is if we know something
beforehand. And yes, I'm too lazy to browse through mail archives, unless
someone clearly says RTFMLA. 

Hope I can be there in Frankfurt. Although, doesn't seem very probable.
Have to save some money. Working like hell with my current project hoping
I can get it finished. Stock exchange software seemed like a good idea 9
months ago. Doesn't seem so good now, at least in Finland. Possibbly
unemployed within the next 3 months, like 30-40% of dealers. Hints about
new possibilities would be appreciated. CV available at request.

-- Jouni

PS: Sorry for being a bit off-topic.




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

2001-09-17 Thread Hartmut Holzgraefe

hholzgraMon Sep 17 15:41:07 2001 EDT

  Modified files:  
/phpdoc/en/functionsdbplus.xml 
  Log:
  some additions and resource type fixes
  
  

Index: phpdoc/en/functions/dbplus.xml
diff -u phpdoc/en/functions/dbplus.xml:1.13 phpdoc/en/functions/dbplus.xml:1.14
--- phpdoc/en/functions/dbplus.xml:1.13 Sun Sep 16 18:02:15 2001
+++ phpdoc/en/functions/dbplus.xml  Mon Sep 17 15:41:07 2001
@@ -1,5 +1,5 @@
 
-
+
  
   DB++ Functions
   DB++
@@ -292,7 +292,7 @@
 
  
   int dbplus_add
-  int relation
+  resource relation
   array tuple
  
 
@@ -324,7 +324,7 @@
 Description
 
  
-  int dbplus_aql
+  resource dbplus_aql
   string query
   string
server
@@ -335,6 +335,9 @@
  
 
 &warn.experimental.func;
+   
+Not implemented yet.
+   

   
 
@@ -377,7 +380,7 @@
 
  
   int dbplus_close
-  int relation
+  resource relation
  
 
&warn.experimental.func;
@@ -398,7 +401,7 @@
 
  
   int dbplus_curr
-  int relation
+  resource relation
   array tuple
  
 
@@ -483,7 +486,7 @@
 
  
   int dbplus_find
-  int handle
+  resource relation
   array constraints
   mixed tuple
  
@@ -525,7 +528,7 @@
 
  
   int dbplus_first
-  int relation
+  resource relation
   array tuple
  
 
@@ -561,7 +564,7 @@
 
  
   int dbplus_flush
-  int relation
+  resource relation
  
 
 &warn.experimental.func;
@@ -614,7 +617,7 @@
 
  
   int dbplus_freelock
-  int handle
+  resource relation
   string tname
  
 
@@ -642,7 +645,7 @@
 
  
   int dbplus_freerlocks
- int relation
+  resource relation
  
 
 &warn.experimental.func;
@@ -668,7 +671,7 @@
 
  
   int dbplus_getlock
-  int handle
+  resource relation
   string tname
  
 
@@ -697,7 +700,7 @@
 
  
   int dbplus_getunique
-  int handle
+  resource relation
   int uniqueid
  
 
@@ -727,12 +730,15 @@
 
  
   int dbplus_info
-  int relation
+  resource relation
   string key
   array 
  
 
 &warn.experimental.func;
+
+ Not implemented yet.
+

   
 
@@ -746,7 +752,7 @@
 
  
   int dbplus_last
-  int relation
+  resource relation
   array tuple
  
 
@@ -782,7 +788,7 @@
 
  
   int dbplus_lockrel
-  int relation
+  resource relation
  
 
 &warn.experimental.func;
@@ -804,7 +810,7 @@
 
  
   int dbplus_next
-  int relation
+  resource relation
   array 
  
 
@@ -839,7 +845,7 @@
 Description
 
  
-  int dbplus_open
+  resource dbplus_open
   string name
  
 
@@ -852,7 +858,7 @@
  server.
 
 
- On success a relation file handle (cursor) is returned which must
+ On success a relation file resource (cursor) is returned which must
  be used in any subsequent commanads referencing the relation.
  Failure leads to a zero return value, the actual error code may
  be asked for by calling dbplus_errno.
@@ -870,7 +876,7 @@
 
  
   int dbplus_prev
-  int relation
+  resource relation
   array tuple
  
 
@@ -906,7 +912,7 @@
 
  
   int dbplus_rchperm
-  int relation
+  resource relation
   int mask
   string user
   string group
@@ -931,7 +937,7 @@
 Description
 
  
-  int dbplus_rcreate
+  resource dbplus_rcreate
   string name
   mixed domlist
   boolean 
overwrite
@@ -968,15 +974,20 @@
 Description
 
  
-  int dbplus_rcrtexact
+  resource dbplus_rcrtexact
   string name
-  int handle
-  int flag
+  resource relation
+  boolean overwrite
  
 
 &warn.experimental.func;
 
- Not implemented yet.
+ dbplus_rcrtexact will create an exact but
+ empty copy of the given relation under a
+ new name. An existing relation by the same
+ name will only be overwritten if
+ overwrite is TRUE and no other process is
+ currently using the relation.
 

   
@@ -990,15 +1001,20 @@
 Description
 
  
-  int dbplus_rcrtlike
+  resource dbplus_rcrtlike
   string name
-  int handle
+  resource relation
   int flag
  
 
 &warn.experimental.func;
 
- Not implemented yet.
+ dbplus_rcrtexact will create an  empty copy
+ of the given relation under a new
+ name, but with default indices. An
+ existing relation by the same name will
+ only be overwritten if overwrite is TRUE
+ and no other process is currently using the relation.
 

   
@@ -1039,8 +1055,8 @@
 Description
 
  
-  int dbplus_rkeys
-  int relation
+  resource db

[PHP-DOC] Re: Information for a contribute

2001-09-17 Thread Hojtsy Gabor



Forwarding this mail to the phpdoc mailing list.
Somebody will pick up your question there.
 
Goba [one [EMAIL PROTECTED]]

  - Original Message - 
  From: 
  Marco Spisto 
  
  To: [EMAIL PROTECTED] 
  Sent: Monday, September 17, 2001 2:35 
  PM
  Subject: Information for a 
  contribute
  
  Hello,
  my name is Marco and I'm from 
Italy
  I would to give a contribute to the italian 
  translation of PHP manual, how can I do?
  How I can contact the italian group of 
  traslation?
   
  Thanks
  Marco 
Spisto


Re: [PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml

2001-09-17 Thread Hojtsy Gabor

> > yet another reason for putting each translation into
> > a CVS module of its own
> 
> Indeed, what about your not-so-recent-anymore proposals for changing the
> set-up of translations? IIRC, people were enthousiast about it...
> 
> What's thet status of it again?

We can hear more about this at the PHPConf in Frakfurt. :))
There will be a session named "The PHP Manual and beyond",
if I remember correctly... Then there will be some live
discussion about the subject with the people there.

Goba




[PHP-DOC] cvs: phpdoc / version.dsl version.xml

2001-09-17 Thread Hartmut Holzgraefe

hholzgraMon Sep 17 12:24:59 2001 EDT

  Modified files:  
/phpdoc version.xml version.dsl 
  Log:
  semi-automatic update
  
  

Index: phpdoc/version.xml
diff -u phpdoc/version.xml:1.4 phpdoc/version.xml:1.5
--- phpdoc/version.xml:1.4  Mon Sep  3 20:04:53 2001
+++ phpdoc/version.xml  Mon Sep 17 12:24:59 2001
@@ -1699,6 +1699,7 @@
   
   
   
+  
   
   
   
@@ -2227,6 +2228,10 @@
   
   
   
+  
+  
+  
+  
   
   
   
   
   
+  
+  
+  
+  
+  
+  
   
   
   
@@ -2250,6 +2261,9 @@
   
   
   
+  
+  
+  
   
   
   
@@ -2724,6 +2738,19 @@
 only"/>
   
   
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
   
   
   
Index: phpdoc/version.dsl
diff -u phpdoc/version.dsl:1.34 phpdoc/version.dsl:1.35
--- phpdoc/version.dsl:1.34 Mon Sep  3 20:03:20 2001
+++ phpdoc/version.dsl  Mon Sep 17 12:24:59 2001
@@ -1746,6 +1746,7 @@
((equal-ci? (data nl) "fbsql_result") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "fbsql_rollback") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "fbsql_select_db") (literal "PHP 4 >= 4.0.6"))
+   ((equal-ci? (data nl) "fbsql_set_transaction") (literal "PHP 4  CVS only"))
((equal-ci? (data nl) "fbsql_start_db") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "fbsql_stop_db") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "fbsql_username") (literal "PHP 4 >= 4.0.6"))
@@ -2262,6 +2263,10 @@
((equal-ci? (data nl) "odbc_specialcolumns") (literal "PHP 4 >= 4.0.0"))
((equal-ci? (data nl) "odbc_statistics") (literal "PHP 4 >= 4.0.0"))
((equal-ci? (data nl) "odbc_tableprivileges") (literal "PHP 4 >= 4.0.0"))
+   ((equal-ci? (data nl) "openssl_csr_export") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_csr_export_to_file") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_csr_new") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_csr_sign") (literal "PHP 4  CVS only"))
((equal-ci? (data nl) "openssl_error_string") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_free_key") (literal "PHP 4 >= 4.0.4"))
((equal-ci? (data nl) "openssl_free_x509") (literal "4.0.4 - 4.0.5 only"))
@@ -2272,6 +2277,12 @@
((equal-ci? (data nl) "openssl_pkcs7_encrypt") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_pkcs7_sign") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_pkcs7_verify") (literal "PHP 4 >= 4.0.6"))
+   ((equal-ci? (data nl) "openssl_pkey_export") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_pkey_export_to_file") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_pkey_free") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_pkey_get_private") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_pkey_get_public") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_pkey_new") (literal "PHP 4  CVS only"))
((equal-ci? (data nl) "openssl_private_decrypt") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_private_encrypt") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_public_decrypt") (literal "PHP 4 >= 4.0.6"))
@@ -2282,6 +2293,9 @@
((equal-ci? (data nl) "openssl_sign") (literal "PHP 4 >= 4.0.4"))
((equal-ci? (data nl) "openssl_verify") (literal "PHP 4 >= 4.0.4"))
((equal-ci? (data nl) "openssl_x509_checkpurpose") (literal "PHP 4 >= 4.0.6"))
+   ((equal-ci? (data nl) "openssl_x509_check_private_key") (literal "PHP 4  CVS 
+only"))
+   ((equal-ci? (data nl) "openssl_x509_export") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "openssl_x509_export_to_file") (literal "PHP 4  CVS only"))
((equal-ci? (data nl) "openssl_x509_free") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_x509_parse") (literal "PHP 4 >= 4.0.6"))
((equal-ci? (data nl) "openssl_x509_read") (literal "PHP 4 >= 4.0.6"))
@@ -2734,6 +2748,19 @@
((equal-ci? (data nl) "writev") (literal "4.0.2 - 4.0.6 only"))
((equal-ci? (data nl) "xmldoc") (literal "PHP 4 >= 4.0.0"))
((equal-ci? (data nl) "xmldocfile") (literal "PHP 4 >= 4.0.0"))
+   ((equal-ci? (data nl) "xmlrpc_decode") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_decode_request") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_encode") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_encode_request") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_get_type") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_parse_method_descriptions") (literal "PHP 4  CVS 
+only"))
+   ((equal-ci? (data nl) "xmlrpc_server_add_introspection_data") (literal "PHP 4  CVS 
+only"))
+   ((equal-ci? (data nl) "xmlrpc_server_call_method") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_server_create") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_server_destroy") (literal "PHP 4  CVS only"))
+   ((equal-ci? (data nl) "xmlrpc_server_register_introspection_callback")