Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-20 | Merge | Zeev Suraski | 1 | -2/+2 | |
2005-03-17 | Revert bad fix | foobar | 2 | -2/+2 | |
2005-03-16 | Fix Jani breakage | Rasmus Lerdorf | 2 | -2/+2 | |
2005-02-27 | Add a comment to remind me to have a look at this at some point. | Rasmus Lerdorf | 1 | -1/+1 | |
2005-02-24 | - cross-compile fix | foobar | 1 | -1/+9 | |
2005-02-22 | NetWare can use Autoconf based build system. | Anantha Kesari H Y | 1 | -11/+0 | |
2005-02-21 | NetWare LibC has lstat implementation | Anantha Kesari H Y | 1 | -2/+2 | |
2005-02-21 | NetWare can make use of autogenerated config header file | Anantha Kesari H Y | 1 | -2/+0 | |
2005-02-21 | NetWare has pthreads implementation | Anantha Kesari H Y | 1 | -22/+0 | |
2005-02-21 | NetWare can use the tsrm_config.h | Anantha Kesari H Y | 1 | -1/+1 | |
2005-02-21 | NetWare LibC has a lstat implementation | Anantha Kesari H Y | 1 | -1/+1 | |
2005-02-01 | NetWare has a compliant pthread implementation | Anantha Kesari H Y | 1 | -14/+0 | |
2005-01-15 | finally use what we calculated | Stefan Esser | 1 | -1/+1 | |
2005-01-09 | - Fix outside-source-tree builds. Always include generated header files | foobar | 2 | -2/+2 | |
with #include <some_header.h> to make sure the correct file is used. | |||||
2005-01-08 | Unnecesary check was removed | Dmitry Stogov | 1 | -1/+1 | |
2004-12-30 | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 3 | -11/+11 | |
2004-12-02 | Fixed: virtual_popen in ZTS mode | Stefan Esser | 1 | -4/+28 | |
2004-12-02 | Partly reverted because of problems with some realpath() implementations | Stefan Esser | 1 | -2/+4 | |
2004-12-01 | Fixed behaviour of TSRM in case of realpath() failure | Stefan Esser | 1 | -7/+22 | |
2004-10-08 | removed redundant CLIB_STAT_PATCH checks. defined the IS_ABSOLUTE_PATH ↵ | Anantha Kesari H Y | 1 | -6/+3 | |
macros to suit the NetWare filesystem convention | |||||
2004-10-08 | removed redundant NEW_LIBC checks and added the code to recognize the file ↵ | Anantha Kesari H Y | 1 | -35/+13 | |
naming convention in NetWare(supports Windows based drive names like sys: data: and unix like / (sys: being root) | |||||
2004-10-06 | Fixed compiler warning. | Ilia Alshanetsky | 1 | -0/+1 | |
2004-10-05 | - Apply realpath() cache patch. We don't use it if we're in safe_mode and | Andi Gutmans | 2 | -17/+163 | |
- friends (which are quite slow anyway). - If it proves to be stable I'll remove the #ifdef's in a few weeks. | |||||
2004-07-15 | Apply the fix | Marcus Boerger | 1 | -10/+0 | |
2004-05-23 | - Fix typo although it isn't being built | Andi Gutmans | 1 | -1/+1 | |
2004-05-13 | - Once ts_free_id() will be used, we cannot call ctors for deleted ids | Marcus Boerger | 1 | -3/+10 | |
when creating new threads. | |||||
2004-05-12 | - More work on ts_free_id() but still keep it out | Marcus Boerger | 1 | -4/+11 | |
2004-05-12 | ifdef out the ts_free_id until php 5.1 and until it is complete | Marcus Boerger | 1 | -0/+4 | |
2004-05-12 | - Implement ts_free_id() | Marcus Boerger | 1 | -11/+32 | |
2004-03-30 | Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes | Stanislav Malyshev | 1 | -0/+8 | |
modules registering TSRM ids to crash, if they have dtors, since the module is unloaded before tsrm_shutdown is called. Can be re-enabled after tsrm_free_id is implemented. | |||||
2004-03-09 | Fixed define. | Ilia Alshanetsky | 1 | -0/+1 | |
2004-03-09 | Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). | Ilia Alshanetsky | 1 | -2/+7 | |
2004-01-08 | - Happy new year and PHP 5 for rest of the files too.. | foobar | 3 | -6/+6 | |
# Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
2004-01-08 | - A belated happy holidays and PHP 5 | Andi Gutmans | 3 | -6/+6 | |
2003-12-22 | It seems that making the NewAPIs.h header globally visible causes | Wez Furlong | 3 | -9/+5 | |
problems when compiling the com_dotnet extension, so I'm moving it to be visible only to the VCWD code. Thanks Frank :-) | |||||
2003-12-22 | Fix bug #26692; Could not find GetLongPathNameA under NT4. | Wez Furlong | 3 | -0/+20 | |
This fix relies on you having the Platform SDK headers. Using the new build system, the NewAPIs.h header will be detected automatically, however, for people building using .dsp files, you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project if you have those newer headers. | |||||
2003-12-14 | Removed doubled loop from wrongly applied patch | Marcus Boerger | 1 | -5/+0 | |
2003-12-14 | Fix from Michael Sisolak (destructors weren't always properly called) | Zeev Suraski | 1 | -1/+6 | |
2003-12-05 | fix uninitialized variable | Wez Furlong | 1 | -1/+1 | |
2003-12-05 | Fix for the problem I posted to internals@. | Sebastian Bergmann | 1 | -3/+0 | |
2003-12-04 | Fix Andi's GetLongPathName code so that virtual_file_ex doesn't | Wez Furlong | 1 | -4/+7 | |
fail if the file does not exist. | |||||
2003-12-03 | Explicitly include this header for SHFILEINFO. | Wez Furlong | 1 | -0/+1 | |
# no need to MFH | |||||
2003-12-02 | - Uncomment my code which improves Windows behavior of TSRM file paths. | Andi Gutmans | 1 | -1/+1 | |
- This will now not work on Windows 95 anymore. | |||||
2003-12-01 | - Fix indentation | Andi Gutmans | 1 | -5/+6 | |
2003-10-30 | - Don't fix include_once() case sensitivity problem for beta 2. | Andi Gutmans | 1 | -1/+1 | |
- I suggest discussing to stop supporting win95 and NT 4 in our binary - distributions and change the code to #ifdef. | |||||
2003-10-29 | - This should work. | Andi Gutmans | 1 | -3/+8 | |
2003-10-29 | - Allow for case-insensitivity of include_once()/require_once() on | Andi Gutmans | 1 | -0/+18 | |
- Windows | |||||
2003-10-03 | Aligned configure help texts. | foobar | 1 | -2/+3 | |
2003-09-30 | MF4: Have realpath now | Stanislav Malyshev | 1 | -0/+1 | |
2003-09-30 | MF4: add realpath function for win32 | Stanislav Malyshev | 2 | -1/+11 | |