summaryrefslogtreecommitdiff
path: root/ext/java/reflect.java
Commit message (Collapse)AuthorAgeFilesLines
* - Moving java and dotnet extensions to ext/rpcDerick Rethans2003-01-111-419/+0
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Allow strings to be passed to methods expecting primitive types.Sam Ruby2000-10-271-2/+16
|
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-3/+5
|
* Complete the work mapping arrays and hashtablesSam Ruby2000-07-221-3/+51
|
* Allow java.lang.Hashtables to be passed into PHP as arrays.Sam Ruby2000-07-221-0/+10
|
* Respect the object type the user specified (i.e., never automaticallySam Ruby2000-07-221-1/+1
| | | | | convert the result of "new Java()" to a primitive type)
* Pass PHP arrays to Java as hash tables; minor cleanupSam Ruby2000-07-211-2/+0
|
* Reentrancy fixesSam Ruby2000-07-091-10/+11
|
* Add experimental APIs to get and clear the last exceptionSam Ruby2000-07-081-0/+11
|
* Fix garbage in warning strings, and IllegalArgumentException onSam Ruby2000-06-301-2/+4
| | | | | assignments which require data type conversions.
* Export the necessary functions to enable servlet support to be subclassedSam Ruby2000-06-141-2/+2
| | | | | This is in preparation for xml-cocoon support
* passing Strings as ObjectsSam Ruby2000-05-211-2/+1
|
* i18n, part ISam Ruby2000-05-121-3/+8
|
* Improved handing of instances of private classes. Added servlet examples.Sam Ruby2000-02-281-20/+46
|
* Added support for arraysSam Ruby2000-02-201-16/+23
| | | | | | Better support for instances of non-public classes (based on a suggestion by Patrick Beard of NetScape)
* Allow non-public enumerations to be accessedSam Ruby2000-02-171-0/+17
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* first pass at method overloadingSam Ruby1999-12-061-6/+88
|
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-291-1/+12
|
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-091-0/+186
# # 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.