|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 19:00:02 2025 UTC |
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.