Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60489 - net-analyzer/acid needs testing w/ PHP 5
Summary: net-analyzer/acid needs testing w/ PHP 5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 60438
  Show dependency tree
 
Reported: 2004-08-15 14:41 UTC by Stuart Herbert (RETIRED)
Modified: 2004-11-04 04:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Herbert (RETIRED) gentoo-dev 2004-08-15 14:41:25 UTC
Please test this package against PHP 5.0.1.  

If the package works, please add a comment to this bug to say that the package works, and close this bug as 'RESOLVED INVALID'.

If the package does not work, please add a blocker against 'virtual/php' (for dev-php/php) or 'virtual/httpd-php' (for mod_php or php-cgi) as appropriate, and close this bug as 'RESOLVED FIXED'.

Thanks,
Stu
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2004-08-16 08:52:07 UTC
bugs 40638 is "wmaker dockapps are in x11-misc, some in x11-plugins"...
I think you got the blocked bug wrong...
Comment 2 Christian Malerbakken 2004-11-03 13:40:39 UTC
Well, I'm getting this:

PHP ERROR: Incompatible version: Version 5.0.2 of PHP is too old. Please upgrade to version 4.0.4 or later

Remember to clarify that mod_php must have USE="session" in order for ACID to work at all.
Comment 3 Christian Malerbakken 2004-11-03 14:03:02 UTC
Update: ACID seems to work just fine with PHP5 with some hacking.

1. mod_php MUST be emerged with USE="session"
2. on line 67 in acid_db_common.php "($version[2] >= 4)" must be changed to match the subversion number of PHP (i.e. for 5.0.2, change it to ">= 2)"
Comment 4 Eldad Zack (RETIRED) gentoo-dev 2004-11-04 04:33:13 UTC
Thanks for the tests. I have commited the fixes to the ebuild.