WAMP and Zend Platform, anyone tried it_
Posted by: achristouio (---.uio.no)
Date: December 11, 2007 04:21PM

I'm going to use Zend Studio and Zend Platform for remote debugging on my server.

Are there any concerns about that combination?
I find that Zend Core installs its own php program.

Alf Christophersen



Edited 1 time(s). Last edit at 12/11/2007 04:22PM by achristouio.

Options: ReplyQuote
Re: WAMP and Zend Platform, anyone tried it_
Posted by: achristouio (---.uio.no)
Date: December 12, 2007 12:01AM

Seems at least to give some troubles with include_path which is not recognized, or is wrongly used.

At my main site the included files is called

include_once('/local/cgi-bin/php4felles/dblib.inc'); etc. etc.

On my home disk for test use, these are placed on d:\local\cgi-bin\php4felles and thus I have this statement:

include_path==".;d:;d:\local\cgi-bin\php4felles;d:\local\cgi-bin\phplib"

Whats wrong with this statement. On my server I am not allowed to use include_path since I have no access to the php.ini file on our linux server.

Another problem. Zend core set up and define theirs php-binaries and the php.ini is now \program files\zend\Core\etc\php.ini

Hope some has tried and has some suggestions.

Alf Christophersen

Options: ReplyQuote


Sorry, only registered users may post in this forum.