mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Nuke unused code
This commit is contained in:
parent
4b8025987f
commit
680a00ea48
1 changed files with 0 additions and 8 deletions
|
@ -25,10 +25,6 @@
|
|||
#define SIGPIPE SIGINT
|
||||
#endif
|
||||
|
||||
#if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING)
|
||||
#include "ext/mbstring/mbstring.h"
|
||||
#endif /* defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) */
|
||||
|
||||
#undef shutdown
|
||||
|
||||
/* {{{ Prototypes
|
||||
|
@ -641,10 +637,6 @@ static int send_php(request_rec *r, int display_source_mode, char *filename)
|
|||
fh.free_filename = 0;
|
||||
fh.type = ZEND_HANDLE_FILENAME;
|
||||
|
||||
#if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING)
|
||||
php_mbstring_set_zend_encoding(TSRMLS_C);
|
||||
#endif /* defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) */
|
||||
|
||||
zend_execute_scripts(ZEND_INCLUDE TSRMLS_CC, NULL, 1, &fh);
|
||||
return OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue