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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kimmo at hovi dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 19:01:32 2025 UTC