mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
ChangeLog update
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
2003-03-09 Sara Golemon <php@alphaweb.net>
|
||||
|
||||
* ext/standard/basic_functions.c
|
||||
ext/standard/basic_functions.h
|
||||
ext/standard/user_filters.c:
|
||||
Adjustment to user filters reimplementation. Make a bucket an object
|
||||
containing a resource(the real bucket) and a data element for direct
|
||||
operations. Simplifies
|
||||
user interface and reduces number of function calls/reallocs needed.
|
||||
|
||||
2003-03-09 Derick Rethans <d.rethans@jdimedia.nl>
|
||||
|
||||
* (PHP_4_3)
|
||||
ext/pgsql/pgsql.c:
|
||||
- No C++ comments! (Patch by Magnus)
|
||||
|
||||
2003-03-09 Uwe Schindler <uwe@thetaphi.de>
|
||||
|
||||
* sapi/nsapi/nsapi-readme.txt
|
||||
sapi/nsapi/nsapi-readme.txt:
|
||||
Changes for iPlanet Webserver 6
|
||||
|
||||
2003-03-09 Derick Rethans <d.rethans@jdimedia.nl>
|
||||
|
||||
* ext/standard/string.c:
|
||||
- Fix proto
|
||||
|
||||
2003-03-08 Georg Richter <georg.richter@phpev.de>
|
||||
|
||||
* ext/mysqli/mysqli.c
|
||||
|
||||
@@ -1,3 +1,34 @@
|
||||
2003-03-09 Zeev Suraski <zeev@zend.com>
|
||||
|
||||
* zend_language_parser.y:
|
||||
Optimize
|
||||
|
||||
* zend_compile.c
|
||||
zend_compile.h
|
||||
zend_language_parser.y:
|
||||
Fix handling of ::foo
|
||||
|
||||
* zend_compile.c:
|
||||
Cleanup
|
||||
|
||||
2003-03-09 Andi Gutmans <andi@zend.com>
|
||||
|
||||
* zend_language_scanner.l:
|
||||
- Nuke junk
|
||||
|
||||
2003-03-09 Zeev Suraski <zeev@zend.com>
|
||||
|
||||
* zend_compile.c
|
||||
zend_compile.h
|
||||
zend_language_parser.y:
|
||||
Fix parsing rules of namespaces/classes
|
||||
|
||||
* zend_language_parser.y:
|
||||
Add ability to use ::interface_name in implements
|
||||
|
||||
* zend_compile.c:
|
||||
Fix :: handling
|
||||
|
||||
2003-03-07 Sebastian Bergmann <sb@sebastian-bergmann.de>
|
||||
|
||||
* ZEND_CHANGES:
|
||||
|
||||
Reference in New Issue
Block a user