Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix typo although it isn't being built | Andi Gutmans | 2004-05-23 | 1 | -1/+1 |
| | |||||
* | - Once ts_free_id() will be used, we cannot call ctors for deleted ids | Marcus Boerger | 2004-05-13 | 1 | -3/+10 |
| | | | | | when creating new threads. | ||||
* | - More work on ts_free_id() but still keep it out | Marcus Boerger | 2004-05-12 | 1 | -4/+11 |
| | |||||
* | ifdef out the ts_free_id until php 5.1 and until it is complete | Marcus Boerger | 2004-05-12 | 1 | -0/+4 |
| | |||||
* | - Implement ts_free_id() | Marcus Boerger | 2004-05-12 | 1 | -11/+32 |
| | |||||
* | Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes | Stanislav Malyshev | 2004-03-30 | 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. | ||||
* | Fixed define. | Ilia Alshanetsky | 2004-03-09 | 1 | -0/+1 |
| | |||||
* | Fixed bug #27338 (memory leak inside tsrm_virtual_cwd.c on win32). | Ilia Alshanetsky | 2004-03-09 | 1 | -2/+7 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 3 | -6/+6 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 3 | -6/+6 |
| | |||||
* | It seems that making the NewAPIs.h header globally visible causes | Wez Furlong | 2003-12-22 | 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 :-) | ||||
* | Fix bug #26692; Could not find GetLongPathNameA under NT4. | Wez Furlong | 2003-12-22 | 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. | ||||
* | Removed doubled loop from wrongly applied patch | Marcus Boerger | 2003-12-14 | 1 | -5/+0 |
| | |||||
* | Fix from Michael Sisolak (destructors weren't always properly called) | Zeev Suraski | 2003-12-14 | 1 | -1/+6 |
| | |||||
* | fix uninitialized variable | Wez Furlong | 2003-12-05 | 1 | -1/+1 |
| | |||||
* | Fix for the problem I posted to internals@. | Sebastian Bergmann | 2003-12-05 | 1 | -3/+0 |
| | |||||
* | Fix Andi's GetLongPathName code so that virtual_file_ex doesn't | Wez Furlong | 2003-12-04 | 1 | -4/+7 |
| | | | | | fail if the file does not exist. | ||||
* | Explicitly include this header for SHFILEINFO. | Wez Furlong | 2003-12-03 | 1 | -0/+1 |
| | | | | | # no need to MFH | ||||
* | - Uncomment my code which improves Windows behavior of TSRM file paths. | Andi Gutmans | 2003-12-02 | 1 | -1/+1 |
| | | | | | - This will now not work on Windows 95 anymore. | ||||
* | - Fix indentation | Andi Gutmans | 2003-12-01 | 1 | -5/+6 |
| | |||||
* | - Don't fix include_once() case sensitivity problem for beta 2. | Andi Gutmans | 2003-10-30 | 1 | -1/+1 |
| | | | | | | - I suggest discussing to stop supporting win95 and NT 4 in our binary - distributions and change the code to #ifdef. | ||||
* | - This should work. | Andi Gutmans | 2003-10-29 | 1 | -3/+8 |
| | |||||
* | - Allow for case-insensitivity of include_once()/require_once() on | Andi Gutmans | 2003-10-29 | 1 | -0/+18 |
| | | | | | - Windows | ||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -2/+3 |
| | |||||
* | MF4: Have realpath now | Stanislav Malyshev | 2003-09-30 | 1 | -0/+1 |
| | |||||
* | MF4: add realpath function for win32 | Stanislav Malyshev | 2003-09-30 | 2 | -1/+11 |
| | |||||
* | Revert patch r1.40, bug is in glob() not IS_ABSOLUTE_PATH() | Ilia Alshanetsky | 2003-09-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug #25583 (Incorrect handling of absolute path without drive). | Ilia Alshanetsky | 2003-09-20 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #25240 (spaces before pre-processor directives) | foobar | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64). | Ilia Alshanetsky | 2003-08-07 | 1 | -0/+27 |
| | |||||
* | Fixed bug #17414 (pthreads bug work around) | Ilia Alshanetsky | 2003-08-05 | 1 | -0/+1 |
| | | | | | Patch by timo.teras[at]iki.fi | ||||
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 10 | -214/+289 |
| | |||||
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 10 | -289/+214 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 6 | -18/+18 |
| | |||||
* | cleanup macros | Sascha Schumann | 2003-06-04 | 1 | -3/+3 |
| | |||||
* | - Fix non-ZTS build after Sterling's changes to TSRM | Derick Rethans | 2003-04-28 | 1 | -1/+4 |
| | |||||
* | add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context. | Sterling Hughes | 2003-04-27 | 1 | -0/+1 |
| | | | | | | | | | | This is useful when you are mapping callbacks, you can simply associate a struct member to a thread context: void mycallback(my_struct *user) { TSRMLS_FETCH_CTX(user->thread_ctx); } | ||||
* | Fix for Bug #21310, based on a patch by jflemer@php.net. | Wez Furlong | 2003-03-17 | 1 | -42/+51 |
| | |||||
* | VCWD_LSTAT is not available on win32/netware | foobar | 2003-02-20 | 1 | -2/+0 |
| | |||||
* | More Win32 build improvements | Zeev Suraski | 2003-02-17 | 2 | -0/+6 |
| | |||||
* | - Whitespace fixes | Derick Rethans | 2003-02-09 | 1 | -5/+6 |
| | |||||
* | is_executable() now available on win32 | Shane Caraveo | 2003-02-09 | 4 | -4/+34 |
| | | | | | stats can now get information provided by access() | ||||
* | Fix leaks | Zeev Suraski | 2003-01-07 | 2 | -5/+10 |
| | |||||
* | call dtors on shutdown | Zeev Suraski | 2003-01-07 | 1 | -0/+3 |
| | |||||
* | NetWare related changes/modifications. | Anantha Kesari H Y | 2003-01-02 | 7 | -178/+205 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 6 | -6/+6 |
| | |||||
* | - Add comment in macro and remove some now unneeded code | Andi Gutmans | 2002-12-20 | 2 | -6/+2 |
| | |||||
* | Make IS_ABSOLUTE_PATH use the IS_UNC_PATH macro rather then duplicate the | Ilia Alshanetsky | 2002-12-20 | 1 | -2/+2 |
| | | | | | code in the IS_UNC_PATH macro. | ||||
* | Netware related changes/modifications. | Anantha Kesari H Y | 2002-12-19 | 2 | -0/+3 |
| | |||||
* | On Win32 make PHP treat UNC paths as absolute paths, this should solve bugs | Ilia Alshanetsky | 2002-12-11 | 1 | -1/+1 |
| | | | | | such as #20831. Thanks to Wez Furlong for isolating the problem. |