1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Commit Graph

5292 Commits

Author SHA1 Message Date
Felipe Pena
da3fad6285 - Fix test 2009-02-20 13:30:04 +00:00
Jani Taskinen
ba9cdc0ad1 - spl is not forced on everyone in 5.2 branch. 2009-02-20 13:16:21 +00:00
Zoe Slattery
eb829c6bbc fix test 2009-02-17 20:26:11 +00:00
Ilia Alshanetsky
013c7f1f92 Fixed bug #45327 (memory leak if offsetGet throws exception)
# Patch by Greg
2009-02-17 17:09:05 +00:00
Matt Wilmas
df22f1e09a MFH: Overflow comment 2009-02-17 15:15:36 +00:00
Matt Wilmas
0d4da18bdd MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux) 2009-02-17 14:16:36 +00:00
Ilia Alshanetsky
9ca087df12 Revert patch for bug #46701 as it introduces a BC break 2009-02-15 14:31:17 +00:00
Rasmus Lerdorf
af6d9528ce 2.4.1 is safe to use. Perhaps we should just drop the 3rd part from
the check there?  Might be unsafe if they break 2.4.2 though
2009-02-14 21:04:07 +00:00
Antony Dovgal
a19fb50fd6 add test 2009-02-11 10:02:28 +00:00
Antony Dovgal
120b469bb4 MFH: fix bug #47353 (crash when creating a lot of objects in object destructor) 2009-02-11 09:58:58 +00:00
David Soria Parra
f60f40afaa Fix indention 2009-01-26 21:27:41 +00:00
David Soria Parra
49b4865adb MFH: Fix compiler warning. munmap expects a void pointer. 2009-01-25 14:04:09 +00:00
David Soria Parra
8b52d17a9b MFB: Fix WS 2009-01-25 13:42:39 +00:00
David Soria Parra
8d362208e1 MFH: Fix WS 2009-01-25 13:41:01 +00:00
Sebastian Bergmann
612a5d30db MFH: Patch by David Soria Parra <dsp@php.net>. 2009-01-25 11:07:56 +00:00
Dmitry Stogov
85489ac01a Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-21 10:15:49 +00:00
Dmitry Stogov
8b93b4e373 Fixed possible crash because of argument stack reallocation 2009-01-15 14:23:42 +00:00
Dmitry Stogov
84d76e82bb Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:48:41 +00:00
Felipe Pena
646a8aabba - MFH Fix SEGV if get_method() returns a non bound function 2009-01-10 20:30:48 +00:00
Felipe Pena
4b06c31923 - MFH: Fixed test (patch by Timm Friebe [thekid@php]) 2009-01-10 17:07:33 +00:00
Andrei Zmievski
7ac1f7eee7 Handle __call() on protected/private method access for callbacks too. 2009-01-08 21:39:06 +00:00
Andrei Zmievski
518f9a3586 MFB 2009-01-08 00:39:15 +00:00
Felipe Pena
cde0b736c5 MFH:
- Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire
2009-01-06 01:29:22 +00:00
Sebastian Bergmann
ef49b9a8de MFH: Bump copyright year, 3 of 3. 2008-12-31 11:17:49 +00:00
Sebastian Bergmann
b9259ff9d1 MFH: Bump copyright year, 1 of 3. 2008-12-31 11:16:12 +00:00
Arnaud Le Blanc
d6b86e9d4d MFH: Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
2008-11-23 20:36:32 +00:00
Felipe Pena
f4cc20d972 - MFH: Added ZEND_FETCH_RESOURCE_NO_RETURN 2008-11-20 14:51:30 +00:00
Felipe Pena
d7a80059bb - New test 2008-11-11 16:16:20 +00:00
Felipe Pena
ea70058067 MFH:
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
2008-11-11 13:29:50 +00:00
Derick Rethans
ffef452b62 - MFH: Make it work with bison 2.4. 2008-11-10 12:06:10 +00:00
Felipe Pena
192e130e52 - Fixed test 2008-10-31 12:55:10 +00:00
Dmitry Stogov
e173d61581 Fixed ability to use "internal" heaps in extensions. 2008-10-30 08:55:09 +00:00
Arnaud Le Blanc
617a8855b8 MFH: Fix compile error 2008-10-27 14:59:14 +00:00
Antony Dovgal
334e8973db fix test 2008-10-24 20:15:34 +00:00
Antony Dovgal
340bd30aa6 fix bug #46381 (wrong $this passed to internal methods causes segfault) 2008-10-24 13:55:37 +00:00
Ilia Alshanetsky
8d916b2ec6 MFB: revert define() fix for now 2008-10-22 23:29:28 +00:00
Ilia Alshanetsky
0e91f80a4d MFB: Fixed bug #46341 (Added missing validation checks into define() for
class constants)
2008-10-19 18:16:43 +00:00
Dmitry Stogov
739c75b050 Fixed bug #46308 (Invalid write when changing property from inside getter) 2008-10-17 10:25:56 +00:00
Dmitry Stogov
a1a1249753 Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 2008-10-10 15:53:31 +00:00
Antony Dovgal
27fbfa3d08 backport convenience macro 2008-10-10 14:47:17 +00:00
Dmitry Stogov
11900b10a3 Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
some 64bit test files may need to be fixed
2008-09-15 11:47:03 +00:00
Dmitry Stogov
9a4918af76 Fixed destruction of dl() loaded extensions 2008-08-22 15:31:38 +00:00
Antony Dovgal
72daf80c47 MFH: fix zend_register_functions() not displaying duplicate functions (reported by Gopal) 2008-08-22 14:52:47 +00:00
Felipe Pena
500d715ed3 - New tests 2008-08-22 13:40:54 +00:00
Felipe Pena
ebdf8d3637 MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests
2008-08-22 01:06:55 +00:00
Dmitry Stogov
a1672ca3e2 Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address use)). (basant dot kukreja at sun dot com) 2008-08-21 13:42:36 +00:00
Felipe Pena
5b9e18dd61 - New test 2008-08-18 17:52:35 +00:00
Jani Taskinen
cb2b9fcf8b MFH 2008-08-14 22:51:50 +00:00
Felipe Pena
f26f786362 - New test 2008-08-14 19:17:13 +00:00
Dmitry Stogov
fbb885cd6c Fixed bug #45805 (Crach on throwing exception from error handler) 2008-08-13 07:19:43 +00:00