summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-02-14 01:39:25 +0000
committer <changelog@php.net>2005-02-14 01:39:25 +0000
commit0992be85776ae7b3f4cd6743464a6ef0ea692e65 (patch)
tree2aa5b981c82ffb5d14ab445f90be686ba576d3c5 /ChangeLog
parent6ff3368e1b203383f7cc4ac4eb6e6763262e7801 (diff)
downloadphp-git-0992be85776ae7b3f4cd6743464a6ef0ea692e65.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c03ca23d8f..986b43658c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2005-02-13 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_reflection_api.c:
+ - Be more gracious in reflection API
+
+2005-02-13 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/standard/tests/general_functions/sunfuncts.phpt:
+ Fixed test.
+
+2005-02-13 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * ext/session/mod_files.h
+ ext/session/mod_mm.h
+ ext/session/mod_user.h
+ ext/session/php_session.h:
+ - Missing $Id$ tags
+
+ * (PHP_4_3)
+ ext/session/session.c:
+ MFH: - Added the alias session_commit() (more intuitive name for
+ session_write_close())
+ MFH: - Partial sync of the file by adding macro SESSION_CHECK_ACTIVE_STATE
+
+2005-02-13 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_language_scanner.l:
+ - Fix doc comment handling
+
+2005-02-13 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * ext/session/php_session.h:
+ MFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.h
+
+2005-02-13 Wez Furlong <wez.php@thebrainroom.net>
+
+ * ext/sqlite/config.m4:
+ same fix here
+
2005-02-12 Jani Taskinen <jani.taskinen@kolumbus.fi>
* ext/snmp/snmp.c: