summaryrefslogtreecommitdiff
path: root/ext/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* We're using ZVAL's now.Andrei Zmievski1999-12-211-1/+1
* libzend -> ZendZeev Suraski1999-12-192-7/+7
* Some more php3_ cleanupZeev Suraski1999-12-181-2/+2
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
* force ext/java to be built as a shared librarySam Ruby1999-12-161-0/+1
* first pass at method overloadingSam Ruby1999-12-061-6/+88
* PHP_BUILD_* m4 macros are not intended to be used by extensions.Sascha Schumann1999-12-031-1/+0
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-295-18/+51
* Java module now works with Linux jdk 1.2pre2.Stefan Roehrich1999-11-212-1/+23
* - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)Stig Bakken1999-11-091-0/+2
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-099-0/+1219