php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66287 tagged release-3.0.8 missing tests/connect.inc
Submitted: 2013-12-13 15:19 UTC Modified: 2021-03-25 16:36 UTC
From: php at bof dot de Assigned: cmb (profile)
Status: Closed Package: memcache (PECL)
PHP Version: 5.4.23 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
9 + 33 = ?
Subscribe to this entry?

 
 [2013-12-13 15:19 UTC] php at bof dot de
Description:
------------
While compiling PHP 5.4.23 myself, I just noticed that almost all tests of the memcache extension failed.

Reason is that tests/connect.inc is missing from the tagged release-3.0.8 that I attempted to build.

Copying over that file from an earlier build, resulted in all tests passing that passed before (there is one that doesn't pass, but it didn't pass in the past, either - PECL bug #16442 (memcache_set fail with integer value) [tests/pecl16442.phpt]


Expected result:
----------------
tests pass (mostly)

Actual result:
--------------
tests don't pass (mostly)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-03-25 16:36 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-03-25 16:36 UTC] cmb@php.net
The official bug tracker for PECL/memcache is now at
<https://github.com/websupport-sk/pecl-memcache/issues>.

So, if this is still an issue with either of the current memcache
versions (4 or 8), please file an issue there.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC