blob: 622825d02edc54a8fde542814f0c138edf52f7bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
2004-01-06 Ilia Alshanetsky <ilia@prohost.org>
* ZendEngine2/zend_mm.c:
Check if realloc() succeeds or not. (Noticed by Andrey)
2004-01-06 Zeev Suraski <zeev@zend.com>
* ext/standard/http.c:
Fix C++ style declaration
2004-01-06 Ilia Alshanetsky <ilia@prohost.org>
* NEWS
ext/standard/http.c
ext/standard/php_http.h
ext/standard/tests/strings/bug26817.phpt
ext/standard/tests/strings/bug26819.phpt:
Fixed bug #26819 (http_build_query() crashes on NULL output).
Fixed bug #26817 (http_build_query() does not handle private & protected
object properties correctly).
* ext/standard/rand.c:
Revert proto 'fix'.
2004-01-06 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* ext/iconv/iconv.c:
Prevent a character from being wrongly doubled in the buffer.
2004-01-06 Ilia Alshanetsky <ilia@prohost.org>
* ext/standard/rand.c:
Proto fixes.
2004-01-06 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/tests/bug26802.phpt:
Update
2004-01-05 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/zend_execute.c
ZendEngine2/tests/bug26802.phpt:
Fixed bug #26802
* ZendEngine2/tests/bug26802.phpt:
Fix test
* ZendEngine2/tests/bug26801.phpt
ZendEngine2/tests/bug26802.phpt:
Add new test
2004-01-05 Georg Richter <phpinfo@t-online.de>
* (PHP_4_3)
ext/mysql/php_mysql.c
ext/mysql/php_mysql.h:
s/2003/2004 :)
2004-01-05 Jani Taskinen <jani.taskinen@kolumbus.fi>
* NEWS:
BFN
2004-01-05 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/tests/bug26696.phpt:
Update test
2004-01-05 Stanislav Malyshev <stas@zend.com>
* ZendEngine2/zend_API.c:
Fix bug #26543 - check parent:: and self:: in class names
* ZendEngine2/zend_execute.c
ZendEngine2/zend_object_handlers.c:
Bug #24608 - fix interaction between __accessors and get_property_ptr
2004-01-05 Andrey Hristov <php@hristov.com>
* README.PHP4-TO-PHP5-THIN-CHANGES:
another example
2004-01-04 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)
ext/crack/crack.c:
Fixed compile warnings.
Fixed crash in crack_closedict();
Switched from zend_error() to php_error_docref();
2004-01-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* ext/standard/tests/file/bug26615.phpt:
"seq" isn't available for all platforms.
2004-01-03 Edin Kadribasic <edink@emini.dk>
* (PHP_4_3)
NEWS:
BFN
* (PHP_4_3)
NEWS:
More proper news format.
* (PHP_4_3)
NEWS
sapi/cli/php_cli.c:
MFH: cli overrides php.ini and switches output buffering off.
2004-01-03 Jan Lehnardt <jan@dasmoped.net>
* scripts/phpize.in:
- remove unneeded subroutine call
2004-01-03 Derick Rethans <php@derickrethans.nl>
* .cvsignore:
- Added test results to .cvsignore file
* NEWS
ZendEngine2/zend.c
ZendEngine2/zend_API.c
ZendEngine2/zend_compile.c
ZendEngine2/zend_compile.h
ZendEngine2/zend_execute.c
ZendEngine2/zend_object_handlers.c
ZendEngine2/zend_reflection_api.c
ext/standard/basic_functions.c
ext/standard/var.c:
- Fixed var_export() to show public, protected and private modifiers
properly.
- Exported (un)mangle_property_name.
* scripts/phpize.in:
- Show the API numbers again while phpizing.
2004-01-03 Ilia Alshanetsky <ilia@prohost.org>
* ext/standard/file.c:
s/then/than/ Thanks Jani & Andi
2004-01-02 Edin Kadribasic <edink@emini.dk>
* sapi/cli/php_cli.c:
Disable output buffering in CLI overriding php.ini setting.
Fixes #26755.
2004-01-02 Andrei Zmievski <andrei@gravitonic.com>
* ZendEngine2/zend_default_classes.c:
Do not show exception message if it's empty.
2004-01-02 Jani Taskinen <jani.taskinen@kolumbus.fi>
* ext/oci8/oci8.c
ext/oci8/php_oci8.h:
ws + cs
* ext/oci8/oci8.c:
another ZTS fix
2004-01-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* NEWS:
BFN
* ext/standard/var_unserializer.c
ext/standard/var_unserializer.re:
Bugfix #26762 unserialize() produces lowercase classnames
* ext/standard/tests/serialize/bug26762.phpt:
Add new test
2004-01-02 Jani Taskinen <jani.taskinen@kolumbus.fi>
* NEWS:
dotdotdot..
* ext/oci8/oci8.c:
fix ZTS build
2004-01-02 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)
NEWS
ext/standard/file.c:
MFH: Fixed bug #26752 (Silent unterminated loop when length parameter for
fgets(), fread() and fgetss() is 0).
* ext/standard/file.c:
Fixed bug #26752 (Silent unterminated loop when length parameter for
fgets(), fread() and fgetss() is 0).
2004-01-01 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/recode/recode.c:
Fix ZTS build
2004-01-01 Georg Richter <phpinfo@t-online.de>
* ext/mysqli/mysqli_prop.c:
fixed bug(s) in macro call for statement properties
* ext/mysqli/mysqli_prop.c:
Added Macro for longlong values
added property stmt->affected_rows
2004-01-01 Derick Rethans <php@derickrethans.nl>
* ChangeLog
ChangeLog.2003.gz:
- Compress 2003 changelog
|