summaryrefslogtreecommitdiff
path: root/ext/standard/link.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | 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
|
* 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
| | | | | | - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code.
* - Make PHP compile again under Windows.Andi Gutmans2000-07-021-28/+0
| | | | | - Please be careful when you make such changes.
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-3/+3
| | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
* We should define symlink functions only when HAVE_SYMLINK is defined.Andrei Zmievski2000-06-131-8/+4
| | | | | Otherwise, they should be aliased as not available.
* - 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
| | | | | - Add more V_STAT() V_LSTAT() changes
* 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
| | | | | you start counting at 0 or 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
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* # check link() as wellRasmus Lerdorf1999-11-281-0/+4
|
* (symlink) Disable symlinks to urlsRasmus Lerdorf1999-11-281-0/+4
| | | | | @- Disable symlinks to urls
* 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
| | | | | php3_compat.h)
* Fix link functions problem.Andrey Hristov1999-07-281-9/+0
|
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-5/+5
|
* License updateZeev Suraski1999-07-161-21/+9
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-5/+5
|
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
|
* More thread safety workZeev Suraski1999-04-211-1/+1
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+214
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.