Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer isfinite to finite | Reeze Xia | 2015-05-18 | 1 | -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 warnings | Rasmus Lerdorf | 2011-05-16 | 1 | -0/+99 |
| | |||||
* | MFB 5.3: Rewrite scanner to be based on re2c instead of flex | Scott MacVicar | 2008-03-26 | 1 | -1/+0 |
| | | | | | There are still changes in regards to parsing of Unicode encoded scripts to come. | ||||
* | - Compile fix for systems without uint32_t typedef | foobar | 2005-01-22 | 1 | -0/+3 |
| | |||||
* | - Added AC_ZEND_C_BIGENDIAN macro (as requested by Andi) | foobar | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2002-11-15 | 1 | -0/+2 |
| | |||||
* | Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824 | Adam Dickmeiss | 2002-02-03 | 1 | -2/+2 |
| | |||||
* | Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress | Sascha Schumann | 2000-12-02 | 1 | -1/+1 |
| | | | | | defining PACKAGE/VERSION. | ||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -1/+1 |
| | |||||
* | Move config code into separate file | Sascha Schumann | 1999-12-17 | 1 | -173/+8 |
| | |||||
* | Add "--disable-inline" for low-memory machines (be it limited | Sascha Schumann | 1999-10-14 | 1 | -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 stuff | Sascha Schumann | 1999-10-05 | 1 | -0/+2 |
| | |||||
* | OSF/1 V4.0 wants -lcxx | Sascha Schumann | 1999-10-05 | 1 | -0/+1 |
| | |||||
* | Use libtool to build. | Sascha Schumann | 1999-10-04 | 1 | -17/+12 |
| | |||||
* | Make it executable. | Sascha Schumann | 1999-10-03 | 1 | -1/+1 |
| | |||||
* | Provide alternative istdiostream. | Sascha Schumann | 1999-09-28 | 1 | -0/+20 |
| | | | | | | This has been tested with Sun WorkShop 4.2 C++ which does not contain class istdiostream. | ||||
* | Actually allow to set CXXFLAGS | Sascha Schumann | 1999-09-26 | 1 | -0/+2 |
| | |||||
* | Build communication channel and add checks for C++ library | Sascha Schumann | 1999-09-26 | 1 | -1/+7 |
| | |||||
* | Fix vpath build w/ thread-safe enabled on Unix. | Sascha Schumann | 1999-09-23 | 1 | -0/+1 |
| | |||||
* | this helps compiling on non-ANSI C compliant platforms | Sascha Schumann | 1999-09-16 | 1 | -0/+2 |
| | |||||
* | Make sure HAVE_LIBDL gets defined. | Stig S. Bakken | 1999-09-13 | 1 | -0/+2 |
| | | | | | Disable more C++ tests when not configured for thread safety. | ||||
* | check for c++ only, if thread safety is enabled | Sascha Schumann | 1999-09-12 | 1 | -0/+2 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -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 checks | Sascha Schumann | 1999-08-22 | 1 | -2/+0 |
| | |||||
* | Debug on by default | Zeev Suraski | 1999-07-17 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | |||||
* | use void * instead of long for 64-bit test | Sascha Schumann | 1999-07-05 | 1 | -1/+1 |
| | |||||
* | checking for ints won't work, since they are 32 bit on both platforms | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | add usual rhapsody hack | Sascha Schumann | 1999-07-03 | 1 | -0/+6 |
| | |||||
* | workaround for 64-bit platforms | Sascha Schumann | 1999-07-02 | 1 | -1/+2 |
| | |||||
* | define zend_bool | Zeev Suraski | 1999-07-02 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-06-19 | 1 | -1/+1 |
| | |||||
* | If a require() dies, we must bail out (since it corrupts an existing op_array | Zeev Suraski | 1999-05-14 | 1 | -0/+1 |
| | |||||
* | add --enable-thread-safety option | Stig S. Bakken | 1999-05-12 | 1 | -0/+11 |
| | |||||
* | convert to automake | Stig S. Bakken | 1999-04-19 | 1 | -34/+6 |
| | |||||
* | removed -lnsl and -lsocket checks from zend | Stig S. Bakken | 1999-04-19 | 1 | -5/+0 |
| | |||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 1 | -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 Library | Andi Gutmans | 1999-04-07 | 1 | -0/+194 |