summaryrefslogtreecommitdiff
path: root/ext/java/java.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Moving java and dotnet extensions to ext/rpcDerick Rethans2003-01-111-254/+0
|
* Removing winutil.c from this project. the functions needed are found in ↵Frank M. Kromann2001-11-271-4/+0
| | | | php4ts.dll
* added tsrm dir to include pathDaniel Beulshausen2000-09-281-2/+2
|
* deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵Daniel Beulshausen2000-08-241-1/+1
| | | | the libpath
* Better error reporting when dll/shared library is not able to be loaded.Sam Ruby2000-08-171-0/+4
| | | | | Submitted by: Bård Farstad <bf@ez.no>
* making java module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
|
* - Update module project files to include:Andi Gutmans2000-06-101-56/+52
| | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-6/+6
|
* support non-debug buildsSam Ruby2000-03-261-3/+3
|
* php4ts.lib => php4ts_debug.lib when building for Debug_TS targetSam Ruby2000-02-201-1/+1
|
* on WIN32, PHP_WIN32 and ZEND_WIN32 need to be definedSam Ruby2000-02-111-8/+8
|
* libzend -> ZendZeev Suraski1999-12-191-6/+6
|
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-291-4/+8
|
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-091-0/+254
# # My lawyer made me do this: # Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, royalty-free, non-transferable license to use, execute, prepare derivative works of, and distribute (internally and externally, and including derivative works) the code accompanying this license as part of, and integrated into PHP. WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code represents and warrants that it is legally entitled to grant the above license.