Changeset 2213 for trunk/include/common.inc.php
- Timestamp:
- Feb 16, 2008, 2:27:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r2201 r2213 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 7PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | file : $Id$ … … 125 125 'array_intersect_key', //PHP 5 >= 5.1.0RC1 126 126 'hash_hmac', //(hash) - enabled by default as of PHP 5.1.2 127 'preg_last_error', // PHP 5 >= 5.2.0 127 128 ) as $func) 128 129 {
Note: See TracChangeset
for help on using the changeset viewer.