We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece420c commit eee1de1Copy full SHA for eee1de1
1 file changed
frankenphp.c
@@ -431,8 +431,8 @@ PHP_FUNCTION(frankenphp_handle_request) {
431
}
432
433
/*
434
- * If an exception occurred, print the message to the client before closing the
435
- * connection
+ * If an exception occurred, print the message to the client before
+ * closing the connection
436
*/
437
if (EG(exception)) {
438
zend_exception_error(EG(exception), E_ERROR);
@@ -929,7 +929,7 @@ static void *php_main(void *arg) {
929
#else
930
php_tsrm_startup();
931
#endif
932
- /*tsrm_error_set(TSRM_ERROR_LEVEL_INFO, NULL);*/
+/*tsrm_error_set(TSRM_ERROR_LEVEL_INFO, NULL);*/
933
#ifdef PHP_WIN32
934
ZEND_TSRMLS_CACHE_UPDATE();
935
0 commit comments