Changes in PHP4.0.1 (III.)

Source: Internet
Author: User
Tags array comparison error handling functions ini php file regular expression zend
61, added Create_function (), for the rapid establishment of functions. (Zeev, Zend Engine)
62. The comparison function of array arrays, objects and objects is added. the "= =" Symbol provides a disorderly comparison of functions, "= = =" provides an orderly comparison. (Zeev, Zend Engine)
63. Allow all functions the receive user-defined function callbacks to accept an array that contains an object and a Metho D name, in place of a function name, e.g. Usort ($array, Array ($obj, "Objsort"))
63. Allows all functions to support user-defined function callback (not knowing how to flip) is used to accept an array that includes an object and a method name. (Zeev, Zend Engine)
64, the addition of the Set_error_handler () function, allowing users to write their own error-handling functions to replace the built-in error handling function. (Zeev, Zend Engine)
65. Change the name of User_error () to Trigger_error (), but user_error () remain valid. (Zeev, Zend Engine)
66, fixed a global/static declaration for the need to add a semicolon at the end of ";". (Andi, Zend Engine)
67, clear the pcre (what is this thing?) Extension (Andrei)
68, add a third parameter to the In_array () function. If this argument is true, In_array () will make a strict comparison to override the default comparison method. (Andrei)
69, add the Pg_trace () and Pg_untrace () functions. (Dominic J. Eidson & Zeev)
70, Ignore_user_abort=off is now the default value. (Thies)
71, added function array_merge_recursive () that can recursively merge the same key value. (Andrei)
72, fixed the ociparse in parsing illegal SQL statements when the crash problem. (Thies)
73, fixed in the non-permanent connection, mysql_connect () will ignore the socket parameter bug. (Zeev)
74. Add Disable_functions options in php.ini to enable administrators to disable certain functions that may cause security problems. (Zeev)
75, fixed the problem of session in WIN32. In php.ini, the Save_path option now needs to be separated by a semicolon ";" Replace the original ":" To qualify the number of directory tiers used. (Andi)
76, when unable to find the PHP file, Apache will give "declined" information. (Rasmus)
77, fixed the decimal number in the international environment of the problem. The number should be the standard American format (why?!!!) )。 (Andi, Zend Engine)
78. Add the second parameter to the function Preg_quote (). This parameter allows you to reference a character that is usually a regular expression delimiter. (Andrei)
79, uncommitted OCI8 transactions will be canceled before the connection is closed. (Thies)
80, Ignore_user_abort () and some related functions in the CGI mode to work properly. (Patch by daniel.braun@ercom.fr)
81, increased the expansion of the Yaz (what is this stuff?) )。 (Dickmeiss).
82, fixed in some cases, re-declare the class will cause a crash bug. (Stanislav & Zeev, Zend Engine)
83, fixed the Min ()/max () error. (Andrei)
84, added to read the JPEG file EXIF data module. Most digital cameras embed all the information in a file when it generates JPEG files. (Rasmus)
85, fixed in the use of basename (), "file.ext///" will not return "/path/file.ext///" the form of the value of the bug. (Rasmus)
86, added the Swf_ortho function. (Sterling)
87. Provides support for virtual current working directory (working directory). This feature greatly increases the functionality and stability of the multithreaded version of PHP. (Andi, Sascha)



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.