Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -8/+8 | |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -3/+3 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | More phpinfo() prettying. | Colin Viebrock | 2000-04-06 | 1 | -1/+4 | |
| | | | | | | | Can someone check my code for the interbase support, and I need someone else to decode the LDAP stuff ... it's beyond me. | |||||
* | - all functions returning a list of object record should be faster now | Uwe Steinmann | 2000-04-04 | 1 | -2/+6 | |
| | | | | | and require less accesses on the server | |||||
* | - replaced some old code to access server variables | Uwe Steinmann | 2000-03-10 | 1 | -3/+3 | |
| | ||||||
* | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 1 | -0/+1 | |
| | ||||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 | |
| | | | | | directory name. | |||||
* | Protos fixed. | Egon Schmid | 2000-03-05 | 1 | -1/+1 | |
| | ||||||
* | - more changes to use zend_llist | Uwe Steinmann | 2000-03-03 | 1 | -1/+1 | |
| | ||||||
* | More protos. | Egon Schmid | 2000-02-22 | 1 | -1/+1 | |
| | ||||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 | |
| | ||||||
* | - made hyperwave extension compile again | Uwe Steinmann | 2000-02-08 | 1 | -5/+5 | |
| | ||||||
* | - fixed segm fault in hw_docbyanchor() | Uwe Steinmann | 2000-02-03 | 1 | -1/+1 | |
| | ||||||
* | - several minor cleanups like removing unused variables | Uwe Steinmann | 2000-02-02 | 1 | -3/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much | Andi Gutmans | 1999-12-24 | 1 | -1/+1 | |
| | | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places. | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -32/+32 | |
| | ||||||
* | More cleanup... | Zeev Suraski | 1999-12-17 | 1 | -10/+10 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -5/+5 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -70/+70 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | ||||||
* | switched to Ex Api | Uwe Steinmann | 1999-12-15 | 1 | -216/+217 | |
| | ||||||
* | always check if output is ok after php3_header() | Uwe Steinmann | 1999-12-14 | 1 | -2/+2 | |
| | ||||||
* | - Several small corrections, typos, ... | Uwe Steinmann | 1999-12-07 | 1 | -1/+1 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -2/+2 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | |||||
* | Convert more source files to use thread-safe functions | Sascha Schumann | 1999-11-26 | 1 | -8/+11 | |
| | ||||||
* | Added hw_mapid(), read comment in hg_comm.c | Uwe Steinmann | 1999-10-21 | 1 | -0/+32 | |
| | ||||||
* | - some tiny changes to possible improve link extraction/insertion of HTML-docs | Uwe Steinmann | 1999-10-19 | 1 | -3/+4 | |
| | ||||||
* | - fixed some memory leaks | Uwe Steinmann | 1999-10-06 | 1 | -0/+6 | |
| | ||||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 1 | -3/+3 | |
| | | | | | - Some strlcpy changes including one bug fix. | |||||
* | - add posibility to specify how objrec to objarr conversion | Uwe Steinmann | 1999-09-08 | 1 | -88/+59 | |
| | | | | | is performed (not ready yet) | |||||
* | - complete rewrite of object to array conversion | Uwe Steinmann | 1999-09-03 | 1 | -1/+144 | |
| | ||||||
* | - Group-attribute may now appear multiple times in objrec record. | Uwe Steinmann | 1999-09-01 | 1 | -8/+38 | |
| | ||||||
* | - fixed several memory leaks | Uwe Steinmann | 1999-08-19 | 1 | -27/+27 | |
| | | | | | - fixed broken hw_cp and hw_mv functions | |||||
* | fixed potential segm faults | Uwe Steinmann | 1999-08-17 | 1 | -19/+23 | |
| | ||||||
* | Made Hypwerwave module threat safe | Uwe Steinmann | 1999-08-06 | 1 | -131/+160 | |
| | ||||||
* | zend_hash_update() seems to be a bit different form php3_hash_update | Uwe Steinmann | 1999-08-05 | 1 | -12/+16 | |
| | ||||||
* | Huge patch to update the hyperwave and pdflib module. | Uwe Steinmann | 1999-08-05 | 1 | -186/+673 | |
| | | | | | | Only pdflib >2.0 is supported. None is tested yet. Hyperwave seems to be broken now. | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -121/+121 | |
| | | | | | php3_compat.h) | |||||
* | Symbol work. | Andrey Hristov | 1999-07-27 | 1 | -67/+68 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -16/+9 | |
| | ||||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -60/+60 | |
| | | | | | - add necessary phpext_*_ptr | |||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -1/+1 | |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | |||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | 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. | |||||
* | Move path_info to the SAPI structure | Zeev Suraski | 1999-05-02 | 1 | -2/+2 | |
| | ||||||
* | - Make ISAPI hook in as an extension too. | Andi Gutmans | 1999-05-02 | 1 | -2/+2 | |
| | | | | | - Some work on moving stuff to SAPI. | |||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -3/+12 | |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) |