|
|
|
@ -1,3 +1,39 @@ |
|
|
|
2004-06-05 Georg Richter <georg@mysql.com> |
|
|
|
|
|
|
|
* NEWS: |
|
|
|
added mysqli changes |
|
|
|
|
|
|
|
* ext/mysqli/mysqli.c |
|
|
|
ext/mysqli/mysqli_api.c |
|
|
|
ext/mysqli/mysqli_fe.c |
|
|
|
ext/mysqli/mysqli_nonapi.c |
|
|
|
ext/mysqli/mysqli_prop.c |
|
|
|
ext/mysqli/php_mysqli.h: |
|
|
|
Major changes for 4.1.2-alpha/4.1.3-beta: |
|
|
|
- added container for mysql structure |
|
|
|
- added load data infile callback functions (currently disabled under win) |
|
|
|
Bug fixes: |
|
|
|
- fixed property changes (4.1.1 -> 4.1.2) |
|
|
|
- fixed memleak in mysqli_connect |
|
|
|
- fixed bug #28100 |
|
|
|
- fixed bug #28205 |
|
|
|
- fixed bug #28430 |
|
|
|
|
|
|
|
2004-06-05 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* NEWS: |
|
|
|
BFN |
|
|
|
|
|
|
|
* ZendEngine2/zend_API.c: |
|
|
|
Fix #28641: Instance of Interface |
|
|
|
|
|
|
|
2004-06-05 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* ext/interbase/php_ibase_udf.c: |
|
|
|
Added support for date/time types |
|
|
|
Added support for compiling/executing PHP code stored in the database |
|
|
|
Added support for TSRM |
|
|
|
|
|
|
|
2004-06-04 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* ext/standard/http.c: |
|
|
|
|