File: CHANGES

package info (click to toggle)
php-clamavlib 0.12a-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144 kB
  • ctags: 71
  • sloc: ansic: 465; makefile: 99; sh: 50; php: 17
file content (18 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Version 0.12a
-------------
2005-Oct-08:	Added return values for cl_scanfile_ex() and cl_scanbuff_ex().

Version 0.12
-------------
2005-Sep-27:	Code comments, standarization and identation.
2005-Sep-26:	Added compatibility with the php_clam code.
2005-Sep-22:	Added cl_pretcode() function.
2005-Sep-19:	Added cl_scanfile_ex() and cl_scanbuff_ex() functions.
2005-Aug-29:	Added cl_setlimits() function.

Version 0.11
-------------
2005-Aug-17:	Every request (RINIT) will check if the database has changed, 
		it will reload the database if changes are detected.

2005-Aug-15:	Added #define OnUpdateLong OnUpdateInt for PHP4 compatibility.