Kalle Sommer Nielsen
525ab4198e
Introduce ZEND_EXTENSION() to the Windows build system
...
Zend Extensions should now be declared in their config.w32 with a ZEND_EXTENSION() call instead of EXTENSION(), the parameters sent is identical.
For a cross version compatible config.w32, the following will do:
if (typeof(ZEND_EXTENSION) == 'undefined') {
EXTENSION(...);
} else {
ZEND_EXTENSION(...);
}
2017-12-04 17:39:08 +01:00
..
2017-12-04 17:39:08 +01:00
2017-11-16 12:57:11 +01:00
2017-01-04 11:23:42 -06:00
2017-07-24 14:47:32 +02:00
2017-07-04 16:08:48 +02:00
2017-11-15 11:24:12 +01:00
2017-11-15 11:17:30 +01:00
2017-07-04 16:08:48 +02:00
2015-05-20 19:14:05 +02:00
2017-07-04 16:08:48 +02:00
2017-10-09 13:13:51 +02:00
2017-01-04 11:23:42 -06:00
2017-07-04 16:08:48 +02:00
2015-05-25 18:03:26 +02:00
2017-07-04 16:08:48 +02:00
2017-11-17 18:20:52 +01:00
2017-07-04 16:21:45 +02:00
2017-01-04 11:23:42 -06:00
2017-07-04 16:21:45 +02:00
2017-11-27 12:33:54 +01:00
2017-11-28 09:15:14 +01:00
2017-07-04 16:08:48 +02:00
2017-01-02 09:30:12 -06:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:21:45 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-11-15 18:02:01 +01:00
2017-11-15 18:03:51 +01:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:21:45 +02:00
2017-11-25 00:54:16 +01:00
2017-07-04 16:21:45 +02:00
2017-11-25 00:40:13 +01:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-01-04 11:23:42 -06:00
2017-07-04 16:21:45 +02:00
2017-08-19 13:51:44 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-07-04 16:08:48 +02:00
2017-07-09 15:31:05 +02:00
2017-07-09 15:31:05 +02:00
2017-08-19 17:08:43 +02:00