summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* - The documentation team has re-wroten the installation part of the manual.Andi Gutmans2004-08-101-724/+1364
|
* MFH usleep fix, and BFN.Wez Furlong2004-08-011-0/+2
|
* MFH: various ZTS fixesWez Furlong2004-07-304-60/+67
|
* MFHEdin Kadribasic2004-07-301-5/+5
|
* MFHEdin Kadribasic2004-07-301-11/+18
|
* MFHEdin Kadribasic2004-07-301-17/+17
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.SVN Migration2004-07-292-0/+109
|
* Added memory-limit to the list of excluded force-on optionsEdin Kadribasic2004-07-071-2/+2
|
* Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez)Ilia Alshanetsky2004-06-091-3/+6
|
* 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
|
* Fix Win32 buildZeev Suraski2004-05-101-0/+4
|
* Add "--disable-all" switch, which will force all arguments to "no" ifWez Furlong2004-04-292-5/+23
| | | | | | they are not specified explicitly. (like the snapshot build, but in reverse).
* 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
| | | | | | | For the moment, this is turned off, but it should be turned on ready for the next RC. (waiting for feedback from Edin and the PEAR guys)
* avoid deleting needed files when the .cvsignore file contains empty lines ↵Frank M. Kromann2004-04-071-2/+5
| | | | (mysqli)
* Update sample SAPI locations. BugFix# 27829Sara Golemon2004-04-021-12/+12
|
* 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
| | | | | | # regex taken from win32/sendmail.c (suggested by Sara) # And Andrei invited Wez to his speech on the cruise.. :)
* 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
| | | | | | | | | | | Be paranoid when building a snapshot: if the module is not a core module (eg: it comes from outside of ext or sapi) and it defaults to "yes", then force it to become shared. This will prevent a pecl ext from accidentally being compiled statically into the core, and prevent that ext from breaking the core build. You can still manually force a static build by explicitly specifying the args for that extension on your configure line.
* Fix build; line continuation character should be the very last characterWez Furlong2004-02-121-1/+1
| | | | | on a line, otherwise things b0rk.
* 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-1721-536/+536
|
* make usleep actually work properlyWez Furlong2004-01-131-2/+2
|
* include PECL targets in snap build...Wez Furlong2004-01-101-0/+1
|
* let informix buildWez Furlong2004-01-091-1/+15
|
* add a rule to clean pecl things; split up the command line into 3 toWez Furlong2004-01-091-1/+3
| | | | | try to avoid possible problems with line-length under VC6
* Separate pecl extensions and sapi into their own target, and have mkdist.phpWez Furlong2004-01-093-11/+61
| | | | | create a separate pecl dir and zip when building a win32 snapshot.
* fix PHP_SPL problem when you don't have a pecl checkout.Wez Furlong2004-01-091-4/+11
|
* add optional dep on spl for simplexml.Wez Furlong2004-01-082-9/+21
| | | | | Fix dep handling in buildconf
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-0814-24/+24
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* update copyright year in win32 resource templateWez Furlong2004-01-081-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-086-10/+10
|
* - remove non-existing projectfoobar2004-01-081-12/+0
|
* Change ordering of CFLAGS for built sources, so that extension specific ↵Wez Furlong2004-01-081-3/+3
| | | | | | | | | include dirs occur before more global include dirs. This avoids problems when building a bundled lib and you have headers from an external version of that lib in your global include dir.
* Adding new com_dotnet source files to projectFrank M. Kromann2004-01-081-0/+8
|
* win32 build:Wez Furlong2004-01-071-1/+1
| | | | | | gd should build shared by default don't use php.ini when running mkdist.php
* tweak snap buildWez Furlong2004-01-072-7/+5
|
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-071-10/+149
|
* A more general check for dirs under Release or Debug.Wez Furlong2003-12-232-8/+10
|
* Proper check for resolv.libWez Furlong2003-12-231-1/+8
|
* implement our own tiny little dependcy tracker and useWez Furlong2003-12-233-23/+85
| | | | | it to build distros.
* Attempt to work around apparent problems with WshShell.CurrentDirectory.Wez Furlong2003-12-231-12/+16
| | | | | # Andi, please try this now
* Better implementation of the prefix thingWez Furlong2003-12-231-4/+5
|