mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
swap welcome/init around
This commit is contained in:
parent
9516dc4269
commit
ad73291405
1 changed files with 3 additions and 3 deletions
6
phpdbg.c
6
phpdbg.c
|
@ -523,6 +523,9 @@ phpdbg_main:
|
||||||
zend_activate_modules(TSRMLS_C);
|
zend_activate_modules(TSRMLS_C);
|
||||||
} zend_end_try();
|
} zend_end_try();
|
||||||
|
|
||||||
|
/* print blurb */
|
||||||
|
phpdbg_welcome(cleaning TSRMLS_CC);
|
||||||
|
|
||||||
/* initialize from file */
|
/* initialize from file */
|
||||||
zend_try {
|
zend_try {
|
||||||
phpdbg_init(init_file, init_file_len, init_file_default TSRMLS_CC);
|
phpdbg_init(init_file, init_file_len, init_file_default TSRMLS_CC);
|
||||||
|
@ -532,9 +535,6 @@ phpdbg_main:
|
||||||
}
|
}
|
||||||
} zend_end_try();
|
} zend_end_try();
|
||||||
|
|
||||||
/* print blurb */
|
|
||||||
phpdbg_welcome(cleaning TSRMLS_CC);
|
|
||||||
|
|
||||||
/* phpdbg main() */
|
/* phpdbg main() */
|
||||||
do {
|
do {
|
||||||
zend_try {
|
zend_try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue