[PHP-DOC] cvs: phpdoc /en/reference/network constants.xml

2003-02-23 Thread Friedhelm Betz
betzSun Feb 23 10:40:07 2003 EDT

  Modified files:  
/phpdoc/en/reference/networkconstants.xml 
  Log:
  more constants added
  
  
Index: phpdoc/en/reference/network/constants.xml
diff -u phpdoc/en/reference/network/constants.xml:1.3 
phpdoc/en/reference/network/constants.xml:1.4
--- phpdoc/en/reference/network/constants.xml:1.3   Sun Dec  8 03:51:55 2002
+++ phpdoc/en/reference/network/constants.xml   Sun Feb 23 10:40:06 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants.core;
@@ -34,6 +34,11 @@
   
  
  
+  LOG_NOWAIT
+  
+  
+ 
+ 
   LOG_PERROR
   print log message also to standard error
  
@@ -44,6 +49,72 @@
 

   
+
+  
+   openlog Facilities
+   
+
+ 
+  Constant
+  Description
+ 
+
+
+ 
+  LOG_AUTH
+  
+   security/authorization messages (use LOG_AUTHPRIV instead
+   in systems where that constant is defined)
+  
+ 
+ 
+  LOG_AUTHPRIV
+  security/authorization messages (private)
+ 
+ 
+  LOG_CRON
+  clock daemon (cron and at)
+ 
+ 
+  LOG_DAEMON
+  other system daemons
+ 
+ 
+  LOG_KERN
+  kernel messages
+ 
+ 
+  LOG_LOCAL0 ... LOG_LOCAL7
+  reserved for local use, these are not available in Windows
+ 
+ 
+  LOG_LPR
+  line printer subsystem
+ 
+ 
+  LOG_MAIL
+  mail subsystem
+ 
+ 
+  LOG_NEWS
+  USENET news subsystem
+ 
+ 
+  LOG_SYSLOG
+  messages generated internally by syslogd
+ 
+ 
+  LOG_USER
+  generic user-level messages
+ 
+ 
+  LOG_UUCP
+  UUCP subsystem
+ 
+
+   
+  
+
   
syslog Priorities (in descending order)




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



[PHP-DOC] cvs: phpdoc /en/reference/network constants.xml /en/reference/network/functions checkdnsrr.xml dns-get-record.xml

2002-12-08 Thread Sara Golemon
pollita Sun Dec  8 03:51:55 2002 EDT

  Modified files:  
/phpdoc/en/reference/networkconstants.xml 
/phpdoc/en/reference/network/functions  dns-get-record.xml 
checkdnsrr.xml 
  Log:
  Bug #17174. Added support for IPv6 ( record) in checkdnsrr (dns_check_record), 
and dns_get_record
  
  
Index: phpdoc/en/reference/network/constants.xml
diff -u phpdoc/en/reference/network/constants.xml:1.2 
phpdoc/en/reference/network/constants.xml:1.3
--- phpdoc/en/reference/network/constants.xml:1.2   Fri Nov 22 21:25:51 2002
+++ phpdoc/en/reference/network/constants.xml   Sun Dec  8 03:51:55 2002
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants.core;
@@ -139,6 +139,10 @@
 this returns all resource records, however
 it should not be counted upon for critical
uses.  Try DNS_ALL instead.
+ 
+ 
+  DNS_
+  IPv6 Address Resource
  
  
   DNS_ALL
Index: phpdoc/en/reference/network/functions/dns-get-record.xml
diff -u phpdoc/en/reference/network/functions/dns-get-record.xml:1.6 
phpdoc/en/reference/network/functions/dns-get-record.xml:1.7
--- phpdoc/en/reference/network/functions/dns-get-record.xml:1.6Thu Dec  5 
23:16:17 2002
+++ phpdoc/en/reference/network/functions/dns-get-record.xmlSun Dec  8 03:51:55 
+2002
@@ -1,5 +1,5 @@
 
-
+
   
 
  dns_get_record
@@ -83,6 +83,7 @@
   DNS_HINFO, DNS_MX, 
   DNS_NS, DNS_PTR, 
   DNS_SOA, DNS_TXT, 
+  DNS_,
   DNS_ALL or DNS_ANY.
   The default is DNS_ANY.  
   
@@ -186,6 +187,12 @@
client can continue to use a DNS resolution before it should request 
a new resolution from the server.  Can be overridden by individual 
resource records.  
+  
+ 
+ 
+  
+  
+   ipv6: IPv6 address
   
  
 
Index: phpdoc/en/reference/network/functions/checkdnsrr.xml
diff -u phpdoc/en/reference/network/functions/checkdnsrr.xml:1.2 
phpdoc/en/reference/network/functions/checkdnsrr.xml:1.3
--- phpdoc/en/reference/network/functions/checkdnsrr.xml:1.2Wed Apr 17 02:42:00 
2002
+++ phpdoc/en/reference/network/functions/checkdnsrr.xmlSun Dec  8 03:51:55 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -24,12 +24,19 @@
 
 
  type may be any one of: A, MX, NS, SOA,
