Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL | SVN Migration | 2006-10-15 | 1 | -1359/+0 |
| | |||||
* | Fixed wrong pipe detection code | Dmitry Stogov | 2006-09-28 | 1 | -2/+1 |
| | |||||
* | Fixed bug #37779 (empty include_path leads to search for files inside /). | Ilia Alshanetsky | 2006-09-12 | 1 | -4/+6 |
| | |||||
* | MFH: fix #38199 (fclose() unable to close STDOUT and STDERR) | Antony Dovgal | 2006-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32) | Dmitry Stogov | 2006-08-22 | 1 | -2/+1 |
| | |||||
* | MFH: no need to check if non-existing include_path complies with ↵ | Antony Dovgal | 2006-06-05 | 1 | -5/+0 |
| | | | | open_basedir setting | ||||
* | Fixed bug #35886 (nlopes) | Edin Kadribasic | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | fix #37395 (recursive mkdir() fails to create nonexistent directories in ↵ | Antony Dovgal | 2006-05-16 | 1 | -1/+1 |
| | | | | root dir) | ||||
* | Only report mkdir() errors if error reporting option is set. | Ilia Alshanetsky | 2006-01-17 | 1 | -1/+3 |
| | |||||
* | MFH: fix #35999 (recursive mkdir() does not work with relative path like ↵ | Antony Dovgal | 2006-01-16 | 1 | -6/+11 |
| | | | | "foo/bar") | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | fix #35781 (stream_filter_append() can cause segfault) | Antony Dovgal | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking) | Antony Dovgal | 2005-11-17 | 1 | -1/+1 |
| | | | | | patch by askalski at gmail dot com | ||||
* | - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri" | Derick Rethans | 2005-08-26 | 1 | -0/+1 |
| | | | | | element for files opened with tmpname(). | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | compile before commit (gah!) | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | Apparently our pipe detection code just above this isn't foolproof. | Wez Furlong | 2005-07-18 | 1 | -0/+6 |
| | | | | | Catch it here. | ||||
* | - Fix problem with debug mode on selective machines | Marcus Boerger | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | Likely fix for bug #33140 | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+7 |
| | |||||
* | Fixed bug #31054 (safe_mode & open_basedir checks only check first | Ilia Alshanetsky | 2005-06-20 | 1 | -8/+8 |
| | | | | | include_path value). | ||||
* | make it compile on Win32 (thanks to Sebastian for noticing) | Antony Dovgal | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32810 (temporary files not using plain file wrapper). | Ilia Alshanetsky | 2005-05-23 | 1 | -0/+1 |
| | |||||
* | Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() ↵ | Uwe Schindler | 2005-04-07 | 1 | -0/+3 |
| | | | | fails - this fixes NOT the stdio-problem on solaris! | ||||
* | Fixed bug #31363 (broken non-blocking flock()). | Ilia Alshanetsky | 2005-04-06 | 1 | -1/+1 |
| | | | | | # Patch by ian at snork dot net | ||||
* | fix Win32 & Netware build | Antony Dovgal | 2004-10-28 | 1 | -0/+2 |
| | |||||
* | fix bug #30388 (rename across filesystems loses ownership and permission info) | Antony Dovgal | 2004-10-27 | 1 | -2/+25 |
| | |||||
* | Implement an fstat cache for plain files. | Wez Furlong | 2004-07-31 | 1 | -96/+120 |
| | |||||
* | *sigh*, obviously, we need this to be able to use sapi_module.name | Wez Furlong | 2004-05-25 | 1 | -0/+1 |
| | |||||
* | DEBUG -> PHP_DEBUG | Wez Furlong | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | check if it matches... not if it doesn't... | Wez Furlong | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | In debug mode, under CLI don't close stderr. | Wez Furlong | 2004-05-25 | 1 | -0/+9 |
| | | | | | | | | This is so that we can see any error reports. # for extra paranoia, could limit this check to happen only after the script is # finished running. | ||||
* | Fixed bug #27498 (bogus safe_mode error on nonexistent directories for | Ilia Alshanetsky | 2004-03-16 | 1 | -1/+1 |
| | | | | | chdir() and opendir() functions). | ||||
* | Fixed bug #26974 (rename() doesn't check the destination file | Ilia Alshanetsky | 2004-01-21 | 1 | -2/+3 |
| | | | | | against safe_mode/open_basedir). | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Route mkdir()/rmdir() via wrapper ops. | Sara Golemon | 2003-12-13 | 1 | -1/+77 |
| | | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper | ||||
* | Route rename() via wrapper ops. | Sara Golemon | 2003-12-12 | 1 | -1/+45 |
| | | | | | | | Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename() | ||||
* | CS | Sara Golemon | 2003-12-02 | 1 | -2/+2 |
| | |||||
* | Move safemode/basedir checks for url_stat to plain_wrapper. | Sara Golemon | 2003-12-01 | 1 | -0/+13 |
| | |||||
* | Route php_stat() via streams/url_stat API (php_stream_stat_path). | Sara Golemon | 2003-11-28 | 1 | -2/+7 |
| | | | | | This enables fopen-wrappers support on stat() and related family calls. | ||||
* | finish file uri support, this stuff was unecessary. | Shane Caraveo | 2003-10-19 | 1 | -10/+0 |
| | |||||
* | A simpler patch to add file uri support | Shane Caraveo | 2003-10-19 | 1 | -0/+10 |
| | |||||
* | revert file: support in preparation for simpler patch | Shane Caraveo | 2003-10-19 | 1 | -67/+32 |
| | |||||
* | make file uri's work with streams | Shane Caraveo | 2003-10-19 | 1 | -32/+67 |
| | |||||
* | Set the EOF indicator after each read attempt. | Wez Furlong | 2003-10-08 | 1 | -4/+2 |
| | | | | | This prevents it getting stuck in the on position. | ||||
* | Pointer size fix | Ard Biesheuvel | 2003-09-13 | 1 | -1/+1 |
| | |||||
* | Prevent a crash when expand_filepath() fails. | Ilia Alshanetsky | 2003-08-27 | 1 | -1/+3 |
| | |||||
* | MFB: binary mode by default under win32. | Wez Furlong | 2003-07-05 | 1 | -6/+4 |
| | |||||
* | Merge selectable descriptor casting from PHP_4_3 branch. | Wez Furlong | 2003-06-28 | 1 | -0/+10 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB context refcounting and text-mode fopen fixes | Wez Furlong | 2003-05-21 | 1 | -1/+5 |
| |