35 Commits (3da910ae24e86a89ca9d17bacbb97080c42bacfd)

Author SHA1 Message Date
Sam Ruby 3da910ae24 Restore the ability to clean compile in non-multithreaded environments 26 years ago
David Croft 0836e10a15 various version 2.0 and 2.01 licenses -> 2.02 26 years ago
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 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 629bc67086 Reentrancy fixes 26 years ago
Sam Ruby ee36612cef Add experimental APIs to get and clear the last exception 26 years ago
Sam Ruby 2d8b72535f Fix garbage in warning strings, and IllegalArgumentException on 26 years ago
Sascha Schumann 0c03253635 Stop including dl/phpdl.h. 26 years ago
Andi Gutmans 6ce07a85e4 - Change register_internal_class to zend_register_internal_class for 26 years ago
Andi Gutmans 3701bc4207 - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sam Ruby 33ceae2809 i18n, part I 26 years ago
Sascha Schumann 0d383d9373 Replace the various get_module() functions with a uniform 26 years ago
Zeev Suraski 64f91d80fa Object overloading API changed slightly (llist is now a pointer) 26 years ago
Sam Ruby 6a7bc777ca Dynamically load java support, for better error messages 26 years ago
Sam Ruby 3e5398ffba Cleanup, better error recovery, easier configuration 26 years ago
Sam Ruby 6e2c7e5137 Eliminate java.library ini option in favor of rpath 26 years ago
Sam Ruby 6e7b5172ea Added support for arrays 26 years ago
Zeev Suraski 9b621d1c8f Get the license right... (this won't make it to RC1 of B4) 26 years ago
Sascha Schumann 0036b8bba0 #if WIN.* => #ifdef PHP_WIN32 26 years ago
Sam Ruby 302ccb0d97 Shutdown cleanly (prevents Kaffe from trapping on exit) 26 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 26 years ago
Zeev Suraski 235386b245 Change ALLOC_ZVAL() semantics 26 years ago
Andi Gutmans 3bf1b04cb4 - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. 26 years ago
Andrei Zmievski 80bab9d939 We're using ZVAL's now. 26 years ago
Zeev Suraski e1e08ae506 Some more php3_ cleanup 26 years ago
Zeev Suraski fb1c77bd4f - Made PHP_VERSION and PHP_OS work again 26 years ago
Zeev Suraski a3c6514332 More php3_ annihilation 26 years ago
Sam Ruby fd9265362c Initial alpha-level of sapi/servlet. See README for details. 26 years ago
Stefan Roehrich afcd361117 Java module now works with Linux jdk 1.2pre2. 26 years ago
Sam Ruby d17a12319f @ Added Zend OO syntax overloading support for Java components 27 years ago