php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46676 cannot define a method named lookup in ext
Submitted: 2008-11-26 04:58 UTC Modified: 2008-11-27 02:01 UTC
From: surfchen at gmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.6 OS: Red Hat/Mac OSX
Private report: No CVE-ID: None
 [2008-11-26 04:58 UTC] surfchen at gmail dot com
Description:
------------
I built a ext,which have a method named lookup.But after I built .so and run test,it said that method is undefined.

Reproduce code:
---------------
http://www.surfchen.org/tmp/lookup.tgz
Download codes above and phpize && ./configure && make && make install,then run php s.php in that dir.

Expected result:
----------------
lookup() should work

Actual result:
--------------
lookup() not works

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-27 02:01 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

This is not the place to report bugs in any 3rd party stuff.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 10:01:30 2025 UTC