Commit Graph

6862 Commits

Author SHA1 Message Date
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