I was trying out some modules, just experimenting, and tried to use the Ming
module with PHP 4.0.6.  PHP compiled fine, but then when I went to compile
Apache (1.3.20) with php as a module, apache complained about:

modules/php4/libphp4.a(ming.o): In function `php_if_swfmovie_save':
/usr/src/php-4.0.6/ext/ming/ming.c:1567: undefined reference to `V_FOPEN'

Searching throught the code and web, it looks like other stuff that was V_*
has changed to VCWD_*, and there is a VCWD_FOPEN defined.  Should the
references to V_FOPEN in ming.c be changed to VCWD_FOPEN?

Jon

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to