3055 Commits (79d8631feae4eb2849b86c19103f044aaedb3da4)

Author SHA1 Message Date
Arnaud Le Blanc 5317e8adb6 Fix php_u_register_variable_ex(), avoid readding some uninitialized data 18 years ago
Arnaud Le Blanc 9e6a1cc4a1 Fix the "Content-Type contains ';'" case in rfc1867 post handler 18 years ago
Arnaud Le Blanc 5531e0381a fix empty-value case in rfc1867 post handler 18 years ago
Arnaud Le Blanc e6abcf2c5c comment out debug printf 18 years ago
Arnaud Le Blanc d4df205018 More accurate max_file_size / upload_max_filesize (fixes #45124) 18 years ago
Arnaud Le Blanc 860d7733ef Fixed #43540 (rfc1867 handler newlength problem) 18 years ago
Arnaud Le Blanc 08ec0b3146 Ported rfc1867 hooks to HEAD 18 years ago
Arnaud Le Blanc 8c48eca1bf Fix mem leak and invalid frees in rfc1867 post handler 18 years ago
Dmitry Stogov e8894b43e6 Fixed Bug #43958 (class name added into the error message) 18 years ago
Rasmus Lerdorf c916660f2d Fix the assert 18 years ago
Rasmus Lerdorf d07786088e Fix for bugs 13961, 39927 and 45947 18 years ago
Jani Taskinen 778f5295ba - Fixed bug #44924 (sendmail path wrong) 18 years ago
Jani Taskinen b798b366c8 Sync with PHP_5_3 (what a nice mess..thanks guys for keeping the branches in sync..NOT) 18 years ago
David Soria Parra edc3fff0ff Fixed bug #43782 (feof() does not detect timeout on socket) 18 years ago
Pierre Joye 1907de98c6 - exposePHP_MAXPATHLEN 18 years ago
Marcus Boerger deadefb49f - Cleanup exports and allow to overwrite ext registration 18 years ago
Pierre Joye adfa214688 - drop bindlib usage on windows 18 years ago
Antony Dovgal 444a9997de reverted because it causes lots of test failures in ext/soap 18 years ago
Arnaud Le Blanc 994ca4edff ws 18 years ago
Arnaud Le Blanc 9881ae9834 Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). 18 years ago
Arnaud Le Blanc 1e94a9d25f update buffer size after having effectively realloc()ed it when appending 18 years ago
Felipe Pena 2985b4f9e3 - Removed some TSRMLS_FETCH()s 18 years ago
Kalle Sommer Nielsen 64b891fce0 * Remove NTDDI_VERSION declaring and use the one in config.w32.h 18 years ago
Pierre Joye cc64e2f1e2 - MFB: move declaration on top and fix build error 18 years ago
Jani Taskinen bc6a9ad209 [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at 18 years ago
Felipe Pena a5f867f3d5 - Constness (Added const qualifier to several function parameters) 18 years ago
Arnaud Le Blanc ab812be73f Missing files in previous commit (Check the relevant path for open_basedir 18 years ago
Marcus Boerger aea4ea120f - Fix memleak, Zend's built-in functions get copied before we copy all 18 years ago
Marcus Boerger 034d2e5916 - Turns out the easy solution for correct error_handling doesn't work. So 18 years ago
Marcus Boerger 927b12e6af - Sorry for the compiler warning 18 years ago
Marcus Boerger 805cc4bf50 - PHP 5.3 todo, store error handling mode on stack when executing internal 18 years ago
Arnaud Le Blanc a51e5ebaeb Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, 18 years ago
Antony Dovgal 35f366273f increase context refcount before open() to avoid crash when open() fails and destroys the context 18 years ago
Dmitry Stogov c1ef996a1c Removed shebang line check from CGI sapi (it is checked by scanner) 18 years ago
Jani Taskinen c9c53d7bcd - Nuketh C++ comments from C files. 18 years ago
Pierre Joye 50c685a305 - silent warning with vc8 + dbg mode 18 years ago
Felipe Pena 6182c24aa8 - Fixed the parameter type expected. set_time_limit() should accept only integer. 18 years ago
Felipe Pena 4eaf978874 - MFB: New parameter parsing API (set_time_limit) 18 years ago
Dmitry Stogov 013059c247 Fixed uninitialized data 18 years ago
Antony Dovgal 55fecd6593 invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 18 years ago
Felipe Pena f76da1b96c - Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) 18 years ago
Steph Fox c799f0a1ef MFB Removed generated file (no longer used for .dsp builds) 18 years ago
Hannes Magnusson 5919165375 Add E_USER_DEPRECATED (patch by Lars Strojny) 18 years ago
Dmitry Stogov 637e591a3d Fixed chdir() into requested file directory inconsistencies 18 years ago
Nuno Lopes 0b858d15e3 update PCRE symbols 18 years ago
Jani Taskinen 1a58013044 - Fixed bug #44127 (UNIX abstract namespace socket connect does not work) 18 years ago
Jani Taskinen c3e18660ec - Silence "unused variable" warning when ip6 support is disabled 18 years ago
Antony Dovgal ca0a6ec295 not all stream wrappers use context, so no need to addref in all cases 18 years ago
Antony Dovgal 3519ed9e31 manage references of stream context properly 18 years ago
Pierre Joye 1c82616c27 - don't redefine WINDOWS and pid_t 18 years ago