Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Last 6 Months in PHP - April 2014
John Kary
April 02, 2014
Technology
1
72
Last 6 Months in PHP - April 2014
Kansas City PHP User Group
April 4, 2014
John Kary
April 02, 2014
Tweet
Share
More Decks by John Kary
See All by John Kary
Last Month in PHP - March 2019
johnkary
0
36
Last Month in PHP - September 2018
johnkary
0
32
Last Month in PHP - July 2018
johnkary
1
71
Last Month in PHP - June 2018
johnkary
0
45
Last Month in PHP - November 2017
johnkary
0
43
Last Month in PHP - June 2017
johnkary
0
43
Last Month in PHP - February 2017
johnkary
1
78
Functions in PHP: Part 1 - Writing Your Own Functions
johnkary
0
120
Keeping Software Soft
johnkary
0
82
Other Decks in Technology
See All in Technology
GitHub Codespaces が拡げる開発環境、いつでもどこでも Visual Studio Code で!
dzeyelid
0
160
FlexScan HD2452Wの 後継を探して
tring
0
5.3k
Optimizing your Swift code
kateinoigakukun
0
1.3k
AKIBA.SaaS資料
yasumuusan
0
160
ECテックカンファレンス2023 EC事業部のモバイル開発2023
tatsumi0000
0
180
PHPのimmutable arrayとは
hnw
1
150
OpenShiftのリリースノートを整理してみた
loftkun
2
250
インフラ技術基礎勉強会 開催概要
toru_kubota
0
140
USB PD で迎える AC アダプター大統一時代
puhitaku
2
1.8k
2022年に起きたフロントエンドの変化
sakito
29
17k
230125 モニターマウントLT ITガジェット翁(Ryu.Cyber)さん
comucal
PRO
0
4k
ChatGPT for Hacking
anugrahsr
0
2.6k
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
22
42k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
31
20k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
44
14k
Embracing the Ebb and Flow
colly
75
3.6k
Typedesign – Prime Four
hannesfritz
34
1.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
109
16k
Debugging Ruby Performance
tmm1
67
11k
Fantastic passwords and where to find them - at NoRuKo
philnash
31
1.8k
We Have a Design System, Now What?
morganepeng
37
5.9k
Side Projects
sachag
451
37k
Web development in the modern age
philhawksworth
197
9.6k
Designing for humans not robots
tammielis
245
24k
Transcript
Last Month in PHP April 2, 2014 Kansas City PHP
User Group Slides: http://johnkary.net/talks John Kary @johnkary 6 months
Releases
5.5.10 5.4.26 5.3.28 Upgrade NOW!
New design of php.net
2.3.0 2.2.6 2.1.6 1.12.4 2.4.2 2.3.11 2.2.11 2.1.13 2.0.25 3.8.1
7.26 6.30 = Contains at least 1 major security fix in the last 6 months = New major version in the last 6 months Upgrade NOW!
5.6.0-alpha3
Peer Certificates Verified by Default with SSL/TLS https://wiki.php.net/rfc/tls-peer-verification ACCEPTED
Syntax for Variadic Functions https://wiki.php.net/rfc/variadics ACCEPTED
Variadic Functions 5.5 function sum() { return array_sum(func_get_args()); } !
echo sum(2, 4, 6, 8); // 20 5.6 function sum(...$args) { return array_sum($args); } ! echo sum(2, 4, 6, 8); // 20
Variadic Functions - Type Hinting 5.6 function weekends(DateTime ...$weekends) {
foreach ($weekends as $date) { echo $date->format('Y-m-d') . ", "; } } ! $sat1 = new DateTime('September 21, 2013'); $sun1 = new DateTime('September 22, 2013'); $sat2 = new DateTime('September 28, 2013'); $sun2 = new DateTime('September 29, 2013'); ! echo weekends($sat1, $sun1, $sat2, $sun2); // 2013-09-21, 2013-09-22, 2013-09-28, 2013-09-29,
Package Signing Pádraic Brady http://blog.astrumfutura.com/2014/03/thoughts-on- composers-future-security/
HHVM
Hack
Conferences / Events
LoneStarPHP.com $200 $175 Coupon Code: KCPHP14
Kansas City Developer Conference (KCDC) May 15-17
Chicago May 19-20, 2014 tek.phparch.com Schedule has been announced
Chicago May 19-20, 2014 tek.phparch.com
Kansas City Marriott Downtown CFP closes April 29
Nomad PHP?
Day Camp 4 Developers?
fin http://johnkary.net/talks @johnkary