PHP Configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • angelhouse
    New Member
    • Mar 2007
    • 6

    PHP Configuration

    Hi Anyone, I am looking for help with Configuring phpThumb and ImageMagick

    I am new to PHP and all this technical stuff, but i'll give it a go:

    I have created my own website and am hosting it from my Windows XP Laptop at home using Apache and PHP.

    However i am trying to load and View my images using a PHP and phpThumb script . Someone on another forum gave me a code to try and see what i got from it.
    <?php

    phpinfo();

    ?>

    I put that in a Test.php document file and viewed it from my web browser and i got a load of information regarding PHP underneath all these headings and Sub Headings:

    PHP Configuration (PHP Core)
    apache2handler
    Apache Environment
    HTTP Headers Information
    bcmath
    calendar
    com_dotnet
    ctype
    date
    dom
    filter
    ftp
    hash
    iconv
    json
    libxml
    odbc
    pcre
    Reflection
    session
    SimpleXML
    SPL
    standard
    tokenizer
    wddx
    xml
    xmlreader
    xmlwriter
    zlib
    Environment
    PHP Variables

    Also i have just looked at the first column of the PHP Information and i have got the following:

    System Windows NT ANGELHOUSE 5.1 build 2600
    Build Date Feb 7 2007 23:10:31
    Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
    Server API Apache 2.0 Handler
    Virtual Directory Support enabled
    Configuration File (php.ini) Path C:\Program Files\PHP\php.i ni
    PHP API 20041225
    PHP Extension 20060613
    Zend Extension 220060519
    Debug Build no
    Thread Safety enabled
    Zend Memory Manager enabled
    IPv6 Support enabled
    Registered PHP Streams php, file, data, http, ftp, compress.zlib
    Registered Stream Socket Transports tcp, udp
    Registered Stream Filters convert.iconv.* , string.rot13, string.toupper, string.tolower, string.strip_ta gs, convert.*, consumed, zlib.*

    The main problem is that phpThumb seems to be trying to look for GD (which I obviously don't have on my laptop). The error I get says "no GD" when I've configured the phpThumb config file so that it knows where my ImageMagick convert.exe file lives... it doesn't seem to even be looking for ImageMagick...

    Could this be an issue with my PHP or Apache configuration?


    Appreciate any help if i can get it.

    Gary
  • angelhouse
    New Member
    • Mar 2007
    • 6

    #2
    sorted out now

    Comment

    Working...