From c6ee0806cfb0e72a85306d8e5018ec6aadea2d09 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 4 Apr 2013 16:17:19 -0700 Subject: [PATCH] List the openssl functions as extension functions for lint Summary: sry 2 hear of ur lint trubles (You may need to `arc liberate --force` or delete all your `src/.phutil_module_cache` after updating, see T1486.) Test Plan: shrug shrug Reviewers: btrahan, vrana Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D5583 --- scripts/php_extension_functions.txt | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/scripts/php_extension_functions.txt b/scripts/php_extension_functions.txt index a540920f..da51280b 100644 --- a/scripts/php_extension_functions.txt +++ b/scripts/php_extension_functions.txt @@ -440,6 +440,53 @@ mysqli_warning_count mysqli_refresh mysqli_escape_string mysqli_set_opt +openssl_pkey_free +openssl_pkey_new +openssl_pkey_export +openssl_pkey_export_to_file +openssl_pkey_get_private +openssl_pkey_get_public +openssl_pkey_get_details +openssl_free_key +openssl_get_privatekey +openssl_get_publickey +openssl_x509_read +openssl_x509_free +openssl_x509_parse +openssl_x509_checkpurpose +openssl_x509_check_private_key +openssl_x509_export +openssl_x509_export_to_file +openssl_pkcs12_export +openssl_pkcs12_export_to_file +openssl_pkcs12_read +openssl_csr_new +openssl_csr_export +openssl_csr_export_to_file +openssl_csr_sign +openssl_csr_get_subject +openssl_csr_get_public_key +openssl_digest +openssl_encrypt +openssl_decrypt +openssl_cipher_iv_length +openssl_sign +openssl_verify +openssl_seal +openssl_open +openssl_pkcs7_verify +openssl_pkcs7_decrypt +openssl_pkcs7_sign +openssl_pkcs7_encrypt +openssl_private_encrypt +openssl_private_decrypt +openssl_public_encrypt +openssl_public_decrypt +openssl_get_md_methods +openssl_get_cipher_methods +openssl_dh_compute_key +openssl_random_pseudo_bytes +openssl_error_string pcntl_fork pcntl_waitpid pcntl_wait