summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-01153-153/+153
| | | | | you start counting at 0 or 1).
* Be as portable as possibleSascha Schumann2000-01-011-1/+1
|
* .dsp updatesZeev Suraski1999-12-318-14/+39
|
* - Add Release_inline buildsZeev Suraski1999-12-313-9/+119
|
* Add new Release_inline builds to Win32. Standard release versions will not useZeev Suraski1999-12-315-8/+223
| | | | | inline under Win32.
* Happy new year (especially to Thies :)Zeev Suraski1999-12-313-10/+2
| | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean
* - Nuke undefined_variable_stringZeev Suraski1999-12-3114-83/+149
| | | | | - Introduce IS_UNSET
* - Fix bug #3073. continue in do..while() loops should work nowAndi Gutmans1999-12-314-8/+8
|
* ChangeLog update1999-12-311-0/+420
|
* Fix linking problems with iODBC. This is from the Adabas section, soSascha Schumann1999-12-311-0/+1
| | | | | this might work for iODBC.
* First try at getting the ODBC stuff rightSascha Schumann1999-12-311-15/+9
|
* Synchronize with rules.mkSascha Schumann1999-12-311-15/+30
|
* Perform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGSSascha Schumann1999-12-311-6/+4
|
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-302-27/+28
|
* Typedef socklen_t, if it is not availableSascha Schumann1999-12-302-2/+6
|
* THREAD_T refers to thread ids, not attributesSascha Schumann1999-12-301-1/+1
|
* Fix for Solaris incapabilitySascha Schumann1999-12-301-3/+4
|
* Append liblber to satisfy symbols in libldapSascha Schumann1999-12-301-2/+2
|
* Let m4 decide what to doSascha Schumann1999-12-301-5/+1
|
* Remove second {}, that shouldn't be thereSascha Schumann1999-12-301-1/+1
|
* Fix define.Sascha Schumann1999-12-301-1/+1
| | | | | | This should be the last one, my earlier search didn't find macro names contain numbers.
* fix AC_DEFINEThies C. Arntzen1999-12-302-7/+2
|
* Define to 1Sascha Schumann1999-12-301-1/+1
|
* Proper protection for GNU make's parallel buildSascha Schumann1999-12-301-7/+18
|
* Propagate error condition correctlySascha Schumann1999-12-301-2/+2
|
* Ease include file selection. Let's see which cpps support this construct.Sascha Schumann1999-12-304-32/+17
|
* Rebuild config.h.in whenever configure changesSascha Schumann1999-12-301-1/+1
|
* Add distclean targetSascha Schumann1999-12-301-3/+10
|
* This should enable people to use ALLOC_ZVAL() in code outside the php4.dllZeev Suraski1999-12-305-6/+4
|
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-3030-67/+67
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-3093-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 .depsSascha Schumann1999-12-301-1/+1
|
* Let genfiles work in the new environmentSascha Schumann1999-12-301-2/+15
|
* Integration of -ng changes. Changes:Sascha Schumann1999-12-30169-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 changedSascha Schumann1999-12-301-1/+1
|
* Rewrite TSRM_CHECK_GCC_ARG to cache its resultSascha Schumann1999-12-301-12/+21
|
* ChangeLog update1999-12-301-0/+16
|
* Solaris' sed does not like this expression. Since -O0 is the default,Sascha Schumann1999-12-301-1/+1
| | | | | we can also omit it.
* Let check succeed on systems which don't need special flags for pthreads.Sascha Schumann1999-12-301-4/+4
| | | | | Also change the message to be more informative.
* Don't search for config.h.stubs in sapiSascha Schumann1999-12-291-1/+1
|
* Get rid of some config.h.stubs. Comments are placed into AC_DEFINE()Sascha Schumann1999-12-2910-23/+6
|
* - Change var_reset() to set bool(0) instead of string("")Zeev Suraski1999-12-291-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 Suraski1999-12-291-2/+2
|
* ChangeLog update1999-12-291-0/+43
|
* Make sapi_module static. This is was the majority of SAPI modules uses.Sascha Schumann1999-12-281-1/+1
| | | | | I wonder how this has worked up to now..
* Fix -Wall warningsSascha Schumann1999-12-2810-278/+286
|
* Fix warningsSascha Schumann1999-12-281-2/+2
|
* Move include into source fileSascha Schumann1999-12-282-2/+1
|
* Add neccessary includesSascha Schumann1999-12-281-1/+2
|
* *** empty log message ***Thies C. Arntzen1999-12-281-66/+99
|