You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JPHP has the zend legacy extension, but you will have problems when you will work with it. We recomend you to do not use this extension and try to use better approach from the JPHP Standard Library.
One of the project goals is:
Replacing the ugly runtime library of Zend PHP with a better runtime library.
Standard Library of JPHP
The all classes of the std library have a namespace that starts with php\
Our migration guide helps you to use alternative classes and functions from JPHP Standard Library.