|
|
|
@ -1,3 +1,123 @@ |
|
|
|
2004-03-26 Frank M. Kromann <frank@kromann.info> |
|
|
|
|
|
|
|
* ext/ming/ming.c: |
|
|
|
Fix complation errors after convertion to new macro's |
|
|
|
|
|
|
|
2004-03-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* NEWS |
|
|
|
ext/sqlite/sqlite.c |
|
|
|
ext/sqlite/tests/sqlite_oo_002.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_003.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_008.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_009.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_010.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_011.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_012.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_013.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_014.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_015.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_016.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_020.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_021.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_024.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_025.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_026.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_028.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_029.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_030.phpt |
|
|
|
ext/sqlite/tests/sqlite_oo_031.phpt: |
|
|
|
Change to studlyCaps convention |
|
|
|
|
|
|
|
* ext/ming/ming.c: |
|
|
|
Use studlyCaps and new macros (that should be it) |
|
|
|
|
|
|
|
2004-03-26 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
ext/standard/file.c: |
|
|
|
Alignment fix |
|
|
|
|
|
|
|
2004-03-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* NEWS |
|
|
|
ZendEngine2/zend_API.c |
|
|
|
ZendEngine2/zend_compile.c: |
|
|
|
Force destructors to have empty signatures |
|
|
|
|
|
|
|
2004-03-26 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
ext/standard/math.c: |
|
|
|
MFH: Calculate pow(long,long) in a way that works on 64-bit platforms |
|
|
|
|
|
|
|
2004-03-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* ext/standard/basic_functions.c: |
|
|
|
Correct that name |
|
|
|
|
|
|
|
2004-03-26 Derick Rethans <php@derickrethans.nl> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
ext/standard/tests/time/bug27719.diff |
|
|
|
ext/standard/tests/time/bug27719.phpt |
|
|
|
ext/standard/tests/time/bug27719.phpt: |
|
|
|
- COmmit the test, not the diff |
|
|
|
|
|
|
|
2004-03-26 Ilia Alshanetsky <ilia@prohost.org> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
NEWS |
|
|
|
configure.in: |
|
|
|
MFH: Fixed bug #27664 (--disable-cli doesn't force --without-pear). |
|
|
|
|
|
|
|
* configure.in: |
|
|
|
Fixed bug #27664 (--disable-cli doesn't force --without-pear). |
|
|
|
|
|
|
|
2004-03-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* ext/standard/basic_functions.c: |
|
|
|
let inf be generated by INF constant (thanks to Wez) |
|
|
|
|
|
|
|
2004-03-26 Derick Rethans <php@derickrethans.nl> |
|
|
|
|
|
|
|
* ext/standard/tests/time/bug27719.diff |
|
|
|
ext/standard/tests/time/bug27719.diff: |
|
|
|
|
|
|
|
file bug27719.diff was initially added on branch PHP_4_3. |
|
|
|
|
|
|
|
2004-03-26 Rasmus Lerdorf <rasmus@lerdorf.com> |
|
|
|
|
|
|
|
* ext/standard/datetime.c: |
|
|
|
MFB: The 2am offset was a bad choice as this hour doesn't necessarily exist |
|
|
|
on a DST switch. So use 4am instead. Fixes bug #27719 |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
ext/standard/datetime.c: |
|
|
|
The 2am offset was a bad choice as this hour doesn't necessarily exist |
|
|
|
on a DST switch. So use 4am instead. Fixes bug #27719 |
|
|
|
|
|
|
|
2004-03-26 Sara Golemon <php@alphaweb.net> |
|
|
|
|
|
|
|
* ext/standard/string.c |
|
|
|
ext/standard/tests/strings/bug27675.phpt: |
|
|
|
BugFix 27675 and add regression test. |
|
|
|
|
|
|
|
2004-03-26 Ilia Alshanetsky <ilia@prohost.org> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
NEWS: |
|
|
|
Bug fixing news. |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
ext/curl/curl.c: |
|
|
|
MFH: Fixes to allow curl extension to compile against libcurl 7.11.1 |
|
|
|
|
|
|
|
2004-03-26 Andi Gutmans <andi@zend.com> |
|
|
|
|
|
|
|
* ZendEngine2/zend_execute.c: |
|
|
|
- Fix build (thanks to Timm) |
|
|
|
|
|
|
|
2004-03-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* ext/standard/url_scanner_ex.c: |
|
|
|
|