Eclipse PHP IDE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rallykarro@hotmail.com

    Eclipse PHP IDE

    Hi,

    Are using the PHPIDE from zend.
    In my httpd I am loading the php module as "Action
    application/x-httpd-php "/php/php-cgi.exe" and have replaced the php
    binaries by the once delivered in
    "plugins\org.ze nd.php.debug.de bugger_0.1.1".
    The debugger works fine after this.

    Now i want to load php as a module "LoadModule php5_module
    "c:\php\php5apa che2_2.dll" since I am using som "php_value
    include_path" directives in my httpd file.

    The problem is that loading php as an module makes the debuger stop
    working and loading php as "php-cgi" forces me to not use "php_value"
    since apache refuses to start with that configuration.

    How do I make the debugger in php ide work loading php as a module in
    httpd?
    I am using Apache 2.2 and php 5.x.

    thanks,

    Karolina

  • IchBin

    #2
    Re: Eclipse PHP IDE

    rallykarro@hotm ail.com wrote:
    Hi,
    >
    Are using the PHPIDE from zend.
    In my httpd I am loading the php module as "Action
    application/x-httpd-php "/php/php-cgi.exe" and have replaced the php
    binaries by the once delivered in
    "plugins\org.ze nd.php.debug.de bugger_0.1.1".
    The debugger works fine after this.
    >
    Now i want to load php as a module "LoadModule php5_module
    "c:\php\php5apa che2_2.dll" since I am using som "php_value
    include_path" directives in my httpd file.
    >
    The problem is that loading php as an module makes the debuger stop
    working and loading php as "php-cgi" forces me to not use "php_value"
    since apache refuses to start with that configuration.
    >
    How do I make the debugger in php ide work loading php as a module in
    httpd?
    I am using Apache 2.2 and php 5.x.
    >
    thanks,
    >
    Karolina
    >
    Karolina, you may get an answer from this group but it would make better
    sense to ask this question in the Eclipse NNTP sever at:
    news.eclipse.or g in the newsgroup: eclipse.tools.p hp

    You can get a free account for posting and more information at:
    The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.


    Since this is a new Eclipse tools project you will get a quick response.

    Thanks in Advance...
    IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
    _______________ _______________ _______________ _______________ ______________

    'If there is one, Knowledge is the "Fountain of Youth"'
    -William E. Taylor, Regular Guy (1952-)

    Comment

    Working...