diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-12-22 00:57:31 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-12-22 00:57:31 +0100 |
commit | 5b1f6caaf0574cd72396b1b4c671bae82557c4b4 (patch) | |
tree | 2c57994135ca20ecf7a3f638260710c55cdb1672 /configure.in | |
parent | 0cc89be244e02941d1f256c0f86a51e7cad8a724 (diff) | |
parent | 129fb22b37e6689cef38f436c277d49f4f24a8bb (diff) | |
download | php-git-5b1f6caaf0574cd72396b1b4c671bae82557c4b4.tar.gz |
Merge branch 'PHP-5.6'
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b1da391ed6..8781cbc459 100644 --- a/configure.in +++ b/configure.in @@ -1470,7 +1470,7 @@ PHP_ADD_SOURCES(Zend, \ zend_ini_parser.c zend_ini_scanner.c \ zend_alloc.c zend_compile.c zend_constants.c zend_dynamic_array.c zend_dtrace.c \ zend_execute_API.c zend_highlight.c zend_llist.c \ - zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \ + zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \ zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \ zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \ zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c zend_stream.c \ |