PHP4.0.1 changes (III)

Source: Internet
Author: User

61. Added create_function () for quick function creation. (Zeev, Zend Engine)
62. added the ability to compare arrays, arrays, objects, and objects. The "=" symbol provides an unordered comparison function, and the "=" symbol provides ordered comparison. (Zeev, Zend Engine)
63. Allow all functions that receive user-defined function callbacks to accept an array that contains an object and a method name, in place of a function name, e.g. usort ($ array, array ($ obj, "ObjSort "))
63. Allow all functions to support User-Defined function callback (do not know how to flip) to accept an array containing an object and a method name. (Zeev, Zend Engine)
64. added the set_error_handler () function, which allows you to write the error processing function to replace the built-in error processing function. (Zeev, Zend Engine)
65. Change user_error () to trigger_error (). However, user_error () remains valid. (Zeev, Zend Engine)
66. corrected the global/static statement to add the Semicolon ";" at the end of the statement. (Andi, Zend Engine)
67. Clear PCRE (what is this ?) Extension. (Andrei)
68. added the third parameter to the in_array () function. If this parameter is true, in_array () performs a strict comparison to replace the default comparison method. (Andrei)
69. added the pg_trace () and pg_untrace () functions. (Dominic J. Eidson & Zeev)
70. ignore_user_abort = Off is now the default value. (Thies)
71. added the array_merge_recursive () function that can recursively merge the same key value (). (Andrei)
72. Corrected OCIParse crash when parsing illegal SQL statements. (Thies)
73. Fixed the BUG that mysql_connect () ignores the socket parameter during non-permanent connections. (Zeev)
74. Add the disable_functions option in php. ini to enable the Administrator to disable some functions that may cause security problems. (Zeev)
75. Fixed the session issue in WIN32. In php. ini, The save_path option needs to replace the original ":" With the Semicolon ";" to limit the number of directory layers. (Andi)
76. APACHE will provide "Declined" information when the PHP file cannot be found. (Rasmus)
77. fixed the problem of decimal numbers in an international environment. The number must be in the standard American format (Why ??!!). (Andi, Zend Engine)
78. added the second parameter to the function preg_quote. This parameter allows reference to a character that is usually a regular expression separator. (Andrei)
79. uncommitted OCI8 transactions will be canceled before the connection is closed. (Thies)
80. ignore_user_abort () and related functions can work normally in CGI Mode. (Patch by daniel.braun@ercom.fr)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.