Revision tags: php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
4a7577e4 |
| 10-Jan-2004 |
Wez Furlong |
include PECL targets in snap build... |
#
fc1d460a |
| 09-Jan-2004 |
Wez Furlong |
add a rule to clean pecl things; split up the command line into 3 to try to avoid possible problems with line-length under VC6 |
#
2aa33945 |
| 09-Jan-2004 |
Wez Furlong |
Separate pecl extensions and sapi into their own target, and have mkdist.php create a separate pecl dir and zip when building a win32 snapshot. |
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too? |
#
77287553 |
| 07-Jan-2004 |
Wez Furlong |
win32 build: gd should build shared by default don't use php.ini when running mkdist.php |
#
f5e4590f |
| 07-Jan-2004 |
Wez Furlong |
tweak snap build |
#
03d426f6 |
| 23-Dec-2003 |
Wez Furlong |
implement our own tiny little dependcy tracker and use it to build distros. |
#
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. |