Allow .cc files for shared extensions

php.internals

Brian J. France

21 years ago
Anybody see a problem with this patch that allows .cc files in shared extensions. If not I will check it into all branches. Thanks, Brian

Jani Taskinen

21 years ago
Why don't you name the files .cpp like you're supposed to? --Jani On Tue, 19 Apr 2005, Brian J. France wrote:

Brian J. France

21 years ago
I do, but some of our developers have some wacky idea they should be named .cc. I can keep a internal patch if you rather not, figure I would ask just to make sure. Brian On Apr 19, 2005, at 5:12 PM, Jani Taskinen wrote:

Jani Taskinen

21 years ago
On Tue, 19 Apr 2005, Brian J. France wrote:
> I do, but some of our developers have some wacky idea they should be named > .cc.
But with PHP they're named .cpp ;)
> I can keep a internal patch if you rather not, figure I would ask just to make > sure.
Just add it. But do it with the simple way: Add to the existing .cpp line: *.cpp|*.cc[)] ... --Jani