Entries tagged as cgi
|
September '10 | |||||
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
5.2.0
5.2.7
antispam
apache2
bavaria
binary
cartoon
cgi
conference
Dotclear
dotclear2
fastcgi
feed
filter
filters
GD
google
graphics
htaccess
htscanner
iis
innotek
internals
ipc
ISP
libGD
lighttpd
munich
Mysql
PEAR
PECL
PHP
PHP-core
php 5.2.7
png
qa
release
security
Sun
symfony
testfest
tutorial
virtualbox
virtualization
visual-C
win32
windows
wtf
zip
ziparchive
Posted by Pierre in
Uncategorized
Friday, March 23. 2007
The first releases of the new 0.8.x have published earlier this week (0.8.1 is the latest). The main change is the full support of PHP4. I will support it as long as PHP.net maintains it. The ability to keep htscanner loaded while using PHP CLI is now possible without having to tweak the configuration (useful if you use a single php.ini for both cli and cgi).
I like to thank to widexs.nl, they make PHP4 support possible by sponsoring it.
Posted by Pierre in
Uncategorized
Monday, February 19. 2007
Htscanner reports error during module or request init (returns FAILURE), these errors may be fatal and stop the current executions. This behavior is not desired if you use it in a shell ((if you have only one system php.ini for both cli and cgi or if htscanner is compiled statically). This release brings a new ini settings to solve this problem, 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.
Posted by Pierre in
Uncategorized
Friday, December 1. 2006