php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57697 apc_add() not in function entry
Submitted: 2007-06-09 07:50 UTC Modified: 2007-06-09 10:28 UTC
From: knut@php.net Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.2.1 OS:
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: knut@php.net
New email:
PHP Version: OS:

 

 [2007-06-09 07:50 UTC] knut@php.net
Description:
------------
apc_add() was added in APC 3.0.13 but is not appearing in the function entry.

Reproduce code:
---------------
Index: php_apc.c
===================================================================
RCS file: /repository/pecl/apc/php_apc.c,v
retrieving revision 3.145
diff -u -r3.145 php_apc.c
--- php_apc.c   21 May 2007 01:37:24 -0000      3.145
+++ php_apc.c   9 Jun 2007 11:41:10 -0000
@@ -948,6 +948,7 @@
        PHP_FE(apc_define_constants,    NULL)
        PHP_FE(apc_load_constants,      NULL)
        PHP_FE(apc_compile_file,        NULL)
+       PHP_FE(apc_add,                 NULL)
        {NULL,          NULL,                           NULL}
 };
 /* }}} */



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-09 10:28 UTC] rasmus@php.net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC