Changeset 51
- Timestamp:
- 05/31/2006 01:19:21 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
const_string.c (modified) (1 diff)
-
coverager.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/const_string.c
r20 r51 88 88 /* }}} */ 89 89 /* {{{ xc_get_opcode */ 90 #if PHP_MAJ AR_VERSION >= 690 #if PHP_MAJOR_VERSION >= 6 91 91 # include "const_string_opcodes_php6.x.h" 92 92 #else -
trunk/coverager.c
r27 r51 56 56 fprintf(stderr, "mkdir %s\n", fullpath); 57 57 #endif 58 #if PHP_MAJ AR_VERSION > 558 #if PHP_MAJOR_VERSION > 5 59 59 php_stream_mkdir(fullpath, 0700, REPORT_ERRORS, NULL); 60 60 #else

