-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·170 lines (170 loc) · 5.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Last Month in PHP | Dec. 2013 | PDX PHP User Group</title>
<meta charset="utf-8">
<meta name="viewport" content="width=792, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="shower/themes/ribbon/styles/screen.css">
<style>
.slide ol > li > ul > li {font-size:0.8em;}
</style>
</head>
<body class="list">
<header class="caption">
<h1>Last Month in PHP</h1>
<p>December 2013</p>
</header>
<section class="slide shout">
<div>
<h2>Core</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Updates and Releases</h2>
<ol>
<li>v5.3.28
<ul>
<li>2 fixes to OpenSSL</li>
</ul>
</li>
<li>v5.4.23
<ul>
<li>2 fixes to OpenSSL</li>
<li>Numerous other bugfixes including JSON whitespace, MySQLi segfault on bind_param, and PDO sql_parser.
</ul>
</li>
<li>v5.5.7
<ul>
<li>Numerous fixes including OpenSSL memory corruption, OPCache bugs, and improvements to CLI including new MIME Type and headers.</li>
</ul>
</li>
</ol>
</div>
</section>
<section class="slide shout">
<div>
<h2>UPGRADE!</h2>
</div>
</section>
<section class="slide shout">
<div>
<h2>Wordpress</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Wordpress</h2>
<ol>
<li>Wordpress 3.8 "Parker"</li>
<li>New Admin Interface
<ul>
<li>New design, responsive, color schemes.</li>
</ul>
</li>
<li>2014 magazine-type theme</li>
<li>188 contributors...</li>
<li>2nd release on new "Plugin first" dev cycle.</li>
</ol>
</div>
</section>
<section class="slide shout">
<div>
<h2>Drupal</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Drupal</h2>
<ol>
<li>v7.25 released</li>
<li>Significant of bug fixes.</li>
<li>Drupal 8 still on track for 2014 release or "when it is ready."</li>
</ol>
</div>
</section>
<section class="slide shout">
<div>
<h2>Frameworks</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Frameworks</h2>
<ol>
<li>Symfony
<ul>
<li>v2.4.1 released</li>
<li>Tons of bug fixes.</li>
</ul>
</li>
<li>Laravel
<ul>
<li>Became the most popular PHP Framework on Github</li>
<li>v4.2 will see the addition of "expansions"</li>
<li>Had drama concerning tribalism</li>
</ul>
</li>
</ol>
</div>
</section>
<section class="slide">
<div>
<h2>Frameworks (cont)</h2>
<ol>
<li>Zend
<ul>
<li>v2.2.5 released 10/31/13</li>
<li>Minor bug fixes</li>
</ul>
</li>
<li>Joomla
<ul>
<li>Just released v1.0</li>
<li>Still in the midst of the framework rewrite</li>
<li>Passwird security changes were held for future release</li>
</ul>
</li>
</ol>
</div>
</section>
<section class="slide shout">
<div>
<h2>Conferences</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Upcoming Conferences</h2>
<ol>
<li>SkiPHP - Next weekend in Salt Lake City</li>
<li>SunshinePHP - Feb. 6-8 in Miami</li>
<li>MidwestPHP - first weekend in March</li>
<li>Laracon - May 15-16 in NYC</li>
</ol>
</div>
</section>
<section class="slide shout">
<div>
<h2>Packages</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Packages</h2>
<ol>
<li>Stack Middlewares are gaining traction</li>
<li>PHP League is growing as well, and becoming less pretentious</li>
</ol>
</div>
</section>
<section class="slide shout">
<div>
<h2><code><mark></end></mark></code></h2>
</div>
</section>
<div class="progress"><div></div></div>
<script src="shower/shower.min.js"></script>
</body>
</html>