Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55512 invoked from network); 23 Nov 2011 07:29:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2011 07:29:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.123 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.123 smtp123.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.123] ([67.192.241.123:33304] helo=smtp123.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/31-45113-3E0ACCE4 for ; Wed, 23 Nov 2011 02:29:40 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp12.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id B379E3C03BE; Wed, 23 Nov 2011 02:29:36 -0500 (EST) X-Virus-Scanned: OK Received: by smtp12.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 3AEDF3C0359; Wed, 23 Nov 2011 02:29:36 -0500 (EST) Message-ID: <4ECCA0DF.3000605@sugarcrm.com> Date: Tue, 22 Nov 2011 23:29:35 -0800 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: PHP Internals , PHP Documentation ML Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: missing docs for 5.4 From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! We're still missing some docs for new 5.4 stuff, and I think it'd be great to have it covered by the time of the release. These parts are completely missing from the manual: - Syntax: Short array notation, callable type in function args - Classes: ReflectionZendExtension, SessionHandler - Methods: XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() - Functions: ldap_control_paged_result, ldap_control_paged_result_response, session_status, session_register_shutdown - INI values: windows_show_crt_warnings, disable_post_data_processing - Options: SORT_NATURAL and SORT_FLAG_CASE options for sort functions, new options to DOMDocument::loadHTML These are mentioned in the manual, but need updates/complete documentation: - Classes: Spoofchecker, JsonSerializable, mysqli_result (not documented as implementing Traversable) - Methods: RegexIterator::getRegex, ReflectionExtension::isTemporary & isPersistent, ReflectionClass::isCloneable - Functions: hex2bin, ldap_parse_reference and ldap_parse_result, openssl_csr_get_public_key, openssl_csr_get_subject, openssl_decrypt, openssl_dh_compute_key, openssl_digest, openssl_encrypt - shown in the manual as undocumented, additionally for encrypt and decrypt signatures do not match actual state of affairs in 5.4 - options is long, but bool parameter is listed instead. - Not documented as removed in 5.4: magic quotes, import_request_variables, define_syslog_variables, session_is_registered, session_register, session_unregister, INI options allow_call_time_pass_reference, define_syslog_variables, highlight.bg Thanks in advance! -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227