Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - The documentation team has re-wroten the installation part of the manual. | Andi Gutmans | 2004-08-10 | 1 | -724/+1364 |
| | |||||
* | MFH usleep fix, and BFN. | Wez Furlong | 2004-08-01 | 1 | -0/+2 |
| | |||||
* | MFH: various ZTS fixes | Wez Furlong | 2004-07-30 | 4 | -60/+67 |
| | |||||
* | MFH | Edin Kadribasic | 2004-07-30 | 1 | -5/+5 |
| | |||||
* | MFH | Edin Kadribasic | 2004-07-30 | 1 | -11/+18 |
| | |||||
* | MFH | Edin Kadribasic | 2004-07-30 | 1 | -17/+17 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-29 | 2 | -0/+109 |
| | |||||
* | Added memory-limit to the list of excluded force-on options | Edin Kadribasic | 2004-07-07 | 1 | -2/+2 |
| | |||||
* | Fixed memory leak on error in win32's opendir() emulation. (Patch by Wez) | Ilia Alshanetsky | 2004-06-09 | 1 | -3/+6 |
| | |||||
* | add "clean-pecl" rule for nuking pecl objects | Wez Furlong | 2004-05-25 | 1 | -0/+4 |
| | |||||
* | Fix #27638: not cleaning up object files in win32 build | Wez Furlong | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | Primitive support for probing headers for functions using a regexp | Wez Furlong | 2004-05-18 | 1 | -5/+68 |
| | |||||
* | Add --enable-memory-limit configure option (defaults to off) | Wez Furlong | 2004-05-13 | 1 | -0/+4 |
| | |||||
* | Fix Win32 build | Zeev Suraski | 2004-05-10 | 1 | -0/+4 |
| | |||||
* | Add "--disable-all" switch, which will force all arguments to "no" if | Wez Furlong | 2004-04-29 | 2 | -5/+23 |
| | | | | | | they are not specified explicitly. (like the snapshot build, but in reverse). | ||||
* | Fix bug that prevented --without-gd from working | Wez Furlong | 2004-04-15 | 1 | -2/+2 |
| | |||||
* | Remove debug output | Frank M. Kromann | 2004-04-08 | 1 | -2/+1 |
| | |||||
* | Add code to fetch the pear bundle based on pear/go-pear-list.php | Wez Furlong | 2004-04-08 | 1 | -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. Kromann | 2004-04-07 | 1 | -2/+5 |
| | | | | (mysqli) | ||||
* | Update sample SAPI locations. BugFix# 27829 | Sara Golemon | 2004-04-02 | 1 | -12/+12 |
| | |||||
* | Windows part of NAN/INF | Marcus Boerger | 2004-03-29 | 1 | -0/+1 |
| | |||||
* | atof("NAN")/atof("INF") do not work there | Marcus Boerger | 2004-03-27 | 1 | -0/+3 |
| | |||||
* | - Fixed bug #27368 (php.ini-* has lone CR in the end) | foobar | 2004-02-25 | 1 | -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 Furlong | 2004-02-12 | 2 | -4/+4 |
| | |||||
* | ensure that install exists before copying files. | Wez Furlong | 2004-02-12 | 1 | -0/+1 |
| | |||||
* | Tidy up "nmake clean" for people that don't have a PECL checkout. | Wez Furlong | 2004-02-12 | 3 | -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 character | Wez Furlong | 2004-02-12 | 1 | -1/+1 |
| | | | | | on a line, otherwise things b0rk. | ||||
* | Added zend_exceptions.c to the build | Edin Kadribasic | 2004-02-12 | 1 | -1/+2 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 21 | -536/+536 |
| | |||||
* | make usleep actually work properly | Wez Furlong | 2004-01-13 | 1 | -2/+2 |
| | |||||
* | include PECL targets in snap build... | Wez Furlong | 2004-01-10 | 1 | -0/+1 |
| | |||||
* | let informix build | Wez Furlong | 2004-01-09 | 1 | -1/+15 |
| | |||||
* | add a rule to clean pecl things; split up the command line into 3 to | Wez Furlong | 2004-01-09 | 1 | -1/+3 |
| | | | | | try to avoid possible problems with line-length under VC6 | ||||
* | Separate pecl extensions and sapi into their own target, and have mkdist.php | Wez Furlong | 2004-01-09 | 3 | -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 Furlong | 2004-01-09 | 1 | -4/+11 |
| | |||||
* | add optional dep on spl for simplexml. | Wez Furlong | 2004-01-08 | 2 | -9/+21 |
| | | | | | Fix dep handling in buildconf | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 14 | -24/+24 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | update copyright year in win32 resource template | Wez Furlong | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 6 | -10/+10 |
| | |||||
* | - remove non-existing project | foobar | 2004-01-08 | 1 | -12/+0 |
| | |||||
* | Change ordering of CFLAGS for built sources, so that extension specific ↵ | Wez Furlong | 2004-01-08 | 1 | -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 project | Frank M. Kromann | 2004-01-08 | 1 | -0/+8 |
| | |||||
* | win32 build: | Wez Furlong | 2004-01-07 | 1 | -1/+1 |
| | | | | | | gd should build shared by default don't use php.ini when running mkdist.php | ||||
* | tweak snap build | Wez Furlong | 2004-01-07 | 2 | -7/+5 |
| | |||||
* | glob-ify lib checks; this simplifies writing of config.w32 files a little. | Wez Furlong | 2004-01-07 | 1 | -10/+149 |
| | |||||
* | A more general check for dirs under Release or Debug. | Wez Furlong | 2003-12-23 | 2 | -8/+10 |
| | |||||
* | Proper check for resolv.lib | Wez Furlong | 2003-12-23 | 1 | -1/+8 |
| | |||||
* | implement our own tiny little dependcy tracker and use | Wez Furlong | 2003-12-23 | 3 | -23/+85 |
| | | | | | it to build distros. | ||||
* | Attempt to work around apparent problems with WshShell.CurrentDirectory. | Wez Furlong | 2003-12-23 | 1 | -12/+16 |
| | | | | | # Andi, please try this now | ||||
* | Better implementation of the prefix thing | Wez Furlong | 2003-12-23 | 1 | -4/+5 |
| |