1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

3395 Commits

Author SHA1 Message Date
Felipe Pena 4e19825281 - Year++ 2012-01-01 13:15:04 +00:00
Michael Wallner ecfb3af78f follow naming convention 2011-12-30 09:20:07 +00:00
Dmitry Stogov f7942c9e63 Added an API call to return active output handler 2011-12-30 08:50:49 +00:00
Stanislav Malyshev 87b9f7bb3a fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist) 2011-12-26 05:01:46 +00:00
Dmitry Stogov 0e563dfa93 Initialize structure (some fields may be missed in array returned from user handler). 2011-12-22 15:33:48 +00:00
Dmitry Stogov cef0d27af9 Change fatal error into warning and ignore arguments over limit 2011-12-22 15:31:41 +00:00
Stanislav Malyshev 48a688ffa0 back to dev 2011-12-22 03:27:00 +00:00
Stanislav Malyshev 1a79692791 5.4.0rc4 2011-12-22 03:25:28 +00:00
Dmitry Stogov 6fb3897f80 Added max_input_vars directive to prevent attacks based on hash collisions 2011-12-14 08:56:35 +00:00
Gustavo André dos Santos Lopes 52c36e60c4 - Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
with the last read.
2011-12-11 21:08:15 +00:00
Stanislav Malyshev 8559b09566 back to dev 2011-12-08 07:17:27 +00:00
Stanislav Malyshev 00f2a9b2ba 5.4.0rc3 2011-12-08 07:15:44 +00:00
Xinchen Hui 5aa1fb6074 Implemented FR #54514 (Get php binary path during script execution). 2011-12-07 10:33:13 +00:00
Derick Rethans 0244e76c06 - Fixed bug #60373 (Startup errors with log_errors on cause segfault). 2011-11-25 14:06:55 +00:00
Pierre Joye 36e4c600c3 - merge crt warning change (r216594) and rename the ini to windows.show_crt_warning 2011-11-24 12:46:45 +00:00
Stanislav Malyshev c05614fb6d back to dev 2011-11-24 05:04:25 +00:00
Stanislav Malyshev 953016b6b9 5.4.0RC2 2011-11-24 05:03:22 +00:00
Pierrick Charron 8e2dcfd8b6 Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty). 2011-11-18 00:16:58 +00:00
Xinchen Hui 89feaefce1 Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers) 2011-11-13 04:11:57 +00:00
Rui Hirokawa cc74264764 MFH: fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D).) 2011-11-10 14:24:31 +00:00
Stanislav Malyshev 7f6c7422a8 back to dev 2011-11-10 06:27:37 +00:00
Stanislav Malyshev 07f2c01bd2 5.4.0 RC1 2011-11-10 06:26:25 +00:00
Stanislav Malyshev 93f654e64f back to dev 2011-10-20 06:06:35 +00:00
Stanislav Malyshev 91a04638e6 5.4.0beta2 2011-10-20 06:05:30 +00:00
Xinchen Hui 1f78177e2b Fixed bug #60038 (SIGALRM cause segfault in php_error_cb) 2011-10-16 03:00:51 +00:00
Pierre Joye d435ddbe52 - be sure to check if the var ha not been removed between the two calls 2011-09-26 08:49:28 +00:00
Xinchen Hui bf2dfb5fff unused var 2011-09-24 01:05:43 +00:00
Xinchen Hui ea74b9c212 Fixed bug #55758 (Digest Authenticate missed in 5.4)
the block I am removing should be removed along with the PG(saf_mod) condition.
 since it is inside the PG(saf_mod) condition block.
2011-09-23 02:56:25 +00:00
Dmitry Stogov a223328b52 Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) 2011-09-15 11:30:17 +00:00
Xinchen Hui c32aa35d58 Fix warning "implicit declaration of function `vasprintf'"
If There is a better fix, plz fixme.
2011-09-15 07:09:43 +00:00
Stanislav Malyshev f5b8a3b40e back to dev 2011-09-15 06:25:52 +00:00
Stanislav Malyshev fe85ca8737 5.4.0beta 2011-09-15 06:24:18 +00:00
Kalle Sommer Nielsen e1068269f0 MFT: Fix build on Windows 2011-09-13 14:35:28 +00:00
Dmitry Stogov 4a25a7740d Fixed ZE specific compile warnings (Bug #55629) 2011-09-13 13:29:35 +00:00
Pierre Joye c1db9d4a87 - do not display the crt warnings anymore by default. It is enough to simply fail from a user land pov as it is the case on posix platforms 2011-09-13 10:38:12 +00:00
Hannes Magnusson 43fb787add Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request 2011-09-07 16:19:09 +00:00
Gustavo André dos Santos Lopes 2acbe4c93e - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of
out parameter).
- Fixed signature of php_stream_copy_to_stream_ex to return int in 5.4/trunk
  instead of size_t, as the function only returns SUCCESS/FAILURE.
2011-09-04 22:36:33 +00:00
Pierre Joye 687e310a46 - ws 2011-08-23 18:32:53 +00:00
Xinchen Hui ba9546b8e5 Omitted GCC warning "comparison is always false" 2011-08-12 07:47:03 +00:00
Derick Rethans 7b84e7ea1c - Turn on html_errors by default again in php.ini-production like it was in
PHP 5.3, but only generate docref links when the docref_root INI setting is
  not empty.
2011-08-10 16:31:29 +00:00
Michael Wallner daccb503b2 fix coverity issue 1054: missing break/return 2011-08-10 11:01:09 +00:00
Xinchen Hui 64fc565765 Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
Pierrick Charron 97ac5d3f53 Remove unused variable 2011-08-09 02:42:25 +00:00
Pierrick Charron cb1cd0b3ab Remove unused variable 2011-08-09 02:37:02 +00:00
Rasmus Lerdorf 6379f87b31 Fix another Coverity warning by initializing this to NULL prior to the strtok_r call 2011-08-06 21:10:29 +00:00
Stanislav Malyshev 3e7ce20a5b back to dev 2011-08-03 17:14:26 +00:00
Stanislav Malyshev 7c289f7f8e 5.4.0alpha3 2011-08-03 17:12:44 +00:00
Stanislav Malyshev fa78f7a4c0 retore open_basedir check for unlink 2011-07-31 22:43:21 +00:00
Pierre Joye e7d106f11d - do not resolve the link if all we want is to open that file 2011-07-27 12:20:32 +00:00
Pierre Joye db25201ffb - Fixed bug 55124, recursive mkdir fails with current (dot) directory in path 2011-07-26 17:44:20 +00:00