Changeset 157
- Timestamp:
- 02/14/06 01:09:41 (2 years ago)
- Files:
-
- eaccelerator/branches/PHP_5_1/ChangeLog (modified) (1 diff)
- eaccelerator/branches/PHP_5_1/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/PHP_5_1/ChangeLog
r149 r157 1 2006-02-14 Bart Vanbrabant <bart.vanbrabant at zoeloelip dot be> 2 3 * PHP_5_1: Changed cflags to -O2 from -O3 4 1 5 2006-02-07 Hans Rakers <hans at parse dot nl> 2 6 eaccelerator/branches/PHP_5_1/Makefile.in
r134 r157 3 3 LTLIBRARY_SHARED_NAME = eaccelerator.la 4 4 5 EXTRA_CFLAGS = -O 35 EXTRA_CFLAGS = -O2 6 6 7 7 include $(top_srcdir)/build/dynlib.mk