summaryrefslogtreecommitdiff
path: root/ext/mnogosearch
Commit message (Collapse)AuthorAgeFilesLines
* # Mnogosearch new function calls fixesSergey Kartashoff2002-06-101-3/+25
|
* - MnoGoSearch extension compile fix with mnogosearch-3.2.4 and 3.2.5Sergey Kartashoff2002-06-101-2/+62
|
* # mnogosearch update. Does not compile at this moment, butSergey Kartashoff2002-06-101-4/+34
| | | | | # there are not so many things left to fix...
* # More mnogosearch updatesSergey Kartashoff2002-06-062-12/+99
|
* # mnogosearch work continuedSergey Kartashoff2002-06-051-11/+48
|
* more mnogosearch compilation fixesSergey Kartashoff2002-06-051-14/+66
|
* MnoGoSearch extension fixes to compile under latestSergey Kartashoff2002-06-052-24/+147
| | | | | | mnogosearch 3.2.4 and 3.2.5. Still does not compile with them, but the work still in progress...
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-10/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-10/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-3/+3
|
* Update headers.Sebastian Bergmann2001-12-112-2/+2
|
* - mnogosearch example updated to include searchd supportSergey Kartashoff2001-12-101-0/+10
|
* - Fixed search daemon support in mnogosearch module.Sergey Kartashoff2001-12-101-0/+28
|
* - Added synonym stuff support to mnogosearch module. Slightly changedSergey Kartashoff2001-12-022-1/+21
| | | | | stored API. Example updated.
* - Mnogosearch module stored API slightly changed. Example updated.Sergey Kartashoff2001-12-022-18/+12
|
* - Added stored API to mnoGoSearch module. Now you can checkSergey Kartashoff2001-12-013-9/+161
| | | | | if URL is places at the stored database ot not. Example updated.
* - mnoGoSearch module usage example (searchlite) updated to supportSergey Kartashoff2001-12-011-1/+19
| | | | | StoreDoc stuff.
* - StoreDOC support has been added to mnogoSearch module.Sergey Kartashoff2001-12-012-1/+63
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* @- Added Udm_Check_Charset function (gluke)Sergey Kartashoff2001-11-052-19/+92
| | | | | - Added Udm_Check_Charset function (gluke)
* # more mnoGoSearch example fixesSergey Kartashoff2001-11-041-24/+30
|
* - mnoGoSearch extension example updated to support words hilighting (gluke)Sergey Kartashoff2001-11-041-4/+10
|
* @- mnoGoSearch module example updates for 3.2.x compatibilitySergey Kartashoff2001-11-031-4/+16
| | | | | - mnoGoSearch module example updates for 3.2.x compatibility
* @- Some mnogosearch-3.2.x compilation bugs fixes.Sergey Kartashoff2001-11-031-7/+38
| | | | | | | | | | | @ Make crosswords and weight sections work with mnogosearch-3.2.x @ UDM_PARAM_HLBEG, UDM_PARAM_HLEND mnoGoSearch Agent parameters @ has been added (gluke) - Some mnogosearch-3.2.x compilation bugs fixes. Make crosswords and weight sections work with mnogosearch-3.2.x UDM_PARAM_HLBEG, UDM_PARAM_HLEND mnoGoSearch Agent parameters has been added (gluke)
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* @- Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)Sergey Kartashoff2001-10-101-2/+16
| | | | | - Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)
* @- Added support for word match mnogosearch-3.2 command and for stopfileSergey Kartashoff2001-10-081-4/+0
| | | | | | | @ command. StopTable will not be supported by mnogosearch-3.2.x - Added support for word match mnogosearch-3.2 command and for stopfile command. StopTable will not be supported by mnogosearch-3.2.x
* Search frontend example has been updated.Sergey Kartashoff2001-09-291-0/+11
|
* @- initial support of mnogosearch-3.2.x has been added. Not all featuresSergey Kartashoff2001-09-291-12/+104
| | | | | | | @ are implemented currently. - initial support of mnogosearch-3.2.x has been added. Not all features are implemented currently.
* # fixed typoSergey Kartashoff2001-09-291-1/+1
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-2/+2
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-19/+19
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* A bug fixed when trying to return NULL strings.Sergey Kartashoff2001-09-153-147/+916
| | | | | | | | | Added a new example of building search frontend based on mnoGoSearch extension. @- A bug fixed when tryint to return NULL strings. @ Added a new example of building search frontend based on mnoGoSearch @ extension.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* # just an author's promary email change in headersSergey Kartashoff2001-08-202-2/+2
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+2
| | | | | - whitespace fixes
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+4
|
* Security fix in Udm_Set_Agent_Param function.Sergey Kartashoff2001-06-251-1/+1
|
* mnoGoSearch module test example updatesSergey Kartashoff2001-06-221-0/+1
|
* A new parameter UDM_PARAM_VARDIR has been added inSergey Kartashoff2001-06-221-0/+13
| | | | | | | | | Udm_Set_Agent_Param function to support alternative search data directory. This requires mnogoSearch 3.1.13 or later. @- A new parameter UDM_PARAM_VARDIR has been added in @ Udm_Set_Agent_Param function to support alternative search data directory. @ This requires mnogoSearch 3.1.13 or later.
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-2/+4
|
* Some fixes in Udm_Cat_List and Udm_Cat_Path functions.Sergey Kartashoff2001-05-031-2/+4
|
* Udm_Cat_List and Udm_Cat_Path functions has been added.Sergey Kartashoff2001-04-302-0/+104
| | | | | @ Udm_Cat_List and Udm_Cat_Path functions has been added.
* # mnoGoSearch module TODO updatedSergey Kartashoff2001-04-301-4/+2
|
* Added UDM_FIELD_CATEGORY parameter to get current documentSergey Kartashoff2001-04-301-0/+6
| | | | | category in the mnoGoSearch module
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-1/+1
| | | | | # Heads up people! I tested this before committing but you never know..
* # TODO updates in mnoGoSearch module READMESergey Kartashoff2001-03-021-4/+3
|
* # mnoGoSearch example fixSergey Kartashoff2001-03-021-4/+4
|