php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61839
Patch php-configure-cross.patch revision 2014-06-13 17:07 UTC by sob at evomer-domein dot nl
Patch tafoda revision 2014-06-13 14:28 UTC by fredy at tecsysbrasil dot com dot br
Patch php-fpm-cross.patch revision 2012-04-24 15:13 UTC by bos at je-eigen-domein dot nl

Patch php-fpm-cross.patch for FPM related Bug #61839

Patch version 2012-04-24 15:13 UTC

Return to Bug #61839 | Download this patch
Patch Revisions:

Developer: bos@je-eigen-domein.nl

diff -ur php-5.4.0/sapi/fpm/config.m4 php-5.4.0.new/sapi/fpm/config.m4
--- php-5.4.0/sapi/fpm/config.m4        2011-11-15 23:40:10.000000000 +0100
+++ php-5.4.0.new/sapi/fpm/config.m4    2012-04-24 16:45:15.448153378 +0200
@@ -192,6 +192,8 @@
       have_ptrace=no
       have_broken_ptrace=yes
       AC_MSG_RESULT([no])
+    ], [
+      AC_MSG_RESULT([skipped (cross compiling)])
     ])
   fi
 
@@ -264,6 +266,8 @@
     ], [
       proc_mem_file=""
       AC_MSG_RESULT([no])
+    ], [
+      AC_MSG_RESULT([skipped (cross compiling)])
     ])
   fi

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC