Share

PhotoView

File Release Notes and Changelog

Release Name: 3.3

Notes:


Changes: PhotoView 3.3 (27 Sep 2002) * This is version has been tested with PHP 4.1.2. * Dynamically load the XSLT library (it looks like this library is not loaded by default in newer versions of PHP). * Use new API for xslt_processor (changed in PHP 4.0.3). * When sending images to the browser, PhotoView now understands the IF_MODIFIED_SINCE which is sent by the browser when it already has a copy of the image in cache and it just wants to check if it should refresh its cache for this picture. If the image has not changed, we now reply with a "304 Not Modified". This way the browser won't reload an image which is in its cache, unless the image has changed on the server. * Escape foreign characters in album and picture's descriptions. (Thanks to Olivier Bruchez for the bug report.)