Changes between Version 4 and Version 5 of PHPMapScriptRH73


Ignore:
Timestamp:
Jan 27, 2009, 9:03:46 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PHPMapScriptRH73

    v4 v5  
    1818
    1919Web Server installed under /var/www:
    20 
     20{{{
    2121 !DocRoot = /var/www/html
    2222 CGI dir = /var/www/cgi-bin
    2323 Config  = /etc/httpd/conf
    24 
     24}}}
    2525!MapServer apps will be installed under /home/msapps using a logical link from /var/www/html/ -> /home/msapps/
    2626
     
    115115
    116116    Modify ./ext/gd/gd.c
    117 
     117{{{
    118118        Change line 1014 from io_ctx->free(io_ctx); to io_ctx->gd_free(io_ctx);
    119119        Change line 1017 from io_ctx->free(io_ctx); to io_ctx->gd_free(io_ctx);
    120120        Change line 1209 from io_ctx->free(io_ctx); to io_ctx->gd_free(io_ctx);
    121 
     121}}}
    122122    Modify ./ext/gd/gd_ctx.c
    123 
     123{{{
    124124        Change line 70 from ctx->free = _php_image_output_ctxfree; to ctx->gd_free = _php_image_output_ctxfree;
    125125        Change line 98 from ctx->free(ctx); to ctx->ctx->gd_free(ctx);
     126}}}
    126127{{{
    127128  $ ./configure  --enable-shared --with-regex=system --with-gd \