Moving php project from window platform into linux or unix platform

Discussion in 'PHP' started by leekunkhor, Feb 17, 2008.

  1. #1
    I had developed my project using PHP language in window platform. I would like to moving my project from window platform to linux or unix platform. May I know how should I configure the setting to enable my project can run in linux or unix platform? How should I write the code?
     
    leekunkhor, Feb 17, 2008 IP
  2. James.Blant

    James.Blant Active Member

    Messages:
    250
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    you don't need special configuration for this move . just check httpd.conf on old and new server .
     
    James.Blant, Feb 17, 2008 IP
  3. leekunkhor

    leekunkhor Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks!

    Problem:
    PEAR SOAP can function well in xampp(window environment) but it get error when in Lampp(linux environment).

    Error:
    Warning: require_once(Server.php) [function.require-once]: failed to open stream: No such file or directory in /opt/lampp/htdocs/smcSoapServer2.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required 'Server.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/smcSoapServer2.php on line 2
     
    leekunkhor, Feb 19, 2008 IP