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

3335 Commits

Author SHA1 Message Date
Dmitry Stogov 89bc5ece51 Fixed memory leaks 2012-02-02 10:26:53 +00:00
Stanislav Malyshev 40d8cd1f12 fix UMR in php_register_variable_ex, reported by Stefan Esser 2012-02-01 19:52:05 +00:00
Gustavo André dos Santos Lopes 45a6f8d9a5 - Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
  already sufficient data buffered). stream_get_line() now behaves more like
  fgets(), as is documented.
#withheld commit to 5.4
2012-01-22 20:30:37 +00:00
Dmitry Stogov ccd1b15bd0 Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long) 2012-01-17 09:30:12 +00:00
Johannes Schlüter 93ee94adb6 We should be back to -dev ... 2012-01-15 19:51:36 +00:00
Rui Hirokawa 61088ce729 MFH: fixed bug #60227: header() cannot detect the multi-line header with CR. 2012-01-14 07:41:01 +00:00
Johannes Schlüter c7904620d1 - Fix version number as used in Windows builds for 5.3.9 2012-01-10 13:27:39 +00:00
Johannes Schlüter 3eb4b024ee PHP 5.3.9 2012-01-10 11:21:57 +00:00
Felipe Pena e4ca0ed09f - Year++ 2012-01-01 13:15:04 +00:00
Dmitry Stogov ce52784052 Initialize structure (some fields may be missed in array returned from user handler). 2011-12-22 15:33:48 +00:00
Dmitry Stogov 8dad134ad7 Change fatal error into warning and ignore arguments over limit 2011-12-22 15:31:41 +00:00
Johannes Schlüter af07705f97 Back to -dev 2011-12-22 12:36:40 +00:00
Johannes Schlüter 712be66d05 PHP 5.3.9RC4 2011-12-22 12:33:04 +00:00
Dmitry Stogov 0d1998e34f Added max_input_vars directive to prevent attacks based on hash collisions 2011-12-15 08:47:03 +00:00
Gustavo André dos Santos Lopes 74d2b2f0bd - 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
Johannes Schlüter 451263f7d0 - Back to -dev 2011-12-08 13:46:45 +00:00
Johannes Schlüter 4307bd57db - 5.3.9RC3 2011-12-08 11:01:37 +00:00
Derick Rethans 45ae82d3f1 - Fixed bug #60373 (Startup errors with log_errors on cause segfault). 2011-11-25 14:06:55 +00:00
Johannes Schlüter fb573462ca - Back to -dev 2011-11-24 14:00:10 +00:00
Johannes Schlüter e9087c9d4a - PHP 5.3.9RC2 2011-11-24 12:57:59 +00:00
Pierre Joye fb53dd80d8 - merge crt warning change (r216594) and rename the ini to windows.show_crt_warning 2011-11-24 12:46:45 +00:00
Johannes Schlüter 98dfe36852 Back to -dev 2011-11-03 15:26:34 +00:00
Johannes Schlüter 60937c2cf6 - PHP 5.3.9RC1 2011-11-03 15:08:19 +00:00
Dmitry Stogov 77bda2614d Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) 2011-09-15 11:30:17 +00:00
Hannes Magnusson 797a1ce88f 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 08f78070a5 - 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
Arpad Ray 1e1bfba576 fix #55510: $_FILES 'name' missing first character after upload 2011-08-29 21:11:07 +00:00
Xinchen Hui 9fb62f3382 Sync r314808 to 5_3 branch
Eliminated compiler warnings "comparison is always false",  "cast to pointer from integer of different siz" and tail zero warnings
2011-08-23 10:18:48 +00:00
Johannes Schlüter 5f502879ff Back to -dev 2011-08-22 23:24:22 +00:00
Johannes Schlüter 952b9a9695 - PHP 5.3.8 2011-08-22 22:08:48 +00:00
Ilia Alshanetsky eb1470aa3f Back to dev 2011-08-17 14:28:24 +00:00
Ilia Alshanetsky 6e284c6ce7 5.3.7 2011-08-17 13:30:04 +00:00
Ilia Alshanetsky d090061f5e Back to dev 2011-08-11 14:35:08 +00:00
Ilia Alshanetsky db472c60cf 5.3.7RC5 2011-08-11 13:02:49 +00:00
Xinchen Hui 409022b742 Fixed built (missing 2nd arg for strncpy) 2011-08-09 13:04:35 +00:00
Xinchen Hui 0630945ac4 Avoiding strcpy, strcat, sprintf usage to make static analyzer happy 2011-08-09 12:16:58 +00:00
Pierrick Charron 6290b8814c Remove unused variable 2011-08-09 02:42:25 +00:00
Pierrick Charron f6c2511748 Remove unused variable 2011-08-09 02:37:02 +00:00
Rasmus Lerdorf 14e1bc89bc Fix another Coverity warning by initializing this to NULL prior to the strtok_r call 2011-08-06 21:10:29 +00:00
Ilia Alshanetsky 5b0373b060 back to dev 2011-07-28 11:54:53 +00:00
Ilia Alshanetsky d69796f23f 5.3.7RC4 2011-07-28 11:53:46 +00:00
Felipe Pena 054e1cafa0 - Added new macro to be used in the end of zend_function_entry declaration (Gwynne) 2011-07-25 11:30:53 +00:00
Pierre Joye 8d1012b2c3 - MFH: Fixed bug #54204 (Can't set a value with a PATH section in php.ini). 2011-07-18 21:00:59 +00:00
Ilia Alshanetsky 329449f799 Back to dev 2011-07-14 12:02:33 +00:00
Ilia Alshanetsky 894cfb078b 5.3.7RC3 2011-07-14 12:01:37 +00:00
Ilia Alshanetsky 992d32c6a7 Fixed bug #55014 (Compile failure due to improper use of ctime_r()). 2011-07-11 17:01:23 +00:00
Dmitry Stogov 7d1eef4aa7 Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) 2011-07-11 09:47:59 +00:00
Gustavo André dos Santos Lopes 987c843674 - Fixed bug #52935 (call exit in user_error_handler cause stream relate core). 2011-07-05 16:09:06 +00:00
Ilia Alshanetsky 8f80896718 Back to dev 2011-06-30 13:31:39 +00:00
Ilia Alshanetsky 05763e18bb 5.3.7RC2 2011-06-30 13:16:27 +00:00