|
|
|
@ -1,3 +1,148 @@ |
|
|
|
2004-01-25 Ilia Alshanetsky <ilia@prohost.org> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
NEWS: |
|
|
|
bug fixing news. |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
Zend/zend_execute.c: |
|
|
|
MFH: Fixed bug #26814 (On parse error include included file, terminate |
|
|
|
execution script). |
|
|
|
|
|
|
|
* ZendEngine2/zend_execute.c: |
|
|
|
Fixed bug #26814 (On parse error include included file, terminate |
|
|
|
execution script). |
|
|
|
|
|
|
|
2004-01-25 Pierre-Alain Joye <paj@pearfr.org> |
|
|
|
|
|
|
|
* pear/PEAR.php: |
|
|
|
- Use is_a |
|
|
|
|
|
|
|
* pear/package.dtd: |
|
|
|
WS |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
pear/package.dtd: |
|
|
|
- 2004 (c) |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
pear/CMD.php |
|
|
|
pear/PEAR.php |
|
|
|
pear/System.php |
|
|
|
pear/PEAR/Autoloader.php |
|
|
|
pear/PEAR/Builder.php |
|
|
|
pear/PEAR/Command.php |
|
|
|
pear/PEAR/Config.php |
|
|
|
pear/PEAR/Dependency.php |
|
|
|
pear/PEAR/Downloader.php |
|
|
|
pear/PEAR/Installer.php |
|
|
|
pear/PEAR/Packager.php |
|
|
|
pear/PEAR/Registry.php |
|
|
|
pear/PEAR/Command/Auth.php |
|
|
|
pear/PEAR/Command/Build.php |
|
|
|
pear/PEAR/Command/Common.php |
|
|
|
pear/PEAR/Command/Config.php |
|
|
|
pear/PEAR/Command/Install.php |
|
|
|
pear/PEAR/Command/Mirror.php |
|
|
|
pear/PEAR/Command/Package.php |
|
|
|
pear/PEAR/Command/Remote.php |
|
|
|
pear/PEAR/Frontend/CLI.php |
|
|
|
pear/scripts/pear.bat |
|
|
|
pear/scripts/pearcmd.php |
|
|
|
pear/scripts/pearwin.php: |
|
|
|
- year++; |
|
|
|
|
|
|
|
* pear/packages/DB-1.6.0RC1.tar |
|
|
|
pear/packages/HTTP-1.2.2.tar |
|
|
|
pear/packages/Mail-1.1.2.tar: |
|
|
|
- Update Mail, HTTP and DB. Adding new archives |
|
|
|
|
|
|
|
* pear/packages/DB-1.5.0RC1.tar |
|
|
|
pear/packages/HTTP-1.2.1.tar |
|
|
|
pear/packages/Mail-1.1.0.tar: |
|
|
|
- Update HTTP, DB and Mail packages |
|
|
|
|
|
|
|
* pear/packages/Mail-1.1.2.tar |
|
|
|
pear/packages/Mail-1.1.2.tar: |
|
|
|
|
|
|
|
file Mail-1.1.2.tar was initially added on branch PHP_4_3. |
|
|
|
|
|
|
|
* pear/packages/DB-1.6.0RC1.tar |
|
|
|
pear/packages/DB-1.6.0RC1.tar |
|
|
|
pear/packages/HTTP-1.2.2.tar |
|
|
|
pear/packages/HTTP-1.2.2.tar: |
|
|
|
|
|
|
|
file DB-1.6.0RC1.tar was initially added on branch PHP_4_3. |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
pear/packages/DB-1.5.0RC2.tar |
|
|
|
pear/packages/HTTP-1.2.1.tar |
|
|
|
pear/packages/Mail-1.1.1.tar: |
|
|
|
- Prepare 4.3.5, remove old archives |
|
|
|
|
|
|
|
2004-01-25 Ilia Alshanetsky <ilia@prohost.org> |
|
|
|
|
|
|
|
* (PHP_4_3) |
|
|
|
NEWS: |
|
|
|
sybase_ct extension fixes and improvements by Timm Friebe. |
|
|
|
|
|
|
|
2004-01-25 Timm Friebe <thekid@thekid.de> |
|
|
|
|
|
|
|
* ext/sybase_ct/php_sybase_ct.c |
|
|
|
ext/sybase_ct/php_sybase_ct.h: |
|
|
|
|
|
|
|
|
|
|
|
2004-01-25 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* php.ini-dist |
|
|
|
php.ini-recommended: |
|
|
|
MySQL is no longer built in by default |
|
|
|
|
|
|
|
* ext/standard/url.c: |
|
|
|
CS |
|
|
|
|
|
|
|
2004-01-25 Andrey Hristov <php@hristov.com> |
|
|
|
|
|
|
|
* NEWS: |
|
|
|
entrt about feature request #24258 |
|
|
|
|
|
|
|
2004-01-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* NEWS |
|
|
|
NEWS: |
|
|
|
BFN |
|
|
|
|
|
|
|
* ZendEngine2/zend_execute.c |
|
|
|
ZendEngine2/zend_iterators.c |
|
|
|
ZendEngine2/zend_iterators.h: |
|
|
|
Respect proeprty visibility in foreach |
|
|
|
|
|
|
|
* ZendEngine2/tests/bug26696.phpt: |
|
|
|
Update test |
|
|
|
|
|
|
|
2004-01-25 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* ext/interbase/config.w32: |
|
|
|
Check for both Firebird 1+ and Interbase/FB1 |
|
|
|
|
|
|
|
2004-01-25 Georg Richter <phpinfo@t-online.de> |
|
|
|
|
|
|
|
* ext/mysqli/mysqli_api.c: |
|
|
|
prototype fix for mysqli_fetch |
|
|
|
|
|
|
|
2004-01-25 Jani Taskinen <jani.taskinen@kolumbus.fi> |
|
|
|
|
|
|
|
* ext/standard/file.c: |
|
|
|
Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory) |
|
|
|
|
|
|
|
2004-01-25 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> |
|
|
|
|
|
|
|
* ext/standard/ftp_fopen_wrapper.c |
|
|
|
ext/standard/url.c |
|
|
|
ext/standard/url.h: |
|
|
|
Changed prototypes to allow parsing of string literals and constant strings |
|
|
|
Minor CS/WS |
|
|
|
|
|
|
|
2004-01-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
|
|
|
|
|
|
|
* ZendEngine2/zend_API.c |
|
|
|
|