typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@51 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
a97a4ef176
commit
8c8c7aa0f0
|
@ -87,7 +87,7 @@ const char *xc_get_data_type(zend_uchar data_type)
|
|||
}
|
||||
/* }}} */
|
||||
/* {{{ xc_get_opcode */
|
||||
#if PHP_MAJAR_VERSION >= 6
|
||||
#if PHP_MAJOR_VERSION >= 6
|
||||
# include "const_string_opcodes_php6.x.h"
|
||||
#else
|
||||
# ifdef ZEND_ENGINE_2_1
|
||||
|
|
|
@ -55,7 +55,7 @@ void xcache_mkdirs_ex(char *root, int rootlen, char *path, int pathlen TSRMLS_DC
|
|||
#ifdef DEBUG
|
||||
fprintf(stderr, "mkdir %s\n", fullpath);
|
||||
#endif
|
||||
#if PHP_MAJAR_VERSION > 5
|
||||
#if PHP_MAJOR_VERSION > 5
|
||||
php_stream_mkdir(fullpath, 0700, REPORT_ERRORS, NULL);
|
||||
#else
|
||||
mkdir(fullpath, 0700);
|
||||
|
|
Loading…
Reference in New Issue