SlideShare a Scribd company logo
What's New In PHP 5.3 Chris Chubb, Code Gurus www.codegurus.com [email_address]
Migrating from PHP 5.2.x to PHP 5.3.x http://us.php.net/manual/en/migration53.php
See other guides for 4.x -> 5 or 5.1 -> 5.2
Some of these items are things that are new to 5.2, but of interest because 5.3 has modified their implementation.
Backward Incompatible Changes Object._toString()  used for string casting everywhere, so you can override it, in fact you MUST if you want to use it for any place you may treat an object like a string, like in an echo DEBUG statement. Objects still can't be indices of arrays though, for that you must provide your own unique instance hash or call spl_object_hash(), even if you know it's unique. (Or fake it out with an explicit string cast: $array[(string)$object]) realpath() is now fully platform independent.
Deprecations (2) You must now specifically cast objects as an array to use them in the array sort functions. (Do this anyway...)
magic methods __get, __set, __isset, __unset, and __call must always be public and can no longer be static.
The __call magic method is now invoked on access to private and protected methods. (Not just public any more. Self __call)
Deprecations (2) Oracle extension now requires at least Oracle 10. (I think this is a bad idea, too many legacy Oracle installations)
'goto' and 'namespace' are now reserved words. Do a string search in your code. More on these later
New stuff Many new more descriptive error messages, especially with class handling.
Date object moved into the core, and all supporting functions have also become objects. Timezone is inspected more for intervals, etc.
Functions with new optional parameters http://us.php.net/manual/en/migration52.parameters.php
Highlights: datetime can now do milliseconds in the format
cookie functions take "httponly" so they can't be accessed by XSS attacks.
xmlreader now lets you set the encoding directly for reading. No more stream encoding manually.
New Functions http://us.php.net/manual/en/migration52.functions.php

More Related Content

What's hot (20)

PPT
Weird Plsql
webanddb
 
PDF
Learning puppet chapter 3
Vishal Biyani
 
PPTX
PHP 5.6 New and Deprecated Features
Mark Niebergall
 
PPTX
Code documentation
Adégòkè Obasá
 
PPTX
Php
Shyam Khant
 
PPTX
10 Most Important Features of New PHP 5.6
Webline Infosoft P Ltd
 
PDF
Release with confidence
John Congdon
 
PPT
Flex with AMFPHP
tusay
 
PPTX
PHP
Steve Fort
 
PPT
Perl Tidy Perl Critic
olegmmiller
 
PPT
Perl Modules
stn_tkiller
 
PDF
SDPHP - Percona Toolkit (It's Basically Magic)
Robert Swisher
 
PDF
Last train to php 7
Damien Seguy
 
PDF
Php tutorial
Niit
 
PDF
Low Latency Logging with RabbitMQ (PHP London - 4th Sep 2014)
James Titcumb
 
PPT
How Danga::Socket handles asynchronous processing and how to write asynchrono...
Gosuke Miyashita
 
PPT
Php mysql ppt
Karmatechnologies Pvt. Ltd.
 
PPTX
Enjoying the Journey from Puppet 3.x to Puppet 4.x (PuppetConf 2016)
Robert Nelson
 
PPTX
PHP FUNCTIONS
Zeeshan Ahmed
 
Weird Plsql
webanddb
 
Learning puppet chapter 3
Vishal Biyani
 
PHP 5.6 New and Deprecated Features
Mark Niebergall
 
Code documentation
Adégòkè Obasá
 
10 Most Important Features of New PHP 5.6
Webline Infosoft P Ltd
 
Release with confidence
John Congdon
 
Flex with AMFPHP
tusay
 
Perl Tidy Perl Critic
olegmmiller
 
Perl Modules
stn_tkiller
 
SDPHP - Percona Toolkit (It's Basically Magic)
Robert Swisher
 
Last train to php 7
Damien Seguy
 
Php tutorial
Niit
 
Low Latency Logging with RabbitMQ (PHP London - 4th Sep 2014)
James Titcumb
 
How Danga::Socket handles asynchronous processing and how to write asynchrono...
Gosuke Miyashita
 
Enjoying the Journey from Puppet 3.x to Puppet 4.x (PuppetConf 2016)
Robert Nelson
 
PHP FUNCTIONS
Zeeshan Ahmed
 

Similar to New Stuff In Php 5.3 (20)

ODP
What's new, what's hot in PHP 5.3
Jeremy Coates
 
PDF
PHP 5
Rafael Corral
 
PPT
PHP 5.3 Part 1 - Introduction to PHP 5.3
melechi
 
PPT
PHP 5 Boot Camp
Adam Trachtenberg
 
PPTX
Introducing PHP Latest Updates
Iftekhar Eather
 
ODP
The why and how of moving to php 5.4
Wim Godden
 
PDF
Introduction to PHP 5.3
guestcc91d4
 
PPT
ZendCon 08 php 5.3
webhostingguy
 
PDF
Preparing for the next PHP version (5.6)
Damien Seguy
 
PPTX
FFW Gabrovo PMG - PHP OOP Part 3
Toni Kolev
 
PPT
PHP
webhostingguy
 
PDF
0php 5-online-cheat-sheet-v1-3
Fafah Ranaivo
 
PPTX
PHP 5 Magic Methods
David Stockton
 
KEY
Can't Miss Features of PHP 5.3 and 5.4
Jeff Carouth
 
PDF
Php 5.6 From the Inside Out
Ferenc Kovács
 
PDF
Damien seguy php 5.6
Damien Seguy
 
PPTX
Php 5.4: New Language Features You Will Find Useful
David Engel
 
ODP
The why and how of moving to PHP 5.4/5.5
Wim Godden
 
ODP
Php in 2013 (Web-5 2013 conference)
julien pauli
 
What's new, what's hot in PHP 5.3
Jeremy Coates
 
PHP 5.3 Part 1 - Introduction to PHP 5.3
melechi
 
PHP 5 Boot Camp
Adam Trachtenberg
 
Introducing PHP Latest Updates
Iftekhar Eather
 
The why and how of moving to php 5.4
Wim Godden
 
Introduction to PHP 5.3
guestcc91d4
 
ZendCon 08 php 5.3
webhostingguy
 
Preparing for the next PHP version (5.6)
Damien Seguy
 
FFW Gabrovo PMG - PHP OOP Part 3
Toni Kolev
 
0php 5-online-cheat-sheet-v1-3
Fafah Ranaivo
 
PHP 5 Magic Methods
David Stockton
 
Can't Miss Features of PHP 5.3 and 5.4
Jeff Carouth
 
Php 5.6 From the Inside Out
Ferenc Kovács
 
Damien seguy php 5.6
Damien Seguy
 
Php 5.4: New Language Features You Will Find Useful
David Engel
 
The why and how of moving to PHP 5.4/5.5
Wim Godden
 
Php in 2013 (Web-5 2013 conference)
julien pauli
 
Ad

More from Chris Chubb (20)

ODP
Red beanphp orm presentation
Chris Chubb
 
PDF
Portfolio Public Affairs Council
Chris Chubb
 
PDF
Portfolio Pact Publications
Chris Chubb
 
PDF
Portfolio Npf Web Site Donate
Chris Chubb
 
PDF
Portfolio Usccb
Chris Chubb
 
PDF
Portfolio Webposition
Chris Chubb
 
PDF
Portfolio Link Popularity Check
Chris Chubb
 
PDF
Portfolio Npf Ms Batch Loader
Chris Chubb
 
PDF
Portfolio Npf Buy Site
Chris Chubb
 
PDF
Portfolio Naic
Chris Chubb
 
PDF
Portfolio Ccsse
Chris Chubb
 
PDF
Portfolio Book Clubs
Chris Chubb
 
PPT
Database Web
Chris Chubb
 
PPT
Colocation Tradeoffs
Chris Chubb
 
PPT
Website Creation Process
Chris Chubb
 
PPT
Virtual Company Tools
Chris Chubb
 
ODT
Web 20 Checklist
Chris Chubb
 
PPT
Php Chapter 4 Training
Chris Chubb
 
PPT
Php Chapter 2 3 Training
Chris Chubb
 
PPT
Php Chapter 1 Training
Chris Chubb
 
Red beanphp orm presentation
Chris Chubb
 
Portfolio Public Affairs Council
Chris Chubb
 
Portfolio Pact Publications
Chris Chubb
 
Portfolio Npf Web Site Donate
Chris Chubb
 
Portfolio Usccb
Chris Chubb
 
Portfolio Webposition
Chris Chubb
 
Portfolio Link Popularity Check
Chris Chubb
 
Portfolio Npf Ms Batch Loader
Chris Chubb
 
Portfolio Npf Buy Site
Chris Chubb
 
Portfolio Naic
Chris Chubb
 
Portfolio Ccsse
Chris Chubb
 
Portfolio Book Clubs
Chris Chubb
 
Database Web
Chris Chubb
 
Colocation Tradeoffs
Chris Chubb
 
Website Creation Process
Chris Chubb
 
Virtual Company Tools
Chris Chubb
 
Web 20 Checklist
Chris Chubb
 
Php Chapter 4 Training
Chris Chubb
 
Php Chapter 2 3 Training
Chris Chubb
 
Php Chapter 1 Training
Chris Chubb
 
Ad

Recently uploaded (20)

PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
Complete Network Protection with Real-Time Security
L4RGINDIA
 
PDF
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
PDF
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
July Patch Tuesday
Ivanti
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Persuasive AI: risks and opportunities in the age of digital debate
Speck&Tech
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
Complete Network Protection with Real-Time Security
L4RGINDIA
 
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
July Patch Tuesday
Ivanti
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Persuasive AI: risks and opportunities in the age of digital debate
Speck&Tech
 

New Stuff In Php 5.3