On Tue, 20 Mar 2007, Nahum Mizrahi wrote:
There's nothing wrong with it except that ybe hadn't heard of it. 8-) I try to compile it and thats what i get (configure went just fine)
I just got it and compiled it cleanly. Your system has weird libraries. Type 'man malloc' and see in what header file malloc is defined (should be in stdlib.h which is not included by unixos.c). If the manual says something other than stdlib.h then you will have to work a little (patch the program). Truth be said, the proto 'extern char *malloc();' is NOT Posix clean, nor a clean prototype. ('void *malloc(int count);' is the right way to do it).
PHP is the new BASIC. It has about as many bugs and promotes the same kind of programming habits imho. I am subscribed to the usual SecurityFocus mailing lists and PHP and PHP based applications rate about as many advisories as any m$ 'tool'. This is of course due to its popularity, but that is hardly an excuse.
Peter ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]