Changeset 270 for eaccelerator/branches/0.9.5/eaccelerator.h
- Timestamp:
- 09/15/06 15:15:06 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/eaccelerator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/eaccelerator.h
r269 r270 44 44 #if PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1 45 45 # define ZEND_ENGINE_2_1 46 #endif 47 48 #if PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2 49 # define ZEND_ENGINE_2_2 46 50 #endif 47 51 … … 379 383 } align_union; 380 384 385 #ifdef ZEND_ENGINE_2_2 386 typedef union _align_test { 387 void *ptr; 388 double dbl; 389 long lng; 390 } align_test; 391 #endif 392 381 393 /******************************************************************************/ 382 394