| Changelog for htscanner |
| Release |
What has changed? |
| 0.9.0 |
- allow all configuration options by using the SAPI hook
- #11959, fix value parsing when other empty chars are used than space (tabs)
- #13190, Setting a value with php_value strips the last character
- #14487, quotes and double quotes not parsed correctly
Thanks to m dot kurzyna at crystalpoint dot pl, manuel at mausz dot at for
their patches and patience :) |
| 0.8.1 |
- #10426, safe_mode throws warnings about missing .htaccess
- #10432, warning while blocking php_value safe_mode (Matthew Kent) |
| 0.8.0 |
- Initial PHP4 support
Thanks to widexs (http://www.widexs.nl) to fund php4 support |
| 0.7.0 |
- Request #10017, added a new ini option to disable RINIT errors:
htscanner.stop_on_error
When set to 1 htscanner returns a failure when an error occured
internally (cache, doc_root missing, etc.). If it is et to 0 (the default)
it will simply return SUCCESS and do nothing. It is useful if you have only
one php.ini for cli and cgi or if you compiled it staticaly. |
| 0.6.3 |
- #9672, erroneous ini value length
- Replace request and module init fatal errors by warnings
- The None value is now case insentive, like in php.ini
- do not use REPORT_ERRORS while trying to open a config file
- Added a note in README to compile for apache when mod_access and php are present |
| 0.6.2 |
- Removed invalid zend_hash_destroy in mshutdown
- Added an error message when no path translated has been found
- Unlock the cache when an error occured in alter_ini and using a cached entry |
| 0.6.1 |
- Fixed possible leak in cache
- Calculate the length values only once (strlen cleanup)
- Fixed TSRM build |
| 0.6.0 |
- Added cache support. Each unique ini setting for a given path is cached
- Added ini setting default_ttl, define the cache lifetime in seconds, default to 300 (5mins) |
| 0.5.0 |
- Initial PECL relase
- Added safe mode and openbasedir checks
- use PHP streams instead of std IO
- Fixed segfault in the parsing routines
- Fixed CWD detections in threaded environments |