Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | properly export tsrm_strtok_r() | Anatol Belski | 2014-10-05 | 2 | -2/+4 |
| | | | | | for this particular case fixing phar shared build, but for the general usage anyway | ||||
* | remove misprint parentheses | Anatol Belski | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -178/+0 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
| | |||||
* | reverted some previous IS_ABSOLUTE_PATH related changes | Anatol Belski | 2014-09-19 | 1 | -2/+1 |
| | | | | It's fine with strlen usage now, only one call | ||||
* | correct type for the thread id | Anatol Belski | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | avoid repeated strlen usage | Anatol Belski | 2014-09-14 | 1 | -1/+2 |
| | |||||
* | avoid usage of 'type' before the null pointer check | Anatol Belski | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-24 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.5: fixed macro | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-02-24 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.4: fixed macro | ||||
| | * | fixed macro | Anatol Belski | 2014-02-24 | 1 | -1/+1 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 6 | -6/+6 |
| | | | |||||
| * | | Fixed bug #66009 Failed compilation of PHP extension with C++ std library ↵ | Anatol Belski | 2014-01-04 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using VS 2012 Visual Studio 2012 includes sanity checks for C++11 features, see http://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.110).aspx To fix the 'inline' keyword redefinition for C++ in debug mode, the new macros ZEND_WIN32_KEEP_INLINE is introduced, ZEND_WIN32_FORCE_INLINE is automatically appended in release mode. | ||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 6 | -6/+6 |
| |/ | |||||
* | | fix *.dsp files related to bug #50333 | Anatol Belski | 2014-01-28 | 1 | -4/+0 |
| | | |||||
* | | Fixed bug #66009 Failed compilation of PHP extension with C++ std library ↵ | Anatol Belski | 2014-01-04 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | using VS 2012 Visual Studio 2012 includes sanity checks for C++11 features, see http://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.110).aspx To fix the 'inline' keyword redefinition for C++ in debug mode, the new macros ZEND_WIN32_KEEP_INLINE is introduced, ZEND_WIN32_FORCE_INLINE is automatically appended in release mode. | ||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | | |||||
* | | initial move on renaming files and fixing includes | Anatol Belski | 2013-10-17 | 6 | -2321/+3 |
| | | |||||
* | | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 2 | -2/+2 |
|/ | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len. | ||||
* | fixed possible null deref | Anatol Belski | 2013-07-22 | 1 | -3/+5 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 6 | -6/+6 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-02 | 1 | -1/+4 |
|\ | |||||
| * | Fixed bug #62444 (Handle leak in is_readable on windows). | Xinchen Hui | 2012-11-02 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-10-31 | 1 | -0/+9 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #63241 PHP fails to open Windows deduplicated files. | ||||
| * | Fixed bug #63241 PHP fails to open Windows deduplicated files. | Anatoliy Belsky | 2012-10-31 | 1 | -0/+9 |
| | | | | | | | | | | | | | | Fix by (daniel dot stelter-gliese at innogames dot de). No test is supplied because the issue addresses the new feature of the Windows Server 2012 and would need a very specific filesystem setup. | ||||
| * | Fixed bug #51860 (Include fails with toplevel symlink to /) | Dmitry Stogov | 2012-01-30 | 1 | -3/+15 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 6 | -6/+6 |
| | | |||||
| * | - Fix #55295, check if malloc failed | Pierre Joye | 2011-07-27 | 1 | -0/+4 |
| | | |||||
| * | Fix CS | Rasmus Lerdorf | 2011-05-19 | 1 | -8/+10 |
| | | |||||
| * | Fix bug 54866 | Rasmus Lerdorf | 2011-05-19 | 1 | -2/+14 |
| | | |||||
| * | - Fix possible memory leak | Johannes Schlüter | 2011-05-16 | 1 | -0/+1 |
| | | | | | | | | | | # Found by parfait - http://labs.oracle.com/projects/parfait/ | ||||
| * | - some more possible NULL deref | Pierre Joye | 2011-01-10 | 1 | -3/+24 |
| | | |||||
| * | - fix possible NULL deref | Pierre Joye | 2011-01-10 | 1 | -0/+6 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 8 | -8/+8 |
| | | |||||
| * | - expose php_sys_(l)stat, doing will prevent me to have to provide pecl's ↵ | Pierre Joye | 2010-11-04 | 2 | -2/+14 |
| | | | | | | | | builds for <5.3.3 and another set for 5.3.4+. Trunk remains the same, A(B/P)I can be broken there | ||||
| * | - Fix #52908, fix declaration | Pierre Joye | 2010-09-22 | 1 | -1/+1 |
| | | |||||
| * | - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the ↵ | Pierre Joye | 2010-09-17 | 1 | -0/+8 |
| | | | | | | | | headup | ||||
| * | - sanity check for the path length and don't treat UNC as local path (no ↵ | Pierre Joye | 2010-09-13 | 1 | -1/+4 |
| | | | | | | | | functional change, only less ops) | ||||
| * | - use php_sys_lstat | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
| | | |||||
| * | - WS | Pierre Joye | 2010-09-13 | 2 | -47/+47 |
| | | |||||
| * | - remove 'UNC' from the target | Pierre Joye | 2010-09-10 | 1 | -2/+10 |
| | | |||||
| * | - add php_sys_readlink | Pierre Joye | 2010-09-10 | 2 | -1/+59 |
| | | |||||
| * | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 2 | -15/+55 |
| | | |||||
| * | - WS | Pierre Joye | 2010-08-27 | 1 | -30/+30 |
| | | |||||
| * | - Symlink resolution fails when target is a DFS path | Pierre Joye | 2010-08-26 | 1 | -2/+4 |
| | | |||||
| * | fix bug #50101 (name clash between global and local variable) | Antony Dovgal | 2010-06-08 | 1 | -8/+8 |
| | | |||||
| * | - we don't need that anymore | Pierre Joye | 2010-04-28 | 1 | -5/+0 |
| | | |||||
* | | Fixed bug #51860 (Include fails with toplevel symlink to /) | Dmitry Stogov | 2012-01-30 | 1 | -3/+15 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 6 | -6/+6 |
| | |