From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: Dynamic loading
Bug description: ext/java/Makefile.in places reflect.class in wrong place (with kaffe
javac).
default Makefile.in in ext/java (with kaffe 1.0.6 javac) places
reflect.class in net/php/net/php instead of just net/php. Patch follows:
21a22
> @test -f net/php/net/php/reflect.class && \
mv net/php/net/php/*.class net/php
23a25,26
> @rmdir net/php/net/php
> @rmdir net/php/net
--
Edit bug report at: http://bugs.php.net/?id=12917&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]