Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset maintainership of ports assigned to antonio@php.net after numerous | linimon | 2006-09-23 | 1 | -1/+1 |
| | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr | ||||
* | SHA256ify | edwin | 2006-01-24 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Remove pear ports obsolated by devel/pear and switch | ale | 2005-12-09 | 1 | -2/+2 |
| | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net | ||||
* | PEAR::XML_HTMLSax provides an API very similar to the native PHP XML | pav | 2005-04-11 | 3 | -0/+43 |
extension (http://www.php.net/xml), allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML, allowing it to be used for parsing HTML documents. Otherwise HTMLSax supports all the handlers available from Expat except namespace and external entity handlers. PR: ports/79403 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> |