1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Files
archived-php-src/win32
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-11-16 12:57:11 +01:00
2017-01-04 11:23:42 -06:00
2017-07-04 16:08:48 +02: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
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-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-07-04 16:21:45 +02: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-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