mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 21:40:12 +02:00
Fix deprecation notice on "Creation of dynamic property" for PHP 8.2.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Version of cimage and img.php
|
||||
define("CIMAGE_VERSION", "v0.8.5 (2022-11-17)");
|
||||
define("CIMAGE_VERSION", "v0.8.6 (2023-10-27)");
|
||||
|
||||
// For CRemoteImage
|
||||
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);
|
||||
|
Reference in New Issue
Block a user