Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -151/+0 |
| | |||||
* | Fixed win32 build (mod_php4 -> mod_php5) | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 |
| | |||||
* | this tiny change adds the location of apache includes and libraries that | David Viner | 2003-02-21 | 1 | -6/+6 |
| | | | | | | | | | | | are installed when you use the Apache Windows Installer (C:\Program Files\Apache Group\Apache\*). With this patch, a windows developer who has used the Apache Windows Installer should be able to compile the Apache sapi module without any modifications to his/her installed tree. It should have no effect whatsoever on anyone else. --dviner | ||||
* | Make the .dsp use the php4build build directories | Zeev Suraski | 2003-01-05 | 1 | -6/+6 |
| | |||||
* | Fix .dsp | Zeev Suraski | 2003-01-02 | 1 | -4/+4 |
| | |||||
* | Fix output directory. | Sebastian Bergmann | 2002-04-06 | 1 | -1/+1 |
| | |||||
* | - Fix Windows build | Zeev Suraski | 2000-11-02 | 1 | -5/+5 |
| | | | | | - Changed the Apache .dsp to expect the Apache source code files under php_build | ||||
* | - Add another ..\ to the TSRM search path | Andi Gutmans | 2000-09-08 | 1 | -3/+3 |
| | |||||
* | - Add TSRM to the apache workspace include path | Andi Gutmans | 2000-09-08 | 1 | -3/+3 |
| | |||||
* | - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | |||||
* | - More Windows build fixes | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | |||||
* | changed the output directorys from the windowsbuilds | Daniel Beulshausen | 2000-08-23 | 1 | -4/+4 |
| | |||||
* | updated project to work with readdir.h rev.1.5 from apache cvs | Daniel Beulshausen | 2000-08-21 | 1 | -4/+4 |
| | |||||
* | fix apache dsp file | Shane Caraveo | 2000-07-02 | 1 | -3/+3 |
| | |||||
* | Set version number on DLLs | Zeev Suraski | 2000-06-30 | 1 | -3/+4 |
| | |||||
* | Fix Windows .dsp's | Zeev Suraski | 2000-06-11 | 1 | -3/+3 |
| | |||||
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 1 | -3/+3 |
| | | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary) | ||||
* | Please maintain consistency in these names... :) | Zeev Suraski | 2000-05-14 | 1 | -0/+150 |