[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-get-option.xml socket-set-option.xml

2002-05-02 Thread Markus Fischer

mfischerThu May  2 04:31:39 2002 EDT

  Modified files:  
/phpdoc/en/reference/sockets/functions  socket-get-option.xml 
socket-set-option.xml 
  Log:
  - Fix blind search/replace
  
  
Index: phpdoc/en/reference/sockets/functions/socket-get-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.2 
phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.3
--- phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.2 Wed May  1 
13:08:05 2002
+++ phpdoc/en/reference/sockets/functions/socket-get-option.xml Thu May  2 04:31:38 
+2002
@@ -1,7 +1,7 @@
 
-
+
 
-  
+  

 socket_get_option
 Gets socket options for the socket 
Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.2 
phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.3
--- phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.2 Wed May  1 
13:08:07 2002
+++ phpdoc/en/reference/sockets/functions/socket-set-option.xml Thu May  2 04:31:38 
+2002
@@ -1,7 +1,7 @@
 
-
+
 
-  
+  

 socket_set_option
 Sets socket options for the socket





[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-get-option.xml socket-set-option.xml

2002-05-01 Thread Markus Fischer

mfischerWed May  1 13:08:08 2002 EDT

  Modified files:  
/phpdoc/en/reference/sockets/functions  socket-get-option.xml 
socket-set-option.xml 
  Log:
  - Mention the old function names.
  # Last commit talp, promised ;-)
  
  
Index: phpdoc/en/reference/sockets/functions/socket-get-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.1 
phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.2
--- phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.1 Wed May  1 
07:16:12 2002
+++ phpdoc/en/reference/sockets/functions/socket-get-option.xml Wed May  1 13:08:05 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -18,6 +18,12 @@
 
  &warn.undocumented.func;
 
+
+ 
+  This function used to be called socket_getopt() prior
+  to PHP 4.3.0
+ 
+

   
 
Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.1 
phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.2
--- phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.1 Wed May  1 
07:16:12 2002
+++ phpdoc/en/reference/sockets/functions/socket-set-option.xml Wed May  1 13:08:07 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -19,6 +19,12 @@
 
  &warn.undocumented.func;
 
+
+ 
+  This function used to be called socket_setopt() prior
+  to PHP 4.3.0
+ 
+