Any reason NOT to compile PHP with Curl?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    Any reason NOT to compile PHP with Curl?

    I inherited a system with PHP installed without CURL compiled into the
    PHP module. Is there any good reason for NOT adding curl into PHP? I
    have been asked to rebuild PHP, but do not wish to cause future
    issues.


  • Andy Hassall

    #2
    Re: Any reason NOT to compile PHP with Curl?

    On Fri, 27 Oct 2006 15:45:23 -0500, David <dm_fw@sbcgloba l.netwrote:
    >I inherited a system with PHP installed without CURL compiled into the
    >PHP module. Is there any good reason for NOT adding curl into PHP? I
    >have been asked to rebuild PHP, but do not wish to cause future
    >issues.
    The only reason I can think of is that you want to deliberately restrict PHP
    to make network communication with other servers harder - in which case you'd
    also need to disable fopen_wrappers and possibly a number of other extensions
    and/or enable safe_mode with various disabled functions.

    --
    Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
    http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

    Comment

    Working...