mod_harbour news

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

mod_harbour news

Post by Antonio Linares »

* New: function AP_GetPairs() provides similar functionality as AP_PostPairs().
Parameters must be provided (W3C specifications) like this example: index.prg?one=first&two=second&three=third.
Example: ? AP_GetPairs()

* Enhanced function AP_RPuts() support for arrays, hashes and objects. In example: ? AP_HeadersIn()
You can inspect any object simply doing, in example, ? ErrorNew()

New version available from:
https://github.com/FiveTechSoft/mod_harbour
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply