summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* removed redundant CLIB_STAT_PATCH checks. defined the IS_ABSOLUTE_PATH macros...Anantha Kesari H Y2004-10-081-6/+3
* removed redundant NEW_LIBC checks and added the code to recognize the file na...Anantha Kesari H Y2004-10-081-35/+13
* Fixed compiler warning.Ilia Alshanetsky2004-10-061-0/+1
* - Apply realpath() cache patch. We don't use it if we're in safe_mode andAndi Gutmans2004-10-052-17/+163
* Apply the fixMarcus Boerger2004-07-151-10/+0
* - Fix typo although it isn't being builtAndi Gutmans2004-05-231-1/+1
* - Once ts_free_id() will be used, we cannot call ctors for deleted idsMarcus Boerger2004-05-131-3/+10
* - More work on ts_free_id() but still keep it outMarcus Boerger2004-05-121-4/+11
* ifdef out the ts_free_id until php 5.1 and until it is completeMarcus Boerger2004-05-121-0/+4
* - Implement ts_free_id()Marcus Boerger2004-05-121-11/+32
* Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makesStanislav Malyshev2004-03-301-0/+8
* Fixed define.Ilia Alshanetsky2004-03-091-0/+1
* Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32).Ilia Alshanetsky2004-03-091-2/+7
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-083-6/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
* It seems that making the NewAPIs.h header globally visible causesWez Furlong2003-12-223-9/+5
* Fix bug #26692; Could not find GetLongPathNameA under NT4.Wez Furlong2003-12-223-0/+20
* Removed doubled loop from wrongly applied patchMarcus Boerger2003-12-141-5/+0
* Fix from Michael Sisolak (destructors weren't always properly called)Zeev Suraski2003-12-141-1/+6
* fix uninitialized variableWez Furlong2003-12-051-1/+1
* Fix for the problem I posted to internals@.Sebastian Bergmann2003-12-051-3/+0
* Fix Andi's GetLongPathName code so that virtual_file_ex doesn'tWez Furlong2003-12-041-4/+7
* Explicitly include this header for SHFILEINFO.Wez Furlong2003-12-031-0/+1
* - Uncomment my code which improves Windows behavior of TSRM file paths.Andi Gutmans2003-12-021-1/+1
* - Fix indentationAndi Gutmans2003-12-011-5/+6
* - Don't fix include_once() case sensitivity problem for beta 2.Andi Gutmans2003-10-301-1/+1
* - This should work.Andi Gutmans2003-10-291-3/+8
* - Allow for case-insensitivity of include_once()/require_once() onAndi Gutmans2003-10-291-0/+18
* Aligned configure help texts.foobar2003-10-031-2/+3
* MF4: Have realpath nowStanislav Malyshev2003-09-301-0/+1
* MF4: add realpath function for win32Stanislav Malyshev2003-09-302-1/+11
* Revert patch r1.40, bug is in glob() not IS_ABSOLUTE_PATH()Ilia Alshanetsky2003-09-201-1/+1
* Fixed bug #25583 (Incorrect handling of absolute path without drive).Ilia Alshanetsky2003-09-201-1/+1
* - Fixed bug #25240 (spaces before pre-processor directives)foobar2003-08-251-1/+1
* Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64).Ilia Alshanetsky2003-08-071-0/+27
* Fixed bug #17414 (pthreads bug work around)Ilia Alshanetsky2003-08-051-0/+1
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-2510-214/+289
* bring head into sync with the php4 branchJames Cox2003-06-2310-289/+214
* updating license information in the headers.James Cox2003-06-106-18/+18
* cleanup macrosSascha Schumann2003-06-041-3/+3
* - Fix non-ZTS build after Sterling's changes to TSRMDerick Rethans2003-04-281-1/+4
* add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context.Sterling Hughes2003-04-271-0/+1
* Fix for Bug #21310, based on a patch by jflemer@php.net.Wez Furlong2003-03-171-42/+51
* VCWD_LSTAT is not available on win32/netwarefoobar2003-02-201-2/+0
* More Win32 build improvementsZeev Suraski2003-02-172-0/+6
* - Whitespace fixesDerick Rethans2003-02-091-5/+6
* is_executable() now available on win32Shane Caraveo2003-02-094-4/+34
* Fix leaksZeev Suraski2003-01-072-5/+10
* call dtors on shutdownZeev Suraski2003-01-071-0/+3
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-027-178/+205