Patch bug.64577.main.c.patch for Apache2 related Bug #64577
Patch version 2013-04-04 20:44 UTC
Return to Bug #64577 |
Download this patch
Patch Revisions:
Developer: davek@gamehouse.com
--- main/main.c 2013-04-04 20:01:23.996313649 +0000
+++ main/main.1.c 2013-04-04 20:38:06.828503083 +0000
@@ -2407,7 +2407,7 @@
zend_file_handle *prepend_file_p, *append_file_p;
zend_file_handle prepend_file = {0}, append_file = {0};
#if HAVE_BROKEN_GETCWD
- int old_cwd_fd = -1;
+ volatile int old_cwd_fd = -1;
#else
char *old_cwd;
ALLOCA_FLAG(use_heap)
|