Skip to content

Commit 46aa88b

Browse files
committed
Address review comments
1 parent 04aed09 commit 46aa88b

File tree

9 files changed

+3406
-3414
lines changed

9 files changed

+3406
-3414
lines changed

ext/readline/tests/bug77812-libedit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fclose($pipes[0]);
2323
proc_close($proc);
2424
?>
2525
--EXPECTF--
26-
object(Process)#1 (0) {
26+
object(Standard\Process)#1 (0) {
2727
}
2828
Interactive shell
2929

ext/standard/basic_functions.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
304304
assertion_error_ce = register_class_AssertionError(zend_ce_error);
305305

306306
#ifdef PHP_CAN_SUPPORT_PROC_OPEN
307-
process_ce = register_class_Process();
307+
process_ce = register_class_Standard_Process();
308308
php_register_process_class_handlers();
309309
#endif
310310

@@ -341,9 +341,6 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
341341
BASIC_MINIT_SUBMODULE(array)
342342
BASIC_MINIT_SUBMODULE(assert)
343343
BASIC_MINIT_SUBMODULE(url_scanner_ex)
344-
#ifdef PHP_CAN_SUPPORT_PROC_OPEN
345-
BASIC_MINIT_SUBMODULE(proc_open)
346-
#endif
347344
BASIC_MINIT_SUBMODULE(exec)
348345

349346
BASIC_MINIT_SUBMODULE(user_streams)

0 commit comments

Comments
 (0)