1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

62181 Commits

Author SHA1 Message Date
Gustavo André dos Santos Lopes 5fa1cfbbe6 - Support for UTS #46. 2011-11-24 17:54:50 +00:00
Derick Rethans a02ca5c881 - Fixed bug #60236 (TLA timezone dates are not converted properly from
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
  time zone type 2).

And fixed some test cases.
2011-11-24 17:13:47 +00:00
Pierre Joye d4406ad0a4 - add crt warning ini 2011-11-24 12:51:28 +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
Xinchen Hui 3db55c8233 Fixed bug #60367 (Reflection and Late Static Binding) 2011-11-24 09:16:11 +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
Stefan Marr db0888dfc1 Fixed Bug #60369 Crash with static property in trait 2011-11-23 21:24:34 +00:00
Stanislav Malyshev eca88d3064 Sorted engine changes by severity and added chained
string offset description.
2011-11-23 21:21:10 +00:00
Ulf Wendel 87a1c1bf47 Fix test 2011-11-23 16:47:22 +00:00
Ulf Wendel 9475362f99 Message can vary depending on server version 2011-11-23 16:38:50 +00:00
Dmitry Stogov 020cfc3d62 Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size) 2011-11-23 10:49:42 +00:00
Felipe Pena 90cd6482b3 - Fixed memory leak when calling the Finfo constructor twice 2011-11-23 01:20:49 +00:00
Felipe Pena e92204821a - Fix the fix (thanks Chris Jones!) 2011-11-22 19:18:34 +00:00
Pierrick Charron def84f16ad Fix test to remove dependancy over php.net 2011-11-22 18:50:57 +00:00
Ulf Wendel a6502de5d0 Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing. 2011-11-22 16:52:42 +00:00
Andrey Hristov 842b7d6840 use the method in all builds. Thus it can be used for detection
of state transitioning in every case
2011-11-22 16:38:06 +00:00
Felipe Pena d881b055c8 - Fix the fix 2011-11-22 15:12:44 +00:00
Felipe Pena 39d0c5e202 - Fixed possible memory leak in finfo_open() 2011-11-22 15:04:19 +00:00
Pierrick Charron 38dd904a46 Revert last commit
Keep get_magic_quotes_gpc and get_magic_quotes_runtime as deprecated
even if it's not the case in the code
2011-11-22 13:20:50 +00:00
Pierrick Charron 1b07b8b3d3 Those functions are not deprecated (r319249 #55371) 2011-11-22 13:11:20 +00:00
Felipe Pena 375949781f - Fixed invalid free in call_user_method() function 2011-11-22 12:47:08 +00:00
Felipe Pena cc8c3a2d00 - Fixed memory leak in several Intl locale functions 2011-11-22 12:29:15 +00:00
Xinchen Hui b548293b99 Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion") 2011-11-22 10:11:06 +00:00
Pierrick Charron ecc6c335c5 Fix this test to work with all version (even old) of libcurl 2011-11-22 08:29:26 +00:00
Pierrick Charron 20324d06da Fix memory leak when using libcurl < 7.17.0 2011-11-22 05:19:37 +00:00
Antony Dovgal e14819439c export zend_on_timeout handler from ZE 2011-11-22 03:39:12 +00:00
Felipe Pena 97659d4842 - Fixed possible crash in mb_ereg_search_init() using empty pattern 2011-11-21 19:15:18 +00:00
Xinchen Hui 034ba714cf Comparison between pointer and integer 2011-11-21 06:07:43 +00:00
Xinchen Hui ae05ae7e92 C++ style comment 2011-11-21 05:57:45 +00:00
Pierrick Charron 4dce729ca0 Fix memory leak 2011-11-21 02:44:28 +00:00
Pierrick Charron d69a1b09af Fix memory leak 2011-11-21 02:29:24 +00:00
Pierrick Charron e3557389bf Fix test to use PHP_CURL_HTTP_REMOTE_SERVER 2011-11-21 02:10:57 +00:00
Stanislav Malyshev 0f0ffd38c9 fix is_a reflection 2011-11-20 22:20:03 +00:00
Pierre Joye f330c8ab4e - restore correct window_size 2011-11-20 10:10:43 +00:00
Pierre Joye eeba0b5681 - fix build, ansi c requires constant value, no expresion, even constant var 2011-11-19 23:09:12 +00:00
Felipe Pena d3b20b4058 - Fixed bug #60339 (valgrind reports LEAK --with-mm)
patch by: yohgaki at ohgaki dot net
2011-11-19 18:50:49 +00:00
Felipe Pena ebd7dc5f88 - Fix tests 2011-11-19 18:01:26 +00:00
Felipe Pena bc810a443d - Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes) 2011-11-19 13:36:03 +00:00
Antony Dovgal 51a4ae6576 backport the line from trunk and fix uninitialized variables 2011-11-19 13:23:16 +00:00
Mateusz Kocielski b141fb1afb - Fixed bug #60337 bcscale related crashed on 64bits platforms 2011-11-19 12:46:43 +00:00
Felipe Pena 7439154ece - Removed C++ comment style 2011-11-19 12:16:47 +00:00
Stanislav Malyshev 22cbdd5cc5 fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER) 2011-11-19 04:59:56 +00:00
Stanislav Malyshev 558fe2441a fix NEWS 2011-11-19 04:52:06 +00:00
Stanislav Malyshev 4c4185c117 fix test number 2011-11-19 04:49:59 +00:00
Stanislav Malyshev 5ebfe19ac6 Fix bug #60150 (Integer overflow during the parsing of invalid exif header) 2011-11-19 04:41:03 +00:00
Christopher Jones 1a30e9dd33 r319456 also fixed the OCI8 part of #55301 (multiple null pointer) 2011-11-18 18:14:15 +00:00
Felipe Pena cc8573e7a5 - CS 2011-11-18 13:56:41 +00:00
Stefan Marr 76772dc20d Fixes Bug #54441 (Handling of changing modifiers on a trait alias)
# this now results also in a compilation error, since it would open the door for inconsistencies, and violates the DRY principle.
2011-11-18 13:49:07 +00:00
Pierrick Charron 99fd5a1b71 ws in NEWS 2011-11-18 13:39:27 +00:00