07d69117 | 27-Jul-1999 |
Andrey Hristov |
Symbol work. |
bb8046c4 | 27-Jul-1999 |
Andi Gutmans |
- Update Changelog |
348b2f07 | 27-Jul-1999 |
Andi Gutmans |
- Add missing lock |
71ffa09f | 27-Jul-1999 |
Andi Gutmans |
- strttotime is compiled in on win32 again. |
88322d2e | 27-Jul-1999 |
Andi Gutmans |
- Fix up the new operator a bit more. |
a99ccfc6 | 27-Jul-1999 |
Andrey Hristov |
Oops. |
c6840056 | 27-Jul-1999 |
Andrey Hristov |
More symbol work. |
15d87d24 | 27-Jul-1999 |
Andrey Hristov |
check for nKeyLength not arKey |
6b79bbe8 | 27-Jul-1999 |
Andrey Hristov |
*** empty log message *** |
cd0dd562 | 27-Jul-1999 |
Andrey Hristov |
Fix for bug #1887. |
ad671669 | 27-Jul-1999 |
Andrey Hristov |
Fix for bug #1891 |
55b31d51 | 27-Jul-1999 |
Stig Bakken |
forgot to mention the password |
9bee15a0 | 27-Jul-1999 |
Stig Bakken |
spoonfeed |
3bea5922 | 27-Jul-1999 |
Danny Heijl |
>... If you can, please update your module to use these macros. I could, so I did. |
9d0d2e5a | 27-Jul-1999 |
Zeev Suraski |
Set reference count and is_ref values for new objects |
09628fd5 | 26-Jul-1999 |
Zeev Suraski |
- Fixed a memory leak when using assignment-op operators with lvalue of type string (or array/object) |
4215a176 | 26-Jul-1999 |
Zeev Suraski |
Fix bug #1867 |
07514677 | 26-Jul-1999 |
Zeev Suraski |
*** empty log message *** |
41308d4b | 26-Jul-1999 |
Zeev Suraski |
Fix a bug in inheritence from classes defined in include files, that are inherited from require()'d files |
980c803c | 26-Jul-1999 |
Zeev Suraski |
Fix bug #1851 |
1b2c932c | 26-Jul-1999 |
Andrey Hristov |
More symbol work. I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(modul
More symbol work. 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.
show more ...
|
7af5579e | 26-Jul-1999 |
Andi Gutmans |
- Oops I erased this by mistake |
7d77a633 | 26-Jul-1999 |
Andi Gutmans |
- Should be a complete fix now. This break away code should maybe be made somewhat generic |
fe0fbdc5 | 26-Jul-1999 |
Andi Gutmans |
- Temporary fix for "this". Have to fix it tomorrow. |
221c80d2 | 26-Jul-1999 |
Andi Gutmans |
- Fix compile error. Weird that Visual didn't catch this one. |