- PTR, CNAME, or ANY.  The default is MX.
+ PTR, CNAME, , or ANY.  The default is MX.
 
 
  Host may either be the IP address in
  dotted-quad notation or the host name.
 
+
+ 
+  
+    type added with PHP 4.3.0
+  
+ 
+
 ¬e.no-windows;
 
  See also getmxrr,



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




[PHP-DOC] cvs: phpdoc /en/reference/network constants.xml

2002-11-22 Thread Sara Golemon
pollita Fri Nov 22 21:25:51 2002 EDT

  Modified files:  
/phpdoc/en/reference/networkconstants.xml 
  Log:
  Added constants used by dns_get_record() [ DNS_* ]
  
  
Index: phpdoc/en/reference/network/constants.xml
diff -u phpdoc/en/reference/network/constants.xml:1.1 
phpdoc/en/reference/network/constants.xml:1.2
--- phpdoc/en/reference/network/constants.xml:1.1   Sun Jul 28 15:57:18 2002
+++ phpdoc/en/reference/network/constants.xml   Fri Nov 22 21:25:51 2002
@@ -1,8 +1,8 @@
 
-
+
 
  &reftitle.constants;
- &extension.constants.core;
+ &extension.constants.core;
   
openlog Options

@@ -43,7 +43,7 @@
  
 

-  
+  
   
syslog Priorities (in descending order)

@@ -85,6 +85,65 @@
  
   LOG_DEBUG
   debug-level message
+ 
+
+   
+  
+  
+   dns_get_record Options
+   
+
+ 
+  Constant
+  Description
+ 
+
+
+ 
+  DNS_A
+  IPv4 Address Resource
+ 
+ 
+  DNS_MX
+  Mail Exchanger Resource
+ 
+ 
+  DNS_CNAME
+  Alias (Canonical Name) Resource
+ 
+ 
+  DNS_NS
+  Authoritative Name Server Resource
+ 
+ 
+  DNS_PTR
+  Pointer Resource
+ 
+ 
+  DNS_HINFO
+  Host Info Resource (See 
+RFC 1010
+for the meaning of these values)
+ 
+ 
+  DNS_SOA
+  Start of Authority Resource
+ 
+ 
+  DNS_TXT
+  Text Resource
+ 
+ 
+  DNS_ANY
+  Any Resource Record.  On most systems
+this returns all resource records, however
+it should not be counted upon for critical
+   uses.  Try DNS_ALL instead.
+ 
+ 
+  DNS_ALL
+  Itteratively query the name server for
+each available record type.
  
 




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




[PHP-DOC] cvs: phpdoc /en/reference/network constants.xml reference.xml

2002-07-28 Thread Friedhelm Betz

betzSun Jul 28 15:57:18 2002 EDT

  Added files: 
/phpdoc/en/reference/networkconstants.xml 

  Modified files:  
/phpdoc/en/reference/networkreference.xml 
  Log:
  new structure and constants added
  
  
Index: phpdoc/en/reference/network/reference.xml
diff -u phpdoc/en/reference/network/reference.xml:1.2 
phpdoc/en/reference/network/reference.xml:1.3
--- phpdoc/en/reference/network/reference.xml:1.2   Mon Apr 15 17:57:11 2002
+++ phpdoc/en/reference/network/reference.xml   Sun Jul 28 15:57:18 2002
@@ -1,8 +1,40 @@
 
-
+
  
   Network Functions
   Network
+  
+
+   
+&reftitle.intro;
+
+
+
+   
+   
+   
+&reftitle.required;
+&no.requirement;
+   
+   
+   
+&reftitle.install;
+&no.install;
+   
+
+   
+&reftitle.runtime;
+&no.config;
+   
+
+   
+&reftitle.resources;
+&no.resource;
+   
+
+   &reference.network.constants;
+
+  
 
 &reference.network.functions;
 

Index: phpdoc/en/reference/network/constants.xml
+++ phpdoc/en/reference/network/constants.xml



 &reftitle.constants;
 &extension.constants.core;
  
   openlog Options
   

 
  Constant
  Description
 


 
  LOG_CONS
  
   if there is an error while sending data to the system logger,
   write directly to the system console
  
 
 
  LOG_NDELAY
  
   open the connection to the logger immediately 
  
 
 
  LOG_ODELAY
  
   (default) delay opening the connection until the first
   message is logged
  
 
 
  LOG_PERROR
  print log message also to standard error
 
 
  LOG_PID
  include PID with each message
 

   
  
  
   syslog Priorities (in descending order)
   

 
  Constant
  Description
 


 
  LOG_EMERG
  system is unusable
 
 
  LOG_ALERT
  action must be taken immediately
 
 
  LOG_CRIT
  critical conditions
 
 
  LOG_ERR
  error conditions
 
 
  LOG_WARNING
  warning conditions
 
 
  LOG_NOTICE
  normal, but significant, condition
 
 
  LOG_INFO
  informational message
 
 
  LOG_DEBUG
  debug-level message
 

   
  






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