>To prove that it works.  My infamous spinning logo example that everyone
>has seen 10 times...
>
>http://conf.php.net/pres/slides/intro/flash_ming.php
>
>The phpinfo() with the configure flags are here:
>
>http://conf.php.net/info.php
>
>libswf is compiled in directly and ming.so is built externally and loaded
>in via php.ini.

I've seen it work and even stolen ^H^H^H^H^H^H borrowed it for a talk 
on my laptop (now in the hands of crooks in Spain) so have made it 
work before...

I don't know why my 4.1.2 won't work for the bitmap call, though...

Here are my configure flags:
  './configure'
'--with-apxs=/usr/local/apache/bin/apxs'
'--with-jpeg-dir'
'--with-tiff-dir'
'--enable-ftp'
'--enable-gd-imgstrttf'
'--with-gd'
'--with-ttf'
'--with-freetype-dir=/usr/local'
'--with-t1lib'
'--with-imap'
'--with-ldap'
'--with-pgsql'
'--with-mysql=/usr/src/mysql'
'--enable-versioning'
'--enable-memory-limit'
'--with-kerberos'
'--with-imap-ssl'
'--with-pdflib'
'--with-swf=/usr/src/libswf'
'--with-ming=/usr/src/ming'

Yours is:
'./configure'
'--host=i686-pc-linux-gnu'
'--with-mysql=/usr/local/mysql'
'--with-config-file-path=/local'
'--with-imap=/usr/local'
'--with-gd=/home/rasmus/gd-2.0.1'
'--with-freetype-dir=/usr'
'--enable-gd-native-ttf'
'--enable-gd-imgstrttf'
'--with-jpeg-dir=/usr'
'--with-png-dir=/usr'
'--with-zlib-dir=/usr'
'--with-pdflib=/usr/local'
'--enable-exif'
'--disable-debug'
'--enable-inline-optimization'
'--with-swf=/usr/local'
'--with-expat=/usr/local'
'--with-snmp=/usr/local'
'--enable-xslt'
'--with-xslt-sablot=/usr'
'--with-apxs=/local/httpd/bin/apxs'

I've just tried it without "memory-limit" and with disable-debug as I 
thought maybe that was it.

No dice.

How about sending me your libming.so and/or php_ming.so as an attachment?...

-- 
Got Music? http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to