Patch php5.5.8_patch.txt for Reproducible crash Bug #66557
Patch version 2014-01-23 00:26 UTC
Return to Bug #66557 |
Download this patch
Patch Revisions:
Developer: iand@ekit-inc.com
*** sapi/apache2handler/php_functions.c_orig Wed Jan 8 10:15:20 2014
--- sapi/apache2handler/php_functions.c Wed Jan 22 05:15:25 2014
***************
*** 42,47 ****
--- 42,48 ----
#include "util_script.h"
#include "http_core.h"
#include "ap_mpm.h"
+ #include "ap_mmn.h"
#if !defined(WIN32) && !defined(WINNT) && !defined(NETWARE)
#include "unixd.h"
#endif
|