summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed 3 major failures in this test:foobar2002-07-251-25/+27
| | | | | | | | | | | | | | | | | | | 1. Tests work better when they are actually run.. 2. When file is opened, it should be closed sometime too. 3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's good idea to read the values while the file still exists. # # James, TEST BEFORE YOU COMMIT!!!!!!! # # Andi, I get these results (in Linux/i386): # # ZEND_MM_ALIGNMENT 4 # ZEND_MM_ALIGNMENT_LOG2 2 # # Weren't these supposed to be 8 and 3 ? #
* move testing for the alignment values into configure.James Cox2002-07-241-0/+45
|
* ws fixes.James Cox2002-07-241-17/+0
|
* IMHO, ZTS should no longer be labeled experimental.Sebastian Bergmann2002-06-241-1/+1
|
* MFZE1: Change default value of inline-opt to yes (Sascha).Sebastian Bergmann2002-04-221-3/+3
|
* MFZE1 (AIX fixes)Sebastian Bergmann2001-12-111-1/+6
|
* - Fix typoAndi Gutmans2001-11-301-2/+2
|
* Add dlsym underscore detection, by Jani TaskinenStanislav Malyshev2001-08-261-0/+14
|
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-42/+1
|
* Add missing checkZeev Suraski2001-05-301-0/+1
|
* Merge memory usage into memory limitZeev Suraski2001-05-161-16/+0
|
* added --enable-memory-usage-infoThies C. Arntzen2001-05-111-0/+17
|
* - Fix for Solaris.Andi Gutmans2001-03-111-1/+1
|
* We actually only need AC_PROG_LEX here.Sascha Schumann2001-03-061-1/+1
|
* -Os is a valid GCC optimization level.Sascha Schumann2001-03-031-1/+1
|
* Require bison 1.28Zeev Suraski2000-10-311-2/+2
|
* Remove --enable-c9x-inline option. We now use a syntax which is compatibleSascha Schumann2000-09-261-17/+0
| | | | | | with all compilers by providing the function with static linkage in every compilation unit.
* Unless overwritten, default to no optimization in debug mode.Sascha Schumann2000-09-061-0/+3
|
* fp_except check for FreeBSD 1.0-2.2.5Sascha Schumann2000-06-181-0/+2
|
* Welcome zend_finite(n).Sascha Schumann2000-06-181-4/+3
| | | | | | | This chooses the best combination of what is available: finite, isfinite, isinf, isnan
* Only replaced C0X and C0x, but not c0x..Sascha Schumann2000-06-141-2/+2
|
* Rename C0x-inline to C9x-inline, and frame preprocessor directives inSascha Schumann2000-06-141-7/+7
| | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-0/+17
| | | | | | | These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later.
* Clean up acconfig.hSascha Schumann2000-06-081-3/+3
|
* - This should have been done for 4.0.0.Andi Gutmans2000-05-281-2/+2
| | | | | | - Default build is without debug now. Use --enable-debug if you want a - debug build which includes leak/memory overwrite etc. detection
* Linking directly against libc might result in unexpected behaviour.Sascha Schumann2000-05-051-7/+2
| | | | | We check for dlopen in libdl first, and check then whether dlopen exists.
* HPUX11 only has isfinite()Thies C. Arntzen2000-04-171-1/+1
|
* Some cleanupSascha Schumann2000-01-011-4/+7
|
* Solaris' sed does not like this expression. Since -O0 is the default,Sascha Schumann1999-12-301-1/+1
| | | | | we can also omit it.
* Rename option to match description stringSascha Schumann1999-12-231-1/+1
|
* Compile zend_execute.c with special CFLAGS. For GCC, INLINE_CFLAGSSascha Schumann1999-12-231-10/+16
| | | | | | contains -O0 to disable optimizations. This can be disabled by using the appropiate parameter.
* Don't set DEBUG_CFLAGS to -g, if -g is already in CFLAGSSascha Schumann1999-12-221-1/+1
|
* Explicitly check for C++ preprocessor, otherwise autoconf forces it ontoSascha Schumann1999-12-211-0/+1
| | | | | us at the wrong place (subsequent autoconf checks failed).
* libzend -> ZendZeev Suraski1999-12-191-0/+213