1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

5662 Commits

Author SHA1 Message Date
583d976691 ChangeLog update 2007-01-16 01:31:06 +00:00
Antony Dovgal 54cc687609 fix test 2007-01-15 10:31:04 +00:00
Dmitry Stogov e5ea244b36 Fixed bug #39969 (ini setting short_open_tag has no effect when using --enable-maintainer-zts) 2007-01-12 14:38:07 +00:00
2db8020bcb ChangeLog update 2007-01-12 01:31:05 +00:00
Marcus Boerger aa4cd53b7b - Consistency: macros shall be uppercased (as requested by Andrei) 2007-01-11 22:55:33 +00:00
Marcus Boerger cbcda92dc5 - MFB Missing part of __toString() support 2007-01-11 22:35:36 +00:00
Marcus Boerger 6a6d9da6ea - Add zstrlen() helper 2007-01-11 21:32:57 +00:00
Dmitry Stogov c849a54b02 Fixed bug #35634 (Erroneous "Class declarations may not be nested" error raised). (Carl P. Corliss) 2007-01-11 16:47:46 +00:00
8713544381 ChangeLog update 2007-01-11 01:31:01 +00:00
Andrei Zmievski 1037e06dc8 Remove const warnings. (Andrey) 2007-01-10 16:47:41 +00:00
Dmitry Stogov f6387758c6 - Fixed bug #35106 (nested foreach fails when array variable has a reference).
- Fixed bug #36214 (__get method works properly only when conditional operator is used).
- Fixed bug #39449 (Overloaded array properties do not work correctly).
- Fixed bug #39990 (Cannot "foreach" over overloaded properties).
2007-01-10 15:59:56 +00:00
58a751cc56 ChangeLog update 2007-01-10 01:31:05 +00:00
Andrei Zmievski 1c68a4cff7 Fix 'b' prefix in highlighting and tokenizer. (Matt W) 2007-01-09 17:39:59 +00:00
Dmitry Stogov 158ec65ba2 Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in range of signed integer) 2007-01-09 15:29:29 +00:00
Dmitry Stogov a318af9992 Fixed bug #40002 (Try/Catch performs poorly) 2007-01-09 15:06:15 +00:00
Dmitry Stogov 9de739b847 Bump year. 2007-01-09 11:54:52 +00:00
8765d8553d ChangeLog update 2007-01-09 01:31:08 +00:00
Andrei Zmievski c1c23f8f42 Let caller issue error. 2007-01-08 18:01:16 +00:00
Andrei Zmievski 005a9909ae Note. 2007-01-08 17:58:52 +00:00
79d92eaa2f ChangeLog update 2007-01-08 01:31:08 +00:00
Sara Golemon 110a1b6788 Typo 2007-01-07 19:04:33 +00:00
Sara Golemon 7dcebde684 Add add_property_zstr(l)(_ex)() 2007-01-07 06:16:57 +00:00
Sara Golemon d3149fbda4 Add pestrndup() 2007-01-07 06:16:10 +00:00
Sara Golemon 6f234cbf6f Fix prior commit noticing this time that persistent allocators start with zend_*() and that one already exists 2007-01-07 05:45:07 +00:00
Sara Golemon 97ee887a13 Flesh out some missing API calls 2007-01-07 05:24:55 +00:00
3faf580a9a ChangeLog update 2007-01-06 01:31:04 +00:00
Sara Golemon b39fc244f0 Update create_function() 2007-01-05 19:00:36 +00:00
3d0d3ed316 ChangeLog update 2007-01-04 01:30:57 +00:00
Antony Dovgal 6dd26de0c9 more magic number fixes 2007-01-03 20:49:27 +00:00
1cb8989129 ChangeLog update 2007-01-02 01:31:02 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
011a8ac0e6 ChangeLog update 2006-12-31 01:30:58 +00:00
4a2fe2e564 ChangeLog update 2006-12-29 01:30:58 +00:00
Antony Dovgal 52d9ed7b34 nuke dead code 2006-12-28 21:01:52 +00:00
19fca9176f ChangeLog update 2006-12-28 01:31:05 +00:00
Antony Dovgal 5204c96323 restore old behaviour when casting objects to strings and NULL 2006-12-27 17:22:22 +00:00
Antony Dovgal da9f5e95bc fix convert_to_unicode() and convert_to_string() which didn't set the type of the op properly 2006-12-27 16:50:05 +00:00
Antony Dovgal b1ce8b0345 add zend_u_strtoul() and fix build 2006-12-27 15:23:45 +00:00
62a107ea55 ChangeLog update 2006-12-27 01:31:05 +00:00
Ilia Alshanetsky 2dbfe66e4a MFB: safety checks 2006-12-26 17:40:20 +00:00
599b2e6d38 ChangeLog update 2006-12-26 01:31:04 +00:00
Dmitry Stogov e88cc26864 Fixed bug #39825 (foreach produces memory error) 2006-12-25 19:23:18 +00:00
Dmitry Stogov 326fcd0261 Fixed bug #39944 (References broken) 2006-12-25 14:16:38 +00:00
Dmitry Stogov cd07310423 Fixed possible size_t overflow 2006-12-25 12:16:49 +00:00
1a07d80f65 ChangeLog update 2006-12-24 01:31:04 +00:00
Antony Dovgal 6cbc9b0043 fix typo 2006-12-23 14:12:38 +00:00
4d5943ccb7 ChangeLog update 2006-12-23 01:30:59 +00:00
Andrei Zmievski 93b9c779f3 Implement OnUpdateUTF8String() handler. It always assumes UTF-8 input,
since we cannot check for UG(unicodE) inside it.
2006-12-22 21:38:12 +00:00
9b8babbbd2 ChangeLog update 2006-12-22 01:31:06 +00:00
Marcus Boerger 9103d6b5fe - Implement ezstrndup() 2006-12-22 00:56:59 +00:00