summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* MFH: allocate_new_resource() handles the malloc() for us. Don't leak by mall...Sara Golemon2005-08-291-1/+0
* Fix compile failure with GCC 4.0.xfoobar2005-08-051-1/+1
* Bump up yearfoobar2005-08-036-6/+6
* Netware pthreads support is good enough. So removing all these fixes of old t...Anantha Kesari H Y2005-07-161-18/+0
* Reverting the DEFAULT_SLASH to / as it breaks the FreeBSD derived function of...Anantha Kesari H Y2005-07-071-1/+1
* gwtcwd of NetWare LibC gives a cwd with a volume information.Anantha Kesari H Y2005-07-071-0/+17
* COPY_WHEN_ABSOLUTE is not needed for NetWare.Anantha Kesari H Y2005-07-071-2/+0
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Unterminated paren group in BETHREADS definition of tsrm_tls_set() macroSara Golemon2005-05-161-1/+1
* consolidate the various tls get/set calls for the different platforms intoWez Furlong2005-04-281-58/+23
* Add three new TSRM api functions:Wez Furlong2005-04-272-0/+96
* check should be on host_alias rather than on target_alias, but somehow works ...Anantha Kesari H Y2005-04-271-1/+1
* MergeZeev Suraski2005-03-201-2/+2
* Revert bad fixfoobar2005-03-172-2/+2
* Fix Jani breakageRasmus Lerdorf2005-03-162-2/+2
* Add a comment to remind me to have a look at this at some point.Rasmus Lerdorf2005-02-271-1/+1
* - cross-compile fixfoobar2005-02-241-1/+9
* NetWare can use Autoconf based build system.Anantha Kesari H Y2005-02-221-11/+0
* NetWare LibC has lstat implementationAnantha Kesari H Y2005-02-211-2/+2
* NetWare can make use of autogenerated config header fileAnantha Kesari H Y2005-02-211-2/+0
* NetWare has pthreads implementationAnantha Kesari H Y2005-02-211-22/+0
* NetWare can use the tsrm_config.hAnantha Kesari H Y2005-02-211-1/+1
* NetWare LibC has a lstat implementationAnantha Kesari H Y2005-02-211-1/+1
* NetWare has a compliant pthread implementationAnantha Kesari H Y2005-02-011-14/+0
* finally use what we calculatedStefan Esser2005-01-151-1/+1
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-092-2/+2
* Unnecesary check was removedDmitry Stogov2005-01-081-1/+1
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-303-11/+11
* Fixed: virtual_popen in ZTS modeStefan Esser2004-12-021-4/+28
* Partly reverted because of problems with some realpath() implementationsStefan Esser2004-12-021-2/+4
* Fixed behaviour of TSRM in case of realpath() failureStefan Esser2004-12-011-7/+22
* 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