On Thursday, June 26, 2003, at 11:57 PM, Sebastian Bergmann wrote:
Sascha Schumann wrote:
I'm using libxml 2.5.7 from
http://www.zlatkovic.com/projects/libxml/binaries.html
I'm using the same and it works like before. Odd.
I'm using it as well, and find it not functional. (See private mail
Sascha Schumann wrote:
> I'm using libxml 2.5.7 from
>
> http://www.zlatkovic.com/projects/libxml/binaries.html
I'm using the same and it works like before. Odd.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
http://www.professione
At 18:25 26/06/2003, Sebastian Bergmann wrote:
Zeev Suraski wrote:
> it tried to link it regardless of the value of HAVE_MYSQL :)
That's odd, because it worked here.
You must have an old .lib lurking around. If the .dsp contains a library
reference, it's required for the build to succeed, even
> Yes really, it tried to link it regardless of the value of HAVE_MYSQL
:)
same here..
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Zeev Suraski wrote:
> it tried to link it regardless of the value of HAVE_MYSQL :)
That's odd, because it worked here.
Sorry,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
http://www.professionelle-softwareentwicklung-m
At 18:14 26/06/2003, Sebastian Bergmann wrote:
Zeev Suraski wrote:
> The way it was in CVS forced people to have the MySQL client library
Not really, since I set HAVE_MYSQL=0 is config.w32.h.
Yes really, it tried to link it regardless of the value of HAVE_MYSQL :)
Zeev
--
PHP Internals - PHP Ru
Zeev Suraski wrote:
> The way it was in CVS forced people to have the MySQL client library
Not really, since I set HAVE_MYSQL=0 is config.w32.h.
> Go ahead :)
Done.
Now someone, not me ;-), needs to fix the .dsp in ext/mysql so that it
works with the libmysql that shipts with MySQL's Wi
At 17:46 26/06/2003, Sebastian Bergmann wrote:
Zeev Suraski wrote:
> - Remove libmysql linkage
So ext/mysql can no longer be built built-in by enabling
HAVE_MYSQL
in main/config.w32.h?
Not unless you hack the .dsp... The way it was in CVS forced people to
have the MySQL client library,
Zeev Suraski wrote:
> - Remove libmysql linkage
So ext/mysql can no longer be built built-in by enabling
HAVE_MYSQL
in main/config.w32.h?
If so, then I think we should remove the remaining MySQL references
from internal_functions_win32.c and config.w32.h and only allow
ext/mysql t