summaryrefslogtreecommitdiff
path: root/phpdbg.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2013-11-25 17:58:43 +0000
committerkrakjoe <joe.watkins@live.co.uk>2013-11-25 17:58:43 +0000
commit7ac64cdf46bc70a14dd9fabaa663ecae41e93322 (patch)
tree920191983482e7784c5a6d8ef78da7b37f5b0cec /phpdbg.c
parent19b1f7b5f988ef1c0e42f45718fc2c54c1c978a5 (diff)
parentbe8adbb231f7c7a70c8b12d032c028dd8d954e8d (diff)
downloadphp-git-7ac64cdf46bc70a14dd9fabaa663ecae41e93322.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg.c')
-rw-r--r--phpdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg.c b/phpdbg.c
index d790f9d0f3..ebe7cafb7b 100644
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -652,7 +652,7 @@ phpdbg_main:
case 'i': { /* set init file */
init_file_len = strlen(php_optarg);
if (init_file_len) {
- init_file = strdup(php_optarg);
+ init_file = estrdup(php_optarg);
}
} break;