<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Talk Root - PC Hardware, Software and Web Development forums - PHP</title>
		<link>http://www.talkroot.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Fri, 10 Sep 2010 06:56:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.talkroot.com/images/misc/rss.jpg</url>
			<title>Talk Root - PC Hardware, Software and Web Development forums - PHP</title>
			<link>http://www.talkroot.com/</link>
		</image>
		<item>
			<title>Core dump generated with remote_connect_back option set and CLI usage</title>
			<link>http://www.talkroot.com/php/74487-core-dump-generated-remote_connect_back-option-set-cli-usage.html</link>
			<pubDate>Mon, 06 Sep 2010 10:15:38 GMT</pubDate>
			<description><![CDATA[In php.ini 
xdebug.remote_connect_back = 1 
 
===[12:35|daniel@gulliver:~]$ php -r 'echo ip2long("192.168.0.1");' 
Segmentation fault: 11 (core dumped) 
 
#0 0x28a20280 in xdebug_execute (op_array=0x28b20b60) at /usr/home/daniel/xdebug-2.1.0beta1/xdebug.c:1646 
1646 XG(context).socket =...]]></description>
			<content:encoded><![CDATA[<div>In php.ini<br />
xdebug.remote_connect_back = 1<br />
<br />
===[12:35|daniel@gulliver:~]$ php -r 'echo ip2long(&quot;192.168.0.1&quot;);'<br />
Segmentation fault: 11 (core dumped)<br />
<br />
#0 0x28a20280 in xdebug_execute (op_array=0x28b20b60) at /usr/home/daniel/xdebug-2.1.0beta1/xdebug.c:1646<br />
1646 XG(context).socket = xdebug_create_socket(Z_STRVAL_PP(remote_addr), XG(remote_port));<br />
(gdb) bt full<br />
#0 0x28a20280 in xdebug_execute (op_array=0x28b20b60) at /usr/home/daniel/xdebug-2.1.0beta1/xdebug.c:1646<br />
    remote_addr = (zval **) 0x0<br />
    dummy = (zval **) 0x0<br />
    edata = (zend_execute_data *) 0x0<br />
    fse = (function_stack_entry *) 0x0<br />
    xfse = (function_stack_entry *) 0xc1c86499<br />
    magic_cookie = 0x0<br />
    do_return = 0<br />
    function_nr = 0<br />
    le = (xdebug_llist_element *) 0x6<br />
    eval_id = 0</div>

]]></content:encoded>
			<category domain="http://www.talkroot.com/php/">PHP</category>
			<dc:creator>elum.chaitu</dc:creator>
			<guid isPermaLink="true">http://www.talkroot.com/php/74487-core-dump-generated-remote_connect_back-option-set-cli-usage.html</guid>
		</item>
		<item>
			<title><![CDATA[Xdebug ignores error_reporting when gets "Warning: POST Content-Length of XXX bytes e]]></title>
			<link>http://www.talkroot.com/php/74486-xdebug-ignores-error_reporting-when-gets-warning-post-content-length-xxx-bytes-e.html</link>
			<pubDate>Mon, 06 Sep 2010 10:13:56 GMT</pubDate>
			<description>Without XDebug, error_reporting works fine. 
When POST data exceeds the limit, I can disable showing that warning and can do some error handling (process $_FILES array). 
 
There is problem, when I want to use XDebug here. 
I cannot disable this warning, because XDebug ignores everything I setted...</description>
			<content:encoded><![CDATA[<div>Without XDebug, error_reporting works fine.<br />
When POST data exceeds the limit, I can disable showing that warning and can do some error handling (process $_FILES array).<br />
<br />
There is problem, when I want to use XDebug here.<br />
I cannot disable this warning, because XDebug ignores everything I setted up (e.g. E_ALL &amp; !E_WARNING).<br />
Warning always is sowing up and I cannot for example send some additional headers in HTTP output.<br />
<br />
I think this warning is raised by Apache and this is the problem.<br />
I hope you can fix it :)</div>

]]></content:encoded>
			<category domain="http://www.talkroot.com/php/">PHP</category>
			<dc:creator>elum.chaitu</dc:creator>
			<guid isPermaLink="true">http://www.talkroot.com/php/74486-xdebug-ignores-error_reporting-when-gets-warning-post-content-length-xxx-bytes-e.html</guid>
		</item>
	</channel>
</rss>
