Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - OS X support for dynamically loaded extensions. (patch by Marko) | foobar | 2002-04-04 | 1 | -4/+4 |
| | | | | | # NEWS entry coming up.. | ||||
* | dl is now aware of modules compiled for php <4.1.0 | Hartmut Holzgraefe | 2002-03-23 | 1 | -9/+47 |
| | | | | | which have a slightly different module_entry structure | ||||
* | Allow use of dl() when CLI is compiled with ZTS (bug #15717). | Edin Kadribasic | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | - Fix for bug 15311 (type mismatch of php_dl when #ifndef HAVE_LIBDL) | Derick Rethans | 2002-01-31 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Prolong the death of dl() for a little while longer. | Zeev Suraski | 2001-10-23 | 1 | -0/+1 |
| | |||||
* | - <br> -> <br /> | Derick Rethans | 2001-10-06 | 1 | -1/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -7/+7 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -6/+6 |
| | |||||
* | Yet another TSRM fix. | foobar | 2001-08-07 | 1 | -3/+2 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+0 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+5 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fixed windows build. | Sebastian Bergmann | 2000-11-06 | 1 | -0/+3 |
| | |||||
* | PHP_EXTENSION_DIR is defined in build-defs.h | Sascha Schumann | 2000-11-05 | 1 | -0/+1 |
| | |||||
* | Fix the problem Sascha reported, about extension_dir | Zeev Suraski | 2000-11-05 | 1 | -2/+2 |
| | | | | | | @- Fixed a bug that prevented a changed compile-time extension_dir from @ affecting modules that were loaded via php.ini (Zeev) | ||||
* | - Remove redundant IS_SLASH | Andi Gutmans | 2000-08-31 | 1 | -3/+0 |
| | | | | | | - Reverse config.w32.h patches - Use IS_ABSOLUTE_PATH() in one place in fopen-wrappers.c | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -1/+3 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | - Disabled dl() when PHP is being used as a module inside a multithreaded web | Zeev Suraski | 2000-06-26 | 1 | -0/+7 |
| | | | | | server - it didn't work before, and caused weird results (Zeev) | ||||
* | Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized ↵ | Zeev Suraski | 2000-06-12 | 1 | -5/+16 |
| | | | | by the time php_dl() is called | ||||
* | Avoid using E_CORE_* errorlevels in any place which is not in the global ↵ | Zeev Suraski | 2000-06-12 | 1 | -24/+21 |
| | | | | startup sequence | ||||
* | Restore the check for the trailing slash. Windows does not apply s#/+#/# ↵ | Zeev Suraski | 2000-06-09 | 1 | -1/+8 |
| | | | | (PR 4375) | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | revert last patch - you can only specify the dl() path relative to extension_dir | Thies C. Arntzen | 2000-05-10 | 1 | -1/+1 |
| | | | | | again | ||||
* | (php_dl) treat path as absolute if it starts with '/' | Thies C. Arntzen | 2000-05-08 | 1 | -1/+1 |
| | |||||
* | - Shouldn't be needed. The configuration mechanism makes sure this is | Andi Gutmans | 2000-05-02 | 1 | -3/+0 |
| | | | | | - up-to-date | ||||
* | Make php_dl() respect the configured extension_dir setting. | Sascha Schumann | 2000-05-02 | 1 | -4/+5 |
| | |||||
* | RINIT was called twice for modules loaded vi php.ini | Thies C. Arntzen | 2000-04-24 | 1 | -2/+1 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -1/+2 |
| | |||||
* | Allocate enough memory for additional /. | Sascha Schumann | 2000-03-30 | 1 | -6/+2 |
| | | | | | | | | | Also remove the extra check for the trailing /. Unix will automatically apply s#/+#/# Partly suggested by: drew@elysium.ltd.uk PR: #3956 | ||||
* | Some OS prepend _ to symbol names while their dynamic linker | Sascha Schumann | 2000-03-30 | 1 | -1/+11 |
| | | | | | | does not do that automatically. Thus we check manually for _get_module. | ||||
* | Dynamically load java support, for better error messages | Sam Ruby | 2000-03-25 | 1 | -8/+0 |
| | |||||
* | - Fix compile problem on FreeBSD. | Andi Gutmans | 2000-03-18 | 1 | -1/+7 |
| | |||||
* | - Also check module API number | Andi Gutmans | 2000-03-13 | 1 | -5/+6 |
| | |||||
* | - Don't load modules which have different debug and ZTS information than | Andi Gutmans | 2000-03-11 | 1 | -0/+17 |
| | | | | | | | | PHP() (untested). Not sure how to handle API version. Should it also not load? It probably should but it might bite us at some point. @ Prevent from loading dynamic PHP modules which were compiled with different debug and thread safety modes than PHP, which resulted in a crash (Andi) | ||||
* | - Thies, it is crucial :) | Andi Gutmans | 2000-03-07 | 1 | -2/+2 |
| | |||||
* | (php: dl) fixed MAXPATHLEN bug | Thies C. Arntzen | 2000-03-07 | 1 | -4/+12 |
| | | | | | # now it's /* SAFE */ ! | ||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -12/+7 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -2/+2 |
| | |||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -2/+2 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -2/+3 |
| | |||||
* | 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). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| |