]> git.pld-linux.org Git - packages/php.git/blame - php-session-fix-shared.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-session-fix-shared.patch
CommitLineData
9d6174b1 1--- php-4.2.0/ext/session/config.m4.orig Fri Nov 30 19:59:56 2001
2+++ php-4.2.0/ext/session/config.m4 Wed May 1 22:25:30 2002
3@@ -22,7 +22,9 @@
4 PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/lib, SESSION_SHARED_LIBADD)
5 PHP_ADD_INCLUDE($MM_DIR/include)
6 AC_DEFINE(HAVE_LIBMM, 1, [Whether you have libmm])
7+ if test "$ext_shared" = "no"; then
8 PHP_MODULE_PTR(phpext_ps_mm_ptr)
9+ fi
10 fi
11
12 if test "$PHP_SESSION" != "no"; then
This page took 0.046757 seconds and 4 git commands to generate.