[PHP-WIN] crc32

2001-06-24 Thread Matti Palosuo
I'd need a function for creating crc32 with a specific seed number, but standard PHP crc32() doesn't provide that option. I have already a plain C source for this but porting the needed parts into PHP would take some time... Does anybody have a solution / source code for this? -- Matti -- PH

[PHP-WIN] exec() fix

2001-05-07 Thread Matti Palosuo
I guess I'm not the only one who've had problems using external programs in Win2k. About the unable to fork bug in the bug reporting pages: "fixed in cvs, wait for 4.0.6" To the question: Does anyone have pre-compiled binaries with this bug fixed? I have very little chances to get PHP compiled