Jump to content

[Urgent] Modifying PHP's core


Involution

Recommended Posts

What is all dependent on PHP?

I mean lets say I removed echo from phps source code.

Then I add function my_echo() which is the exact same code basically, what all would I need to update to allow my_echo() to be implemented correctly

 

Obviously I would need to modify every one of my php scripts on my webserver to replace echo with my_echo, but is there anything else?

 

I know i could just append my_echo to phps source, or modify the echo function itself, but this is conceptually and thats not the actual process I'm looking for right now.

 

Any insight would be greatly appreciated!

Link to comment
https://forums.phpfreaks.com/topic/293791-urgent-modifying-phps-core/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.