#
2b348324 |
| 26-Feb-2014 |
Ferenc Kovacs |
add NEWS block for 5.6.0 beta1 |
#
781d0b9e |
| 25-Feb-2014 |
Daniel Lowrey |
Update NEWS+UPGRADING (openssl) |
#
e1b1ef0d |
| 25-Feb-2014 |
Antony Dovgal |
add news entry |
#
4d9c556b |
| 25-Feb-2014 |
Antony Dovgal |
add news entry |
#
58e3fcf5 |
| 21-Feb-2014 |
Daniel Lowrey |
Update NEWS/UPGRADING with openssl additions |
#
851f3628 |
| 21-Feb-2014 |
Dmitry Stogov |
Added information about interned strings usage |
#
884bbcd5 |
| 21-Feb-2014 |
Dmitry Stogov |
Added function opcache_is_script_cached(). (Danack) |
#
3e82ff61 |
| 19-Feb-2014 |
Anatol Belski |
updated NEWS |
#
ee4b3892 |
| 18-Feb-2014 |
Stanislav Malyshev |
update news with CVE |
#
be354936 |
| 18-Feb-2014 |
Julien Pauli |
5.5.11 next for NEWS |
#
a6ad3a55 |
| 18-Feb-2014 |
Remi Collet |
NEWS |
#
9f449df1 |
| 18-Feb-2014 |
Remi Collet |
NEWS |
#
c612440e |
| 18-Feb-2014 |
Stanislav Malyshev |
5.4.27 now |
#
b79d2285 |
| 18-Feb-2014 |
Stanislav Malyshev |
update NEWS |
#
1e752ce9 |
| 18-Feb-2014 |
Sara Golemon |
Add __debugInfo() magic method class Foo { private $val = 'Random, meaningless data'; public function count() { return 42; } public function __debugInfo() {
Add __debugInfo() magic method class Foo { private $val = 'Random, meaningless data'; public function count() { return 42; } public function __debugInfo() { return ['count' => $this->count()]; } } $f = new Foo; var_dump($f);
show more ...
|
#
0bc96ef3 |
| 17-Feb-2014 |
Julien Pauli |
Updated NEWS for #65753 |
#
66f76ec1 |
| 17-Feb-2014 |
Julien Pauli |
Updated NEWS for #65753 |
#
b04159ee |
| 17-Feb-2014 |
Julien Pauli |
Updated NEWS for #65753 |
#
796bfb0b |
| 17-Feb-2014 |
Scott MacVicar |
imagettftext() uses the last charactermap it found and not the one you want Summary: This caused issues when you picked a font with multiple maps, it wouldn't pick the unicode versio
imagettftext() uses the last charactermap it found and not the one you want Summary: This caused issues when you picked a font with multiple maps, it wouldn't pick the unicode version but instead pick the last one it saw. Change so we cache on a per encoding level. There was even a todo list item in the code. In an ideal world we can probably iterate through at font write time. Test Plan: See said unit test, it's Apache Licensed font included
show more ...
|
#
e5ec5fc9 |
| 17-Feb-2014 |
Yasuo Ohgaki |
Add pgsql related change information to NEWS and UPGRADING |
#
a59559a1 |
| 16-Feb-2014 |
Yasuo Ohgaki |
Update NEWS and UPGRADING |
#
f7f524aa |
| 16-Feb-2014 |
Yasuo Ohgaki |
Update NEWS |
#
f275fdcf |
| 16-Feb-2014 |
Yasuo Ohgaki |
Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select() |
#
fbb1827d |
| 15-Feb-2014 |
Yasuo Ohgaki |
Update NEWS |
#
7ce88b2d |
| 15-Feb-2014 |
Yasuo Ohgaki |
Update NEWS |