|
1 | 1 | PHP 4.0 NEWS
|
2 | 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
3 | 3 | ?? ??? 200?, Version 4.0.7-dev
|
4 |
| -- Added option for returning XMLRPC fault packets (Matt Allen, Sascha Schumann) |
5 |
| -- Improved range() function to support range('a','z') and range(9,0) types |
6 |
| - of ranges. (Rasmus) |
7 |
| -- Add getmygid() and safe_mode_gid ini directive to allow safe mode to do |
| 4 | +- Added option for returning XMLRPC fault packets (Matt Allen, Sascha Schumann). |
| 5 | +- Improved range() function to support range('a','z') and range(9,0) types of |
| 6 | + ranges. (Rasmus) |
| 7 | +- Added getmygid() and safe_mode_gid ini directive to allow safe mode to do |
8 | 8 | a gid check instead of a uid check. (James E. Flemer, Rasmus)
|
| 9 | +- Made assert() accept the array(&$obj, 'methodname') syntax. (Thies) |
| 10 | +- Made sure that OCI8 outbound variables are always zero-terminated. (Thies) |
| 11 | +- Fixed a bug that allowed users to spawn processes while using the 5th |
| 12 | + parameter to mail(). (Derick) |
| 13 | +- Added nl_langinfo() (when OS provides it) that returns locale. |
| 14 | +- Fixed a major memory corruption bug in the thread safe version. (Zeev) |
| 15 | +- Fixed a crash when using the CURLOPT_WRITEHEADER option. (Sterling) |
| 16 | +- Added optional suffix removal parameter to basename(). (Hartmut) |
| 17 | +- Added new parameter UDM_PARAM_VARDIR ha in Udm_Set_Agent_Param() function to |
| 18 | + support alternative search data directory. This requires mnogoSearch 3.1.13 |
| 19 | + or later. |
| 20 | +- Fixed references in sessions. This doesn't work when using the WDDX |
| 21 | + session-serializer. Also improved speed of sessions. (Thies) |
| 22 | +- Added new experimental module pcntl (Process Control). (Jason) |
| 23 | +- Fixed a bug when com.allow_dcom is set to false. (phanto) |
| 24 | +- Added a further parameter to the constructor to load typelibs from file when |
| 25 | + instantiating components (e.g. DCOM Components without local registration). |
| 26 | + (phanto) |
| 27 | +- Added the possibility to specify typelibs by full name in the typelib file |
| 28 | + (Alan Brown) |
| 29 | +- Renamed the ZZiplib extension to the Zip extension, function names have also |
| 30 | + changed accordingly, functionality, has stayed constant. (Sterling) |
| 31 | +- Made the length argument (argument 2) to pg_loread() optional, if not |
| 32 | + specified data will be read in 1kb chunks. (Sterling) |
| 33 | +- Added a third argument to pg_lowrite() which is the length of the data to |
| 34 | + write. (Sterling) |
| 35 | +- Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL |
| 36 | + constants. (Zak) |
9 | 37 | - Assigning to a string offset beyond the end of the string now automatically
|
10 | 38 | increases the string length by padding it with spaces, and performs the
|
11 |
| - assignment (Zeev, Zend Engine) |
12 |
| -- Added warnings in case an uninitialized string offset is read (Zeev, Zend |
| 39 | + assignment. (Zeev, Zend Engine) |
| 40 | +- Added warnings in case an uninitialized string offset is read. (Zeev, Zend |
13 | 41 | Engine)
|
14 | 42 | - Fixed a couple of overflow bugs in case of very large negative integer
|
15 |
| - numbers (Zeev, Zend Engine) |
16 |
| -- Added new experimental module pcntl (Process Control) (Jason) |
17 |
| -- References between session-variables are now possible. (Thies) |
| 43 | + numbers. (Zeev, Zend Engine) |
18 | 44 | - Fixed a crash bug in the string-offsets implementation (Zeev, Zend Engine)
|
19 | 45 | - Improved the implementation of parent::method_name() for classes which use
|
20 |
| - run-time inheritence (Zeev, Zend Engine) |
21 |
| -- added 'W' flag to date() function to return week number of year using |
22 |
| - ISO 8601 standard (Colin) |
23 |
| -- Allow the PostgreSQL driver to do internal row counting when iterating |
24 |
| - through result sets. (gvz@2scale.net) |
| 46 | + run-time inheritance. (Zeev, Zend Engine) |
| 47 | +- Added 'W' flag to date() function to return week number of year using ISO |
| 48 | + 8601 standard. (Colin) |
| 49 | +- Made the PostgreSQL driver do internal row counting when iterating through |
| 50 | + result sets. (gvz@2scale.net) |
25 | 51 | - Updated ext/mysql/libmysql to version 3.23.39; Portability fixes, minor
|
26 | 52 | bug fixes. (tim@mysql.com)
|
27 |
| -- Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL |
28 |
| - constants. (Zak) |
29 | 53 | - Added get_defined_constants() function to return an associative array of
|
30 | 54 | constants mapped to their values. (Sean)
|
31 | 55 | - New mailparse extension for parsing and manipulating MIME mail. (Wez)
|
|
0 commit comments