Interbase.dll with Xampp

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Interbase.dll with Xampp

Postby Coolhead » 11. July 2011 18:21

Hi,

I found php_interbase.dll in a zip of php-5.3.6-nts-Win32-VC9-x86 and i copy this file in c:\xampp\php\ext
php.ini in c:\xampp\php\php.ini is like this :
...
;extension=php_gmp.dll
extension=php_imap.dll
extension=php_interbase.dll
;extension=php_ldap.dll
...

in logs error of apache i have that :
...
[Mon Jul 11 18:42:15 2011] [notice] Digest: done
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\xampp\\php\\ext\\php_interbase.dll' - L\x92application n\x92a pas pu d\xe9marrer car sa configuration c\xf4te-\xe0-c\xf4te est incorrecte. Pour plus d\x92informations, consultez le journal d\x92\xe9v\xe9nements d\x92applications ou utilisez l\x92outil de ligne de commande sxstrace.exe.\r\n in Unknown on line 0
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_interbase.dll' - L’application n’a pas pu démarrer car sa configuration côte-à-côte est incorrecte. Pour plus d’informations, consultez le journal d’événements d’applications ou utilisez l’outil de ligne de commande sxstrace.exe.
in <b>Unknown</b> on line <b>0</b><br />
[Mon Jul 11 18:42:16 2011] [notice] Child 18324: Child process is running
[Mon Jul 11 18:42:16 2011] [notice] Child 18324: Acquired the start mutex.
...

So why php_interbase.dll don't ok ?

Xampp : xampp-win32-1.7.4-VC6-installer.exe
PHP Version 5.3.5
I'm on a W2K8 but i use xampp 32 bit

Thks
Windows 2008 R2
Xampp VC9 1.7.7
Coolhead
 
Posts: 6
Joined: 11. July 2011 18:12

Re: Interbase.dll with Xampp

Postby JonB » 11. July 2011 18:51

Win32-VC9-x86

xampp-win32-1.7.4-VC6-installer.exe

VC6 and VC9 don't mix
OR
ils ne répondent pas à la rivière.
OR
You can't mix PHP components built with different compilers.

see this:
http://bravo.newnetenterprises.com/word ... -i-do-that

The newest XAMPP beta IS a VC9 compile, so you might try that:
http://www.apachefriends.org/en/xampp-beta.html

Good Luck
8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: Interbase.dll with Xampp

Postby Coolhead » 12. July 2011 08:47

Thks

We can't use interbase.dll without recompile php ?
So doing that ?

When is stable Xampp VC9 available ?
Windows 2008 R2
Xampp VC9 1.7.7
Coolhead
 
Posts: 6
Joined: 11. July 2011 18:12

Re: Interbase.dll with Xampp

Postby JonB » 12. July 2011 14:44

We can't use interbase.dll without recompile php ?
So doing that ?


That's right, and you have to re-compile Apache as well ("I think") if you wish to use mod_php. (the 'normal way to use PHP, otherwise it must be run as a CGI executable (like Perl). As to doing it -- "Good Luck" -- and you will need the correct compiler. :shock:

When is stable Xampp VC9 available ?


As your mother probably told you "Dinner will be ready when it is ready". :lol:

You should DL the beta and test it. As long as you don't run MySQL or Apache as services, you can have a second (or third...) XAMPP install. ONLY one installation should have Apache and MySQL running as services. That instance will have to be stopped to run another copy of XAMPP.

8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7

Re: Interbase.dll with Xampp

Postby Coolhead » 20. July 2011 08:32

How to install two Xampp on the same serveur 2008 ?
i wan't to instal VC6 actualy in prod and a VC9 to test php_interbase.dll acces.

Thsk
Windows 2008 R2
Xampp VC9 1.7.7
Coolhead
 
Posts: 6
Joined: 11. July 2011 18:12

Re: Interbase.dll with Xampp

Postby Sharley » 20. July 2011 09:06

You could read this post to get some ideas:
viewtopic.php?p=182516#p182516
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3

Re: Interbase.dll with Xampp

Postby Coolhead » 20. July 2011 10:28

is xampp VC9 valid on W2K8R2 x64 ?
when i start apache i have error

Code: Select all
Nom du journal :Application
Source :       SideBySide
Date :         20/07/2011 11:25:31
ID de l’événement :33
Catégorie de la tâche :Aucun
Niveau :       Erreur
Mots clés :    Classique
Utilisateur :  N/A
Ordinateur :   internet
Description :
La création du contexte d’activation a échoué pour « C:\xampp175b2\apache\bin\httpd.exe ».
Assembly dépendant Microsoft.VC90.CRT,
processorArchitecture="x86",
publicKeyToken="1fc8b3b9a1e18e3b",
type="win32",
version="9.0.21022.8" introuvable.


Code: Select all
Nom du journal :Application
Source :       SideBySide
Date :         20/07/2011 11:25:31
ID de l’événement :33
Catégorie de la tâche :Aucun
Niveau :       Erreur
Mots clés :    Classique
Utilisateur :  N/A
Ordinateur :   internet
Description :
La création du contexte d’activation a échoué pour « C:\xampp175b2\apache\bin\httxt2dbm.exe ».
Assembly dépendant Microsoft.VC90.CRT,
processorArchitecture="x86",
publicKeyToken="1fc8b3b9a1e18e3b",
type="win32",
version="9.0.21022.8" introuvable.
Windows 2008 R2
Xampp VC9 1.7.7
Coolhead
 
Posts: 6
Joined: 11. July 2011 18:12

Re: Interbase.dll with Xampp

Postby Sharley » 21. November 2011 13:13

I can't understand the language.

English only in here please.

Perhaps you could translate what you have written - Google has a language tool.

You may need to download and install the VC9 runtime file from here:
http://www.microsoft.com/download/en/de ... px?id=5582

If you are having issues with 1.7.5 beta2 then you should consider uninstalling it and then installing the latest 1.7.7 instead.


It is now a requirement of membership to the Apache Friends forums that you provide your correct Operating System Version and the correct XAMPP version
viewtopic.php?f=16&t=48626
User avatar
Sharley
AF Moderator
 
Posts: 3316
Joined: 03. October 2008 05:10
Location: Yeppoon, Australia Time Zone: GMT/UTC+10
Operating System: Win 7 Pro 32bit/XP Pro SP3


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 119 guests