Skip to content

Commit e707137

Browse files
author
committed
ChangeLog update
1 parent 35f051b commit e707137

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

ChangeLog

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
2005-03-26 Edin Kadribasic <[email protected]>
2+
3+
* pear/make-pear-bundle.php:
4+
Script that creates PEAR bundle dir for distribution
5+
6+
2005-03-26 Derick Rethans <[email protected]>
7+
8+
* (PHP_5_0)
9+
configure.in
10+
main/php_version.h:
11+
- Back to -dev
12+
13+
2005-03-26 Jani Taskinen <[email protected]>
14+
15+
* ext/xml/compat.c
16+
ext/xml/expat_compat.h
17+
ext/xmlrpc/config.m4
18+
ext/xmlrpc/libxmlrpc/xml_element.c
19+
ext/xmlrpc/libxmlrpc/xmlrpc.c
20+
main/php_compat.h:
21+
- Made it possible to build ext/xmlrpc with libxml2
22+
23+
* configure.in
24+
build/libtool.m4:
25+
- Prevent compiling shared extensions when --enable-versioning is used
26+
- Fix -export-symbols in Linux in the bundled libtool.m4:
27+
o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
28+
29+
* NEWS:
30+
BFN
31+
32+
* ZendEngine2/zend_execute_API.c:
33+
- Fixed bug #28839 (SIGSEGV in interactive mode (php -a))
34+
(kameshj at fastmail dot fm)
35+
36+
* ext/ingres_ii/config.m4
37+
ext/ingres_ii/config.w32
38+
ext/ingres_ii/ii.c
39+
ext/ingres_ii/php_ii.h:
40+
- Fix windows build (using config.w32 and keeping sync with config.m4)
41+
42+
* main/php.h:
43+
Fix path
44+
145
2005-03-25 Jani Taskinen <[email protected]>
246

347
* NEWS:

Zend/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2005-03-26 Jani Taskinen <[email protected]>
2+
3+
* zend_execute_API.c:
4+
- Fixed bug #28839 (SIGSEGV in interactive mode (php -a))
5+
(kameshj at fastmail dot fm)
6+
17
2005-03-24 Marcus Boerger <[email protected]>
28

39
* zend_vm_execute.h:

0 commit comments

Comments
 (0)