[PHP-DEV] PHP 4.0 Bug #9670 Updated: udm_alloc_agent From: gluke <email protected>
Date: 03/10/01

ID: 9670
Updated by: gluke
Reported By: joeb <email protected>
Old-Status: Open
Status: Closed
Bug Type: Unknown/Other Function
Assigned To:
Comments:

mnoGoSearch extension is not available in php-4.0.4pl1.
It will be available in 4.0.5RC+

Previous Comments:
---------------------------------------------------------------------------

[2001-03-10 06:00:38] joeb <email protected>
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 05:59:08] joeb <email protected>
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.

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9670&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>