1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? 2005, PHP 5.1 Beta 3?
4
- - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists). (Jani)
5
- - Fixed bug #33299 (php:function no longer handles returned dom objects).
6
- (Rob, Joe Orton)
7
- - Fixed bug #33257 (array_splice() inconsistent when passed function instead
8
- of variable). (Dmitry)
9
- - Fixed bug #29896 (Backtrace argument list out of sync). (Dmitry)
10
- - Fixed bug #15854 (boolean ini options may be incorrectly displayed as Off
11
- when they are On). (Tony)
12
-
13
- 21 Jun 2005, PHP 5.1 Beta 2
3
+ 22 Jun 2005, PHP 5.1 Beta 2
14
4
- Improved PHP extension loading mechanism with support for module dependencies
15
5
and conflicts. (Jani, Dmitry)
16
6
- Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
@@ -27,31 +17,39 @@ PHP NEWS
27
17
shutdown). (Wez)
28
18
- Fixed PECL bug #3714 (PDO: beginTransaction doesn't work if you're in
29
19
auto-commit mode). (Wez)
20
+ - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists). (Jani)
30
21
- Fixed bug #33389 (double free() when exporting a ReflectionClass). (Marcus)
31
22
- Fixed bug #33382 (array_reverse() fails after *sort()),
32
23
introduced by zend_hash_sort() optimizations in HEAD. (Tony)
33
24
- Fixed bug #33340 (CLI Crash when calling php:function from XSLT). (Rob)
34
25
- Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8). (Dmitry)
35
26
- Fixed bug #33312 (ReflectionParameter methods do not work correctly).
36
27
(Dmitry)
28
+ - Fixed bug #33299 (php:function no longer handles returned dom objects).
29
+ (Rob, Joe Orton)
37
30
- Fixed bug #33286 (nested array_walk() calls and user array compare functions
38
31
broken; FCI cache). (Andrei, patch from m.bretz@metropolis-ag.de)
39
32
- Fixed bug #33277 (private method accessed by child class). (Dmitry)
33
+ - Fixed bug #33257 (array_splice() inconsistent when passed function instead
34
+ of variable). (Dmitry)
40
35
- Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol
41
36
'zend_error'). (Dmitry)
42
37
- Fixed bug #33150 (shtool: insecure temporary file creation). (Jani)
43
38
- Fixed bug #33136 (method offsetSet in class extended from ArrayObject crash
44
39
PHP). (Marcus)
40
+ - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia)
45
41
- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread).
46
42
(Jani)
47
43
- Fixed bug #31213 (Sideeffects caused by fix of bug #29493). (Dmitry)
48
- - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia)
49
44
- Fixed bug #31054 (safe_mode & open_basedir checks only check first
50
45
include_path value). (Ilia)
46
+ - Fixed bug #29896 (Backtrace argument list out of sync). (Dmitry)
51
47
- Fixed bug #29683 (headers_list() returns empty array). (Tony)
52
48
- Fixed bug #28355 (glob wont error if dir is not readable). (Hartmut)
53
49
- Fixed bugs #20382, #28024, #30532, #32086, #32270, #32555, #32588, #33056
54
50
(strtotime() related bugs). (Derick)
51
+ - Fixed bug #15854 (boolean ini options may be incorrectly displayed as Off
52
+ when they are On). (Tony)
55
53
56
54
10 Jun 2005, PHP 5.1 Beta 1
57
55
- Upgraded PCRE library to version 5.0. (Andrei)
0 commit comments