Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b78833

Browse files
Address review comments
1 parent 04aed09 commit 6b78833

File tree

8 files changed

+3486
-3494
lines changed

8 files changed

+3486
-3494
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)

AltStyle によって変換されたページ (->オリジナル) /