Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread Christian Schneider
D . Walsh wrote: Now since this appears to be a separate stand-alone package installed by pear, why couldn't it be installed and functional, seems that files are missing and this is why it doesn't appear to function? I don't think this has anything to do with PHP internals so please take this so

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
On Mar 10, 2005, at 17:45, Hartmut Holzgraefe wrote: Stephan Schmidt wrote: D.Walsh schrieb: ... because I am unable to install a working copy of PECL_Gen in PHP 4.3.10 ... > IIRC, PECL_Gen is a PHP5-only package. Yes, it is, although the generated code compiles fine with 4.x, too. -- Hartmut Holz

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread Hartmut Holzgraefe
Stephan Schmidt wrote: D.Walsh schrieb: ... because I am unable to install a working copy of PECL_Gen in PHP 4.3.10 ... > IIRC, PECL_Gen is a PHP5-only package. Yes, it is, although the generated code compiles fine with 4.x, too. -- Hartmut Holzgraefe <[EMAIL PROTECTED]> -- PHP Internals - PHP Ru

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread Christian Schneider
D . Walsh wrote: Here's a working solution, build with the command gcc create_php_logo.c -o create-php-logo The same could be done more easily in PHP in a couple of lines, e.g. #!/usr/bin/php echo "#define CONTEXT_TYPE_IMAGE_GIF \"Content-Type: image/gif\"\n\nunsigned char " . basename($argv[1]

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread Stephan Schmidt
Hi, D.Walsh schrieb: OK so I've looked at the code from the link provided and while it looks like it's suppose to do something, I am unable to verify what it can actually do because I am unable to install a working copy of PECL_Gen in PHP 4.3.10 on a Macintosh computer based on the instructions

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
On Mar 10, 2005, at 12:20, D.Walsh wrote: On Mar 10, 2005, at 10:56, Johannes Schlueter wrote: Hi, I don't know why Hartmut (Maintainer of PECL_Gen) wrote only me, so FYI: -- Forwarded Message -- Subject: Re: [PHP-DEV] LOGO_GUID Date: Thursday 10 March 2005 15:48 From: Ha

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
On Mar 10, 2005, at 10:56, Johannes Schlueter wrote: Hi, I don't know why Hartmut (Maintainer of PECL_Gen) wrote only me, so FYI: -- Forwarded Message -- Subject: Re: [PHP-DEV] LOGO_GUID Date: Thursday 10 March 2005 15:48 From: Hartmut Holzgraefe <[EMAIL PROTEC

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread Johannes Schlueter
Hi Dale, D . Walsh wrote: > Is there also a utility to generate the the logo in the required text > syntax or should I just create a quick hack to get the job done? as I wrote in a posting some weeks ago: PECL_Gen has Logo-Support. Even if you won't use PECL_Gen for your extension you could check

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
On Mar 10, 2005, at 03:26, Hartmut Holzgraefe wrote: D.Walsh wrote: How do I select an appropriate LOGO_GUID? -- Dale A GUID/UUID is always a safe bet, on linux you can use the uuidgen tool to create such a unique identifier, other systems should provide similar tools. Example: $ uuidgen afa5e8bc-a

[PHP-DEV] LOGO_GUID

2005-03-02 Thread D . Walsh
How do I select an appropriate LOGO_GUID? -- Dale -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php