diff options
| author | <changelog@php.net> | 2004-04-27 00:35:21 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2004-04-27 00:35:21 +0000 |
| commit | e744a448ab4c1ac83e20d4bbdf3508e063ca58ff (patch) | |
| tree | d93c51c7791bb64ade3cc741020d6eac68c3057b | |
| parent | b5262204622b69d44eaa2bda9012a144cd52088e (diff) | |
| download | php-git-e744a448ab4c1ac83e20d4bbdf3508e063ca58ff.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-04-26 Ilia Alshanetsky <ilia@prohost.org> + + * ext/yp/yp.c: + Removed pointless check. + +2004-04-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ZendEngine2/zend_reflection_api.c: + Fix prototype + +2004-04-26 Antony Dovgal <tony2001@phpclub.net> + + * ext/oci8/oci8.c: + hmm. this comma is supposed to be a semicolon. + 2004-04-25 Derick Rethans <php@derickrethans.nl> * ext/gd/libgd/gd.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f5fd673b31..95c64121ce 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-04-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_reflection_api.c: + Fix prototype + 2004-04-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_builtin_functions.c: |
