summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Collapse)AuthorAgeFilesLines
* - OS X support for dynamically loaded extensions. (patch by Marko)foobar2002-04-041-4/+4
| | | | | # NEWS entry coming up..
* dl is now aware of modules compiled for php <4.1.0Hartmut Holzgraefe2002-03-231-9/+47
| | | | | which have a slightly different module_entry structure
* Allow use of dl() when CLI is compiled with ZTS (bug #15717).Edin Kadribasic2002-02-261-1/+1
|
* - Fix for bug 15311 (type mismatch of php_dl when #ifndef HAVE_LIBDL)Derick Rethans2002-01-311-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Prolong the death of dl() for a little while longer.Zeev Suraski2001-10-231-0/+1
|
* - <br> -> <br />Derick Rethans2001-10-061-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-6/+6
|
* Yet another TSRM fix.foobar2001-08-071-3/+2
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+0
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-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 extensionsRasmus Lerdorf2001-06-061-2/+5
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Fixed windows build.Sebastian Bergmann2000-11-061-0/+3
|
* PHP_EXTENSION_DIR is defined in build-defs.hSascha Schumann2000-11-051-0/+1
|
* Fix the problem Sascha reported, about extension_dirZeev Suraski2000-11-051-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_SLASHAndi Gutmans2000-08-311-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 Croft2000-07-241-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 webZeev Suraski2000-06-261-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 Suraski2000-06-121-5/+16
| | | | by the time php_dl() is called
* Avoid using E_CORE_* errorlevels in any place which is not in the global ↵Zeev Suraski2000-06-121-24/+21
| | | | startup sequence
* Restore the check for the trailing slash. Windows does not apply s#/+#/# ↵Zeev Suraski2000-06-091-1/+8
| | | | (PR 4375)
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* revert last patch - you can only specify the dl() path relative to extension_dirThies C. Arntzen2000-05-101-1/+1
| | | | | again
* (php_dl) treat path as absolute if it starts with '/'Thies C. Arntzen2000-05-081-1/+1
|
* - Shouldn't be needed. The configuration mechanism makes sure this isAndi Gutmans2000-05-021-3/+0
| | | | | - up-to-date
* Make php_dl() respect the configured extension_dir setting.Sascha Schumann2000-05-021-4/+5
|
* RINIT was called twice for modules loaded vi php.iniThies C. Arntzen2000-04-241-2/+1
|
* phpinfo() prettyingColin Viebrock2000-04-051-1/+2
|
* Allocate enough memory for additional /.Sascha Schumann2000-03-301-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 linkerSascha Schumann2000-03-301-1/+11
| | | | | | does not do that automatically. Thus we check manually for _get_module.
* Dynamically load java support, for better error messagesSam Ruby2000-03-251-8/+0
|
* - Fix compile problem on FreeBSD.Andi Gutmans2000-03-181-1/+7
|
* - Also check module API numberAndi Gutmans2000-03-131-5/+6
|
* - Don't load modules which have different debug and ZTS information thanAndi Gutmans2000-03-111-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 Gutmans2000-03-071-2/+2
|
* (php: dl) fixed MAXPATHLEN bugThies C. Arntzen2000-03-071-4/+12
| | | | | # now it's /* SAFE */ !
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-12/+7
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
|
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-2/+2
|
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-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 patchesZeev Suraski2000-02-051-2/+3
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* - The tree compiles againZeev Suraski1999-12-181-1/+1
|