summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog163
1 files changed, 0 insertions, 163 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e0ab53b6..89b00e4c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,166 +1,3 @@
-2004-07-14 Edin Kadribasic <edink@emini.dk>
-
- * (PHP_4_3)
- sapi/cgi/cgi_main.c
- sapi/cli/php_cli.c:
- MFH: Made php -m output sorted case-insensitevly
-
- * sapi/cgi/cgi_main.c
- sapi/cli/php_cli.c:
- Made php -m output sorted case-insensitevly
-
-2004-07-14 Stefan Esser <sesser@suspekt.org>
-
- * (PHP_4_3)
- ext/standard/tests/strings/strip_tags.phpt:
- Ups... CAN-2004-0595 regression test went into wrong branch...
-
- * (PHP_4_3_7)
- ext/standard/tests/strings/strip_tags.phpt:
- Add CAN-2004-0595 regression test. (modified from Joe Ortons version)
-
- * sapi/apache_hooks/mod_php5.c:
- same bug.
-
-2004-07-14 Derick Rethans <php@derickrethans.nl>
-
- * ext/iconv/config.m4:
- - Fixed text.
-
-2004-07-14 Stefan Esser <sesser@suspekt.org>
-
- * sapi/apache/mod_php5.c:
- Security Fix broken! Destroyed Basic auth. Blame: me
- 4.3.x not affected
-
-2004-07-14 Stanislav Malyshev <stas@zend.com>
-
- * ZendEngine2/zend_object_handlers.c:
- be consistent with write_dimension
-
- * ZendEngine2/zend_object_handlers.c:
- fix #28957
-
-2004-07-14 Sara Golemon <php@alphaweb.net>
-
- * NEWS
- ext/bcmath/bcmath.c
- ext/bcmath/php_bcmath.h:
- Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time
- for threaded sapis.
-
-2004-07-13 Andi Gutmans <andi@zend.com>
-
- * NEWS
- configure.in
- ZendEngine2/zend.h
- main/php_version.h:
- - 5.0.1-dev
-
-2004-07-13 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
-
- * (PHP_4_3)
- NEWS
- NEWS:
- BFN
-
- * ZendEngine2/zend_constants.c:
- Bugfix #29116 Zend constant warning uses memory after free (jdolecek at
- NetBSD dot org)
-
-2004-07-13 Andi Gutmans <andi@zend.com>
-
- * (php_5_0_0)
- NEWS
- configure.in
- ZendEngine2/zend.h
- main/php_version.h:
- - Roll PHP 5.0.0
-
-2004-07-13 Wez Furlong <wez.php@thebrainroom.net>
-
- * (php_5_0_0)
- ext/standard/html.c:
- add missing break
-
-2004-07-13 Georg Richter <georg@mysql.com>
-
- * (php_5_0_0)
- ext/mysqli/mysqli_api.c:
- prototype fixes
-
-2004-07-13 Wez Furlong <wez.php@thebrainroom.net>
-
- * (php_5_0_0)
- main/streams/streams.c:
- Looks like Sara forgot to change this too.
-
-2004-07-13 Georg Richter <georg@mysql.com>
-
- * ext/mysqli/mysqli_api.c:
- changed mysqli_stmt_reset (returns now bool instead of void)
-
-2004-07-13 Ilia Alshanetsky <ilia@prohost.org>
-
- * (PHP_4_3_7)
- NEWS
- configure.in
- Zend/zend_alloc.c
- Zend/zend_constants.c
- Zend/zend_execute.c
- Zend/zend_hash.c
- Zend/zend_variables.c
- ext/imap/php_imap.c
- ext/msession/msession.c
- ext/mssql/php_mssql.c
- ext/mysql/php_mysql.c
- ext/pcntl/pcntl.c
- ext/session/mod_mm.c
- ext/session/session.c
- ext/standard/ftok.c
- ext/standard/iptc.c
- ext/standard/string.c
- ext/sybase/php_sybase_db.c
- ext/sybase_ct/php_sybase_ct.c
- ext/w32api/w32api.c
- ext/wddx/wddx.c
- main/main.c
- main/php_version.h
- main/rfc1867.c:
- 4.3.8 patches.
-
-2004-07-13 Derick Rethans <php@derickrethans.nl>
-
- * (PHP_4_3_7)
- main/php_version.h:
- - Fixed typo
-
- * (PHP_4_3)
- configure.in
- main/php_version.h:
- - Bump version numbers in the PHP_4_3 branch.
-
- * (PHP_4_3_7)
- configure.in
- main/php_version.h:
- - Create a branch PHP_4_3_7 based on php 4.3.7 to form 4.3.8
- - Updated version numbers in branch
-
-2004-07-13 Stefan Esser <sesser@suspekt.org>
-
- * (php_5_0_0)
- tests/lang/038.phpt:
- Fixed typo
-
-2004-07-13 Alan Knowles <alan@akbkhome.com>
-
- * (php_5_0_0)
- tests/lang/039.phpt:
- remove test dependance on postgres ** this still fails however
-
- * tests/lang/038.phpt:
- ensure that test passes on systems without postgres built in.
-
2004-07-12 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)