php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9670 udm_alloc_agent
Submitted: 2001-03-10 05:59 UTC Modified: 2001-03-10 08:03 UTC
From: joeb at computerstaff dot net Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.4pl1 OS: LINUX
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: joeb at computerstaff dot net
New email:
PHP Version: OS:

 

 [2001-03-10 05:59 UTC] joeb at computerstaff dot net
I am trying to use the mnogo (formerly udmsearch) functions within my app. Code below.

        $nRet = udm_alloc_agent($dbaddr,"single");
        udm_find($nRet,"sybase");

I get the following message:

Fatal error: Call to undefined function: udm_alloc_agent() in /home/www/computerstaff/docs/ncomputerstaff/testudm.htm on line 4.

I compiled it with the option "--with-mnogosearch" and phpinfo shows that.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-10 06:00 UTC] joeb at computerstaff dot net
I am trying to use the mnogo (formerly udmsearch) functions within my app. Code below.

        $nRet = udm_alloc_agent($dbaddr,"single");
        udm_find($nRet,"sybase");

I get the following message:

Fatal error: Call to undefined function: udm_alloc_agent() in testudm.htm on line 4.

I compiled it with the option "--with-mnogosearch" and phpinfo shows that.

 [2001-03-10 08:03 UTC] gluke@php.net
mnoGoSearch extension is not available in php-4.0.4pl1.
It will be available in 4.0.5RC+
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 15:01:31 2024 UTC