summaryrefslogtreecommitdiff
path: root/ext/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug 5911 - ANSI C violation: lvalues are not assignableSam Ruby2000-08-041-4/+4
|
* Restore the ability to clean compile in non-multithreaded environmentsSam Ruby2000-08-041-16/+20
|
* Fix bug 5619 - explain how to add to the classpath on Win32 machines.Sam Ruby2000-07-271-0/+5
| | | | | Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com>
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-242-5/+9
|
* Complete the work mapping arrays and hashtablesSam Ruby2000-07-223-3/+68
|
* Fix regression in passing strings as parametersSam Ruby2000-07-221-1/+1
|
* Allow java.lang.Hashtables to be passed into PHP as arrays.Sam Ruby2000-07-222-0/+23
|
* Verify that a classname is actually passed on a new Java() call.Sam Ruby2000-07-221-1/+7
|
* Respect the object type the user specified (i.e., never automaticallySam Ruby2000-07-221-1/+1
| | | | | convert the result of "new Java()" to a primitive type)
* Don't assume that Java byte arrays are null terminated.Sam Ruby2000-07-221-1/+2
|
* Pass PHP arrays to Java as hash tables; minor cleanupSam Ruby2000-07-212-49/+104
|
* Fix for problem noted by Jay Greenspan on TurboLinux machinesSam Ruby2000-07-111-1/+1
|
* Reentrancy fixesSam Ruby2000-07-093-57/+121
|
* Add experimental APIs to get and clear the last exceptionSam Ruby2000-07-084-1/+75
|
* Fix typo. Thanks to Adam Trachtenberg for noticing it!Sam Ruby2000-07-031-1/+1
|
* Add suggestions for dealing with difficult installations, based on feedbackSam Ruby2000-07-031-0/+57
| | | | | from multiple people. The .bashrc suggestion was from Rael Dornfest.
* Fix garbage in warning strings, and IllegalArgumentException onSam Ruby2000-06-302-3/+5
| | | | | assignments which require data type conversions.
* 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
| | | | | This is in preparation for xml-cocoon support
* 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
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-1/+1
| | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement
* - 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
| | | | | ZEND_GET_MODULE(name) macro.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* 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
| | | | | (Fix to PHP 4.0 Bug #4001 submitted by sashi@easy.com.au)
* 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
| | | | | | | | easier configuration. Add an entry for the Blackdown JDK on Linux, and a note as to why the Sun JDK on Linux can't be supported at this time.
* 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
| | | | | | | | | classes yet... It looks like the current Sun JDK 1.2.2 won't be able to be supported. Green_threads don't work with JVM Initialization, and Sun doesn't support native_threads yet...
* 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
| | | | | | Better support for instances of non-public classes (based on a suggestion by Patrick Beard of NetScape)
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-1/+1
|