Jump to content

what is core hacking


phpSensei

Recommended Posts

Some examples of what you can do in C but not in PHP

 

- Interface with libraries written in C or C++

- Write fast low-level algorithms for specific applications

- Interface with system calls not already supported in php

 

Most php extensions are just bindings to an existing C or C++ library.

Link to comment
https://forums.phpfreaks.com/topic/74163-what-is-core-hacking/#findComment-377617
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.