Where can I find a 1.8.4 version of php_gd.dll?
John
Where can I find a 1.8.4 version of php_gd.dll?
John
Michael,
First off, you can eliminate the right-left stuff with the regex. Use:
ereg("%ial\(([^[:blank:]]{1,},[0-9]{1,})\)",$text,$temp)
Adding the parentheses around your function arguments lets you reference
your "string,num" pattern directly with $temp[1]. For that matter, just
use:
ereg(
I asked this on the pear.general group, but maybe I'm asking in the wrong place. Does
anyone know what php_pear.dll is used for?
John
Hello,
Has anyone here tried building PHP from source for win32 with MinGW? If so, have you
run into any trouble? Do you have any hints?
Thanks,
John