<?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>Oxagile Software Development Company Web Application Development Blog &#187; PHP.INI</title>
	<atom:link href="http://blog.oxagile.com/tag/phpini/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oxagile.com</link>
	<description>Web and Mobile Application Development Services</description>
	<lastBuildDate>Wed, 21 Dec 2011 20:11:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP 5.3: welcome to release party in Munich</title>
		<link>http://blog.oxagile.com/2009/07/17/php-53-welcome-to-release-party-in-munich/</link>
		<comments>http://blog.oxagile.com/2009/07/17/php-53-welcome-to-release-party-in-munich/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 13:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming PHP]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[PHP applications]]></category>
		<category><![CDATA[PHP.INI]]></category>

		<guid isPermaLink="false">http://blog.oxagile.com/?p=439</guid>
		<description><![CDATA[ 
   Today we continue our analysis of the most significant changes applied to the new PHP version.
Changing magic methods 
Before the introduction of PHP 5.3, these methods could be marked not only as public but also as private, protected, static ones, etc. Starting with the 5.3 these methods (mentioned below) cannot be [...]]]></description>
			<content:encoded><![CDATA[ 
   <span class = "facebook-like-this" style = "height: px"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.oxagile.com/2009/07/17/php-53-welcome-to-release-party-in-munich/&layout=standard&show_faces=false&width=100%&action=like&colorscheme=light&locale=en_US&font=" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100%px; height:px"></iframe></span><p>Today we continue our analysis of the most significant changes applied to the new <a href="http://www.oxagile.com/expertise/by-technology">PHP </a>version.</p>
<p><em>Changing magic methods </em></p>
<p>Before the introduction of PHP 5.3, these methods could be marked not only as public but also as private, protected, static ones, etc. Starting with the 5.3 these methods (mentioned below) cannot be static and must be public only:</p>
<p>* __get ()<br />
* __set ()<br />
* __isset ()<br />
* __unset ()<br />
* __call ()</p>
<p><em>Ministry of Health warns</em></p>
<p>PHP has a list of functions that were marked for removal. Most of them are not common (<a href="http://www.oxagile.com">PHP developers</a> use them not very often), but nevertheless, you should check your code (they won’t work in the new version). These functions are:</p>
<p>* Call_user_method ()<br />
* Call_user_method_array ()<br />
* Define_syslog_variables ()<br />
* Ereg ()<br />
* Ereg_replace ()<br />
* Eregi ()<br />
* Eregi_replace ()<br />
* Set_magic_quotes_runtime () / magic_quotes_runtime ()<br />
* Session_register ()<br />
* Session_unregister ()<br />
* Session_is_registered ()<br />
* Set_socket_blocking ()<br />
* Split ()<br />
* Spliti ()<br />
* Sql_regcase ()</p>
<p>Moreover, some directives in PHP.INI suffer the same fate, now they will warn you (E_DEPRECATED) if you try to activate them:</p>
<p>* Define_syslog_variables<br />
* Register_globals<br />
* Register_long_arrays<br />
* Safe_mode<br />
* Magic_quotes_gpc<br />
* Magic_quotes_runtime<br />
* Magic_quotes_sybase</p>
<p><em>Surprises</em></p>
<p>In PHP 5.0, the method “is_a ()” was described as inadvisable (manuals recommended to use “instanceof”), but in spite of this fact “is_a ()” was not removed from the language. Furthermore now it works without  E_DEPRECATED-warnings.</p>
<p>The following words were reserved:</p>
<p>* GOTO<br />
* NAMESPACE</p>
<p>It is very unlikely that they were included in your code, however, it would be better for you to scan the code. These words cannot be used as function names, class names, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oxagile.com/2009/07/17/php-53-welcome-to-release-party-in-munich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

