| 
 
			| Wed Nov 17, 2010 6:18 am |  | Replies: 0 |  | Views: 3498 |    |  | Hi
 Say I have a function named foo() and included from another PHP script.
 I'd like to be able to profile only that function.
 
 I tried to set a DebugBreak('1@localhost;d=0,p=1') into that functi ...
 | 
	| 
 
			| Wed Feb 24, 2010 12:36 pm |  | Replies: 0 |  | Views: 2792 |    |  | Hi
 My PHP script launches another PHP script like this:
 
 exec("/usr/bin/php -q /var/www/shop/includes/crons/cron4.php >/dev/null &");
 
 While debugging the script, how  ...
 | 
	| 
 
			| Thu Feb 18, 2010 3:41 am |  | Replies: 7 |  | Views: 3555 |    |  | You are absolutely right, one could print the code with file_get_content() call anyway.
 Thanks for your answers, I'll probably have to look at NuCoder or other solutions.
 | 
	| 
 
			| Wed Feb 17, 2010 10:08 am |  | Replies: 7 |  | Views: 3555 |    |  | I understand that its a PHP module, thus using the web server user rights.
 But the point is, if phpED can't download a file locally using SFTP because of file access rights it should NOT ask the re ...
 | 
	| 
 
			| Tue Feb 16, 2010 3:52 pm |  | Replies: 7 |  | Views: 3555 |    |  | I've just found a big security problem using remote debugger.
 Here is an example to illustrate it:
 
 index.php -rwx-r--r--
 file1.php -rwx-r-----
 file2.php -rwx-r--r--
 
 Say index.php includes f ...
 |