Re: [PHP] MySQL Writes Exception for PHP in License

2004-03-13 Thread Red Wingate
When you compile PHP --with-mysql=/path/to/mysql you will use the libs from the installed MySQL dist , when using the bundled MySQL libs by compiling --with-mysql you can use MySQL feature even if you haven't installed on your maschine. Am Samstag, 13. März 2004 19:24 schrieb Karl Timmermann: So

Re: [PHP] MySQL Writes Exception for PHP in License

2004-03-13 Thread Rasmus Lerdorf
No, there are no plans to bundle the client library with PHP5. We are bundling SQlite instead. That of course doesn't mean any less support for MySQL. The MySQL extension, 2 of them in fact in PHP5, will still be there and you simply build it against your own copy of the MySQL client library.