Sam Ruby
f4e94a5030
Complete the work mapping arrays and hashtables
26 years ago
Sam Ruby
668af98d75
Fix regression in passing strings as parameters
26 years ago
Sam Ruby
3f4c7c8359
Allow java.lang.Hashtables to be passed into PHP as arrays.
26 years ago
Sam Ruby
7893c72965
Verify that a classname is actually passed on a new Java() call.
26 years ago
Sam Ruby
3e4a4f2376
Respect the object type the user specified (i.e., never automatically
convert the result of "new Java()" to a primitive type)
26 years ago
Sam Ruby
313ca6b5e8
Don't assume that Java byte arrays are null terminated.
26 years ago
Sam Ruby
eb8a55893d
Pass PHP arrays to Java as hash tables; minor cleanup
26 years ago
Sam Ruby
4ef7cb0700
Fix for problem noted by Jay Greenspan on TurboLinux machines
26 years ago
Sam Ruby
629bc67086
Reentrancy fixes
26 years ago
Sam Ruby
ee36612cef
Add experimental APIs to get and clear the last exception
26 years ago
Sam Ruby
bea9651995
Fix typo. Thanks to Adam Trachtenberg for noticing it!
26 years ago
Sam Ruby
1a6116c1f2
Add suggestions for dealing with difficult installations, based on feedback
from multiple people. The .bashrc suggestion was from Rael Dornfest.
26 years ago
Sam Ruby
2d8b72535f
Fix garbage in warning strings, and IllegalArgumentException on
assignments which require data type conversions.
26 years ago
Sascha Schumann
0c03253635
Stop including dl/phpdl.h.
26 years ago
Sam Ruby
f775d18b2c
Export the necessary functions to enable servlet support to be subclassed
This is in preparation for xml-cocoon support
26 years ago
Frank M. Kromann
d973e2c25b
making java module compile on win32 with new directory structure
26 years ago
Andi Gutmans
2b0a8049db
- Update module project files to include:
- HAVE_MODULE=1
- ZEND_WIN32
- PHP_WIN32
- COMPILE_DL_MODULE
- ZTS=1
26 years ago
Andi Gutmans
6ce07a85e4
- Change register_internal_class to zend_register_internal_class for
- consistency.
- Andrei: I'm still thinking about the _ex you want me to implement
26 years ago
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
26 years ago
Sascha Schumann
0236982d6d
s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.
26 years ago
Sam Ruby
f365665213
passing Strings as Objects
26 years ago
Zeev Suraski
e043439ff6
Update the license with the new clause 6
26 years ago
Sascha Schumann
8ab33a4d13
Use "mkdir -p" instead of "test -d || mkdir" where possible
26 years ago
Sam Ruby
33ceae2809
i18n, part I
26 years ago
Sascha Schumann
0d383d9373
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.
26 years ago
Sascha Schumann
7613e064f8
Remove trailing empty lines
26 years ago
Sascha Schumann
0d36199cf9
Large test commit IV
26 years ago
Sascha Schumann
de2cea47c0
Large commit test III
26 years ago
Sascha Schumann
a481fddfb3
Improved in-tree shared libraries build system
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.
26 years ago
Sascha Schumann
953fe189da
Overall UNIX build system improvements:
* 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)
26 years ago
Zeev Suraski
64f91d80fa
Object overloading API changed slightly (llist is now a pointer)
26 years ago
Sam Ruby
eb70d8361b
Make it clear that the jawt example is only intented to be run as a CGI
26 years ago
Sam Ruby
617e1b054c
test -e doesn't exist on Solaris - substituting test -d
26 years ago
Sam Ruby
47442c4c85
Don't try to install php_java.jar if --with-servlet was specified
(Fix to PHP 4.0 Bug #4001 submitted by sashi@easy.com.au )
26 years ago
Sam Ruby
b280bec492
support non-debug builds
26 years ago
Sam Ruby
fcd82d34c5
JAVA_LIBPATH was not allways being added to the LIBPATH
26 years ago
Sam Ruby
6a7bc777ca
Dynamically load java support, for better error messages
26 years ago
Sam Ruby
cc64b583fb
Update README to indicate improvements in overload resolution and
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.
26 years ago
Sam Ruby
3e5398ffba
Cleanup, better error recovery, easier configuration
26 years ago
Sam Ruby
2cb6e338a1
Get Blackdown support to compile. Doesn't seem to be able to find
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...
26 years ago
Sam Ruby
9c146016d3
remove java.library from the README
26 years ago
Sam Ruby
6e2c7e5137
Eliminate java.library ini option in favor of rpath
26 years ago
Sam Ruby
6189e219ff
Improved handing of instances of private classes. Added servlet examples.
26 years ago
Sam Ruby
c764f2e3ab
php4ts.lib => php4ts_debug.lib when building for Debug_TS target
26 years ago
Sam Ruby
6e7b5172ea
Added support for arrays
Better support for instances of non-public classes (based on a suggestion
by Patrick Beard of NetScape)
26 years ago
Zeev Suraski
9b621d1c8f
Get the license right... (this won't make it to RC1 of B4)
26 years ago
Sascha Schumann
9935ddee99
File is found in $(srcdir)
26 years ago
Sam Ruby
08dc9ba24f
Allow non-public enumerations to be accessed
26 years ago
Sascha Schumann
0036b8bba0
#if WIN.* => #ifdef PHP_WIN32
#if !(WIN.* => #ifndef PHP_WIN32
26 years ago
Sam Ruby
34723d02f8
on WIN32, PHP_WIN32 and ZEND_WIN32 need to be defined
26 years ago