Click to See Complete Forum and Search --> : Installation messed up


ph3n0m
07-15-2003, 02:48 PM
Hi all

Think I made a serious blunder

I am running php, apache, etc on Windows

Never had a problem with it, until today.

I installed php 4.3.x onto the machine, into the same folder where the original php files were located.

Install showed no errors, however when I do a simple
phpinfo()

I get the following error message:

the procedure entry point zend_ptr_stack_get_arg could not located in the dynamic link library php4ts.dll

has anyone ever seen this error message before or could they explain what else I need to do

tsinka
07-16-2003, 02:20 AM
Hi,

seems like it is using the wrong php4ts.dll. Did you also overwrite php4ts.dll in the system/system32 directory with the new one that comes with php-4.3.x ?

Also make sure that you overwrite any dlls you copied from the dlls folder to system/system32 with the new ones.

Thomas