Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed unicodeconversion and parameter passing bugs in com and dotnet modules | Harald Radi | 2001-01-28 | 1 | -1129/+0 |
| | |||||
* | Import COM patch from Harald Radi <h.radi@nme.at> | Zeev Suraski | 2001-01-02 | 1 | -12/+57 |
| | | | | | The new code should allow for better international support. | ||||
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -1/+18 |
| | | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok... | ||||
* | 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/+3 |
| | | | | | | | | | | | | | * 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) | ||||
* | Fix bug #6447 | Zeev Suraski | 2000-10-09 | 1 | -8/+13 |
| | |||||
* | Add ***EXPERIMENTAL*** Zend OO Extension support for Microsoft.Net | Sam Ruby | 2000-08-26 | 1 | -2/+12 |
| | |||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -8/+8 |
| | |||||
* | - 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 | -5/+5 |
| | |||||
* | even more protos were missing | Hartmut Holzgraefe | 2000-05-23 | 1 | -0/+6 |
| | |||||
* | some protos where missing, took them from php3 | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+6 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | - Make Windows compile again. | Andi Gutmans | 2000-05-05 | 1 | -4/+5 |
| | |||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | - Added support for reading properties that require arguments in the COM | Zeev Suraski | 2000-04-10 | 1 | -8/+12 |
| | | | | | module - writing to them will only be supported in PHP 4.1 (Zeev) | ||||
* | indent | Zeev Suraski | 2000-04-10 | 1 | -66/+56 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 2000-04-10 | 1 | -0/+1 |
| | |||||
* | Object overloading API changed slightly (llist is now a pointer) | Zeev Suraski | 2000-04-10 | 1 | -9/+9 |
| | |||||
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -1/+1 |
| | | | | | for Apache. | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | - Separate the overloaded objects' types from Zend's data types. | Andi Gutmans | 2000-01-04 | 1 | -9/+9 |
| | | | | | | | | There is no reason for them to be the same, and IS_METHOD just cluttered the data types. - Overloaded elements should now use OE_IS_OBJECT, OE_IS_ARRAY, and OE_IS_METHOD | ||||
* | 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 | -2/+2 |
| | |||||
* | - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. | Andi Gutmans | 1999-12-24 | 1 | -2/+2 |
| | |||||
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -1/+1 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -7/+7 |
| | |||||
* | Support DATE_to_pval and DISPATCH_to_pval | Sam Ruby | 1999-12-03 | 1 | -7/+42 |
| | |||||
* | Convert more source files to use thread-safe functions | Sascha Schumann | 1999-11-26 | 1 | -3/+4 |
| | |||||
* | - Win32 fixes | Zeev Suraski | 1999-11-06 | 1 | -37/+96 |
| | | | | | - COM module improvements from Boris Wedl | ||||
* | - Make COM compile again | Andi Gutmans | 1999-10-20 | 1 | -1/+1 |
| | |||||
* | Add output_buffering directive | Zeev Suraski | 1999-08-24 | 1 | -4/+0 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -13/+13 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Gutmans | 1999-07-26 | 1 | -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 update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | Don't touch refcount and EA directly | Zeev Suraski | 1999-07-09 | 1 | -2/+1 |
| | |||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | | | | | Rename is_ref to EA | ||||
* | * Use new Zend macros for standardized definition of classes. | Zeev Suraski | 1999-05-28 | 1 | -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_proto | Sascha Schumann | 1999-05-21 | 1 | -2/+2 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -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 more | Zeev Suraski | 1999-04-28 | 1 | -2/+2 |
| | |||||
* | moved apache, com and hyperwave into ext/ | Stig Bakken | 1999-04-21 | 1 | -0/+959 |