What are the new features available in php 7?
Answer / Neha Gautam
PHP 7 introduced several significant improvements such as a new engine (Zend Engine 3), scalar type declarations, return type declarations, sparse arrays, the null coalescing operator ('?'), and the space ship operator (<=>).
| Is This Answer Correct ? | 0 Yes | 0 No |
i was set new individual folder for saving session values,the folder name is session and i set 777 permission,using session.save_path function like session.save_path "/home21b/sub004/sc21311-ULCX/candyoflove.com/session/" but it causing Warning: Unknown(): SAFE MODE Restriction in effect. The script whose uid/gid is 12112/12112 is not allowed to access /home21b/sub004/sc21311-ULCX/candyoflove.com/session owned by uid/gid 12267/12267 in Unknown on line 0 ,please tell what changes make this script, i was using .htaccesss file..plz help me....
Tell me how stop the execution of a php scrip?
How is it possible to propagate a session id?
How you can update memcached when you make changes to php?
What is php and what does it do?
How to access a Static Member of a Class in PHP?
how to do connectivity of 2 dbs in PHP script?
Explain how we can retrieve the data in the result set of mysql using php?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
What does echo mean in php?
Tell me how to set a page as a home page in a php based site?
How can we know the number of days between two given dates using PHP? How can we know the number of days between two given dates using MySQL?