summaryrefslogtreecommitdiff
path: root/Zend/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Prefer isfinite to finiteReeze Xia2015-05-181-3/+3
| | | | | | Since finite() is not part of ANSI C @see http://bytes.com/topic/c/answers/217761-finite-ansi-c
* Get rid of autoconf warningsRasmus Lerdorf2011-05-161-0/+99
|
* MFB 5.3: Rewrite scanner to be based on re2c instead of flexScott MacVicar2008-03-261-1/+0
| | | | | There are still changes in regards to parsing of Unicode encoded scripts to come.
* - Compile fix for systems without uint32_t typedeffoobar2005-01-221-0/+3
|
* - Added AC_ZEND_C_BIGENDIAN macro (as requested by Andi)foobar2005-01-101-0/+1
|
* - MFZE1Andi Gutmans2002-11-151-0/+2
|
* Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824Adam Dickmeiss2002-02-031-2/+2
|
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-021-1/+1
| | | | | defining PACKAGE/VERSION.
* libzend -> ZendZeev Suraski1999-12-191-1/+1
|
* Move config code into separate fileSascha Schumann1999-12-171-173/+8
|
* Add "--disable-inline" for low-memory machines (be it limitedSascha Schumann1999-10-141-0/+17
| | | | | | RAM or virtual memory). It's also useful for Digital C where the C++ compiler thinks "inline" is an invalid specifier.
* More portability stuffSascha Schumann1999-10-051-0/+2
|
* OSF/1 V4.0 wants -lcxxSascha Schumann1999-10-051-0/+1
|
* Use libtool to build.Sascha Schumann1999-10-041-17/+12
|
* Make it executable.Sascha Schumann1999-10-031-1/+1
|
* Provide alternative istdiostream.Sascha Schumann1999-09-281-0/+20
| | | | | | This has been tested with Sun WorkShop 4.2 C++ which does not contain class istdiostream.
* Actually allow to set CXXFLAGSSascha Schumann1999-09-261-0/+2
|
* Build communication channel and add checks for C++ librarySascha Schumann1999-09-261-1/+7
|
* Fix vpath build w/ thread-safe enabled on Unix.Sascha Schumann1999-09-231-0/+1
|
* this helps compiling on non-ANSI C compliant platformsSascha Schumann1999-09-161-0/+2
|
* Make sure HAVE_LIBDL gets defined.Stig S. Bakken1999-09-131-0/+2
| | | | | Disable more C++ tests when not configured for thread safety.
* check for c++ only, if thread safety is enabledSascha Schumann1999-09-121-0/+2
|
* * header file cleanupStig S. Bakken1999-09-061-19/+27
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* remove checksSascha Schumann1999-08-221-2/+0
|
* Debug on by defaultZeev Suraski1999-07-171-4/+4
|
* *** empty log message ***Zeev Suraski1999-07-091-1/+1
|
* use void * instead of long for 64-bit testSascha Schumann1999-07-051-1/+1
|
* checking for ints won't work, since they are 32 bit on both platformsSascha Schumann1999-07-031-1/+1
|
* add usual rhapsody hackSascha Schumann1999-07-031-0/+6
|
* workaround for 64-bit platformsSascha Schumann1999-07-021-1/+2
|
* define zend_boolZeev Suraski1999-07-021-0/+1
|
* *** empty log message ***Zeev Suraski1999-06-191-1/+1
|
* If a require() dies, we must bail out (since it corrupts an existing op_arrayZeev Suraski1999-05-141-0/+1
|
* add --enable-thread-safety optionStig S. Bakken1999-05-121-0/+11
|
* convert to automakeStig S. Bakken1999-04-191-34/+6
|
* removed -lnsl and -lsocket checks from zendStig S. Bakken1999-04-191-5/+0
|
* Whatnot:Zeev Suraski1999-04-181-27/+0
| | | | | | | | * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really)
* Zend LibraryAndi Gutmans1999-04-071-0/+194