php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13844 wddx and disable-sessions
Submitted: 2001-10-26 21:34 UTC Modified: 2001-10-27 02:29 UTC
From: cox at idecnet dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-10-26 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cox at idecnet dot com
New email:
PHP Version: OS:

 

 [2001-10-26 21:34 UTC] cox at idecnet dot com
If I try to compile php with --enable-wddx and --disable-sessions I get:

./.libs/libphp4.a(wddx.o): In function `ps_srlzr_encode_wddx':
wddx.o(.text+0x2ed): undefined reference to `ps_globals'
wddx.o(.text+0x312): undefined reference to `ps_globals'
wddx.o(.text+0x340): undefined reference to `php_get_session_var'
wddx.o(.text+0x36b): undefined reference to `ps_globals'
./.libs/libphp4.a(wddx.o): In function `ps_srlzr_decode_wddx':
wddx.o(.text+0x53a): undefined reference to `php_set_session_var'
wddx.o(.text+0x559): undefined reference to `ps_globals'
./.libs/libphp4.a(wddx.o): In function `zm_startup_wddx':
wddx.o(.text+0x5f6): undefined reference to `php_session_register_serializer'
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1

If wddx depends on sessions, it should be checked at configure time no?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-27 02:29 UTC] sniper@php.net
Fixed in CVS. Thank you for reporting this.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Sep 16 18:01:30 2024 UTC