Skip to content

Commit

Permalink
Merge branch 'master' of https://git.php.net/repository/php-src
Browse files Browse the repository at this point in the history
* 'master' of https://git.php.net/repository/php-src:
  Fixed ext/intl/tests/timezone_createDefault_basic.phpt
  Skip test if directory does not exist
  Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
  Leftover: Bump version to 5.6.0
  Fixed test sapi/cli/tests/006.phpt
  Fixed compiler reenterability
  Fixed compiler reenterability
  Updated NEWS
  UPdated NEWS
  Updated NEWS
  • Loading branch information
cjbj committed Nov 16, 2012
2 parents 2e6a4a2 + 6311a86 commit 05317c5
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 353 deletions.
2 changes: 1 addition & 1 deletion Zend/zend.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef ZEND_H
#define ZEND_H

#define ZEND_VERSION "2.5.0-dev"
#define ZEND_VERSION "2.6.0-dev"

#define ZEND_ENGINE_2

Expand Down
1 change: 1 addition & 0 deletions Zend/zend_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ ZEND_API void file_handle_dtor(zend_file_handle *fh) /* {{{ */
void init_compiler(TSRMLS_D) /* {{{ */
{
CG(active_op_array) = NULL;
memset(&CG(context), 0, sizeof(CG(context)));
zend_init_compiler_data_structures(TSRMLS_C);
zend_init_rsrc_list(TSRMLS_C);
zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0);
Expand Down
Loading

0 comments on commit 05317c5

Please sign in to comment.