<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paola Villarreal &#187; php</title>
	<atom:link href="http://www.paolavillarreal.name/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paolavillarreal.name</link>
	<description></description>
	<lastBuildDate>Mon, 22 Feb 2010 01:19:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>El nuevo PHP</title>
		<link>http://www.paolavillarreal.name/2009/03/01/el-nuevo-php/</link>
		<comments>http://www.paolavillarreal.name/2009/03/01/el-nuevo-php/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:41:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php6]]></category>

		<guid isPermaLink="false">http://www.paolavillarreal.name/?p=6</guid>
		<description><![CDATA[PHP, el lenguaje preferido por la mayoría de Web Developers (incluyéndome) está preparándose para su próximo &#8220;major release&#8221;, o sea, para pasar de PHP5 a PHP6.
Aquí hay una lista de los cambios que se introducirán en PHP6,  (vía)

FILE_BINARY and FILE_TEXT constants available for use with filesystem functions.
register_globals will be gone.
magic_quotes will also disappear.
$HTTP_*_VARS has been [...]]]></description>
			<content:encoded><![CDATA[<p>PHP, el lenguaje preferido por la mayoría de Web Developers (incluyéndome) está preparándose para su próximo &#8220;major release&#8221;, o sea, para pasar de PHP5 a PHP6.</p>
<p>Aquí hay una lista de los cambios que se introducirán en PHP6,  (<a href="http://blog.tuvinh.com/one-minute-with-php6/">vía</a>)</p>
<ul>
<li>FILE_BINARY and FILE_TEXT constants available for use with filesystem functions.</li>
<li><em>register_globals</em> will be gone.</li>
<li><em>magic_quotes</em> will also disappear.</li>
<li><em>$HTTP_*_VARS<strong> </strong></em>has been removed, in favour for <em>$_GET, $_POST, </em>etc.</li>
<li><em>ereg()</em><strong> </strong>no longer available in core PHP6.</li>
<li>Initiating objects with the reference operator (<em>&amp; new Object()</em>) will generate E_STRICT error.</li>
<li>E_STRICT error messages are included in E_ALL errors.</li>
<li><em>{}</em> for string offsets no longer available.</li>
<li><em>[]</em> un-deprecated for accessing characters in a string.</li>
<li>ASP-style tags can no longer be used.</li>
<li>Better Unicode Support.</li>
<li><em>var</em> will be an alias of <em>public</em>, and raises E_STRICT warning.</li>
<li>Support for 64 bit integers.</li>
<li>With ternary operator, the “true” expression is no longer required &#8211; this can be done: <em>$a = $s ?: ‘b’;</em> (Not clear yet exactly how this will work).</li>
<li><em>zend.ze1_compatibility_mode</em> removed.</li>
<li><em>safe_mode</em> is being removed.</li>
<li>Freetype1 and GD1 support removed.</li>
<li><em>dl()</em> is only enabled when a SAPI layers registers it explicitly.</li>
<li>Support for dynamic break levels removed.</li>
<li>XMLReader and XMLWriter will be in the core distribution.</li>
<li>mime_magic removed from the core.</li>
<li><em>Fileinfo </em>moved to the core.</li>
<li>ext/soap on by default.</li>
<li><em>foreach</em> supports multi-dimensional arrays: foreach($a as $b =&gt; list($c, $d))</li>
<li>microtime() will return as float by default.</li>
<li>opcode cache included in core distribution, but turned off by default.</li>
<li><em>flags</em> parameter available for <em>file_get_contents()</em>.</li>
<li><em>before_needle </em>parameter added to <em>strstr()</em> &#8211; allows <em>strstr() </em>to return part of haystack before occurence of the needle.</li>
<li><em>namespace</em>, <em>import</em>, and <em>goto</em> become reserved words.</li>
</ul>
<p>Me parece que la dirección que está tomando PHP es la mejor; PHP se ha caracterizado por ser un lenguaje fácil de usar y aprender para los novatos pero al mismo tiempo un lenguaje poderoso y flexible para los más experimentados y estos cambios están enfocados precisamente para sacarle mayor provecho al poder de PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paolavillarreal.name/2009/03/01/el-nuevo-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
