Skip to content

VBGAMER45/legacyphpfunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Legacy PHP Functions

Restores PHP functions that were removed in new versions of PHP

A little file containing functions that were removed from PHP helpful for getting legacy software back online till you can update it.

Includes: mysql_* create_function ereg eregi ereg_replace eregi_replace split spliti

Pro Tip!

In your php.ini You can set auto_prepend_file setting and this will automaticly be included on any scripts on the server. auto_prepend_file = /var/www/pathtofile/phplegacy-helper.php

About

Restores PHP functions that were removed in new versions of PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages