php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch included-lib-disable-stack-for-recursion for PCRE related Bug #39349

Patch version 2013-05-08 20:34 UTC

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

Developer: tsteiner@nerdclub.net

diff -ruNa php-5.4.14/ext/pcre/pcrelib/config.h php-5.4.14.pcrefix/ext/pcre/pcrelib/config.h
--- php-5.4.14/ext/pcre/pcrelib/config.h	2013-04-10 02:47:04.000000000 -0500
+++ php-5.4.14.pcrefix/ext/pcre/pcrelib/config.h	2013-05-08 15:18:00.560552555 -0500
@@ -300,7 +300,7 @@
    steam using pcre_recurse_malloc() to obtain memory from the heap. For more
    detail, see the comments and other stuff just above the match() function.
    */
-/* #undef NO_RECURSE */
+#define NO_RECURSE /**/
 
 /* Name of package */
 #define PACKAGE "pcre"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 09:01:28 2024 UTC