summaryrefslogtreecommitdiff
path: root/ext/standard/link.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-0/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Additional expand_filepath() checksIlia Alshanetsky2006-09-161-6/+8
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* NetWare LibC has pwd.hAnantha Kesari H Y2005-02-211-2/+0
* Fixed open_basedir & safe_mode bypass inside readlink() function.Ilia Alshanetsky2004-11-021-0/+8
* Now NetWare LibC supports proper stat structure no need of CLIB_STAT_PATCH an...Anantha Kesari H Y2004-09-251-4/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-6/+6
* With ZTS on, we need to resolve the full paths before making symlinks.Ilia Alshanetsky2002-11-151-0/+8
* Fixed bug #20423.Ilia Alshanetsky2002-11-141-2/+2
* Revert virtual_link() patch.Ilia Alshanetsky2002-11-041-5/+3
* Fixed symlink/link functions on ZTS builds.Ilia Alshanetsky2002-10-211-19/+37
* - Please do not use spaces for indentation!Derick Rethans2002-09-061-1/+1
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-061-0/+6
* Fixed Bug #17790Stefan Esser2002-06-161-0/+24
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* API UpdateSterling Hughes2001-09-051-16/+21
* WhitespaceZeev Suraski2001-08-111-3/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+0
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-2/+2
* - Make PHP compile again under Windows.Andi Gutmans2000-07-021-28/+0
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-3/+3
* We should define symlink functions only when HAVE_SYMLINK is defined.Andrei Zmievski2000-06-131-8/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-5/+5
* - Support virtual unlink()Andi Gutmans2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Fix virtual cwd bugZeev Suraski2000-04-201-1/+1
* 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
* 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-5/+5
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* # check link() as wellRasmus Lerdorf1999-11-281-0/+4
* (symlink) Disable symlinks to urlsRasmus Lerdorf1999-11-281-0/+4
* Use new Zend API.Sascha Schumann1999-09-241-25/+25
* added a few PLS_FETCH()Thies C. Arntzen1999-08-151-0/+2
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-5/+5
* Fix link functions problem.Andrey Hristov1999-07-281-9/+0