corewerx
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Greetings...
After browsing around the forums, I noticed that the PEAR packages for HTML/Common, and HTML/QuickForms were requested by another user. Is it possible to also get their PHP 5 equivalents, namely HTML/Common2, and HTML/QuickForm2?
My development work is all in PHP5, with a planned port to PHP6 as soon as a stable release is available and able to be deployed to my home server. As such, I tried to do a local install to my app's include directory, but unlike the newest MDB2, and the HTML/Template/Sigma, atleast HTML/QuickForm2, and possibly HTML/Common2 seem to have hard coded paths inside of them, that are either ignoring My local mod to the include path for PHP, or don't realize that the percise files that are required are directly in line, in the same directory.
(I am using "ini_set ('include_path',ini_get('include_path').':/inc:/inc/pear:');" to do the include path modding, as it lets me grab the existing and then tack my two include directories in the end...)
If need be, I can take the time to scan all files involved for HTML/QuickForm2, and HTML/Common2, and generate specialized versions with modified paths, but I would rather not, as such makes the code that much harder to mantain and update as new releases and patches for the PEAR libraries and other outside components are updated.
Site URL: http://corewerx.exofire.net
Site Server: Absolut
Site Plan: Ad Free
Thanks in advance;
Corewerx...
After browsing around the forums, I noticed that the PEAR packages for HTML/Common, and HTML/QuickForms were requested by another user. Is it possible to also get their PHP 5 equivalents, namely HTML/Common2, and HTML/QuickForm2?
My development work is all in PHP5, with a planned port to PHP6 as soon as a stable release is available and able to be deployed to my home server. As such, I tried to do a local install to my app's include directory, but unlike the newest MDB2, and the HTML/Template/Sigma, atleast HTML/QuickForm2, and possibly HTML/Common2 seem to have hard coded paths inside of them, that are either ignoring My local mod to the include path for PHP, or don't realize that the percise files that are required are directly in line, in the same directory.
(I am using "ini_set ('include_path',ini_get('include_path').':/inc:/inc/pear:');" to do the include path modding, as it lets me grab the existing and then tack my two include directories in the end...)
If need be, I can take the time to scan all files involved for HTML/QuickForm2, and HTML/Common2, and generate specialized versions with modified paths, but I would rather not, as such makes the code that much harder to mantain and update as new releases and patches for the PEAR libraries and other outside components are updated.
Site URL: http://corewerx.exofire.net
Site Server: Absolut
Site Plan: Ad Free
Thanks in advance;
Corewerx...
Last edited: