php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12917 ext/java/Makefile.in places reflect.class in wrong place (with kaffe javac).
Submitted: 2001-08-23 03:17 UTC Modified: 2002-04-05 06:29 UTC
From: kimmo at hovi dot org Assigned:
Status: Closed Package: Java related
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 33 = ?
Subscribe to this entry?

 
 [2001-08-23 03:17 UTC] kimmo at hovi dot org
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-24 06:10 UTC] yohgaki@php.net
Please test with  PHP 4.1.1+JDK 1.2 and report the result back 
Please do not forget  updating PHP version. Thanks.
 [2002-04-05 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2002-04-05 06:29 UTC] sniper@php.net
Update to 4.1.2 (or get latest CVS snapshot). 4.0.6 is too old.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC