PDA

View Full Version : 5.7.x


darkone
01-28-2004, 11:43 PM
Ok, as you might have noticed http interface was disabled in the 5.6.x. (due various reasons) 5.7.x will be a version devoted to http.

If I've understod right, php can also be expanded with custom commands - just like tcl. If this turns out to be true & extensions are doable with reasonable effort, then you can say goodbye to all harcoded cgis. Instead, you will have extensive subset of php commands that will allow you to do what cgis currently do - and more.

mr_F_2
01-29-2004, 12:28 AM
ownage
to use php scripts to work my http shizza will make me a very happy man

keep it up d1

darkone
01-29-2004, 09:48 AM
bliip.. initial version of php module compiles already =D Sad enough, it doesn't currently do anything but executes a php script & parses output.

MaZza_Dj
02-02-2004, 12:53 PM
<moderated by Zer0Racer: off topic>

FTPServerTools
02-03-2004, 03:37 AM
PHP is very good and also easy to read compared to perl. And you can indeed extend it a lot, for example you could make a dll that interfaces with ioftpd that can be called from php.

darkone
02-03-2004, 05:16 AM
Yep, I'm in love with the php C interface already. Functions are very similar to what i'm used to have in io :p