Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | 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... | ||||
* | 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 | ||||
* | 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) | ||||
* | Better error reporting when dll/shared library is not able to be loaded. | Sam Ruby | 2000-08-17 | 1 | -1/+9 |
| | | | | | 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 |
| | |||||
* | 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 |
| | | | | | assignments which require data type conversions. | ||||
* | 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 |
| | | | | | | - 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 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -1/+1 |
| | |||||
* | i18n, part I | Sam Ruby | 2000-05-12 | 1 | -6/+8 |
| | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Object overloading API changed slightly (llist is now a pointer) | Zeev Suraski | 2000-04-10 | 1 | -2/+2 |
| | |||||
* | Dynamically load java support, for better error messages | Sam Ruby | 2000-03-25 | 1 | -11/+58 |
| | |||||
* | Cleanup, better error recovery, easier configuration | Sam Ruby | 2000-03-15 | 1 | -14/+24 |
| | |||||
* | Eliminate java.library ini option in favor of rpath | Sam Ruby | 2000-03-13 | 1 | -10/+0 |
| | |||||
* | Added support for arrays | Sam Ruby | 2000-02-20 | 1 | -0/+16 |
| | | | | | | Better support for instances of non-public classes (based on a suggestion by Patrick Beard of NetScape) | ||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
| | |||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -3/+3 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | Shutdown cleanly (prevents Kaffe from trapping on exit) | Sam Ruby | 2000-01-28 | 1 | -2/+5 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -1/+1 |
| | |||||
* | - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. | Andi Gutmans | 1999-12-24 | 1 | -1/+1 |
| | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -1/+1 |
| | |||||
* | Some more php3_ cleanup | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -4/+4 |
| | |||||
* | Initial alpha-level of sapi/servlet. See README for details. | Sam Ruby | 1999-11-29 | 1 | -12/+22 |
| | |||||
* | Java module now works with Linux jdk 1.2pre2. | Stefan Roehrich | 1999-11-21 | 1 | -1/+1 |
| | |||||
* | @ Added Zend OO syntax overloading support for Java components | Sam Ruby | 1999-11-09 | 1 | -0/+518 |
# # My lawyer made me do this: # Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, royalty-free, non-transferable license to use, execute, prepare derivative works of, and distribute (internally and externally, and including derivative works) the code accompanying this license as part of, and integrated into PHP. WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code represents and warrants that it is legally entitled to grant the above license. |