Commit Graph

6900 Commits

Author SHA1 Message Date
08ce133aca ChangeLog update 2009-05-09 01:33:06 +00:00
Scott MacVicar
0c54cd40c0 PPC machines mark char as unsigned, rather than signed.
This caused a segfault when using the T type for zend_parse_parameters because the default value
ended up being 255 and never -1
2009-05-08 11:36:35 +00:00
f17f644b5f ChangeLog update 2009-05-08 01:33:08 +00:00
Felipe Pena
f350831de6 - Missing title 2009-05-07 12:15:48 +00:00
6364769e3d ChangeLog update 2009-05-06 01:32:49 +00:00
Matt Wilmas
e7fc1be6cc Regenerate 2009-05-05 01:44:33 +00:00
Matt Wilmas
e559a4ad99 Implemented manual scanning for strings/comments, plus misc. fixes
For details, see http://news.php.net/php.internals/43808
2009-05-05 01:35:13 +00:00
c18c8ee36d ChangeLog update 2009-05-02 01:32:45 +00:00
Jani Taskinen
b64ebc969a - Fix compile warning in debug mode 2009-05-01 21:46:39 +00:00
c00b019f04 ChangeLog update 2009-05-01 01:32:55 +00:00
Arnaud Le Blanc
9185867471 Added missing UChar* and zstr malloc variants 2009-05-01 00:29:49 +00:00
c29da1f499 ChangeLog update 2009-04-28 01:33:00 +00:00
3322913c74 ChangeLog update 2009-04-25 01:32:46 +00:00
Arnaud Le Blanc
778baeb1b2 Fix tests 2009-04-24 15:52:38 +00:00
Arnaud Le Blanc
10a5707781 zend_vm_gen 2009-04-24 15:48:22 +00:00
Arnaud Le Blanc
acb8489d26 Fix handling of unicode string offsets (tests/strings/bug22592.phpt) 2009-04-24 15:47:20 +00:00
1d4facf3a9 ChangeLog update 2009-04-23 01:33:48 +00:00
Brian Shire
82cabe1ca4 fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701 2009-04-22 21:27:17 +00:00
f65591de90 ChangeLog update 2009-04-22 01:32:44 +00:00
Dmitry Stogov
c951268912 Fixed bug #48004 (Error handler prevents creation of default object) 2009-04-21 09:40:33 +00:00
Dmitry Stogov
d4f6ab748d Fixed bug #48004 (Error handler prevents creation of default object) 2009-04-21 08:12:23 +00:00
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