mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
2467dd6d05
@Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack!