Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   PHP4 oder PHP5? (https://www.delphipraxis.net/26310-php4-oder-php5.html)

SniperBeamer 26. Jul 2004 13:38

Re: PHP4 oder PHP5?
 
php.ini öffnen und das ";" vor "extension=php_mysql.dll" entfernen.

Code:
;extension=php_mysql.dll
-->
Code:
extension=php_mysql.dll

Nightshade 26. Jul 2004 13:40

Re: PHP4 oder PHP5?
 
Entschuldige wenn das nun ein bisschen patzig klingt,

Aber ganz doof bin ich auch nicht :)

SniperBeamer 26. Jul 2004 13:42

Re: PHP4 oder PHP5?
 
wenn du dann noch extension_dir richtig gesetzt hast funktioniert es zu 99%

Nightshade 26. Jul 2004 13:47

Re: PHP4 oder PHP5?
 
Ich hab echt alles ausprobiert,

php5ts.dll in Windows\System32 Ordner.
libmysql.dll in Windows\System32 Ordner.

extension_dir auf c:\php\ext\ gesetzt.

extension=php_mysql.dll das Semikolon weg gemacht.



Ind der httpd.conf alles von php4 auf php5 ungestellt.

Aber keine Chanche.

Mit extension=php_mysqli.dll

lieft Apache zwar, aber mysql_connect war eine unbekannte Function.....

Ich weiss nicht woran es gelegen hat.

Chewie 26. Jul 2004 14:11

Re: PHP4 oder PHP5?
 
Kein Wunder. php_mysqli.dll ist das erweiterte Interface. Das klassische ist aber in der php_mysql.dll, ohne i.


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:55 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz