summaryrefslogtreecommitdiff
path: root/ext/java
Commit message (Expand)AuthorAgeFilesLines
* Fix garbage in warning strings, and IllegalArgumentException onSam Ruby2000-06-302-3/+5
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* Export the necessary functions to enable servlet support to be subclassedSam Ruby2000-06-141-2/+2
* 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
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-6/+6
* passing Strings as ObjectsSam Ruby2000-05-211-2/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-1/+1
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-151-2/+1
* i18n, part ISam Ruby2000-05-122-9/+16
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-2/+2
* Make it clear that the jawt example is only intented to be run as a CGISam Ruby2000-04-051-2/+1
* test -e doesn't exist on Solaris - substituting test -dSam Ruby2000-04-031-2/+2
* Don't try to install php_java.jar if --with-servlet was specifiedSam Ruby2000-04-011-2/+2
* support non-debug buildsSam Ruby2000-03-261-3/+3
* JAVA_LIBPATH was not allways being added to the LIBPATHSam Ruby2000-03-261-2/+1
* Dynamically load java support, for better error messagesSam Ruby2000-03-252-15/+73
* Update README to indicate improvements in overload resolution andSam Ruby2000-03-151-19/+31
* Cleanup, better error recovery, easier configurationSam Ruby2000-03-151-14/+24
* Get Blackdown support to compile. Doesn't seem to be able to findSam Ruby2000-03-151-5/+10
* remove java.library from the READMESam Ruby2000-03-131-4/+0
* Eliminate java.library ini option in favor of rpathSam Ruby2000-03-133-48/+52
* Improved handing of instances of private classes. Added servlet examples.Sam Ruby2000-02-282-20/+48
* php4ts.lib => php4ts_debug.lib when building for Debug_TS targetSam Ruby2000-02-201-1/+1
* Added support for arraysSam Ruby2000-02-202-16/+39
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-1/+1
* File is found in $(srcdir)Sascha Schumann2000-02-181-1/+1
* Allow non-public enumerations to be accessedSam Ruby2000-02-171-0/+17
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-3/+3
* on WIN32, PHP_WIN32 and ZEND_WIN32 need to be definedSam Ruby2000-02-111-8/+8
* Progress: sapi/servlet now builds again on UnixSam Ruby2000-01-291-1/+3
* accomodate old versions of kaffe which don't support jarSam Ruby2000-01-281-7/+13
* Shutdown cleanly (prevents Kaffe from trapping on exit)Sam Ruby2000-01-281-2/+5
* PHP now starts up in CGI mode with Kaffe on RedHat Linux 6.1.Sam Ruby2000-01-271-1/+1
* Forward progress, thanks to Sascha Schumann.Sam Ruby2000-01-272-2/+3
* First step to restoring the ability to build Java support on Unix:Sam Ruby2000-01-192-5/+11
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-4/+1
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-16/+18
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-1/+1