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
90
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
120
Last Month in PHP - September 2018
johnkary
0
70
Last Month in PHP - July 2018
johnkary
1
190
Last Month in PHP - June 2018
johnkary
0
110
Last Month in PHP - November 2017
johnkary
0
83
Last Month in PHP - June 2017
johnkary
0
97
Last Month in PHP - February 2017
johnkary
1
170
Functions in PHP: Part 1 - Writing Your Own Functions
johnkary
0
260
Keeping Software Soft
johnkary
0
170
Other Decks in Technology
See All in Technology
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
310
まずはマネコンでちゃちゃっと作ってから、それをCDKにしてみよか。
yamada_r
2
120
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
120
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
310
Apache Spark もくもく会
taka_aki
0
130
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
520
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
490
KotlinConf 2025_イベントレポート
sony
1
140
データ分析エージェント Socrates の育て方
na0
6
2.1k
人工衛星のファームウェアをRustで書く理由
koba789
15
8.2k
slog.Handlerのよくある実装ミス
sakiengineer
4
470
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Statistics for Hackers
jakevdp
799
220k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Bash Introduction
62gerente
615
210k
Building Applications with DynamoDB
mza
96
6.6k
Unsuck your backbone
ammeep
671
58k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
KATA
mclloyd
32
14k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
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