1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

- Fix new -m on Windows

This commit is contained in:
Andi Gutmans
2000-10-26 23:50:17 +00:00
parent 717e934a88
commit 2946f87f00
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -22,6 +22,7 @@
#include "php.h"
#include "php_globals.h"
#include "php_variables.h"
#include "modules.h"
#include "SAPI.h"
@@ -88,6 +89,7 @@ extern int ap_php_optind;
static int _print_module_info ( zend_module_entry *module, void *arg ) {
php_printf("%s\n", module->name);
return 0;
}
static int sapi_cgibin_ub_write(const char *str, uint str_length)