php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57903 Cannot load memcache extension
Submitted: 2007-11-09 11:22 UTC Modified: 2008-01-01 07:53 UTC
From: mwilliamson at sendwordnow dot com Assigned:
Status: Not a bug Package: memcache (PECL)
PHP Version: 4.3.4 OS: Windows XP
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: mwilliamson at sendwordnow dot com
New email:
PHP Version: OS:

 

 [2007-11-09 11:22 UTC] mwilliamson at sendwordnow dot com
Description:
------------
Copied php_memcache.dll that I downloaded from http://pecl4win.php.net/ext.php/php_memcache.dll for 4.3 to C:\Windows\system32 and tried to load it in php.ini. Upone failure, I tried to load it using dl/1 but resulted in the same error.

Reproduce code:
---------------
<?php
dl('php_memcache.dll') or die('error');
?>

Expected result:
----------------
A blank screen.

Actual result:
--------------
Warning: dl(): Unable to load dynamic library './php_memcache.dll' - The specified procedure could not be found. in c:\inetpub\wwwroot\index.php on line 2
error

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-01 06:14 UTC] wiesemann@php.net
(wrong package)
 [2008-01-01 07:53 UTC] tony at daylessday dot org
>Warning: dl(): Unable to load dynamic library './php_memcache.dll'

You forgot to set extension_dir in your php.ini.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Oct 15 10:01:27 2024 UTC