Skip to content

Commit

Permalink
ChangeLog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 10, 2004
1 parent 8992aa0 commit e52d178
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
43 changes: 43 additions & 0 deletions ChangeLog
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)
Expand Down
12 changes: 12 additions & 0 deletions Zend/ChangeLog
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)
Expand Down

0 comments on commit e52d178

Please sign in to comment.