Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #66009 Failed compilation of PHP extension with C++ std library usi... | Anatol Belski | 2014-01-04 | 1 | -8/+1 |
* | 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 |
* | 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 |
|\ \ | |/ | |||||
| * | Fixed bug #63241 PHP fails to open Windows deduplicated files. | Anatoliy Belsky | 2012-10-31 | 1 | -0/+9 |
| * | 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 |
| * | - 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 bui... | Pierre Joye | 2010-11-04 | 2 | -2/+14 |
| * | - 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 h... | Pierre Joye | 2010-09-17 | 1 | -0/+8 |
| * | - sanity check for the path length and don't treat UNC as local path (no func... | Pierre Joye | 2010-09-13 | 1 | -1/+4 |
| * | - 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 |
* | | - Fix #55295, check if malloc failed | Pierre Joye | 2011-07-27 | 1 | -0/+4 |
* | | - WS | Pierre Joye | 2011-07-27 | 1 | -1/+0 |
* | | - do not resolve the link if all we want is to open that file | Pierre Joye | 2011-07-27 | 1 | -1/+1 |
* | | Zend Signal Handling | Ilia Alshanetsky | 2011-06-22 | 3 | -0/+25 |
* | | 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 |
* | | Get rid of autoconf warnings | Rasmus Lerdorf | 2011-05-16 | 3 | -2/+5 |
* | | - WS | Pierre Joye | 2011-01-10 | 1 | -2/+2 |
* | | - 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 |
* | | - Fix #52908, fix declaration | Pierre Joye | 2010-10-04 | 1 | -1/+1 |
* | | - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the h... | Pierre Joye | 2010-09-17 | 1 | -0/+8 |
* | | - drop tsrmls_fetch in popen_ex | Pierre Joye | 2010-09-17 | 3 | -6/+6 |
* | | - drop tsrmls_fetch in tsrm_win32_access | Pierre Joye | 2010-09-17 | 4 | -6/+4 |