php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57595 memcache module does not load
Submitted: 2007-03-28 07:05 UTC Modified: 2007-03-28 09:19 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: keskinege at gmail dot com Assigned:
Status: Wont fix Package: memcache (PECL)
PHP Version: 4.3.9 OS: Centos 4.3-4.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: keskinege at gmail dot com
New email:
PHP Version: OS:

 

 [2007-03-28 07:05 UTC] keskinege at gmail dot com
Description:
------------
tried both stable link download, and also cvs release.
memcache compiles without a problem but on apache reload, following error occurs on error_log, and memcache module does not load:
/usr/lib/php4/memcache.so: undefined symbol: php_url_parse_ex in Unknown on line 0
seems like php_url_parse_ex is a php 5 function, and php 4, does not have it.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-28 07:09 UTC] keskinege at gmail dot com
memcache_session.c:                     url = php_url_parse_ex(save_path+i, j-i);

this is the place where this function used.
 [2007-03-28 07:09 UTC] tony2001 at phpclub dot net
Update your PHP. 
4.3.9 is really old version.
 [2007-03-28 09:11 UTC] keskinege at gmail dot com
i see, well 4.3.9 is the latest version on centos distribution, will try newer ones. will a version 4.xx work?
 [2007-03-28 09:19 UTC] tony2001 at phpclub dot net
This function appeared at least in 4.3.11, not sure about 4.3.10.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC