Commit Graph

7079 Commits

Author SHA1 Message Date
a997ebacf1 ChangeLog update 2009-04-17 01:33:01 +00:00
Hannes Magnusson
a563e4224d Fixed bug#47981 (error handler not called regardless) 2009-04-16 13:47:25 +00:00
7fc6364ef9 ChangeLog update 2009-04-09 01:33:14 +00:00
Stanislav Malyshev
59a4a9545c iadd utility macro 2009-04-08 23:08:16 +00:00
Matt Wilmas
bab2569a8a Changed spelling from "build" to "built" 2009-04-08 13:26:24 +00:00
Dmitry Stogov
f3a3d2fe8a Improved specialization (IS_CONST can't be IS_OBJECT) 2009-04-08 13:19:53 +00:00
Dmitry Stogov
7407641998 Calculate hash value once 2009-04-08 13:18:15 +00:00
Dmitry Stogov
e0f577693f Removed deprecated code and fixed function name in error message 2009-04-08 13:17:27 +00:00
Dmitry Stogov
1f11ef709a Added ability to check build_id by extension 2009-04-08 12:19:13 +00:00
Felipe Pena
2582b6ca24 - Added test 2009-04-08 00:29:55 +00:00
b6106b6293 ChangeLog update 2009-04-07 01:32:45 +00:00
Dmitry Stogov
78d2e0b924 Bug #47880 (crashes in call_user_func_array()) 2009-04-06 11:10:50 +00:00
47494fcb4e ChangeLog update 2009-04-05 01:33:06 +00:00
Felipe Pena
e595ebf5e5 - Synced old changes 2009-04-04 17:19:29 +00:00
15d76e9340 ChangeLog update 2009-04-04 01:32:39 +00:00
Dmitry Stogov
31fd155b4c Improved GC speed and reduced stack usage 2009-04-03 18:52:36 +00:00
6b926eb685 ChangeLog update 2009-04-03 01:33:59 +00:00
Dmitry Stogov
f970a1e5c3 Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:53 +00:00
958a0bf034 ChangeLog update 2009-04-02 01:35:58 +00:00
Felipe Pena
925fd93440 - Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo) 2009-04-01 16:55:11 +00:00
21f1831c7d ChangeLog update 2009-03-28 01:32:50 +00:00
e793d38159 ChangeLog update 2009-03-27 01:32:56 +00:00
Felipe Pena
b474e18f6c - Removed unused variables 2009-03-26 22:16:48 +00:00
Felipe Pena
8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
Dmitry Stogov
2771eb928e Fixed bug #47596 (Bus error on parsing file) 2009-03-26 17:29:01 +00:00
Dmitry Stogov
3b8a7eaff8 Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote) 2009-03-26 12:38:38 +00:00
Dmitry Stogov
f1a231d2e6 Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes) 2009-03-26 10:56:25 +00:00
Dmitry Stogov
91ca700dd9 Fixed bug #47771 (Exception during object construction from arg call calls object's destructor) 2009-03-26 10:17:47 +00:00
a85cdc9e7b ChangeLog update 2009-03-26 01:33:04 +00:00
Dmitry Stogov
e2923b2414 Fixed bug #47038 (Memory leak in include) 2009-03-25 15:24:51 +00:00
Dmitry Stogov
145b60e7f8 Fixed bug #47699 (autoload and late static binding) 2009-03-25 10:39:36 +00:00
000f995bf0 ChangeLog update 2009-03-25 01:32:55 +00:00
Dmitry Stogov
a7fceff373 Fixed double efree() 2009-03-24 16:35:41 +00:00
Dmitry Stogov
b20bde086a Fixed "-0" parsing and optimized overflow check (Matt) 2009-03-24 16:03:05 +00:00
e687be99f4 ChangeLog update 2009-03-21 01:32:48 +00:00
Dmitry Stogov
105c01765a Fixed warning 2009-03-20 11:23:22 +00:00
8d0b4579d2 ChangeLog update 2009-03-20 01:32:48 +00:00
Matt Wilmas
b7c73cf1dd MFB (zend_execute_API.c v1.331.2.20.2.13): "Avoid strcpy() & strcat()"
Removed extra space from eval string, and unnecessary variable
2009-03-19 18:32:45 +00:00
Dmitry Stogov
60e6e4b52f Fixed check for long integer overflow 2009-03-19 15:15:31 +00:00
57111e0e83 ChangeLog update 2009-03-19 01:32:50 +00:00
Dmitry Stogov
de2d640dba Removed unnecassary checks 2009-03-18 18:48:52 +00:00
Matt Wilmas
b68c241623 Fixed test on 64-bit (thanks Antony) 2009-03-18 16:30:04 +00:00
Dmitry Stogov
dbb1f2d46d Improved speed of conditional jump instructions by checking for most useful case (conditional expression) 2009-03-18 14:17:38 +00:00
Dmitry Stogov
37ecbbf388 Inline only the most useful code 2009-03-18 14:15:59 +00:00
Dmitry Stogov
ac1ccb1331 Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks
2009-03-18 12:52:58 +00:00
Dmitry Stogov
a2fb2a5bf7 optimization 2009-03-18 11:25:47 +00:00
Dmitry Stogov
83a6de49b1 Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
Dmitry Stogov
6581ded618 Better fix for bug #45877 (smaller and faster) 2009-03-18 09:49:07 +00:00
0fdb8fd8c8 ChangeLog update 2009-03-18 01:32:39 +00:00
Matt Wilmas
d4207fc58d Fixed bug #45877 (Array key '2147483647' left as string) 2009-03-18 01:06:30 +00:00
Pierre Joye
860232e90e - MFB: make it less(er) sensible to bison version 2009-03-17 16:03:25 +00:00
Pierre Joye
7c3df87c81 - disable HAVE__CONTROLFP_S with VC9, 3x times slowdown 2009-03-17 13:33:51 +00:00
8364d55b39 ChangeLog update 2009-03-17 01:33:02 +00:00
Dmitry Stogov
d3e3c4e666 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:52:26 +00:00
Brian Shire
b9a54927b4 Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments, and non-parsed content. 2009-03-16 01:40:01 +00:00
9b1598ccba ChangeLog update 2009-03-12 01:33:12 +00:00
Brian Shire
b7ff76c6da Add proper EOF handling for language scanner. Fixes bug #46817. Removes dos newlines from a previous commit. 2009-03-11 22:11:41 +00:00
Dmitry Stogov
95066c10d2 Fixed speed degradation on gcc-4.3 because of less agressive inlining 2009-03-11 12:14:55 +00:00
e57329d289 ChangeLog update 2009-03-11 01:32:54 +00:00
Dmitry Stogov
4d616e7474 Clenaup deprecated namespace code 2009-03-10 10:01:28 +00:00
94a1f50f09 ChangeLog update 2009-03-09 01:32:57 +00:00
Felipe Pena
d795d49751 - Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
Patch by Kalle.
2009-03-08 17:23:44 +00:00
3d7434b512 ChangeLog update 2009-03-06 01:32:40 +00:00
Felipe Pena
fadd129268 - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:24:41 +00:00
Ilia Alshanetsky
d81acb4403 Removed bogus code 2009-03-05 13:45:32 +00:00
93b77d8770 ChangeLog update 2009-03-04 01:32:47 +00:00
Ilia Alshanetsky
788c8bbada MFB: Fixed bug #47549 (get_defined_constants() return array with broken
array categories)
2009-03-03 23:43:06 +00:00
2139e33904 ChangeLog update 2009-02-24 01:32:32 +00:00
David Soria Parra
7eceefc879 Remove zend_dynamic_array and it's build targets as it is not longer needed 2009-02-23 03:35:18 +00:00
64b4b0c9ca ChangeLog update 2009-02-21 01:32:40 +00:00
bd2de8e51f ChangeLog update 2009-02-19 01:32:43 +00:00
Dmitry Stogov
4d8a928716 Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 2009-02-18 12:03:03 +00:00
Dmitry Stogov
c24833c48b Fixed zend_print_zval_r_ex() to use the write callback function 2009-02-18 10:55:23 +00:00
26794cec9b ChangeLog update 2009-02-18 01:32:40 +00:00
Zoe Slattery
f4680106bc fix test 2009-02-17 20:25:02 +00:00
Matt Wilmas
c660d02c3c Added overflow comment from div_function 2009-02-17 15:14:48 +00:00
Matt Wilmas
f6c4d4791c Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)
Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a problem)
2009-02-17 14:14:56 +00:00
d2b80c928e ChangeLog update 2009-02-16 01:33:04 +00:00
e005c5a07c ChangeLog update 2009-02-15 01:32:57 +00:00
Rasmus Lerdorf
893e463780 2.4.1 is safe 2009-02-14 21:21:59 +00:00
9689528090 ChangeLog update 2009-02-13 01:33:06 +00:00
Moriyoshi Koizumi
9056e9b355 - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with
ICU that comes with the out-of-the-box Mac OS X.
2009-02-12 20:04:59 +00:00
31bdcfec8f ChangeLog update 2009-02-12 01:32:46 +00:00
Antony Dovgal
28293c3ec5 add test 2009-02-11 10:01:54 +00:00
Antony Dovgal
9e15036270 fix bug #47353 (crash when creating a lot of objects in object destructor) 2009-02-11 09:58:13 +00:00
a7211f7457 ChangeLog update 2009-02-10 01:32:44 +00:00
Dmitry Stogov
15b5f9a8c7 Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:46 +00:00
Dmitry Stogov
c05dfd5605 Better fix for #47341 2009-02-09 08:55:35 +00:00
6e808e2fe7 ChangeLog update 2009-02-09 01:32:54 +00:00
Derick Rethans
201c26283c - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 causes
segfault.
2009-02-08 19:30:01 +00:00
24fd4059bb ChangeLog update 2009-02-03 01:32:30 +00:00
Nuno Lopes
46f12f8e6c regenerate 2009-02-02 19:31:53 +00:00
Nuno Lopes
8e2aa6f979 MFB: fix #46347 2009-02-02 19:25:30 +00:00
71b236d7a0 ChangeLog update 2009-01-29 01:43:26 +00:00
Nuno Lopes
927f595077 MFB: turn the offset parameter of mmap() back to 0 2009-01-28 23:20:26 +00:00
7da6deb5f5 ChangeLog update 2009-01-27 01:39:29 +00:00
72ab5bec1f ChangeLog update 2009-01-26 01:41:00 +00:00
David Soria Parra
5ed7135060 Fix compiler warning. munmap expects a void pointer. 2009-01-25 14:01:01 +00:00
David Soria Parra
988af7b62a Fix WS 2009-01-25 13:39:16 +00:00
Sebastian Bergmann
5d0f813ddf Patch by David Soria Parra <dsp@php.net>. 2009-01-25 11:07:19 +00:00
49ecad9d3d ChangeLog update 2009-01-22 01:48:13 +00:00
637684ed85 ChangeLog update 2009-01-21 01:35:50 +00:00
Dmitry Stogov
b5c6e15ab8 Removed wrong warning message 2009-01-20 13:22:26 +00:00
Dmitry Stogov
2c2ba5c2c3 Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-20 11:23:04 +00:00
477cc45baf ChangeLog update 2009-01-18 01:32:43 +00:00
Felipe Pena
08d61d87f7 - Fix build 2009-01-17 18:25:15 +00:00
Felipe Pena
1b5e8dde94 - Added header
- Fixed compiler warning ("no newline at end of file")
2009-01-17 17:16:34 +00:00
Johannes Schlüter
4cd3c87ded Fix Zend extensions 2009-01-17 16:14:24 +00:00
Stanislav Malyshev
ba488431f6 build IDs 2009-01-17 02:07:46 +00:00
b898fa87ac ChangeLog update 2009-01-17 01:32:44 +00:00
Pierre Joye
39695546ca - add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
2009-01-16 10:03:21 +00:00
2e63d51381 ChangeLog update 2009-01-16 01:32:37 +00:00
Dmitry Stogov
b1de1d4e77 Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:49:11 +00:00
7626186ff7 ChangeLog update 2009-01-15 01:32:42 +00:00
Dmitry Stogov
84f46ee437 Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)
2009-01-14 13:57:59 +00:00
Dmitry Stogov
2cfd6cd195 Fixed __call() to be invoked on private/protected method access through callback
s
2009-01-14 11:56:24 +00:00
Dmitry Stogov
7106659cfa Reverted "Rebind closure when binding to property" 2009-01-14 10:28:40 +00:00
725381c002 ChangeLog update 2009-01-14 01:33:16 +00:00
Felipe Pena
bfda5de2ea - Fixed test 2009-01-13 20:23:34 +00:00
8eaed03002 ChangeLog update 2009-01-13 01:33:07 +00:00
Stanislav Malyshev
06e2985aed fix #46304 Defining namespaced constant using define() defines CASE SENSITIVE namespace 2009-01-12 22:34:40 +00:00
Stanislav Malyshev
655287c353 MFB test 2009-01-12 21:57:35 +00:00
60745e78f3 ChangeLog update 2009-01-11 01:33:03 +00:00
Felipe Pena
1e5aff9522 - Fixed bug #47054 (BC break in static functions called as dynamic) 2009-01-10 19:14:27 +00:00
Felipe Pena
36826998a4 - Fixed test (patch by Timm Friebe [thekid@php]) 2009-01-10 17:06:40 +00:00
fe11a0119b ChangeLog update 2009-01-10 01:32:15 +00:00
Antony Dovgal
f4e5ed247c add zend_ts_hash_copy_to_hash() 2009-01-09 19:16:02 +00:00
Ilia Alshanetsky
af28e3443f Corrected fix for bug #46844 to only trigger on the 1st line of CLI opened
files.
2009-01-09 17:20:57 +00:00
a555fc7dd4 ChangeLog update 2009-01-09 01:32:25 +00:00
Antony Dovgal
3e9606d2cf use correct check for constants and stop segfaulting 2009-01-08 22:35:30 +00:00
Antony Dovgal
073f4b92d2 fix ZTS build 2009-01-08 18:37:59 +00:00
2e6d408b11 ChangeLog update 2009-01-08 01:32:26 +00:00
Andrei Zmievski
78aff40ad6 MFB 2009-01-07 22:37:25 +00:00
Andrei Zmievski
8ef4ac5ebb MFB 2009-01-07 22:13:07 +00:00
dbad89ad5e ChangeLog update 2009-01-07 01:32:34 +00:00
363a9adae4 ChangeLog update 2009-01-06 01:32:32 +00:00
Felipe Pena
4ed88343cc - Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire
2009-01-05 19:47:13 +00:00
19b2e980b8 ChangeLog update 2009-01-05 01:32:20 +00:00
Marcus Boerger
f408bcef15 - Set scope when copying a closure with a new this pointer. 2009-01-04 14:22:51 +00:00
a85d2889bc ChangeLog update 2009-01-04 01:32:28 +00:00
Marcus Boerger
c20bde9779 - Prevent instantiation from Reflection 2009-01-03 19:29:04 +00:00
Marcus Boerger
ffb2f1ff28 - Overlooked one instance number 2009-01-03 18:50:44 +00:00
Marcus Boerger
12f279c43a - Fix refcounting 2009-01-03 18:21:51 +00:00
Marcus Boerger
9cc9a1107b - Rebind closure when binding to property 2009-01-03 17:46:25 +00:00
Marcus Boerger
58c8ce970b - Fix vim blocks and add missing comment 2009-01-03 12:24:30 +00:00
Marcus Boerger
de5a4f7dfa - Add reflection helpers 2009-01-03 12:19:30 +00:00
95f90238cd ChangeLog update 2009-01-03 01:39:20 +00:00
Felipe Pena
1f44875c1b - Year++ 2009-01-02 20:36:30 +00:00
Marcus Boerger
ebd735786c - Catch exceptions in cli -a 2009-01-02 13:14:17 +00:00
Pierre Joye
b301ee4c5e - MFB: fix build (declaration first please) 2009-01-02 01:52:21 +00:00
125ad6fca2 ChangeLog update 2009-01-02 01:32:31 +00:00
Ilia Alshanetsky
f652fe1016 MFB: Fixed bug #46844 (php scripts or included files with first line
starting with # have the 1st line missed from the output).
2009-01-01 20:19:39 +00:00
Marcus Boerger
25cec568db - Add var_dump support for closures 2009-01-01 16:21:07 +00:00
Marcus Boerger
ef26541980 - Fix SEGV if get_method() returns a non bound function 2009-01-01 15:27:33 +00:00
320c3d54a3 ChangeLog update 2009-01-01 01:32:51 +00:00
Zoe Slattery
3385d8bda0 removing xfail sections as test passes 2008-12-31 20:43:52 +00:00
Marcus Boerger
d5244ef11e - Register engine classes when and where they should be
- Show core module version as PHP version
2008-12-31 13:25:05 +00:00
Marcus Boerger
4f30873ef1 - Move stdClass registering where it should be 2008-12-31 12:24:56 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Sebastian Bergmann
10fb7dbfd4 Bump copyright year, 1 of 3. 2008-12-31 11:09:46 +00:00
b5f9bc4b32 ChangeLog update 2008-12-31 01:32:32 +00:00
Marcus Boerger
16e60294d8 - Provide a core module that contains all Zend and php/main stuff but stdClass 2008-12-30 20:14:58 +00:00
Hannes Magnusson
3d0ac70f18 MFB5.3: Fix error_reporting arginfo and proto 2008-12-30 19:00:37 +00:00
Marcus Boerger
6e29350fb8 Use a module struct for the built-in functions 2008-12-30 18:17:28 +00:00
0ad3511ce4 ChangeLog update 2008-12-25 01:32:48 +00:00
Scott MacVicar
b80786d066 Fix bug #45991 - UTF-8 BOM breaks ini parser 2008-12-24 13:46:59 +00:00
037743fc3e ChangeLog update 2008-12-23 01:32:35 +00:00
Etienne Kneuss
4e5c7990ce Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 13:50:43 +00:00
391de29f70 ChangeLog update 2008-12-16 01:32:18 +00:00
Stanislav Malyshev
579209d731 initialize op2 2008-12-15 11:31:56 +00:00
a99fc291e4 ChangeLog update 2008-12-14 01:32:39 +00:00
Johannes Schlüter
3c58e71e74 Fix test 2008-12-13 22:22:40 +00:00
fa4d1caf50 ChangeLog update 2008-12-13 01:34:10 +00:00
20909366f9 ChangeLog update 2008-12-12 01:32:56 +00:00
Antony Dovgal
2cadc421ae rename .php to .inc
all .php files are deleted on `make clean`
2008-12-11 10:58:14 +00:00
89ba681ba3 ChangeLog update 2008-12-10 01:33:21 +00:00
Johannes Schlüter
35de188ad3 Fix #46813 (class_exists doesn`t work with fully qualified namespace) 2008-12-09 19:16:22 +00:00
Hannes Magnusson
6eb36e683f Fixed bug#46811 ini_set() doesn't return false on failure 2008-12-09 10:08:15 +00:00
a6f8a2428e ChangeLog update 2008-12-05 01:32:37 +00:00
Stanislav Malyshev
636b2c9a6f MF5: Merge namespaces changes 2008-12-04 20:12:30 +00:00
Felipe Pena
1b893ea4bc - Fixed bug #46749 (Crash when repeatedly attempting to assign to property of non-object) 2008-12-04 15:50:48 +00:00
e185e23390 ChangeLog update 2008-12-03 01:32:38 +00:00
Christian Seiler
8ac82de068 - Fixed autoconf 2.13 issues with FP checks. 2008-12-02 21:06:33 +00:00
Christian Seiler
694771f14c - Fixed comment style. 2008-12-02 16:17:44 +00:00
Christian Seiler
2230e803d2 - Changed floating point behaviour to consistently use double precision on
all platforms and with all compilers.
2008-12-02 16:03:30 +00:00
18237ba8e3 ChangeLog update 2008-11-28 01:32:28 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
add52dbc38 ChangeLog update 2008-11-27 01:32:24 +00:00
Felipe Pena
36e7442c2f - New test 2008-11-26 10:16:30 +00:00
eadaffad27 ChangeLog update 2008-11-26 01:32:21 +00:00
Stanislav Malyshev
3a54f031e4 cleanup 2008-11-25 22:23:28 +00:00
20e2c0b8fe ChangeLog update 2008-11-25 01:32:38 +00:00
Stanislav Malyshev
04c165274a add object-compatible array parameters 2008-11-24 19:17:24 +00:00
6487a1b0ce ChangeLog update 2008-11-24 01:32:23 +00:00
Arnaud Le Blanc
9e3d2e3655 Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
2008-11-23 20:34:40 +00:00
b2438596aa ChangeLog update 2008-11-21 01:32:11 +00:00
Felipe Pena
85d06e4585 - Added ZEND_FETCH_RESOURCE_NO_RETURN 2008-11-20 14:47:04 +00:00
91d70cce20 ChangeLog update 2008-11-20 01:32:19 +00:00
Etienne Kneuss
8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 01:59:07 +00:00
c937eca3dd ChangeLog update 2008-11-18 01:32:11 +00:00
Felipe Pena
1acef6ff72 - Changed 'strlen' to use ZEND_FUNCTION(strlen)
- Removed duplicated arginfo structs
2008-11-17 22:15:13 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
cbfbdabbff ChangeLog update 2008-11-17 01:32:31 +00:00
Felipe Pena
983eab9565 - Fixed strlen function entry (missing arginfo struct size, thanks Philip!) 2008-11-16 00:44:01 +00:00
3d7986ce1d ChangeLog update 2008-11-13 01:32:14 +00:00
294d51d7a9 ChangeLog update 2008-11-12 01:32:32 +00:00
Felipe Pena
539536fb3c - New test 2008-11-11 16:12:18 +00:00
Felipe Pena
08aad5f7f7 - 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:26:26 +00:00
3358613c4b ChangeLog update 2008-11-11 01:32:21 +00:00
Felipe Pena
cd092a8287 - Fixed tests (thanks Timm) 2008-11-10 15:07:09 +00:00
Derick Rethans
304749881e - Make it work with bison 2.4. 2008-11-10 12:05:49 +00:00
Felipe Pena
004f58e252 - New tests 2008-11-10 11:39:35 +00:00
2177a39bdf ChangeLog update 2008-11-09 01:32:26 +00:00
7c4e2154c9 ChangeLog update 2008-11-08 01:33:12 +00:00
174ffefaf4 ChangeLog update 2008-11-06 01:32:19 +00:00
Arnaud Le Blanc
fbe5ef781e sync zend_ini_scanner.c 2008-11-05 21:35:38 +00:00
Arnaud Le Blanc
c0039b30be Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
      proto array parse_ini_string(string ini_string
          [, bool process_sections [, int scanner_mode]])
      Same as parse_ini_file() except that it takes a string instead of a
      filename.
