|
Bugzilla – Full Text Bug Listing |
| Summary: | phplib not intented to be used in production (should be drooped) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Cristian Rodríguez <crrodriguez> |
| Component: | Other | Assignee: | Petr Ostadal <postadal> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kukuk, suse-beta |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Cristian Rodríguez
2006-02-01 18:51:58 UTC
Andreas, isn't too late for dropping proposed phplib package? No package is required this package in our distribution. (And Cristian knows what he talking about, because he works with php every day). well. If a not mantained. not under active development package,generating fatal errors with just doing syntax checks on it , IF CANNOT be dropped now.: 1. you will have a non working or half working package.(some code is even for PHP3 (!) ) 2.user will need to change php.ini configuration (and maybe will still not work ) 3. you have to package a warning inside, telling the user about it. if CAN be dropped: 1. template class is provided with the evolution of the phplib template class called HTML_Template_IT available from PEAR ( and use mostly the same code syntax) 2. Database abstraction ins provided by PEAR DB. 3. Session stuff if provided by HTTP_Session PEAR package.(which BTW ,looks like the evolution of phplib session class) 4. Auth : is provided by a whole bunch of PEAR packages..Im lazy and the list is too long to mention :-) I dropped it now. |