php-windows Digest 5 Jan 2004 16:40:57 -0000 Issue 2068
Topics (messages 22472 through 22484):
Re: Problem with Notices
22472 by: choinet
Re: GD2 function issue
22473 by: Svensson, B.A.T. (HKG)
22474 by: choinet
22475 by: Svensson, B.A.T. (HKG)
22476 by: choinet
22477 by: choinet
22478 by: Svensson, B.A.T. (HKG)
22479 by: Svensson, B.A.T. (HKG)
22480 by: choinet
22481 by: choinet
22482 by: Svensson, B.A.T. (HKG)
22483 by: Svensson, B.A.T. (HKG)
22484 by: choinet
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 ---
Do your .htaccess files have a php_value for
error_reporting, or do the scripts have any instances
of error_reporting() in them?
--- "Madeleine D." <[EMAIL PROTECTED]> wrote:
> I have the following error writes set in my php.ini
> file:
>
> error_reporting = E_ALL & ~E_NOTICE
>
>
> For a long time, that worked just fine - giving us
> only errors/warnings
> that we needed to see. Now, all of a sudden, we are
> getting notices
> written to the error file. It's a problem because
> there are a number of
> valid ones, and they get in the way of trying to
> track down genuine errors.
>
> I've tried creating a new php.ini file; I've even
> copied a new php
> directory over from a working machine.
>
> No luck. Any clue as to how we can ditch these
> notices?
>
> thanks
> Madeleine D.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
First you say you have a problem with compiling DLL's.
Now you don't have a problem with that?!?
If you want/need help, please clarify your problem.
-----Original Message-----
From: choinet
To: [EMAIL PROTECTED]
Sent: 2004-01-04 19:03
Subject: RE: [PHP-WIN] Re: GD2 function issue
Did I just not mention which libraries to include?
Once again, the GD library requires the FreeType,
libpng, zlib, and libjpeg libraries. Anyway, no,
Visual C++ 6.0 does not complain about missing and
unresolved external references to libraries and header
files.
I have successfully compiled the php/cli php/apache 2
sapi module already. I do not need an explanation on
how to compile, just to re-clarify any confusion
concerning the "compiler documentation" issue. Perhaps
you would specifically outline in what manner I should
go about compiling this dll (hint: it helps to try
compiling it yourself)?
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> Is your problem that you don't know which libraries
> to include, or is it that the linker complains about
> unresolved external references?
>
>
> -----Original Message-----
> From: choinet
> To: [EMAIL PROTECTED]
> Sent: 2004-01-04 05:41
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> .NET 2003 soon. I realize that the GDlib requires
> the
> FreeType, libjpeg, and libpng libraries (libpng
> itself
> requires zlib). After having tried this, the dll is
> missing about 40KB of data and is missing many, if
> not
> all, references to zlib when decompiled. I used the
> latest versions of the libraries at
> gnuwin32.sourceforge.net. I suspect that the
> zlib.lib
> file in the win32build folder needs to be of the
> same
> version as the zlib package, but it's only a guess.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Are you slightly dyslexic? I said I don't need help on
how to use the MSVC compiler, i.e. click Set Active
Configuration and Rebuild All. I only had to bring
that point up because YOU first asked if my compiler
did not have proper documentation on how to compile.
What I want is for someone to give instructions as to
where to put specific versions of the required
libraries so as to bring about the compilation of the
php_gd2.dll file. Now, can you or can you not outline
these steps for me? It's really as simple as that.
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> First you say you have a problem with compiling
> DLL's.
> Now you don't have a problem with that?!?
>
> If you want/need help, please clarify your problem.
>
>
> -----Original Message-----
> From: choinet
> To: [EMAIL PROTECTED]
> Sent: 2004-01-04 19:03
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> Did I just not mention which libraries to include?
> Once again, the GD library requires the FreeType,
> libpng, zlib, and libjpeg libraries. Anyway, no,
> Visual C++ 6.0 does not complain about missing and
> unresolved external references to libraries and
> header
> files.
>
> I have successfully compiled the php/cli php/apache
> 2
> sapi module already. I do not need an explanation on
> how to compile, just to re-clarify any confusion
> concerning the "compiler documentation" issue.
> Perhaps
> you would specifically outline in what manner I
> should
> go about compiling this dll (hint: it helps to try
> compiling it yourself)?
>
>
> --- "Svensson, B.A.T. (HKG)"
> <[EMAIL PROTECTED]>
> wrote:
> > Is your problem that you don't know which
> libraries
> > to include, or is it that the linker complains
> about
> > unresolved external references?
> >
> >
> > -----Original Message-----
> > From: choinet
> > To: [EMAIL PROTECTED]
> > Sent: 2004-01-04 05:41
> > Subject: RE: [PHP-WIN] Re: GD2 function issue
> >
> > .NET 2003 soon. I realize that the GDlib requires
> > the
> > FreeType, libjpeg, and libpng libraries (libpng
> > itself
> > requires zlib). After having tried this, the dll
> is
> > missing about 40KB of data and is missing many, if
> > not
> > all, references to zlib when decompiled. I used
> the
> > latest versions of the libraries at
> > gnuwin32.sourceforge.net. I suspect that the
> > zlib.lib
> > file in the win32build folder needs to be of the
> > same
> > version as the zlib package, but it's only a
> guess.
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
>
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
I must be dyslextic then, becase I just read a comment in the php list, wich
explain for you that you did not compile the DLL project properly.
That must be due to my dyslextic nature I guesse.
-----Original Message-----
From: choinet
To: [EMAIL PROTECTED]
Cc: Svensson, B.A.T. (HKG)
Sent: 2004-01-05 08:03
Subject: RE: [PHP-WIN] Re: GD2 function issue
Are you slightly dyslexic? I said I don't need help on
how to use the MSVC compiler, i.e. click Set Active
Configuration and Rebuild All. I only had to bring
that point up because YOU first asked if my compiler
did not have proper documentation on how to compile.
What I want is for someone to give instructions as to
where to put specific versions of the required
libraries so as to bring about the compilation of the
php_gd2.dll file. Now, can you or can you not outline
these steps for me? It's really as simple as that.
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> First you say you have a problem with compiling
> DLL's.
> Now you don't have a problem with that?!?
>
> If you want/need help, please clarify your problem.
>
>
> -----Original Message-----
> From: choinet
> To: [EMAIL PROTECTED]
> Sent: 2004-01-04 19:03
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> Did I just not mention which libraries to include?
> Once again, the GD library requires the FreeType,
> libpng, zlib, and libjpeg libraries. Anyway, no,
> Visual C++ 6.0 does not complain about missing and
> unresolved external references to libraries and
> header
> files.
>
> I have successfully compiled the php/cli php/apache
> 2
> sapi module already. I do not need an explanation on
> how to compile, just to re-clarify any confusion
> concerning the "compiler documentation" issue.
> Perhaps
> you would specifically outline in what manner I
> should
> go about compiling this dll (hint: it helps to try
> compiling it yourself)?
>
>
> --- "Svensson, B.A.T. (HKG)"
> <[EMAIL PROTECTED]>
> wrote:
> > Is your problem that you don't know which
> libraries
> > to include, or is it that the linker complains
> about
> > unresolved external references?
> >
> >
> > -----Original Message-----
> > From: choinet
> > To: [EMAIL PROTECTED]
> > Sent: 2004-01-04 05:41
> > Subject: RE: [PHP-WIN] Re: GD2 function issue
> >
> > .NET 2003 soon. I realize that the GDlib requires
> > the
> > FreeType, libjpeg, and libpng libraries (libpng
> > itself
> > requires zlib). After having tried this, the dll
> is
> > missing about 40KB of data and is missing many, if
> > not
> > all, references to zlib when decompiled. I used
> the
> > latest versions of the libraries at
> > gnuwin32.sourceforge.net. I suspect that the
> > zlib.lib
> > file in the win32build folder needs to be of the
> > same
> > version as the zlib package, but it's only a
> guess.
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
>
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I rest my case.
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> I must be dyslextic then, becase I just read a
> comment in the php list, wich
> explain for you that you did not compile the DLL
> project properly.
>
> That must be due to my dyslextic nature I guesse.
>
> -----Original Message-----
> From: choinet
> To: [EMAIL PROTECTED]
> Cc: Svensson, B.A.T. (HKG)
> Sent: 2004-01-05 08:03
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> Are you slightly dyslexic? I said I don't need help
> on
> how to use the MSVC compiler, i.e. click Set Active
> Configuration and Rebuild All. I only had to bring
> that point up because YOU first asked if my compiler
> did not have proper documentation on how to compile.
>
> What I want is for someone to give instructions as
> to
> where to put specific versions of the required
> libraries so as to bring about the compilation of
> the
> php_gd2.dll file. Now, can you or can you not
> outline
> these steps for me? It's really as simple as that.
>
> --- "Svensson, B.A.T. (HKG)"
> <[EMAIL PROTECTED]>
> wrote:
> > First you say you have a problem with compiling
> > DLL's.
> > Now you don't have a problem with that?!?
> >
> > If you want/need help, please clarify your
> problem.
> >
> >
> > -----Original Message-----
> > From: choinet
> > To: [EMAIL PROTECTED]
> > Sent: 2004-01-04 19:03
> > Subject: RE: [PHP-WIN] Re: GD2 function issue
> >
> > Did I just not mention which libraries to include?
> > Once again, the GD library requires the FreeType,
> > libpng, zlib, and libjpeg libraries. Anyway, no,
> > Visual C++ 6.0 does not complain about missing and
> > unresolved external references to libraries and
> > header
> > files.
> >
> > I have successfully compiled the php/cli
> php/apache
> > 2
> > sapi module already. I do not need an explanation
> on
> > how to compile, just to re-clarify any confusion
> > concerning the "compiler documentation" issue.
> > Perhaps
> > you would specifically outline in what manner I
> > should
> > go about compiling this dll (hint: it helps to try
> > compiling it yourself)?
> >
> >
> > --- "Svensson, B.A.T. (HKG)"
> > <[EMAIL PROTECTED]>
> > wrote:
> > > Is your problem that you don't know which
> > libraries
> > > to include, or is it that the linker complains
> > about
> > > unresolved external references?
> > >
> > >
> > > -----Original Message-----
> > > From: choinet
> > > To: [EMAIL PROTECTED]
> > > Sent: 2004-01-04 05:41
> > > Subject: RE: [PHP-WIN] Re: GD2 function issue
> > >
> > > .NET 2003 soon. I realize that the GDlib
> requires
> > > the
> > > FreeType, libjpeg, and libpng libraries (libpng
> > > itself
> > > requires zlib). After having tried this, the dll
> > is
> > > missing about 40KB of data and is missing many,
> if
> > > not
> > > all, references to zlib when decompiled. I used
> > the
> > > latest versions of the libraries at
> > > gnuwin32.sourceforge.net. I suspect that the
> > > zlib.lib
> > > file in the win32build folder needs to be of the
> > > same
> > > version as the zlib package, but it's only a
> > guess.
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit:
> > http://www.php.net/unsub.php
> > >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Find out what made the Top Yahoo! Searches of 2003
> > http://search.yahoo.com/top2003
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
>
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
Oh, yeah, thanks for reminding me about that email.
Anyway, I had already compiled the freetype2.lib from
the FreeType 2.1.5 source using FT Jam (available on
the FreeType site). As I mentioned earlier, I am able
to compile the dll without error stemming from
unresolved external references. Ergo, it doesn't quite
explain why I did not compile it properly.
> --- "Svensson, B.A.T. (HKG)"
> <[EMAIL PROTECTED]>
> wrote:
> > I must be dyslextic then, becase I just read a
> > comment in the php list, wich
> > explain for you that you did not compile the DLL
> > project properly.
> >
> > That must be due to my dyslextic nature I guesse.
> >
> > -----Original Message-----
> > From: choinet
> > To: [EMAIL PROTECTED]
> > Cc: Svensson, B.A.T. (HKG)
> > Sent: 2004-01-05 08:03
> > Subject: RE: [PHP-WIN] Re: GD2 function issue
> >
> > Are you slightly dyslexic? I said I don't need
> help
> > on
> > how to use the MSVC compiler, i.e. click Set
> Active
> > Configuration and Rebuild All. I only had to bring
> > that point up because YOU first asked if my
> compiler
> > did not have proper documentation on how to
> compile.
> >
> > What I want is for someone to give instructions as
> > to
> > where to put specific versions of the required
> > libraries so as to bring about the compilation of
> > the
> > php_gd2.dll file. Now, can you or can you not
> > outline
> > these steps for me? It's really as simple as that.
> >
> > --- "Svensson, B.A.T. (HKG)"
> > <[EMAIL PROTECTED]>
> > wrote:
> > > First you say you have a problem with compiling
> > > DLL's.
> > > Now you don't have a problem with that?!?
> > >
> > > If you want/need help, please clarify your
> > problem.
> > >
> > >
> > > -----Original Message-----
> > > From: choinet
> > > To: [EMAIL PROTECTED]
> > > Sent: 2004-01-04 19:03
> > > Subject: RE: [PHP-WIN] Re: GD2 function issue
> > >
> > > Did I just not mention which libraries to
> include?
> > > Once again, the GD library requires the
> FreeType,
> > > libpng, zlib, and libjpeg libraries. Anyway, no,
> > > Visual C++ 6.0 does not complain about missing
> and
> > > unresolved external references to libraries and
> > > header
> > > files.
> > >
> > > I have successfully compiled the php/cli
> > php/apache
> > > 2
> > > sapi module already. I do not need an
> explanation
> > on
> > > how to compile, just to re-clarify any confusion
> > > concerning the "compiler documentation" issue.
> > > Perhaps
> > > you would specifically outline in what manner I
> > > should
> > > go about compiling this dll (hint: it helps to
> try
> > > compiling it yourself)?
> > >
> > >
> > > --- "Svensson, B.A.T. (HKG)"
> > > <[EMAIL PROTECTED]>
> > > wrote:
> > > > Is your problem that you don't know which
> > > libraries
> > > > to include, or is it that the linker complains
> > > about
> > > > unresolved external references?
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: choinet
> > > > To: [EMAIL PROTECTED]
> > > > Sent: 2004-01-04 05:41
> > > > Subject: RE: [PHP-WIN] Re: GD2 function issue
> > > >
> > > > .NET 2003 soon. I realize that the GDlib
> > requires
> > > > the
> > > > FreeType, libjpeg, and libpng libraries
> (libpng
> > > > itself
> > > > requires zlib). After having tried this, the
> dll
> > > is
> > > > missing about 40KB of data and is missing
> many,
> > if
> > > > not
> > > > all, references to zlib when decompiled. I
> used
> > > the
> > > > latest versions of the libraries at
> > > > gnuwin32.sourceforge.net. I suspect that the
> > > > zlib.lib
> > > > file in the win32build folder needs to be of
> the
> > > > same
> > > > version as the zlib package, but it's only a
> > > guess.
> > > >
> > > > --
> > > > PHP Windows Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit:
> > > http://www.php.net/unsub.php
> > > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Find out what made the Top Yahoo! Searches of
> 2003
> > > http://search.yahoo.com/top2003
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit:
> > http://www.php.net/unsub.php
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit:
> > http://www.php.net/unsub.php
> > >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Find out what made the Top Yahoo! Searches of 2003
> > http://search.yahoo.com/top2003
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
>
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
I think that is wise done by you, since you now have
posted some irrelevant personal flames a couple of
times - including some in lenghty private mail - and
all this becuase I don't agree with your oppinion on
the issue.
IMHO, if I may say so, this is a bit of strange bahaviour
on your behalf. May I ask the reason "why?" for this?
-----Original Message-----
From: choinet
To: Svensson, B.A.T. (HKG); '[EMAIL PROTECTED] '
Sent: 2004-01-05 08:08
Subject: RE: [PHP-WIN] Re: GD2 function issue
I rest my case.
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> I must be dyslextic then, becase I just read a
> comment in the php list, wich
> explain for you that you did not compile the DLL
> project properly.
>
> That must be due to my dyslextic nature I guesse.
>
> -----Original Message-----
> From: choinet
> To: [EMAIL PROTECTED]
> Cc: Svensson, B.A.T. (HKG)
> Sent: 2004-01-05 08:03
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> Are you slightly dyslexic? I said I don't need help
> on
> how to use the MSVC compiler, i.e. click Set Active
> Configuration and Rebuild All. I only had to bring
> that point up because YOU first asked if my compiler
> did not have proper documentation on how to compile.
>
> What I want is for someone to give instructions as
> to
> where to put specific versions of the required
> libraries so as to bring about the compilation of
> the
> php_gd2.dll file. Now, can you or can you not
> outline
> these steps for me? It's really as simple as that.
>
> --- "Svensson, B.A.T. (HKG)"
> <[EMAIL PROTECTED]>
> wrote:
> > First you say you have a problem with compiling
> > DLL's.
> > Now you don't have a problem with that?!?
> >
> > If you want/need help, please clarify your
> problem.
> >
> >
> > -----Original Message-----
> > From: choinet
> > To: [EMAIL PROTECTED]
> > Sent: 2004-01-04 19:03
> > Subject: RE: [PHP-WIN] Re: GD2 function issue
> >
> > Did I just not mention which libraries to include?
> > Once again, the GD library requires the FreeType,
> > libpng, zlib, and libjpeg libraries. Anyway, no,
> > Visual C++ 6.0 does not complain about missing and
> > unresolved external references to libraries and
> > header
> > files.
> >
> > I have successfully compiled the php/cli
> php/apache
> > 2
> > sapi module already. I do not need an explanation
> on
> > how to compile, just to re-clarify any confusion
> > concerning the "compiler documentation" issue.
> > Perhaps
> > you would specifically outline in what manner I
> > should
> > go about compiling this dll (hint: it helps to try
> > compiling it yourself)?
> >
> >
> > --- "Svensson, B.A.T. (HKG)"
> > <[EMAIL PROTECTED]>
> > wrote:
> > > Is your problem that you don't know which
> > libraries
> > > to include, or is it that the linker complains
> > about
> > > unresolved external references?
> > >
> > >
> > > -----Original Message-----
> > > From: choinet
> > > To: [EMAIL PROTECTED]
> > > Sent: 2004-01-04 05:41
> > > Subject: RE: [PHP-WIN] Re: GD2 function issue
> > >
> > > .NET 2003 soon. I realize that the GDlib
> requires
> > > the
> > > FreeType, libjpeg, and libpng libraries (libpng
> > > itself
> > > requires zlib). After having tried this, the dll
> > is
> > > missing about 40KB of data and is missing many,
> if
> > > not
> > > all, references to zlib when decompiled. I used
> > the
> > > latest versions of the libraries at
> > > gnuwin32.sourceforge.net. I suspect that the
> > > zlib.lib
> > > file in the win32build folder needs to be of the
> > > same
> > > version as the zlib package, but it's only a
> > guess.
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit:
> > http://www.php.net/unsub.php
> > >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Find out what made the Top Yahoo! Searches of 2003
> > http://search.yahoo.com/top2003
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
>
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
Thanks for informing me about this matter, since
my telepathic ability has experience some lattice
disturbancies this morning. :)
If you still regard this as a problem, then if you
nail down some kind of error message, then somebody
might be able to help you out on this.
-----Original Message-----
From: choinet
To: [EMAIL PROTECTED]
Cc: Svensson, B.A.T. (HKG)
Sent: 2004-01-05 08:12
Subject: RE: [PHP-WIN] Re: GD2 function issue
Oh, yeah, thanks for reminding me about that email.
Anyway, I had already compiled the freetype2.lib from
the FreeType 2.1.5 source using FT Jam (available on
the FreeType site). As I mentioned earlier, I am able
to compile the dll without error stemming from
unresolved external references. Ergo, it doesn't quite
explain why I did not compile it properly.
--- End Message ---
--- Begin Message ---
I did say that there were no errors, didn't I? Which
rather explains why I was able to compile the dll in
the first place. If one does not have a proper
freetype2.lib, then compilation will fail with an
error.
I did, though, receive an extra warning than is shown
in the PHP snaps compile log:
LINK : warning LNK4098: defaultlib 'LIBC' conflicts
with use of other libs; use /NODEFAULTLIB:library
I tried using /nodefaultlib:libc but then compilation
faults on many sections of the libraries.
Additionally, I have yet to receive a procedure from
you for compiling the php_gd2.dll on Visual C++ 6.0 or
.NET.
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> Thanks for informing me about this matter, since
> my telepathic ability has experience some lattice
> disturbancies this morning. :)
>
> If you still regard this as a problem, then if you
> nail down some kind of error message, then somebody
> might be able to help you out on this.
>
> -----Original Message-----
> From: choinet
> To: [EMAIL PROTECTED]
> Cc: Svensson, B.A.T. (HKG)
> Sent: 2004-01-05 08:12
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> Oh, yeah, thanks for reminding me about that email.
> Anyway, I had already compiled the freetype2.lib
> from
> the FreeType 2.1.5 source using FT Jam (available on
> the FreeType site). As I mentioned earlier, I am
> able
> to compile the dll without error stemming from
> unresolved external references. Ergo, it doesn't
> quite
> explain why I did not compile it properly.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
Actually, telling you to read more carefully what I
have previously written (so I do not have to repeat it
four times) is not flaming you in private. How this
problem is classified is a NON-ISSUE. Please stop
persisting with the issue. You and I have already
agreed that the problem occurs, now we shall leave it
at that. Any more issues dealing with bug semantics
should be directed to my email in private (like you
said before, there is a built-in feature in email
clients for such a thing).
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> I think that is wise done by you, since you now have
> posted some irrelevant personal flames a couple of
> times - including some in lenghty private mail - and
> all this becuase I don't agree with your oppinion on
> the issue.
>
> IMHO, if I may say so, this is a bit of strange
> bahaviour
> on your behalf. May I ask the reason "why?" for
> this?
>
>
> -----Original Message-----
> From: choinet
> To: Svensson, B.A.T. (HKG);
> '[EMAIL PROTECTED] '
> Sent: 2004-01-05 08:08
> Subject: RE: [PHP-WIN] Re: GD2 function issue
>
> I rest my case.
>
> --- "Svensson, B.A.T. (HKG)"
> <[EMAIL PROTECTED]>
> wrote:
> > I must be dyslextic then, becase I just read a
> > comment in the php list, wich
> > explain for you that you did not compile the DLL
> > project properly.
> >
> > That must be due to my dyslextic nature I guesse.
> >
> > -----Original Message-----
> > From: choinet
> > To: [EMAIL PROTECTED]
> > Cc: Svensson, B.A.T. (HKG)
> > Sent: 2004-01-05 08:03
> > Subject: RE: [PHP-WIN] Re: GD2 function issue
> >
> > Are you slightly dyslexic? I said I don't need
> help
> > on
> > how to use the MSVC compiler, i.e. click Set
> Active
> > Configuration and Rebuild All. I only had to bring
> > that point up because YOU first asked if my
> compiler
> > did not have proper documentation on how to
> compile.
> >
> > What I want is for someone to give instructions as
> > to
> > where to put specific versions of the required
> > libraries so as to bring about the compilation of
> > the
> > php_gd2.dll file. Now, can you or can you not
> > outline
> > these steps for me? It's really as simple as that.
> >
> > --- "Svensson, B.A.T. (HKG)"
> > <[EMAIL PROTECTED]>
> > wrote:
> > > First you say you have a problem with compiling
> > > DLL's.
> > > Now you don't have a problem with that?!?
> > >
> > > If you want/need help, please clarify your
> > problem.
> > >
> > >
> > > -----Original Message-----
> > > From: choinet
> > > To: [EMAIL PROTECTED]
> > > Sent: 2004-01-04 19:03
> > > Subject: RE: [PHP-WIN] Re: GD2 function issue
> > >
> > > Did I just not mention which libraries to
> include?
> > > Once again, the GD library requires the
> FreeType,
> > > libpng, zlib, and libjpeg libraries. Anyway, no,
> > > Visual C++ 6.0 does not complain about missing
> and
> > > unresolved external references to libraries and
> > > header
> > > files.
> > >
> > > I have successfully compiled the php/cli
> > php/apache
> > > 2
> > > sapi module already. I do not need an
> explanation
> > on
> > > how to compile, just to re-clarify any confusion
> > > concerning the "compiler documentation" issue.
> > > Perhaps
> > > you would specifically outline in what manner I
> > > should
> > > go about compiling this dll (hint: it helps to
> try
> > > compiling it yourself)?
> > >
> > >
> > > --- "Svensson, B.A.T. (HKG)"
> > > <[EMAIL PROTECTED]>
> > > wrote:
> > > > Is your problem that you don't know which
> > > libraries
> > > > to include, or is it that the linker complains
> > > about
> > > > unresolved external references?
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: choinet
> > > > To: [EMAIL PROTECTED]
> > > > Sent: 2004-01-04 05:41
> > > > Subject: RE: [PHP-WIN] Re: GD2 function issue
> > > >
> > > > .NET 2003 soon. I realize that the GDlib
> > requires
> > > > the
> > > > FreeType, libjpeg, and libpng libraries
> (libpng
> > > > itself
> > > > requires zlib). After having tried this, the
> dll
> > > is
> > > > missing about 40KB of data and is missing
> many,
> > if
> > > > not
> > > > all, references to zlib when decompiled. I
> used
> > > the
> > > > latest versions of the libraries at
> > > > gnuwin32.sourceforge.net. I suspect that the
> > > > zlib.lib
> > > > file in the win32build folder needs to be of
> the
> > > > same
> > > > version as the zlib package, but it's only a
> > > guess.
> > > >
> > > > --
> > > > PHP Windows Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit:
> > > http://www.php.net/unsub.php
> > > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Find out what made the Top Yahoo! Searches of
> 2003
> > > http://search.yahoo.com/top2003
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit:
> > http://www.php.net/unsub.php
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit:
> > http://www.php.net/unsub.php
> > >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Find out what made the Top Yahoo! Searches of 2003
> > http://search.yahoo.com/top2003
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
>
> __________________________________
> Do you Yahoo!?
> Find out what made the Top Yahoo! Searches of 2003
> http://search.yahoo.com/top2003
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---
--- Begin Message ---
It also a matter on how to put words, saying
"Wow, learn how to read" is not really the same
thing as saying "please, read more carefully".
-----Original Message-----
From: choinet
To: [EMAIL PROTECTED]
Sent: 2004-01-05 09:15
Subject: RE: [PHP-WIN] Re: GD2 function issue
Actually, telling you to read more carefully what I
have previously written (so I do not have to repeat
it four times) is not flaming you in private.
--- End Message ---
--- Begin Message ---
Why should I spend time/energi on *your* problem?
-----Original Message-----
From: choinet
have previously written (so I do not have to repeat it
four times) is not flaming you in private. How this
--- End Message ---
--- Begin Message ---
You shouldn't have subscribed on the mailing list in
the first place.
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
wrote:
> Why should I spend time/energi on *your* problem?
>
> -----Original Message-----
> From: choinet
>
> have previously written (so I do not have to repeat
> it
> four times) is not flaming you in private. How this
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
--- End Message ---