Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare move of the top-level source files to the core directory. | Sascha Schumann | 2000-06-11 | 2 | -2/+2 |
| | |||||
* | Remove unnecessary second cat invocation | Sascha Schumann | 2000-06-11 | 1 | -5/+2 |
| | |||||
* | PRE_INCLUDE hack reverted | David Hedbor | 2000-06-06 | 1 | -4/+4 |
| | |||||
* | Added a new user-definable include variable, PRE_INCLUDES. It works | David Hedbor | 2000-06-05 | 1 | -4/+4 |
| | | | | | | | | | | like EXTRA_INCLUDES but is added before the global INCLUDES variable. # # This was needed for the roxen SAPI module, which requires the PHP4 # include dirs to be after the Pike include dirs. I can't make the # Pike include dir global though, since Pike includes then conflict # with PHP4 includes in the rest of the compile. | ||||
* | Accept CVS version of libtool (1.3c) | Sascha Schumann | 2000-05-25 | 1 | -1/+1 |
| | |||||
* | Cosmetic change | Sascha Schumann | 2000-05-18 | 1 | -1/+1 |
| | |||||
* | Use "mkdir -p" instead of "test -d || mkdir" where possible | Sascha Schumann | 2000-05-15 | 1 | -1/+1 |
| | |||||
* | Remove directory test when creating directories using mkdir -p | Sascha Schumann | 2000-05-12 | 1 | -2/+2 |
| | |||||
* | Upgrade shtool to 1.4.9 and fix "mkdir -p" behaviour. Patch has been | Sascha Schumann | 2000-05-12 | 1 | -76/+85 |
| | | | | | sent to the author of shtool. | ||||
* | `.deps' are sourced only by Makefiles created by fastgen.sh, so it makes | Sascha Schumann | 2000-05-04 | 3 | -3/+3 |
| | | | | | sense to create empty .deps there. | ||||
* | Remove trailing slash(es) from pathnames | Sascha Schumann | 2000-05-04 | 1 | -2/+2 |
| | |||||
* | Fix building external extensions. | Sascha Schumann | 2000-05-02 | 1 | -32/+22 |
| | |||||
* | Move install-modules target into top-level Makefile template | Sascha Schumann | 2000-05-02 | 1 | -7/+0 |
| | |||||
* | Preset extension_dir to the installation directory of PHP modules. | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | This effectively means that dl() will work without having an installed configuration file. | ||||
* | Get rid of old cruft. Broke build on Irix. | Sascha Schumann | 2000-05-01 | 1 | -15/+0 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 3 | -35/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | ||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 4 | -22/+26 |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
* | Oops, wrong path | Rasmus Lerdorf | 2000-04-29 | 1 | -1/+1 |
| | |||||
* | An empty .deps was not getting generated here | Rasmus Lerdorf | 2000-04-29 | 1 | -1/+1 |
| | |||||
* | Remove trailing slash | Sascha Schumann | 2000-03-30 | 1 | -1/+1 |
| | |||||
* | @- Implemented default_charset and default_mimetype config directives (Stig) | Stig Bakken | 2000-02-25 | 2 | -2/+2 |
| | | | | | | Implemented default_charset and default_mimetype configuration directives. Started implementing ticks in PHP. | ||||
* | WTF? | Sascha Schumann | 2000-02-24 | 1 | -2/+0 |
| | |||||
* | shut up cross compiling warnings | Stig Bakken | 2000-02-23 | 1 | -4/+4 |
| | |||||
* | Use 'cp' instead of 'install'. | Andrei Zmievski | 2000-02-22 | 1 | -1/+1 |
| | |||||
* | @- Updated the browscap module to work with PHP 4.0 (Zeev) | Zeev Suraski | 2000-02-16 | 1 | -0/+2 |
| | |||||
* | Add test to avoid recursion, if the build environment is not | Sascha Schumann | 2000-02-16 | 1 | -1/+4 |
| | | | | | correctly set up. | ||||
* | Allow shared libraries to be built everywhere | Sascha Schumann | 2000-01-26 | 1 | -1/+4 |
| | |||||
* | Full gear backwards. We still need acconfig.h.in for additional acconfig.h | Sascha Schumann | 2000-01-12 | 1 | -0/+6 |
| | | | | | files (from TSRM/Zend). | ||||
* | acconfig.h.in became superflicious when we removed the config.h.stubs. | Sascha Schumann | 2000-01-12 | 1 | -6/+0 |
| | | | | | Let's get rid of it. | ||||
* | Make cvsclean work on AIX | Sascha Schumann | 2000-01-12 | 1 | -1/+1 |
| | |||||
* | FreeBSD 2.x/3.x fix. | Sascha Schumann | 2000-01-03 | 1 | -2/+2 |
| | |||||
* | Y2K updates | Sascha Schumann | 2000-01-01 | 7 | -8/+8 |
| | |||||
* | 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 |
| | |||||
* | Fix for Solaris incapability | Sascha Schumann | 1999-12-30 | 1 | -3/+4 |
| | |||||
* | Remove second {}, that shouldn't be there | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | |||||
* | Proper protection for GNU make's parallel build | Sascha Schumann | 1999-12-30 | 1 | -7/+18 |
| | |||||
* | 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 |
| | |||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -3/+2 |
| | | | | | | | 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 |
| | |||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 11 | -0/+1407 |
- 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. |