Posted by budda on October 7, 2008 at 2:37pm
Jump to:
| Project: | xapian |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Any reason why the index script is in perl as opposed to php?
Whilst the code appears easy enough to read, it adds another skill requirement for managing the project in the future.
Could the code work in PHP just as well?
Comments
#1
The perl script is no longer required, all required functionality is now implemented in the module.
#2
@singularo: what do you think of removing all the perl scripts? I've never used them, and personally feel they just make things seem more complex than they are.
#3
Yes, i agree. I've removed them now
#4