Skip to content

Commit a59f50f

Browse files
author
committed
ChangeLog update
1 parent e568ea3 commit a59f50f

File tree

2 files changed

+153
-0
lines changed

2 files changed

+153
-0
lines changed

ChangeLog

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
2005-07-18 Jani Taskinen <jani.taskinen@sci.fi>
2+
3+
* ext/standard/reg.c
4+
ext/standard/reg.c:
5+
MFB4_4: Fix compile problem with --regex=system on some systems
6+
7+
2005-07-18 Brad House <brad@mainstreetsoftworks.com>
8+
9+
* (PHP_5_0)
10+
ext/mcve/mcve.c
11+
ext/mcve/php_mcve.h:
12+
BACKPORT FROM HEAD: sync missing functions from libmonetra-5
13+
14+
* ext/mcve/mcve.c
15+
ext/mcve/php_mcve.h:
16+
sync missing functions from libmonetra-5
17+
18+
2005-07-18 Ilia Alshanetsky <ilia@prohost.org>
19+
20+
* NEWS
21+
main/php_variables.c:
22+
Revert cookie patch for BC reasons.
23+
24+
2005-07-18 Rasmus Lerdorf <rasmus@lerdorf.com>
25+
26+
* ZendEngine2/zend_language_scanner.l:
27+
Valgrind is unhappy that this is not initialized
28+
29+
2005-07-18 Andrei Zmievski <andrei@gravitonic.com>
30+
31+
* (PHP_4_4)
32+
ext/standard/reg.c:
33+
Use HAVE_REGEX_T_RE_MAGIC to fix compilation problem on systems where
34+
re_magic is not provided publicly.
35+
36+
2005-07-18 Jani Taskinen <jani.taskinen@sci.fi>
37+
38+
* acinclude.m4:
39+
fix macro
40+
41+
2005-07-18 Dmitry Stogov <dmitry@zend.com>
42+
43+
* ZendEngine2/zend_API.c
44+
ZendEngine2/zend_API.h
45+
ext/standard/dl.c
46+
main/main.c:
47+
Fixed bug in new module statrup mechanism
48+
49+
2005-07-18 Wez Furlong <wez.php@thebrainroom.net>
50+
51+
* main/streams/plain_wrapper.c:
52+
compile before commit (gah!)
53+
54+
2005-07-18 Ilia Alshanetsky <ilia@prohost.org>
55+
56+
* ext/curl/interface.c:
57+
Cleanup buffers on handle re-use.
58+
59+
2005-07-18 Wez Furlong <wez.php@thebrainroom.net>
60+
61+
* main/streams/plain_wrapper.c:
62+
Apparently our pipe detection code just above this isn't foolproof.
63+
Catch it here.
64+
65+
2005-07-18 Dmitry Stogov <dmitry@zend.com>
66+
67+
* ZendEngine2/tests/bug33558.phpt
68+
ZendEngine2/tests/bug33558.phpt:
69+
70+
Fixed bug #33558 (warning with nested calls to functions returning by
71+
reference)
72+
73+
* NEWS
74+
NEWS
75+
ZendEngine2/zend_execute.c
76+
ZendEngine2/zend_vm_def.h
77+
ZendEngine2/zend_vm_execute.h
78+
ZendEngine2/zend_vm_opcodes.h
79+
ZendEngine2/tests/bug33558.phpt:
80+
Fixed bug #33558 (warning with nested calls to functions returning by
81+
reference)
82+
83+
* ZendEngine2/zend_vm_def.h
84+
ZendEngine2/zend_vm_execute.h
85+
ZendEngine2/zend_vm_gen.php
86+
ZendEngine2/zend_vm_opcodes.h:
87+
Removed some compilation warnings.
88+
89+
2005-07-18 Ilia Alshanetsky <ilia@prohost.org>
90+
91+
* (PHP_4_4)
92+
main/php_variables.c:
93+
MFH: Fixed handling of HTTP requests with multiple Cookie headers.
94+
95+
* NEWS
96+
main/php_variables.c:
97+
Fixed handling of HTTP requests with multiple Cookie headers.
98+
99+
2005-07-18 Jani Taskinen <jani.taskinen@sci.fi>
100+
101+
* ZendEngine2/tests/bug33710.phpt:
102+
typo
103+
104+
2005-07-18 Frank M. Kromann <frank@kromann.info>
105+
106+
* ext/ming/config.w32:
107+
Make sure we build with SWFPrebuilt.
108+
109+
2005-07-18 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
110+
111+
* run-tests.php:
112+
- Show end of relay testing block
113+
114+
* ext/ming/ming.c:
115+
- Provide distinction and distinct tests
116+
1117
2005-07-17 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2118

3119
* ext/ming/config.m4

Zend/ChangeLog

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
2005-07-18 Rasmus Lerdorf <rasmus@lerdorf.com>
2+
3+
* zend_language_scanner.l:
4+
Valgrind is unhappy that this is not initialized
5+
6+
2005-07-18 Dmitry Stogov <dmitry@zend.com>
7+
8+
* zend_API.c
9+
zend_API.h:
10+
Fixed bug in new module statrup mechanism
11+
12+
* (PHP_5_0)
13+
zend_execute.c
14+
zend_vm_def.h
15+
zend_vm_execute.h
16+
zend_vm_opcodes.h
17+
tests/bug33558.phpt:
18+
Fixed bug #33558 (warning with nested calls to functions returning by
19+
reference)
20+
21+
* tests/bug33558.phpt
22+
tests/bug33558.phpt:
23+
24+
Fixed bug #33558 (warning with nested calls to functions returning by
25+
reference)
26+
27+
* zend_vm_def.h
28+
zend_vm_execute.h
29+
zend_vm_gen.php
30+
zend_vm_opcodes.h:
31+
Removed some compilation warnings.
32+
33+
2005-07-18 Jani Taskinen <jani.taskinen@sci.fi>
34+
35+
* tests/bug33710.phpt:
36+
typo
37+
138
2005-07-17 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
239

340
* tests/bug33710.phpt:

0 commit comments

Comments
 (0)