2008-11-05 21:33:19 +00:00
adc045c4cf ChangeLog update 2008-11-05 01:32:06 +00:00
Marcus Boerger
9cb71e98b7 - Fix test 2008-11-04 11:12:04 +00:00
64414b2168 ChangeLog update 2008-11-04 01:32:22 +00:00
Johannes Schlüter
23e04b542c Use a better function name for closure related errors and debug_backtrace() 2008-11-03 19:27:48 +00:00
780e30d0cc ChangeLog update 2008-11-03 01:32:13 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felix De Vliegher
96ebf1280f XFAIL test for bug #46196 on restore_error_handler(). 2008-11-02 20:15:15 +00:00
13a66a812c ChangeLog update 2008-11-01 01:32:27 +00:00
75e175180c ChangeLog update 2008-10-31 01:32:27 +00:00
Dmitry Stogov
29f9a49f1c Fixed ability to use "internal" heaps in extensions. 2008-10-30 08:55:31 +00:00
1db60254f8 ChangeLog update 2008-10-28 01:33:45 +00:00
Arnaud Le Blanc
1ee42ce545 Fix compile error 2008-10-27 14:58:28 +00:00
a02510a5e0 ChangeLog update 2008-10-25 01:32:20 +00:00
Antony Dovgal
5e8f3f5b6f add test 2008-10-24 20:17:50 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
c4effa74dc ChangeLog update 2008-10-23 01:32:42 +00:00
045181f57c ChangeLog update 2008-10-20 01:32:02 +00:00
2d07569c92 ChangeLog update 2008-10-18 01:32:10 +00:00
Dmitry Stogov
f870cd8589 Fixed bug #46308 (Invalid write when changing property from inside getter) 2008-10-17 10:26:16 +00:00
ffe9c50bf5 ChangeLog update 2008-10-11 01:32:12 +00:00
Dmitry Stogov
a54d8e5d08 Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 2008-10-10 15:19:22 +00:00
959a00b4c7 ChangeLog update 2008-10-07 01:32:15 +00:00
Felipe Pena
0d4b0f20f9 - Fixed bug #46238 (Segmentation fault on static call with empty string method) 2008-10-06 00:35:20 +00:00
4543e8fecf ChangeLog update 2008-10-03 01:31:55 +00:00
Etienne Kneuss
ee9cbc9fed Use enum alternative instead of explicit value 2008-10-02 19:53:48 +00:00
977ba3986e ChangeLog update 2008-10-02 01:32:08 +00:00
Antony Dovgal
e632946e9b initialize variable 2008-10-01 14:30:50 +00:00
c2d0e7bdb2 ChangeLog update 2008-09-24 01:31:56 +00:00
Nuno Lopes
2c49010756 MFB: clean some dead code 2008-09-23 15:22:05 +00:00
2bab9d8018 ChangeLog update 2008-09-18 01:31:59 +00:00
Dmitry Stogov
a28485ccf5 Fixed bug #46106 (Memory leaks when using global statement) 2008-09-17 15:11:40 +00:00
Dmitry Stogov
d083b068ce Fixed possible crash because of overriden error handler 2008-09-17 13:10:08 +00:00
cee1c9d831 ChangeLog update 2008-09-16 01:32:06 +00:00