summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify code by converting emalloc() + sprintf() to spprintf()Ilia Alshanetsky2007-02-231-4/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed problem with -dextension=foobar.so not having it's MINIT run.foobar2005-08-081-5/+5
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so ...foobar2005-07-291-6/+5
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-1/+1
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-1/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-5/+9
* Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widel...Wez Furlong2005-06-161-11/+14
* NetWare LibC dlsym works perfectly only thing that each of the extension need...Anantha Kesari H Y2005-05-041-18/+0
* removed redundant NEW_LIBC checksAnantha Kesari H Y2004-09-271-4/+0
* - Need to set handle prior to calling zend_register_module_ex()Marcus Boerger2004-07-201-3/+2
* - Revert storing handle, got lost in 1.92, noticed by Kamesh JayachandranMarcus Boerger2004-07-061-0/+2
* Kill unused var.Ilia Alshanetsky2004-05-251-1/+1
* Merge that nicer error message here tooWez Furlong2004-05-251-8/+8
* Ok, so we do need to rinit here after all.Wez Furlong2004-05-211-0/+8
* Update to reflect recent changes in dl()Wez Furlong2004-05-211-13/+2
* Z_TYPE_P is for zvalsStanislav Malyshev2004-05-181-1/+1
* Fix dl() and extension=Wez Furlong2004-05-181-19/+1
* Don't load modules twiceMarcus Boerger2004-05-011-0/+11
* - improve error messageJan Lehnardt2004-02-141-1/+1
* Finally add a notice to hint people that using dl() is a bad idea...Zeev Suraski2004-02-111-0/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix a memleak: A second call to *nix version of dlerror() frees the errorMarcus Boerger2003-12-171-0/+1
* #typoDavid Croft2003-08-171-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Enable embedded code using sapi/embed to use dl().Edin Kadribasic2003-01-291-1/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Fixed bug #20243Moriyoshi Koizumi2002-11-041-1/+1
* Reverted because my patch doesn't make sense: it was just my problem.Moriyoshi Koizumi2002-10-241-1/+0
* Fix buildMoriyoshi Koizumi2002-10-241-0/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
* Fixing check to enable dl() for both cgi and cgi-fcgiFrank M. Kromann2002-10-221-1/+1
* - Fixed bug #19885, dl() no longer gives a fatal error when a moduleDerick Rethans2002-10-131-3/+4
* Remove unnecessary commented code.foobar2002-09-051-2/+0
* - Please use tabs for indentationDerick Rethans2002-09-051-12/+12
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-3/+29
* php_error_docrefMarcus Boerger2002-08-241-9/+9
* Unify error messagesDerick Rethans2002-07-081-9/+9
* - 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