summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Collapse)AuthorAgeFilesLines
* - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)Stig Bakken1999-11-091-0/+2
| | | | | - add .cvsignore file
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-0911-0/+1246
| | | | | | | | | | | | | | | | # # 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.
* - Win32 fixesZeev Suraski1999-11-061-37/+96
| | | | | - COM module improvements from Boris Wedl
* - Make COM compile againAndi Gutmans1999-10-201-1/+1
|
* - Make CVS compile on Win32.Andi Gutmans1999-10-201-4/+4
| | | | | - Rename php3_COM.h -> php_COM.h
* Add output_buffering directiveZeev Suraski1999-08-241-4/+0
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-13/+13
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-262-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* - Fix the new operator incompatibility.Andi Gutmans1999-07-261-3/+3
| | | | | | | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
* License updateZeev Suraski1999-07-161-20/+9
|
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-2/+1
|
* Step 2:Zeev Suraski1999-07-091-1/+1
| | | | | Rename is_ref to EA
* * Use new Zend macros for standardized definition of classes.Zeev Suraski1999-05-281-7/+6
| | | | | | * Reverse bogus shutdown order. * Use the new object/class support of Zend to make the dir functions work again.
* - run ext sources through conv_protoSascha Schumann1999-05-212-4/+6
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-2/+9
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* A step towards generalizing the INI mechanism even moreZeev Suraski1999-04-281-2/+2
|
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-212-0/+981