Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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> | |||||
* | 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 | |
| | ||||||
* | Fix bug 5619 - explain how to add to the classpath on Win32 machines. | Sam Ruby | 2000-07-27 | 1 | -0/+5 | |
| | | | | | Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com> | |||||
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 2 | -5/+9 | |
| | ||||||
* | Complete the work mapping arrays and hashtables | Sam Ruby | 2000-07-22 | 3 | -3/+68 | |
| | ||||||
* | 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 | 2 | -0/+23 | |
| | ||||||
* | Verify that a classname is actually passed on a new Java() call. | Sam Ruby | 2000-07-22 | 1 | -1/+7 | |
| | ||||||
* | Respect the object type the user specified (i.e., never automatically | Sam Ruby | 2000-07-22 | 1 | -1/+1 | |
| | | | | | convert the result of "new Java()" to a primitive type) | |||||
* | 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 | 2 | -49/+104 | |
| | ||||||
* | Fix for problem noted by Jay Greenspan on TurboLinux machines | Sam Ruby | 2000-07-11 | 1 | -1/+1 | |
| | ||||||
* | Reentrancy fixes | Sam Ruby | 2000-07-09 | 3 | -57/+121 | |
| | ||||||
* | Add experimental APIs to get and clear the last exception | Sam Ruby | 2000-07-08 | 4 | -1/+75 | |
| | ||||||
* | Fix typo. Thanks to Adam Trachtenberg for noticing it! | Sam Ruby | 2000-07-03 | 1 | -1/+1 | |
| | ||||||
* | Add suggestions for dealing with difficult installations, based on feedback | Sam Ruby | 2000-07-03 | 1 | -0/+57 | |
| | | | | | from multiple people. The .bashrc suggestion was from Rael Dornfest. | |||||
* | Fix garbage in warning strings, and IllegalArgumentException on | Sam Ruby | 2000-06-30 | 2 | -3/+5 | |
| | | | | | assignments which require data type conversions. | |||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 | |
| | ||||||
* | Export the necessary functions to enable servlet support to be subclassed | Sam Ruby | 2000-06-14 | 1 | -2/+2 | |
| | | | | | This is in preparation for xml-cocoon support | |||||
* | making java module compile on win32 with new directory structure | Frank M. Kromann | 2000-06-12 | 1 | -2/+2 | |
| | ||||||
* | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -56/+52 | |
| | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | |||||
* | - Change register_internal_class to zend_register_internal_class for | Andi Gutmans | 2000-06-09 | 1 | -1/+1 | |
| | | | | | | - consistency. - Andrei: I'm still thinking about the _ex you want me to implement | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 | |
| | ||||||
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -6/+6 | |
| | ||||||
* | passing Strings as Objects | Sam Ruby | 2000-05-21 | 1 | -2/+1 | |
| |