summaryrefslogtreecommitdiff
path: root/win32/build
Commit message (Expand)AuthorAgeFilesLines
* Added --enable-debug-pack which will create a zip file with *.pdb debugEdin Kadribasic2005-02-252-1/+13
* Offical zip files have -Win32 suffixEdin Kadribasic2005-02-241-4/+5
* Really disable zend multibyte by default. mbstring is using #ifdef all over t...Edin Kadribasic2005-02-151-1/+4
* fix snapsWez Furlong2005-02-131-2/+3
* added --enable-zend-multibute for win32Rui Hirokawa2005-02-131-0/+3
* even less noiseWez Furlong2005-02-062-4/+4
* less noiseWez Furlong2005-02-061-2/+2
* Generate files needed for php5ts.dll buildEdin Kadribasic2005-01-221-1/+1
* A couple more adjustments for building multiple output variants of the sameWez Furlong2005-01-201-7/+22
* Allow the build system to generate multiple extensions from the same extensio...Frank M. Kromann2005-01-181-9/+15
* Fix one-shot builds.Frank M. Kromann2004-11-151-2/+2
* Adding php_sprintf.c to Win32 buildFrank M. Kromann2004-11-151-1/+1
* No need to ude /Fo twice.Frank M. Kromann2004-11-101-3/+3
* Make sure files are stored in the right directoryFrank M. Kromann2004-11-101-2/+2
* Added zend_strtod.c to the new buildEdin Kadribasic2004-11-041-1/+1
* Make new poll stuff work on win32 (and still be safe on unix)Wez Furlong2004-09-171-1/+1
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-0/+6
* Generate a .reg file for the syslog stuffWez Furlong2004-08-051-11/+30
* Catch exceptions from broken config.w32 filesWez Furlong2004-08-031-1/+5
* Explicitly check PATH before cygwin for mc.exe, as we want MS message compiler,Wez Furlong2004-08-031-1/+1
* Revert the search path tweak; it broke the snap build for mingWez Furlong2004-08-031-15/+15
* A better fix for the VC 2k max literal string limitWez Furlong2004-08-031-6/+27
* VC6 hack to avoid CONFIGURE_COMMAND string length over 2048 when building man...Frank M. Kromann2004-08-021-2/+4
* Search in PATH before explicit_path. This resolves conflict between Microsoft...Frank M. Kromann2004-08-021-15/+15
* More hoops for VC6Wez Furlong2004-08-012-3/+10
* snap this rule in half for vc6Wez Furlong2004-08-011-1/+3
* Juggle depsWez Furlong2004-08-011-6/+6
* Enable usleep under win32Wez Furlong2004-08-011-0/+2
* Fix bug #8314: sane syslog output to the WinNT event log.Wez Furlong2004-07-314-5/+72
* Go with new go-pear infrastructureWez Furlong2004-07-311-1/+1
* Misc. win32 thread safety fixes.Wez Furlong2004-07-291-1/+1
* Added memory-limit to the list of excluded force-on optionsEdin Kadribasic2004-07-071-2/+2
* add "clean-pecl" rule for nuking pecl objectsWez Furlong2004-05-251-0/+4
* Fix #27638: not cleaning up object files in win32 buildWez Furlong2004-05-181-1/+1
* Primitive support for probing headers for functions using a regexpWez Furlong2004-05-181-5/+68
* Add --enable-memory-limit configure option (defaults to off)Wez Furlong2004-05-131-0/+4
* Add "--disable-all" switch, which will force all arguments to "no" ifWez Furlong2004-04-292-5/+23
* Fix bug that prevented --without-gd from workingWez Furlong2004-04-151-2/+2
* Remove debug outputFrank M. Kromann2004-04-081-2/+1
* Add code to fetch the pear bundle based on pear/go-pear-list.phpWez Furlong2004-04-081-2/+103
* avoid deleting needed files when the .cvsignore file contains empty lines (my...Frank M. Kromann2004-04-071-2/+5
* Windows part of NAN/INFMarcus Boerger2004-03-291-0/+1
* atof("NAN")/atof("INF") do not work thereMarcus Boerger2004-03-271-0/+3
* - Fixed bug #27368 (php.ini-* has lone CR in the end)foobar2004-02-251-2/+2
* name the pecl bundle pecl-foo instead of php-foo-pecl.Wez Furlong2004-02-122-4/+4
* ensure that install exists before copying files.Wez Furlong2004-02-121-0/+1
* Tidy up "nmake clean" for people that don't have a PECL checkout.Wez Furlong2004-02-123-14/+75
* Fix build; line continuation character should be the very last characterWez Furlong2004-02-121-1/+1
* Added zend_exceptions.c to the buildEdin Kadribasic2004-02-121-1/+2
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1