|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2014-09-10 14:28 UTC] alfred dot bez at googlemail dot com
  [2014-09-10 15:00 UTC] alfred dot bez at gmail dot com
  [2014-09-10 15:32 UTC] pajoye@php.net
 
-Assigned To:
+Assigned To: szarkos
  [2014-09-10 15:32 UTC] pajoye@php.net
  [2015-07-11 21:32 UTC] cmb@php.net
 
-Status: Assigned
+Status: Closed
  [2015-07-11 21:32 UTC] cmb@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 13:00:01 2025 UTC | 
Description: ------------ The function "imagewebp" doesn't exist in PHP 5.6, but it should be enabled since 5.5.0 . Test script: --------------- <?php echo phpversion(); echo "\n"; var_dump(function_exists('imagewebp')); Expected result: ---------------- 5.6.0 bool(false) Actual result: -------------- 5.6.0RC2 bool(true)