Revision history of "PHP5-gd"

From Server Knowledge Base
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:25, 15 January 2013Rootadminacc talk contribs 639 bytes +639 Created page with "Put this in the httpdocs or public_html directory to see if GD Library is installed. <pre><?php $array = gd_info(); foreach($array as $key => $value){ if ($value == 1){ $..."