Skip to content

Commit 10fb8da

Browse files
author
committed
ChangeLog update
1 parent 0b5ffc4 commit 10fb8da

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

ChangeLog

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,87 @@
1+
2003-02-26 Pierre-Alain Joye <paj@pearfr.org>
2+
3+
* ext/gd/gd.c:
4+
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
5+
2 Pierre-Alain Joye)
6+
7+
* ext/gd/php_gd.h:
8+
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
9+
Pierre-Alain Joye)
10+
11+
2003-02-26 Rasmus Lerdorf <rasmus@lerdorf.com>
12+
13+
* main/main.c:
14+
MFB: Get rid of a redundant syscall on non-Windows
15+
16+
* (PHP_4_3)
17+
main/main.c:
18+
Get rid of an unnecessary syscall on non-Windows. We don't need two
19+
setitimer() calls here in order to reset the timer.
20+
21+
2003-02-26 Ilia Alshanetsky <ilia@prohost.org>
22+
23+
* ext/standard/exec.c
24+
ext/standard/exec.h:
25+
1) Make the output of system() binary safe
26+
2) Solved a memory leak when the return_value variable passed by reference
27+
is
28+
not an integer in system()/exec()/passthru().
29+
3) Solved a bug in exec(), which would make it append to the 2nd parameter
30+
(passed by reference) if the parameter is an array instead of
31+
overwriting it.
32+
4) Changed the code to use the streams code, resulting in a smaller code
33+
base.
34+
5) Various cleanups resulting in reduction of overall code base inside the
35+
file
36+
by ~ 1/3.
37+
6) Speed improvements of ~2.5 times compared to previous performance
38+
(based on
39+
attached PHP script).
40+
41+
2003-02-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
42+
43+
* ext/dba/dba.c:
44+
allow keys as array(group, name) for handler inifile
45+
46+
* ext/dba/dba_flatfile.c:
47+
ws
48+
49+
* ext/dba/libcdb/cdb.c:
50+
make it faster
51+
52+
* ext/dba/libinifile/inifile.c:
53+
if skip param of dba_fetch is -1 stop do not restart search after last
54+
element
55+
56+
2003-02-26 Derick Rethans <d.rethans@jdimedia.nl>
57+
58+
* ext/standard/mail.c
59+
main/main.c:
60+
- Added an extra ini setting with which extra commands can be forced to
61+
the sendmail deamon on a per-vhost base. The value in this ini setting
62+
will override all extra commands passed as the 5th parameter to mail()
63+
and will work in Safe Mode.
64+
65+
* ext/standard/file.c:
66+
- Fix proto
67+
68+
* ext/standard/basic_functions.c:
69+
- Whitespace
70+
71+
2003-02-26 Hartmut Holzgraefe <hartmut@six.de>
72+
73+
* (PHP_4_3)
74+
ext/yp/yp.c
75+
ext/yp/yp.c:
76+
MFphp5
77+
78+
* ext/yp/yp.c:
79+
changed to emalloc just to be safe
80+
81+
* scripts/ext_skel_ng/php_logo.php
82+
scripts/ext_skel_ng/php_resource.php:
83+
forgot to add these two on my last commit :(
84+
185
2003-02-25 Ilia Alshanetsky <ilia@prohost.org>
286

387
* ext/standard/exec.c:

Zend/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2003-02-26 Sebastian Bergmann <sb@sebastian-bergmann.de>
2+
3+
* ZEND_CHANGES:
4+
Syntactic sugar is sweet.
5+
16
2003-02-25 Zeev Suraski <zeev@zend.com>
27

38
* zend_compile.c:

0 commit comments

Comments
 (0)