| View previous topic :: View next topic |
| Author |
Message |
hobbes
Joined: 18 Jan 2006 Posts: 3
|
Posted: Wed Jan 18, 2006 11:07 am Post subject: PBfor loading extension |
|
|
Hi !
I've a pb for loading php extenion.
For example, extension = php_mssql.dll;
Have you a solution ?
hobbes |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed Jan 18, 2006 11:34 am Post subject: Re: PBfor loading extension |
|
|
| hobbes wrote: | | I've a pb for loading php extenion. |
What is a "pb"? |
|
| Back to top |
|
 |
hobbes
Joined: 18 Jan 2006 Posts: 3
|
Posted: Wed Jan 18, 2006 12:08 pm Post subject: |
|
|
I add an extension in php.ini, for example, php_mssql.dll.
When I execute a script, I hav an error of php.exe :
The entrance point of procedure _ val_copy_ctor is untraceable in the dynamic-link library php5ts.dll
But the file exist in './ext'.
what it is necessary to change ? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Wed Jan 18, 2006 12:12 pm Post subject: |
|
|
| hobbes wrote: | | The entrance point of procedure _ val_copy_ctor is untraceable in the dynamic-link library php5ts.dll |
What version of php did you copy the extension from? It must exactly be the one that Gnope uses. |
|
| Back to top |
|
 |
hobbes
Joined: 18 Jan 2006 Posts: 3
|
Posted: Wed Jan 18, 2006 1:00 pm Post subject: |
|
|
It's goog !
I have update version of php that gnope uses.
Thanks |
|
| Back to top |
|
 |
|