Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 153 | -153/+153 |
| | | | | | you start counting at 0 or 1). | ||||
* | Be as portable as possible | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | |||||
* | .dsp updates | Zeev Suraski | 1999-12-31 | 8 | -14/+39 |
| | |||||
* | - Add Release_inline builds | Zeev Suraski | 1999-12-31 | 3 | -9/+119 |
| | |||||
* | Add new Release_inline builds to Win32. Standard release versions will not use | Zeev Suraski | 1999-12-31 | 5 | -8/+223 |
| | | | | | inline under Win32. | ||||
* | Happy new year (especially to Thies :) | Zeev Suraski | 1999-12-31 | 3 | -10/+2 |
| | | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean | ||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 14 | -83/+149 |
| | | | | | - Introduce IS_UNSET | ||||
* | - Fix bug #3073. continue in do..while() loops should work now | Andi Gutmans | 1999-12-31 | 4 | -8/+8 |
| | |||||
* | ChangeLog update | 1999-12-31 | 1 | -0/+420 | |
| | |||||
* | Fix linking problems with iODBC. This is from the Adabas section, so | Sascha Schumann | 1999-12-31 | 1 | -0/+1 |
| | | | | | this might work for iODBC. | ||||
* | First try at getting the ODBC stuff right | Sascha Schumann | 1999-12-31 | 1 | -15/+9 |
| | |||||
* | Synchronize with rules.mk | Sascha Schumann | 1999-12-31 | 1 | -15/+30 |
| | |||||
* | Perform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGS | Sascha Schumann | 1999-12-31 | 1 | -6/+4 |
| | |||||
* | Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2 | Andreas Karajannis | 1999-12-30 | 2 | -27/+28 |
| | |||||
* | Typedef socklen_t, if it is not available | Sascha Schumann | 1999-12-30 | 2 | -2/+6 |
| | |||||
* | THREAD_T refers to thread ids, not attributes | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Fix for Solaris incapability | Sascha Schumann | 1999-12-30 | 1 | -3/+4 |
| | |||||
* | Append liblber to satisfy symbols in libldap | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | |||||
* | Let m4 decide what to do | Sascha Schumann | 1999-12-30 | 1 | -5/+1 |
| | |||||
* | Remove second {}, that shouldn't be there | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Fix define. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | | This should be the last one, my earlier search didn't find macro names contain numbers. | ||||
* | fix AC_DEFINE | Thies C. Arntzen | 1999-12-30 | 2 | -7/+2 |
| | |||||
* | Define to 1 | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Proper protection for GNU make's parallel build | Sascha Schumann | 1999-12-30 | 1 | -7/+18 |
| | |||||
* | Propagate error condition correctly | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | |||||
* | Ease include file selection. Let's see which cpps support this construct. | Sascha Schumann | 1999-12-30 | 4 | -32/+17 |
| | |||||
* | Rebuild config.h.in whenever configure changes | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Add distclean target | Sascha Schumann | 1999-12-30 | 1 | -3/+10 |
| | |||||
* | This should enable people to use ALLOC_ZVAL() in code outside the php4.dll | Zeev Suraski | 1999-12-30 | 5 | -6/+4 |
| | |||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 30 | -67/+67 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 93 | -338/+140 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | We build in regex as well, create empty .deps | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Let genfiles work in the new environment | Sascha Schumann | 1999-12-30 | 1 | -2/+15 |
| | |||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 169 | -719/+2627 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | Macro syntax has changed | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Rewrite TSRM_CHECK_GCC_ARG to cache its result | Sascha Schumann | 1999-12-30 | 1 | -12/+21 |
| | |||||
* | ChangeLog update | 1999-12-30 | 1 | -0/+16 | |
| | |||||
* | Solaris' sed does not like this expression. Since -O0 is the default, | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | we can also omit it. | ||||
* | Let check succeed on systems which don't need special flags for pthreads. | Sascha Schumann | 1999-12-30 | 1 | -4/+4 |
| | | | | | Also change the message to be more informative. | ||||
* | Don't search for config.h.stubs in sapi | Sascha Schumann | 1999-12-29 | 1 | -1/+1 |
| | |||||
* | Get rid of some config.h.stubs. Comments are placed into AC_DEFINE() | Sascha Schumann | 1999-12-29 | 10 | -23/+6 |
| | |||||
* | - Change var_reset() to set bool(0) instead of string("") | Zeev Suraski | 1999-12-29 | 1 | -0/+5 |
| | | | | | | Authors should go over their code and change it to use var_reset() instead of manually setting it to string(""), in case they're interested in the false value. | ||||
* | time_t is an int under Linux... this should always work. | Zeev Suraski | 1999-12-29 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 1999-12-29 | 1 | -0/+43 | |
| | |||||
* | Make sapi_module static. This is was the majority of SAPI modules uses. | Sascha Schumann | 1999-12-28 | 1 | -1/+1 |
| | | | | | I wonder how this has worked up to now.. | ||||
* | Fix -Wall warnings | Sascha Schumann | 1999-12-28 | 10 | -278/+286 |
| | |||||
* | Fix warnings | Sascha Schumann | 1999-12-28 | 1 | -2/+2 |
| | |||||
* | Move include into source file | Sascha Schumann | 1999-12-28 | 2 | -2/+1 |
| | |||||
* | Add neccessary includes | Sascha Schumann | 1999-12-28 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Thies C. Arntzen | 1999-12-28 | 1 | -66/+99 |
| |