gluke Sun Nov 28 15:33:09 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mnogosearch php_mnogo.h Log: # - MnoGoSearch extension latest patch reverted (part3) http://cvs.php.net/diff.php/php-src/ext/mnogosearch/php_mnogo.h?r1=1.19.4.5&r2=1.19.4.6&ty=u Index: php-src/ext/mnogosearch/php_mnogo.h diff -u php-src/ext/mnogosearch/php_mnogo.h:1.19.4.5 php-src/ext/mnogosearch/php_mnogo.h:1.19.4.6 --- php-src/ext/mnogosearch/php_mnogo.h:1.19.4.5 Sun Nov 28 15:31:36 2004 +++ php-src/ext/mnogosearch/php_mnogo.h Sun Nov 28 15:33:09 2004 @@ -1,21 +1,21 @@ /* $Source: /repository/php-src/ext/mnogosearch/php_mnogo.h,v $ */ -/* $Id: php_mnogo.h,v 1.19.4.5 2004/11/28 20:31:36 gluke Exp $ */ +/* $Id: php_mnogo.h,v 1.19.4.6 2004/11/28 20:33:09 gluke Exp $ */ -/* +/* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_0.txt. | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: | + | Authors: | | Initial version by Alex Barkov <[EMAIL PROTECTED]> | | and Ramil Kalimullin <[EMAIL PROTECTED]> | | Further development by Sergey Kartashoff <[EMAIL PROTECTED]> | @@ -57,6 +57,11 @@ DLEXPORT PHP_FUNCTION(udm_api_version); #if UDM_VERSION_ID >= 30200 DLEXPORT PHP_FUNCTION(udm_check_charset); +#if UDM_VERSION_ID == 30203 +DLEXPORT PHP_FUNCTION(udm_open_stored); +DLEXPORT PHP_FUNCTION(udm_check_stored); +DLEXPORT PHP_FUNCTION(udm_close_stored); +#endif #if UDM_VERSION_ID >= 30203 DLEXPORT PHP_FUNCTION(udm_crc32); #endif @@ -64,16 +69,12 @@ DLEXPORT PHP_FUNCTION(udm_parse_query_string); DLEXPORT PHP_FUNCTION(udm_make_excerpt); DLEXPORT PHP_FUNCTION(udm_set_agent_param_ex); -DLEXPORT PHP_FUNCTION(udm_get_agent_param_ex); DLEXPORT PHP_FUNCTION(udm_get_res_field_ex); #endif #if UDM_VERSION_ID >= 30211 DLEXPORT PHP_FUNCTION(udm_hash32); DLEXPORT PHP_FUNCTION(udm_alloc_agent_array); #endif -#if UDM_VERSION_ID >= 30216 -DLEXPORT PHP_FUNCTION(udm_store_doc_cgi); -#endif #endif DLEXPORT PHP_FUNCTION(udm_alloc_agent);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php