Summary: | Updated ebuild for mod_php 4.3.0 w/ Java Extensions support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stuart Herbert (RETIRED) <stuart> |
Component: | New packages | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 23579 | ||
Bug Blocks: | |||
Attachments: |
Updated mod_php 4.3.0 ebuild
PHP eclass with Java support mod_php ebuild updated for accompanying eclass Updated php CLI build with *working* Java support (grrr) |
Description
Stuart Herbert (RETIRED)
2003-02-13 14:52:57 UTC
Created attachment 8245 [details]
Updated mod_php 4.3.0 ebuild
IIRC this was merged into older ebuilds and robbat2 is now working on java support in php.eclass. Created attachment 13936 [details] PHP eclass with Java support Here's the changelist over the php.eclass v1.41: 1) php_check_java_config() updated to spot and reject attempts to build using Kaffe JVM 2) 'java support may be flaky' message removed 3) obsolete (and commented out) java support removed 4) php.ini file now installs into $INIFILE_DIR (set $INIFILE_DIR inside the ebuild that uses this eclass) 5) java settings in php.ini automatically setup if compiled with java support 6) java DSO & support scripts automatically copied into $EXT_DIR (set $EXT_DIR inside the ebuild that uses this eclass) Tested with no JVM installed, with Blackdown, and with Sun JDK. Both JDK's have a problem loading libjava.so under PHP; see http://bugs.gentoo.org/show_bug.cgi?id=23579 for details. Stu Created attachment 13937 [details]
mod_php ebuild updated for accompanying eclass
Changes against the ebuild in portage:
1) Installation of php.ini now handled by the eclass
2) Separate php.ini files for different apache builds
3) added notification on how to check Java support is working
See comment above about a bug preventing PHP<->Java from working for me today.
Best regards,
Stu
Created attachment 13938 [details]
Updated php CLI build with *working* Java support (grrr)
Changes since php-4.3.2.ebuild:
1) updated to use the accompanying php.eclass
2) outputs an information message if java support enabled
Best regards,
Stu
--
I've integrated this still into the eclass, and mod_php-4.3.2-r3, php-4.3.2-r1. They will be released later tonight, please check them when they are released. |