summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Expand)AuthorAgeFilesLines
* - OS X support for dynamically loaded extensions. (patch by Marko)foobar2002-04-041-4/+4
* dl is now aware of modules compiled for php <4.1.0Hartmut Holzgraefe2002-03-231-9/+47
* 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 isn'...Jeroen van Wolffelaar2001-09-251-7/+7
* - 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
* 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
* - 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
* - Remove redundant IS_SLASHAndi Gutmans2000-08-311-3/+0
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
* - Disabled dl() when PHP is being used as a module inside a multithreaded webZeev Suraski2000-06-261-0/+7
* Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by...Zeev Suraski2000-06-121-5/+16
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-121-24/+21
* Restore the check for the trailing slash. Windows does not apply s#/+#/# (PR...Zeev Suraski2000-06-091-1/+8
* - 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
* (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
* 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
* Some OS prepend _ to symbol names while their dynamic linkerSascha Schumann2000-03-301-1/+11
* 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
* - Thies, it is crucial :)Andi Gutmans2000-03-071-2/+2
* (php: dl) fixed MAXPATHLEN bugThies C. Arntzen2000-03-071-4/+12
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-12/+7
* 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
* 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
* - The tree compiles againZeev Suraski1999-12-181-1/+1