[PHP-WIN] php_gd.dll 1.8.4

2002-01-14 Thread John Moeller
Where can I find a 1.8.4 version of php_gd.dll? John

[PHP-WIN] php_gd.dll

2002-01-14 Thread John Moeller
Where can I find a 1.8.4 version of php_gd.dll? John

[PHP-WIN] Re: Help with regex

2002-01-20 Thread John Moeller
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(

[PHP-WIN] php_pear.dll

2002-01-21 Thread John Moeller
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

[PHP-WIN] MinGW, building from source -- win32

2002-02-17 Thread John Moeller
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