php-windows Digest 2 Jan 2004 10:39:20 -0000 Issue 2063
Topics (messages 22443 through 22445):
How do I compile the GD2 extension under Windows
22443 by: choinet
22444 by: Frank M. Kromann
chmod
22445 by: Bobo Wieland
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello, fellow Windows/PHP power users,
I'm running PHP4 (either 4.3.4 or latest STABLE CVS) on Apache2 and Windows XP. I have
been encountering enormous difficulty in figuring out how to obtain/compile the
required freetype2.lib for the compilation of the php_gd2.dll file. Just for your
information, all that the extension requires for compilation is the freetype, libpng,
and jpeg libraries/header files.
I am trying to start working on a possible bug (http://bugs.php.net/26635), but only
after I compile updated source code can I begin tracing the problem.
Thanks for your time,
Cholo Inetsk
---------------------------------
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
--- End Message ---
--- Begin Message ---
Hi,
In the FreeType2 directory structure you will find
'freetype-2.1.4\builds\win32\visualc\freetype.dsp' and freetype.dsw. These
files can be used with Visual studio to create the lib neded for php.
- Frank
> Hello, fellow Windows/PHP power users,
>
> I'm running PHP4 (either 4.3.4 or latest STABLE CVS) on Apache2 and
Windows XP. I have been encountering enormous difficulty in figuring out
how to obtain/compile the required freetype2.lib for the compilation of
the php_gd2.dll file. Just for your information, all that the extension
requires for compilation is the freetype, libpng, and jpeg
libraries/header files.
>
> I am trying to start working on a possible bug
(http://bugs.php.net/26635), but only after I compile updated source code
can I begin tracing the problem.
>
> Thanks for your time,
> Cholo Inetsk
>
>
> ---------------------------------
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
--- End Message ---
--- Begin Message ---
I'm trying to set write permission for a folder to be able to write
images...
chmod("./../img/sort",0777) just causing a warning:
Warning: chmod(): Operation not permitted in
/home/p/plantsko/www/administration/data/imglib.php on line 11
Anyone know what might cause this warning?
I've tried chmod("/home/p/plantsko/www/img/sort",0777) which causes the same
warning...
.bobo
--- End Message ---