From: schick at robotbattle dot com Operating system: Debian GNU/Linux (sarge) PHP version: 5.0.0RC1 PHP Bug Type: Compile Failure Bug description: Soap depends on session
Description: ------------ Soap extensions seems to depend on session support. Running configure with --disable-session and --enable-soap causes the build to fail with the following: ext/soap/soap.lo(.text+0x3a22): In function `zif_soapserver_handle': /var/src/php-5.0.0RC1/ext/soap/soap.c:1391: undefined reference to `ps_globals' ext/soap/soap.lo(.text+0x3b6a):/var/src/php-5.0.0RC1/ext/soap/soap.c:1342: undefined reference to `ps_globals' ext/soap/soap.lo(.text+0x3bc0):/var/src/php-5.0.0RC1/ext/soap/soap.c:1344: undefined reference to `php_session_start' Reproduce code: --------------- This is my config: './configure' \ '--with-apxs2=/usr/bin/apxs2' \ '--with-pgsql=/usr/lib/postgresql' \ '--without-sqlite' \ '--disable-session' \ '--enable-soap' \ '--enable-mbstring' \ '--enable-magic-quotes' \ '--enable-memory-limit' \ '--with-zlib-dir=/usr/lib' \ '--enable-force-cgi-redirect' \ '--disable-ipv6' \ '--with-openssl=/usr' \ '--with-mcrypt' \ '--with-imap=/usr' \ '--with-kerberos' \ '--disable-debug' \ '--with-curl=/usr' \ '--with-gd' \ '--with-png-dir=/usr/lib' \ "$@" -- Edit bug report at http://bugs.php.net/?id=28002&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28002&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28002&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28002&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28002&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28002&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28002&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28002&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28002&r=support Expected behavior: http://bugs.php.net/fix.php?id=28002&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28002&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28002&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28002&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28002&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28002&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28002&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28002&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28002&r=float
