From 5eb038002eb3d74e4357b763f111d7fef6d15b86 Mon Sep 17 00:00:00 2001 From: Date: Sat, 31 Jan 2004 01:31:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 7 +++++++ 2 files changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index db9b6492c4..2025dae67a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2004-01-30 Georg Richter + + * ext/mysqli/mysqli_prop.c: + added nuw_rows property for statement object + +2004-01-30 Wez Furlong + + * CODING_STANDARDS: + word fix + +2004-01-30 Jani Taskinen + + * NEWS: + order + +2004-01-30 Marcus Boerger + + * CODING_STANDARDS: + Include Sascha's indendation hint + + * CODING_STANDARDS: + Newer compilers don't need this so many people don't know. Hence we make + it a coding standard. + +2004-01-30 Ilia Alshanetsky + + * (PHP_4_3) + Zend/zend_execute.c: + MFH: Apply the same parse error handling to (include|require)_once as the + one for their non-once counterparts. + + * ZendEngine2/zend_execute.c: + Apply the same parse error handling to (include|require)_once as the one + for + their non-once counterparts. + +2004-01-30 Sara Golemon + + * NEWS + ext/standard/http_fopen_wrapper.c: + Fix potential bug in http:// proxy support. + Some proxy servers require entire URI be sent in request string. + + Add context option "http"/"request_fulluri" to allow this behavior. + 2004-01-29 Ilia Alshanetsky * ext/sqlite/config.m4: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7a42648004..661b546e99 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2004-01-30 Ilia Alshanetsky + + * zend_execute.c: + Apply the same parse error handling to (include|require)_once as the one + for + their non-once counterparts. + 2004-01-28 Zeev Suraski * zend_compile.c: -- 2.50.1