#
aed7d011 |
| 06-Mar-2001 |
Sascha Schumann |
We actually only need AC_PROG_LEX here.
|
#
5c172417 |
| 03-Mar-2001 |
Sascha Schumann |
-Os is a valid GCC optimization level.
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
9e2a591a |
| 31-Oct-2000 |
Zeev Suraski |
Require bison 1.28
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
99771d91 |
| 26-Sep-2000 |
Sascha Schumann |
Remove --enable-c9x-inline option. We now use a syntax which is compatible with all compilers by providing the function with static linkage in every compilation unit.
|
#
5669b2dd |
| 06-Sep-2000 |
Sascha Schumann |
Unless overwritten, default to no optimization in debug mode.
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
15925864 |
| 18-Jun-2000 |
Sascha Schumann |
fp_except check for FreeBSD 1.0-2.2.5
|
#
0404a024 |
| 18-Jun-2000 |
Sascha Schumann |
Welcome zend_finite(n). This chooses the best combination of what is available: finite, isfinite, isinf, isnan
|
#
17fe6801 |
| 14-Jun-2000 |
Sascha Schumann |
Only replaced C0X and C0x, but not c0x..
|
#
35f43ad2 |
| 14-Jun-2000 |
Sascha Schumann |
Rename C0x-inline to C9x-inline, and frame preprocessor directives in zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.
|
#
df74f1df |
| 13-Jun-2000 |
Sascha Schumann |
Add optional support for C0x inline semantics. These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature l
Add optional support for C0x inline semantics. These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later.
show more ...
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
b4e48b95 |
| 08-Jun-2000 |
Sascha Schumann |
Clean up acconfig.h
|
#
0ebb7335 |
| 28-May-2000 |
Andi Gutmans |
- This should have been done for 4.0.0. - Default build is without debug now. Use --enable-debug if you want a - debug build which includes leak/memory overwrite etc. detection
|
Revision tags: php-4.0.0, php-4.0RC2 |
|
#
788feca4 |
| 05-May-2000 |
Sascha Schumann |
Linking directly against libc might result in unexpected behaviour. We check for dlopen in libdl first, and check then whether dlopen exists.
|
#
83672754 |
| 17-Apr-2000 |
Thies C. Arntzen |
HPUX11 only has isfinite()
|
Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
800ffda0 |
| 01-Jan-2000 |
Sascha Schumann |
Some cleanup
|
Revision tags: PRE_ISSET_TYPE |
|
#
d93da3c1 |
| 30-Dec-1999 |
Sascha Schumann |
Solaris' sed does not like this expression. Since -O0 is the default, we can also omit it.
|
#
44ffdc18 |
| 23-Dec-1999 |
Sascha Schumann |
Rename option to match description string
|
#
9156d860 |
| 23-Dec-1999 |
Sascha Schumann |
Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGS contains -O0 to disable optimizations. This can be disabled by using the appropiate parameter.
|
#
304f1ebc |
| 22-Dec-1999 |
Sascha Schumann |
Don't set DEBUG_CFLAGS to -g, if -g is already in CFLAGS
|
#
efeadf08 |
| 21-Dec-1999 |
Sascha Schumann |
Explicitly check for C++ preprocessor, otherwise autoconf forces it onto us at the wrong place (subsequent autoconf checks failed).
|
#
4d2b0715 |
| 19-Dec-1999 |
Zeev Suraski |
libzend -> Zend
|