Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | Do not redefine zend_isnan if it is already defined. | foobar | 2003-02-25 | 1 | -0/+2 |
| | |||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+22 |
| | |||||
* | NetWare changes | Venkat Raghavan S | 2002-05-30 | 1 | -0/+4 |
| | |||||
* | fixed linkage warning under win32 | Harald Radi | 2002-04-22 | 1 | -0/+1 |
| | |||||
* | - Fix for Solaris. | Andi Gutmans | 2001-03-11 | 1 | -0/+8 |
| | |||||
* | Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress | Sascha Schumann | 2000-12-02 | 1 | -4/+0 |
| | | | | | defining PACKAGE/VERSION. | ||||
* | If available, use fpclassify for substituting zend_finite. | Sascha Schumann | 2000-08-20 | 1 | -1/+3 |
| | |||||
* | Including math.h before using macros defined there will work better :) | Sascha Schumann | 2000-08-20 | 1 | -2/+2 |
| | |||||
* | Add zend_isinf and zend_isnan. | Sascha Schumann | 2000-08-20 | 1 | -7/+20 |
| | |||||
* | Welcome zend_finite(n). | Sascha Schumann | 2000-06-18 | 1 | -0/+14 |
| | | | | | | | This chooses the best combination of what is available: finite, isfinite, isinf, isnan | ||||
* | Clean up acconfig.h | Sascha Schumann | 2000-06-08 | 1 | -24/+0 |
| | |||||
* | Have a standard way of exporting symbols | Zeev Suraski | 2000-04-01 | 1 | -0/+1 |
| | |||||
* | Move dl stuff from acconfig.h into zend.h. That allows us finer control | Sascha Schumann | 2000-01-12 | 1 | -18/+0 |
| | | | | | when it comes to suppressing dlfcn.h. | ||||
* | Some cleanup | Sascha Schumann | 2000-01-01 | 1 | -5/+0 |
| | |||||
* | configure sets ZEND_BROKEN_SPRINTF | Sascha Schumann | 1999-12-19 | 1 | -1/+1 |
| | |||||
* | Disable ZEND_EXTENSIONS_SUPPORT, if RTLD_NOW is not defined. | Sascha Schumann | 1999-10-13 | 1 | -10/+5 |
| | | | | | | Note that this part could be made platform independent by using libltdl (for Solaris, Linux, *BSD, HP-UX, Win16/32, BeOS). | ||||
* | Use DL_LAZY for OpenBSD. This seems to be a compatibility flag which | Sascha Schumann | 1999-10-12 | 1 | -0/+3 |
| | | | | | | | should be used for the 2nd parameter to dlopen. http://www.openbsd.org/cgi-bin/cvsweb/src/share/man/man3/dlfcn.3?rev=1.8 | ||||
* | Define RTLD_NOW to DL_NOW, if RTLD_NOW is not defined (for OpenBSD). | Sascha Schumann | 1999-10-09 | 1 | -0/+3 |
| | |||||
* | Use libtool to build. | Sascha Schumann | 1999-10-04 | 1 | -4/+0 |
| | |||||
* | Provide alternative istdiostream. | Sascha Schumann | 1999-09-28 | 1 | -0/+2 |
| | | | | | | This has been tested with Sun WorkShop 4.2 C++ which does not contain class istdiostream. | ||||
* | 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. | ||||
* | define tests first, use after. | Stig S. Bakken | 1999-09-07 | 1 | -14/+14 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -16/+54 |
| | | | | | | | | * 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? | ||||
* | workaround for 64-bit platforms | Sascha Schumann | 1999-07-02 | 1 | -3/+0 |
| | |||||
* | define zend_bool | Zeev Suraski | 1999-07-02 | 1 | -0/+3 |
| | |||||
* | add --enable-thread-safety option | Stig S. Bakken | 1999-05-12 | 1 | -0/+3 |
| | |||||
* | Make token names uniform, they all begin with T_ now. | Zeev Suraski | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | convert to automake | Stig S. Bakken | 1999-04-19 | 1 | -198/+4 |
| | |||||
* | removed -lnsl and -lsocket checks from zend | Stig S. Bakken | 1999-04-19 | 1 | -6/+0 |
| | |||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+247 |