Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364207 - new ebuild: dev-php/simplehtmldom
Summary: new ebuild: dev-php/simplehtmldom
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://simplehtmldom.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-20 07:36 UTC by Jaco Kroon
Modified: 2019-12-07 11:45 UTC (History)
0 users

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


Attachments
simplehtmldom-1.11.ebuild (simplehtmldom-1.11.ebuild,571 bytes, text/plain)
2011-04-20 08:36 UTC, Jaco Kroon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2011-04-20 07:36:28 UTC
A simple PHP HTML DOM parser written in PHP5+, supports invalid HTML, and provides a very easy way to handle HTML elements.

Reproducible: Always
Comment 1 Jaco Kroon 2011-04-20 08:36:43 UTC
Created attachment 270629 [details]
simplehtmldom-1.11.ebuild

Very simple ebuild.  Not sure how to "just make it available" when a script runs, so one still has to manually require_once "/usr/share/php/simplehtmldom/simple_html_dom.php".

Not sure how to work around that ... or whether I need to drop a file in /etc/php/ somewhere ... ?