summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
Commit message (Collapse)AuthorAgeFilesLines
* reordered + added msg to configure output for PHP_ZEND_VMfoobar2005-06-141-12/+16
|
* typofixfoobar2005-06-141-2/+1
|
* fix standalone buildfoobar2005-06-141-2/+7
|
* -Moved --disable-zend-memory-manager where it belongsfoobar2005-06-071-0/+18
|
* - Unify the "configure --help" textsfoobar2005-05-291-6/+6
|
* avoid code duplication in bison version testHartmut Holzgraefe2005-05-291-19/+0
|
* - Cache the version check resultsfoobar2005-02-271-12/+16
| | | | | # ..and prepare for --enable-developer-mode
* Hack the planetfoobar2005-02-231-1/+4
|
* Fix cross-compilefoobar2005-02-221-1/+1
|
* - Compile fix for systems without int32_t typedeffoobar2005-02-171-20/+25
|
* - Compile fix for systems without uint32_t typedeffoobar2005-01-221-0/+23
|
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-7/+7
|
* - Don't show grep outputsMoriyoshi Koizumi2004-11-031-1/+1
|
* - Checks for Darwin'ish systems that uses Mach-O, which apparently doesn'tMoriyoshi Koizumi2004-11-031-0/+7
| | | | | support weak symbol aliasing at this time.
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-0/+16
| | | | | | | - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. - Will post to internals@ or via commit messages if there's anything else.
* MFB bison configure test fixRasmus Lerdorf2003-10-071-1/+1
|
* Aligned configure help texts.foobar2003-10-031-5/+5
|
* check for mach-o/dyld.h - needed for non-PHP ZE buildStanislav Malyshev2003-09-071-0/+1
|
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-0/+13
| | | | | | | this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with '--enable-zend-multibyte' and '--enable-mbstring')
* Add stdlib.h too - it is needed fot strto{ld}Stanislav Malyshev2003-03-201-0/+1
|
* - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).foobar2003-02-251-1/+0
|
* relabelZeev Suraski2003-01-191-6/+6
|
* - MFZE1Andi Gutmans2002-11-151-0/+4
|
* - Add \n to configure fprintfAndi Gutmans2002-08-231-1/+1
|
* 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.