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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
John Kary
April 02, 2014
Technology
1
93
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
150
Last Month in PHP - September 2018
johnkary
0
94
Last Month in PHP - July 2018
johnkary
1
220
Last Month in PHP - June 2018
johnkary
0
140
Last Month in PHP - November 2017
johnkary
0
91
Last Month in PHP - June 2017
johnkary
0
120
Last Month in PHP - February 2017
johnkary
1
200
Functions in PHP: Part 1 - Writing Your Own Functions
johnkary
0
280
Keeping Software Soft
johnkary
0
190
Other Decks in Technology
See All in Technology
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
870
The_Evolution_of_Bits_AI_SRE.pdf
nulabinc
PRO
0
190
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
590
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
710
Google系サービスで文字起こしから勝手にカレンダーを埋めるエージェントを作った話
risatube
0
170
内製AIチャットボットで学んだDatadog LLM Observability活用術
mkdev10
0
100
Go標準パッケージのI/O処理をながめる
matumoto
0
190
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
190
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
330
Dr. Werner Vogelsの14年のキーノートから紐解くエンジニアリング組織への処方箋@JAWS DAYS 2026
p0n
1
130
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
530
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
We Have a Design System, Now What?
morganepeng
55
8k
Git: the NoSQL Database
bkeepers
PRO
432
66k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Test your architecture with Archunit
thirion
1
2.2k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
Building AI with AI
inesmontani
PRO
1
790
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
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