hholzgra Mon 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 @@ <function name="fbsql_result" from="PHP 4 >= 4.0.6"/> <function name="fbsql_rollback" from="PHP 4 >= 4.0.6"/> <function name="fbsql_select_db" from="PHP 4 >= 4.0.6"/> + <function name="fbsql_set_transaction" from="PHP 4 CVS only"/> <function name="fbsql_start_db" from="PHP 4 >= 4.0.6"/> <function name="fbsql_stop_db" from="PHP 4 >= 4.0.6"/> <function name="fbsql_username" from="PHP 4 >= 4.0.6"/> @@ -2227,6 +2228,10 @@ <function name="odbc_specialcolumns" from="PHP 4 >= 4.0.0"/> <function name="odbc_statistics" from="PHP 4 >= 4.0.0"/> <function name="odbc_tableprivileges" from="PHP 4 >= 4.0.0"/> + <function name="openssl_csr_export" from="PHP 4 CVS only"/> + <function name="openssl_csr_export_to_file" from="PHP 4 CVS only"/> + <function name="openssl_csr_new" from="PHP 4 CVS only"/> + <function name="openssl_csr_sign" from="PHP 4 CVS only"/> <function name="openssl_error_string" from="PHP 4 >= 4.0.6"/> <function name="openssl_free_key" from="PHP 4 >= 4.0.4"/> <function name="openssl_free_x509" from="4.0.4 - 4.0.5 @@ -2238,6 +2243,12 @@ <function name="openssl_pkcs7_encrypt" from="PHP 4 >= 4.0.6"/> <function name="openssl_pkcs7_sign" from="PHP 4 >= 4.0.6"/> <function name="openssl_pkcs7_verify" from="PHP 4 >= 4.0.6"/> + <function name="openssl_pkey_export" from="PHP 4 CVS only"/> + <function name="openssl_pkey_export_to_file" from="PHP 4 CVS only"/> + <function name="openssl_pkey_free" from="PHP 4 CVS only"/> + <function name="openssl_pkey_get_private" from="PHP 4 CVS only"/> + <function name="openssl_pkey_get_public" from="PHP 4 CVS only"/> + <function name="openssl_pkey_new" from="PHP 4 CVS only"/> <function name="openssl_private_decrypt" from="PHP 4 >= 4.0.6"/> <function name="openssl_private_encrypt" from="PHP 4 >= 4.0.6"/> <function name="openssl_public_decrypt" from="PHP 4 >= 4.0.6"/> @@ -2250,6 +2261,9 @@ <function name="openssl_sign" from="PHP 4 >= 4.0.4"/> <function name="openssl_verify" from="PHP 4 >= 4.0.4"/> <function name="openssl_x509_checkpurpose" from="PHP 4 >= 4.0.6"/> + <function name="openssl_x509_check_private_key" from="PHP 4 CVS only"/> + <function name="openssl_x509_export" from="PHP 4 CVS only"/> + <function name="openssl_x509_export_to_file" from="PHP 4 CVS only"/> <function name="openssl_x509_free" from="PHP 4 >= 4.0.6"/> <function name="openssl_x509_parse" from="PHP 4 >= 4.0.6"/> <function name="openssl_x509_read" from="PHP 4 >= 4.0.6"/> @@ -2724,6 +2738,19 @@ only"/> <function name="xmldoc" from="PHP 4 >= 4.0.0"/> <function name="xmldocfile" from="PHP 4 >= 4.0.0"/> + <function name="xmlrpc_decode" from="PHP 4 CVS only"/> + <function name="xmlrpc_decode_request" from="PHP 4 CVS only"/> + <function name="xmlrpc_encode" from="PHP 4 CVS only"/> + <function name="xmlrpc_encode_request" from="PHP 4 CVS only"/> + <function name="xmlrpc_get_type" from="PHP 4 CVS only"/> + <function name="xmlrpc_parse_method_descriptions" from="PHP 4 CVS only"/> + <function name="xmlrpc_server_add_introspection_data" from="PHP 4 CVS only"/> + <function name="xmlrpc_server_call_method" from="PHP 4 CVS only"/> + <function name="xmlrpc_server_create" from="PHP 4 CVS only"/> + <function name="xmlrpc_server_destroy" from="PHP 4 CVS only"/> + <function name="xmlrpc_server_register_introspection_callback" from="PHP 4 CVS +only"/> + <function name="xmlrpc_server_register_method" from="PHP 4 CVS only"/> + <function name="xmlrpc_set_type" from="PHP 4 CVS only"/> <function name="xmltree" from="PHP 4 >= 4.0.0"/> <function name="xml_parser_create_ns" from="PHP 4 >= 4.0.5"/> <function name="xml_set_end_namespace_decl_handler" from="PHP 4 >= 4.0.5"/> 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") (literal +"PHP 4 CVS only")) + ((equal-ci? (data nl) "xmlrpc_server_register_method") (literal "PHP 4 CVS only")) + ((equal-ci? (data nl) "xmlrpc_set_type") (literal "PHP 4 CVS only")) ((equal-ci? (data nl) "xmltree") (literal "PHP 4 >= 4.0.0")) ((equal-ci? (data nl) "xml_parser_create_ns") (literal "PHP 4 >= 4.0.5")) ((equal-ci? (data nl) "xml_set_end_namespace_decl_handler") (literal "PHP 4 >= 4.0.5"))