[PHP] Setting allow_url_fopen

2012-05-26 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, php 5.2.2 I have need of a remote procedure call the requires allow_url_fopen to be enabled. The remote call works fine on my test system which does have allow_url_fopen enabled. So I thought, This is a job for ini_set(). It did not

Re: [PHP] Setting allow_url_fopen

2012-05-26 Thread Ashley Sheridan
James Moe ji...@sohnen-moe.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, php 5.2.2 I have need of a remote procedure call the requires allow_url_fopen to be enabled. The remote call works fine on my test system which does have allow_url_fopen enabled. So I thought,

[PHP] What is The best way/tool for debuging PHP?

2012-05-26 Thread LEOPARD Corporation
Hello, I'm new to this list, and this is the first time ever I send a message to you. I'm learning PHP since a couple of months, and I really wanna be a good PHP programer, and I know that I should work hard for that. Now, I just wanted to know what is the best way or tool for debuging PHP. I

Re: [PHP] What is The best way/tool for debuging PHP?

2012-05-26 Thread LEOPARD Corporation
Thanks for your reply. Dev-PHP is an IDE, and I don't need such tool because I'm using Eclipse, and I'm very comfortable with. what I really want to know is: what is the best pure debugging tool which its function is to debug PHP scripts and applications only. Thanks in advance! On Sat, May

Re: [PHP] What is The best way/tool for debuging PHP?

2012-05-26 Thread shiplu
There is nothing you can call best. But whether some tools, technology will perform better depends completely on the context. I know some ways to debug PHP codes. 1. Netbeans IDE. The debugging facility here is excellent. You can debug even a single file without creating a project. It uses

RE: [PHP] What is The best way/tool for debuging PHP?

2012-05-26 Thread admin
-Original Message- From: LEOPARD Corporation [mailto:leopardonline@gmail.com] Sent: Saturday, May 26, 2012 12:02 PM To: php-general@lists.php.net Subject: Re: [PHP] What is The best way/tool for debuging PHP? Thanks for your reply. Dev-PHP is an IDE, and I don't need such tool