Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Last 6 Months in PHP - April 2014
Search
John Kary
April 02, 2014
Technology
1
91
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
130
Last Month in PHP - September 2018
johnkary
0
75
Last Month in PHP - July 2018
johnkary
1
200
Last Month in PHP - June 2018
johnkary
0
120
Last Month in PHP - November 2017
johnkary
0
83
Last Month in PHP - June 2017
johnkary
0
100
Last Month in PHP - February 2017
johnkary
1
170
Functions in PHP: Part 1 - Writing Your Own Functions
johnkary
0
270
Keeping Software Soft
johnkary
0
180
Other Decks in Technology
See All in Technology
[2025-11-06] ベイズ最適化の基礎とデザイン支援への応用(CVIMチュートリアル)
yuki_koyama
1
590
嗚呼、当時の本番環境の状態で AI Agentを再評価したいなぁ...
po3rin
0
390
Claude Code 10連ガチャ
uhyo
3
640
Copilotの精度を上げる!カスタムプロンプト入門.pdf
ismk
10
3.3k
今日から使える AWS Step Functions 小技集 / AWS Step Functions Tips
kinunori
5
650
ググるより、AIに聞こう - Don’t Google it, ask AI
oikon48
0
820
ソフトウェアテストのAI活用_ver1.50
fumisuke
0
290
どうなる Remix 3
tanakahisateru
2
350
プログラミング言語を書く前に日本語を書く── AI 時代に求められる「言葉で考える」力/登壇資料(井田 献一朗)
hacobu
PRO
0
140
AWS IAM Identity Centerによる権限設定をグラフ構造で可視化+グラフRAGへの挑戦
ykimi
2
690
[mercari GEARS 2025] Keynote
mercari
PRO
0
160
Pythonで構築する全国市町村ナレッジグラフ: GraphRAGを用いた意味的地域検索への応用
negi111111
8
3.4k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
Practical Orchestrator
shlominoach
190
11k
Facilitating Awesome Meetings
lara
57
6.6k
Mobile First: as difficult as doing things right
swwweet
225
10k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Context Engineering - Making Every Token Count
addyosmani
9
370
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
660
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Optimizing for Happiness
mojombo
379
70k
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