69 Commits (4809e8ebbc8b1d60e848c803f8eba64f590f7a18)

Author SHA1 Message Date
Dan Kalowsky 4809e8ebbc This final change enables the ext/java to compile on OSX. 24 years ago
Dan Kalowsky a832091a2c One more patch up towards OSX compatibility... 24 years ago
Dan Kalowsky 73557f5b52 Adding in MSG_RESULT check and \n for configure output viewing 24 years ago
Dan Kalowsky e47f69532f A folding we will go, a folding we will go, 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 24 years ago
Hartmut Holzgraefe 2c93a6ac2d proto fixes 24 years ago
foobar 91a6ed234d Works now with phpize 25 years ago
Stig Bakken 689252082c * zend_module_entry change: apino, debug and zts are moved first, 25 years ago
Jeroen van Wolffelaar 21f2b9277f 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. 25 years ago
Jeroen van Wolffelaar 6cfba2a3ea 2nd phase in back-substitution those macro's 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
foobar 2983993b59 Fix ZTS build. 25 years ago
Andi Gutmans 0c0999352f - Attempt at fixing the Java extension for ZE2 25 years ago
Zeev Suraski f6f6c4d7e6 Whitespace 25 years ago
foobar bef77f811a Make this compile again. 25 years ago
Harald Radi 5e867acb28 TSRM fix 25 years ago
foobar 474da88b4c more ZTS fixes. 25 years ago
Zeev Suraski aa1772ca72 More TSRMLS_FETCH annihilation 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Zeev Suraski 1c25b8dd53 Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Zeev Suraski 94f5950438 Get rid of var_uninit() 25 years ago
Thies C. Arntzen 0ef0f8e32b ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) 25 years ago
Zeev Suraski 66d94bc655 Nuke zval_reset 25 years ago
Zeev Suraski d70ce7be27 var_reset -> ZVAL_RESET 25 years ago
Andi Gutmans c977f29862 - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Zeev Suraski aa6d2ac5d0 Heads up people! 25 years ago
Jason Greene 608ee593a4 SUN CC does not like like left side casting - see bug #6759 25 years ago
Andrei Zmievski f1dcb32c9f Use zend_register_list_destructors_ex() instead. 26 years ago
Andrei Zmievski 7b4983c8f8 Mega-patch to get better resource information for modules. 26 years ago
Sam Ruby d93732179b Better error reporting when dll/shared library is not able to be loaded. 26 years ago
Sam Ruby 73db4d5cca Fix for bug 5911 - ANSI C violation: lvalues are not assignable 26 years ago
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