mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Build-performance tweaks
This commit is contained in:
parent
6fed2e95b2
commit
ec86811298
2 changed files with 2 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define INITGUID
|
||||
#define DEBUG_CLASS_FACTORY 0
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <initguid.h>
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
*/
|
||||
/* $Id$ */
|
||||
|
||||
#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
|
||||
|
||||
#include "php.h"
|
||||
#include "php_main.h"
|
||||
#include "SAPI.h"
|
||||
|
@ -41,7 +39,7 @@ static int php_activescript_startup(sapi_module_struct *sapi_module)
|
|||
|
||||
static int sapi_activescript_ub_write(const char *str, uint str_length TSRMLS_DC)
|
||||
{
|
||||
/* In theory, this is a blackhole. In practice, I wan't to see the output
|
||||
/* In theory, this is a blackhole. In practice, I want to see the output
|
||||
* in the debugger! */
|
||||
|
||||
char buf[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue