forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Nov 10, 2004
1 parent
8992aa0
commit e52d178
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
2004-11-09 Andrei Zmievski <[email protected]> | ||
|
||
* ZendEngine2/zend_ini_parser.y: | ||
Revert inadvertent commit. | ||
|
||
* acinclude.m4 | ||
ZendEngine2/zend_ini_parser.y: | ||
.dylib extension are Mach-O shared libraries that meant for linking | ||
against. Loadable modules (aka bundles) can have any extension, so we | ||
should probably stick with .so | ||
|
||
http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod | ||
|
||
2004-11-09 Joe Orton <[email protected]> | ||
|
||
* ext/recode/config9.m4: | ||
Fix --with-recode since PHP_YAZ is never defined. | ||
|
||
* ext/standard/config.m4: | ||
Make the "rounding fuzz" check work again with gcc 3.3 and later, | ||
fixing the bug24142 test. | ||
|
||
2004-11-09 Frank M. Kromann <[email protected]> | ||
|
||
* sapi/cli/php.1.in: | ||
Fix typo in man page. Bug #30727. Patch by Jakub Vrana | ||
|
||
2004-11-09 Dmitry Stogov <[email protected]> | ||
|
||
* (PHP_5_0) | ||
NEWS: | ||
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob) | ||
|
||
2004-11-09 Ilia Alshanetsky <[email protected]> | ||
|
||
* (PHP_4_3) | ||
ext/cpdf/cpdf.c | ||
ext/cpdf/cpdf.c: | ||
MFH: Fixed crash inside cpdf_setdash() if called before page init. | ||
|
||
* ext/cpdf/cpdf.c: | ||
Fixed crash inside cpdf_setdash() if called before page init. | ||
|
||
2004-11-08 Ilia Alshanetsky <[email protected]> | ||
|
||
* (PHP_4_3) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2004-11-09 Andrei Zmievski <[email protected]> | ||
|
||
* zend_ini_parser.y: | ||
Revert inadvertent commit. | ||
|
||
* zend_ini_parser.y: | ||
.dylib extension are Mach-O shared libraries that meant for linking | ||
against. Loadable modules (aka bundles) can have any extension, so we | ||
should probably stick with .so | ||
|
||
http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod | ||
|
||
2004-11-05 Derick Rethans <[email protected]> | ||
|
||
* (PHP_5_0) | ||
|