php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28002 Soap depends on session
Submitted: 2004-04-15 02:10 UTC Modified: 2004-04-16 03:12 UTC
From: schick at robotbattle dot com Assigned: dmitry (profile)
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.0RC1 OS: Debian GNU/Linux (sarge)
Private report: No CVE-ID: None
 [2004-04-15 02:10 UTC] schick at robotbattle dot com
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' \
"$@"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-15 03:28 UTC] derick@php.net
Assigning to the maintainer.
 [2004-04-15 06:29 UTC] dmitry@php.net
It works fine.
Did you make full rebuild?

make clean
make
 [2004-04-15 22:14 UTC] schick at robotbattle dot com
Argg, sorry. make clean did indeed fix the problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 19:01:28 2024 UTC