#
835f6bea |
| 23-Dec-2003 |
Frank M. Kromann |
Adding install target that follows the prefix
|
#
113165bd |
| 22-Dec-2003 |
Wez Furlong |
Add --enable-snapshot-build configure option for win32 build. Using it will attempt to switch on any configure options that were left to their default value of "no". Add a "snap" tar
Add --enable-snapshot-build configure option for win32 build. Using it will attempt to switch on any configure options that were left to their default value of "no". Add a "snap" target to the makefile which will run a sub-process to make each SAPI and EXT independently, so that the whole process does not bail out if a particular extension is broken. Add a way to specify dependencies between extensions in the config.w32 files so that the makefile will include appropriate rules and linkage.
show more ...
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2 |
|
#
a3075773 |
| 19-Dec-2003 |
Wez Furlong |
Refinements for new build system: - Add major + minor version to .dll and .exe headers during linking - Handle pecl build dir correctly when pecl is a sibling of php-src - try and guess w
Refinements for new build system: - Add major + minor version to .dll and .exe headers during linking - Handle pecl build dir correctly when pecl is a sibling of php-src - try and guess where your cygwin utils are installed (if you have them) so that we can detect bison, flex etc. - other little refinements
show more ...
|
Revision tags: php-5.0.0b3RC1 |
|
#
3be2b8d7 |
| 06-Dec-2003 |
Wez Furlong |
Add dist target to makefile that will generate the file layout for a win32 binary distro under build_dir/_dist_. This isn't finalized yet, and you need Edin's distro template.
|
#
a93d20b4 |
| 04-Dec-2003 |
Wez Furlong |
Avoid killing files that we didn't generate when making clean.
|
#
fb842592 |
| 04-Dec-2003 |
Wez Furlong |
Search for pecl extensions under php-src/pecl as a convenience for pecl developers. Add automatic version info resource generation for SAPI and extension modules, based on PHP version num
Search for pecl extensions under php-src/pecl as a convenience for pecl developers. Add automatic version info resource generation for SAPI and extension modules, based on PHP version numbers and info found in the CREDITS file. As a nice side effect, this lets us add a logo icon to .exe files.
show more ...
|
#
883815a9 |
| 03-Dec-2003 |
Wez Furlong |
VC stores lib path in LIB not LIBS. Add --with-extra-includes and --with-extra-libs to be able to specify general additions to those paths from the environment.
|
#
c2bd62fc |
| 03-Dec-2003 |
Wez Furlong |
add rule for parsedate
|
#
1653fbff |
| 03-Dec-2003 |
Wez Furlong |
fix typo
|
#
93bce454 |
| 03-Dec-2003 |
Wez Furlong |
Propogate LDFLAGS from extensions to PHPDLL when building them statically. Move ZendEngine2 to Zend while running buildconf
|
#
05b9b20e |
| 02-Dec-2003 |
Wez Furlong |
Add new (optional!) win32 build infrastructure. Will follow up to internals@ shortly.
|