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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.