User Profile

Collapse

Profile Sidebar

Collapse
luckyG
luckyG
Last Activity: Dec 19 '07, 03:43 PM
Joined: Nov 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi,

    Yes it is a bug in php I have downloaded 5.2.5 rc2 of php, and then it works.

    thanks for the reply.

    Regards
    See more | Go to post

    Leave a comment:


  • luckyG
    started a topic compile php with gd and freetype support for jpgraph
    in PHP

    compile php with gd and freetype support for jpgraph

    I have php (5.2.4) compiled on redhat 4.0 as followed :
    Code:
    ./configure \
     --with-oci8=$ORACLE_HOME
     --with-apxs=/usr/local/apache/bin/apxs \
     --with-config-file-path=/usr/local/apache/conf \
     --enable-sigchild \
     --with-gd \
     --with-ttf=/usr/include/freetype2 \
     --with-freetype-dir=/usr/include/freetype2 \
     --with-gd-native-ttf \
     --enable-shared
    the make & make...
    See more | Go to post

  • compile php with gd and freetype support for jpgraph

    I have php (5.2.4) compiled on redhat 4.0 as followed :
    Code:
    ./configure \
     --with-oci8=$ORACLE_HOME
     --with-apxs=/usr/local/apache/bin/apxs \
     --with-config-file-path=/usr/local/apache/conf \
     --enable-sigchild \
     --with-gd \
     --with-ttf=/usr/include/freetype2 \
     --with-freetype-dir=/usr/include/freetype2 \
     --with-gd-native-ttf \
     --enable-shared
    the make & make...
    See more | Go to post
No activity results to display
Show More
Working...