| Commit message (Expand) | Author | Age | Files | Lines |
* | - Moving java and dotnet extensions to ext/rpc | Derick Rethans | 2003-01-11 | 1 | -864/+0 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>. | Sebastian Bergmann | 2002-12-04 | 1 | -19/+7 |
* | This final change enables the ext/java to compile on OSX. | Dan Kalowsky | 2002-08-21 | 1 | -0/+1 |
* | One more patch up towards OSX compatibility... | Dan Kalowsky | 2002-08-21 | 1 | -2/+0 |
* | Adding in MSG_RESULT check and \n for configure output viewing | Dan Kalowsky | 2002-08-14 | 1 | -3/+12 |
* | A folding we will go, a folding we will go, | Dan Kalowsky | 2002-08-06 | 1 | -8/+90 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | proto fixes | Hartmut Holzgraefe | 2001-12-05 | 1 | -0/+8 |
* | Works now with phpize | foobar | 2001-10-31 | 1 | -1/+6 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -8/+10 |
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -3/+3 |
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -45/+45 |
* | Fix ZTS build. | foobar | 2001-08-14 | 1 | -1/+2 |
* | - Attempt at fixing the Java extension for ZE2 | Andi Gutmans | 2001-08-13 | 1 | -11/+7 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -7/+7 |
* | Make this compile again. | foobar | 2001-08-08 | 1 | -1/+2 |
* | TSRM fix | Harald Radi | 2001-08-07 | 1 | -2/+5 |
* | more ZTS fixes. | foobar | 2001-07-31 | 1 | -78/+49 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -4/+6 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -4/+5 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -2/+3 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -2/+2 |
* | Get rid of var_uninit() | Zeev Suraski | 2001-07-15 | 1 | -1/+1 |
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -1/+1 |
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -1/+1 |
* | - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) | Andi Gutmans | 2001-06-19 | 1 | -1/+1 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -2/+1 |
* | SUN CC does not like like left side casting - see bug #6759 | Jason Greene | 2000-11-16 | 1 | -1/+1 |
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+4 |
* | Better error reporting when dll/shared library is not able to be loaded. | Sam Ruby | 2000-08-17 | 1 | -1/+9 |
* | Fix for bug 5911 - ANSI C violation: lvalues are not assignable | Sam Ruby | 2000-08-04 | 1 | -4/+4 |
* | Restore the ability to clean compile in non-multithreaded environments | Sam Ruby | 2000-08-04 | 1 | -16/+20 |
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 1 | -2/+4 |
* | Complete the work mapping arrays and hashtables | Sam Ruby | 2000-07-22 | 1 | -0/+11 |
* | Fix regression in passing strings as parameters | Sam Ruby | 2000-07-22 | 1 | -1/+1 |
* | Allow java.lang.Hashtables to be passed into PHP as arrays. | Sam Ruby | 2000-07-22 | 1 | -0/+13 |
* | Verify that a classname is actually passed on a new Java() call. | Sam Ruby | 2000-07-22 | 1 | -1/+7 |
* | Don't assume that Java byte arrays are null terminated. | Sam Ruby | 2000-07-22 | 1 | -1/+2 |
* | Pass PHP arrays to Java as hash tables; minor cleanup | Sam Ruby | 2000-07-21 | 1 | -47/+104 |
* | Reentrancy fixes | Sam Ruby | 2000-07-09 | 1 | -43/+108 |
* | Add experimental APIs to get and clear the last exception | Sam Ruby | 2000-07-08 | 1 | -0/+32 |
* | Fix garbage in warning strings, and IllegalArgumentException on | Sam Ruby | 2000-06-30 | 1 | -1/+1 |
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 |
* | - Change register_internal_class to zend_register_internal_class for | Andi Gutmans | 2000-06-09 | 1 | -1/+1 |