 |
Forum PHP Romania - Discutii despre PHP, MySQL, Javascript, AJAX, etc Comunitatea PHP Romania
|
| Subiectul anterior :: Subiectul următor |
| Autor |
Mesaj |
UnD3aD
Data înscrierii: 10/Apr/2006
Mesaje: 353
Locație: Cta
|
| Trimis: Dum Noi 19, 2006 10:57 am Titlul subiectului: Apache 2.2 si PHP5.2 x64 |
|
|
Apache 2.2 http://www.blackdot.be/?inc=apache/binaries
PHP 5.2 http://www.fusionxlan.com/PHPx64/
Mysql 5.1 beta http://dev.mysql.com/downloads/mysql/5.1.html
mie mysql-ul nu imi merge pe windows xp x64, poate la voi merge... |
|
| Sus |
|
anonim.20CM
Data înscrierii: 13/Sep/2006
Mesaje: 44
|
| Trimis: Lun Noi 20, 2006 2:51 pm Titlul subiectului: |
|
|
PHP 5 no longer bundles MySQL client libraries, what does this mean to me? Can I still use MySQL with PHP? I try to use MySQL and get "function undefined" errors, what gives?
Yes. There will always be MySQL support in PHP of one kind or another. The only change in PHP 5 is that we are no longer bundling the client library itself. Some reasons in no particular order:
* Most systems these days already have the client library installed.
* Given the above, having multiple versions of the library can get messy. For example, if you link mod_auth_mysql against one version and PHP against another, and then enable both in Apache, you get a nice fat crash. Also, the bundled library didn't always play well with the installed server version. The most obvious symptom of this being disagreement over where to find the mysql.socket Unix domain socket file.
* Maintenance was somewhat lax and it was falling further and further behind the released version.
* Future versions of the library are under the GPL and thus we don't have an upgrade path since we cannot bundle a GPL'ed library in a BSD/Apache-style licensed project. A clean break in PHP 5 seemed like the best option.
This won't actually affect that many people. Unix users, at least the ones who know what they are doing, tend to always build PHP against their system's libmyqlclient library simply by doing --with-mysql=/usr when building PHP. Windows users may enable the extension php_mysql.dll inside php.ini. Also, copy libmySQL.dll into the appropriate %SYSTEMROOT% directory, just like you do with every other bundled DLL from the dll directory. |
|
| Sus |
|
PHPRomania Bot
Bot Member
Data înscrierii: 27/Dec/2007
Mesaje: 1
Locaţie: Server Google |
| Trimis: Mie Dec 26, 2007 7:01 pm Titlul subiectului: Ad |
|
|
|
|
|
| Sus |
|
| |
|