changelog Fri Jan 30 20:31:55 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1523&r2=1.1524&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1523 php-src/ChangeLog:1.1524 --- php-src/ChangeLog:1.1523 Thu Jan 29 20:32:51 2004 +++ php-src/ChangeLog Fri Jan 30 20:31:54 2004 @@ -1,3 +1,48 @@ +2004-01-30 Georg Richter <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli_prop.c: + added nuw_rows property for statement object + +2004-01-30 Wez Furlong <[EMAIL PROTECTED]> + + * CODING_STANDARDS: + word fix + +2004-01-30 Jani Taskinen <[EMAIL PROTECTED]> + + * NEWS: + order + +2004-01-30 Marcus Boerger <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ext/sqlite/config.m4: