|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-08-29 19:35 UTC] gustavo at zacarias dot com dot ar
mod_python 2.4.1 with php 4.0.2 don't compile both static into apache. The reason is php has it's own pcre_* functions (Perl-compatible regexes), and also python 1.5.2 has them in libpython1.5.a Can workaround compiling php with --without-pcre-regex A fix could be in the form of just using the include files php has, and not making/linking the library functions, asuming "they'll be there" at httpd link time, sort of a "--with-pcre-modpython". PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 29 06:00:01 2026 UTC |
see './configure --help' : --without-pcre-regex Do not include Perl Compatible Regular Expressions support. Use --with-pcre-regex=DIR to specify DIR where PCRE's include and library files are located, if not using bundled library.