We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4fd36 commit cc10da4Copy full SHA for cc10da4
NEWS
@@ -3,7 +3,7 @@ PHP NEWS
3
?? ??? 2015, PHP 7.0.1
4
5
- Core:
6
- . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted calable).
+ . Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
7
(Anatol, Laruence)
8
9
- Streams/Socket
Zend/tests/bug70895.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-Bug #70895 null ptr deref and segfault with crafted calable
+Bug #70895 null ptr deref and segfault with crafted callable
--FILE--
<?php
Zend/tests/bug70898.phpt
function m($f,$a){
0 commit comments