summaryrefslogtreecommitdiff
path: root/sapi/apache/php4apache.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-151/+0
|
* Fixed win32 build (mod_php4 -> mod_php5)Edin Kadribasic2003-06-151-2/+2
|
* this tiny change adds the location of apache includes and libraries thatDavid Viner2003-02-211-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 directoriesZeev Suraski2003-01-051-6/+6
|
* Fix .dspZeev Suraski2003-01-021-4/+4
|
* Fix output directory.Sebastian Bergmann2002-04-061-1/+1
|
* - Fix Windows buildZeev Suraski2000-11-021-5/+5
| | | | | - Changed the Apache .dsp to expect the Apache source code files under php_build
* - Add another ..\ to the TSRM search pathAndi Gutmans2000-09-081-3/+3
|
* - Add TSRM to the apache workspace include pathAndi Gutmans2000-09-081-3/+3
|
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-021-3/+3
|
* - More Windows build fixesAndi Gutmans2000-09-021-3/+3
|
* changed the output directorys from the windowsbuildsDaniel Beulshausen2000-08-231-4/+4
|
* updated project to work with readdir.h rev.1.5 from apache cvsDaniel Beulshausen2000-08-211-4/+4
|
* fix apache dsp fileShane Caraveo2000-07-021-3/+3
|
* Set version number on DLLsZeev Suraski2000-06-301-3/+4
|
* Fix Windows .dsp'sZeev Suraski2000-06-111-3/+3
|
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-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 Suraski2000-05-141-0/+150