Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure the extension will be named java.so | foobar | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2002-04-23 | 1 | -5/+5 |
| | |||||
* | MFH (use of correct javac/jar binaries) | foobar | 2002-04-14 | 2 | -6/+19 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-05 | 1 | -0/+8 |
| | |||||
* | Mark ext/java as what it is: experimental. | Sebastian Bergmann | 2001-12-04 | 1 | -0/+5 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+5 |
| | |||||
* | Removing winutil.c from this project. the functions needed are found in ↵ | Frank M. Kromann | 2001-11-27 | 1 | -4/+0 |
| | | | | php4ts.dll | ||||
* | 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 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 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 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -45/+45 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | fix build. | foobar | 2001-09-10 | 1 | -1/+1 |
| | |||||
* | Fix a problem when withval pointed to a symlink and automatic | Sascha Schumann | 2001-09-10 | 1 | -2/+5 |
| | | | | | detection for the java libraries failed | ||||
* | 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 ↵ | Zeev Suraski | 2001-07-30 | 1 | -2/+3 |
| | | | | the way | ||||
* | 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 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | 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 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -16/+16 |
| | |||||
* | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -2/+2 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -8/+8 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot) | Alex Akilov | 2001-01-18 | 1 | -3/+12 |
| | |||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -2/+1 |
| | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
* | wb fix. | foobar | 2000-12-19 | 1 | -14/+14 |
| | |||||
* | Fix pr: #7982 | foobar | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | SUN CC does not like like left side casting - see bug #6759 | Jason Greene | 2000-11-16 | 1 | -1/+1 |
| | | | | | @Fixed ext/java so that it will compile with SUN CC | ||||
* | Allow strings to be passed to methods expecting primitive types. | Sam Ruby | 2000-10-27 | 1 | -2/+16 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -3/+3 |
| | |||||
* | added tsrm dir to include path | Daniel Beulshausen | 2000-09-28 | 1 | -2/+2 |
| | |||||
* | Indicate the Sun's JDK 1.2.2 now works...and complete a sentence. | Sam Ruby | 2000-09-15 | 1 | -6/+13 |
| | |||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -1/+1 |
| | | | | the libpath | ||||
* | Typo | Sascha Schumann | 2000-08-24 | 1 | -1/+1 |
| | |||||
* | Better error reporting when dll/shared library is not able to be loaded. | Sam Ruby | 2000-08-17 | 2 | -1/+13 |
| | | | | | Submitted by: Bård Farstad <bf@ez.no> |