mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
9a2d9b993d
I was predeclaring my functions in ccvs.h (stupid of me), so PHP was seeing the predec from internal_functions.h, the predec again, and then the actual functions and barfing. Compiles into apache now. Will test further.