-
Notifications
You must be signed in to change notification settings - Fork 2
Fatal error: Cannot redeclare foo() (previously declared in....) #20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
There's a tickmark (or must be) for disabling PHP Caching, which normally will cache everything, that can be stored between PHP sessions. |
Hi, I am using it in c# windows app. Just for me :) There's a tickmark (or must be) for disabling PHP Caching ??? Am using php4App.dll file in C# project. I tried below code but it did not help.
Can you please advise me how to resolve this issue.. |
Am using php4App.dll file in C# project. Can i disable cache via php.ini ? Sorry again for the late reply, our team decided to move this project to the team maintenance, but now i'm seiing that it is actually forgotten. |
I will be waiting, Thanks |
Hello,
I found a bug.
Executing a script first time with a function call foo run fines but executing same file again gives cannot redeclare foo() error until i restart c# app based server.
Am executing a code via php file URL.
i noticed that it is not only with user defined functions but also user defined constants & class
The text was updated successfully, but these errors were encountered: