Commit Graph

5877 Commits

Author SHA1 Message Date
Antony Dovgal
0b68e2fb1d add test 2007-06-27 08:54:59 +00:00
Antony Dovgal
057dd32f22 MFB: fix #41813 (segmentation fault when using string offset as an object)
patch by judas dot iscariote at gmail dot com
2007-06-27 08:53:05 +00:00
60db2300d7 ChangeLog update 2007-06-19 01:31:21 +00:00
Dmitry Stogov
b0b6ee9d3b MTH: Fixed foreach by-ref bug 2007-06-18 11:20:01 +00:00
Dmitry Stogov
366cf9abf9 Fixed test 2007-06-18 07:38:21 +00:00
fa5e0f2c9e ChangeLog update 2007-06-18 01:31:23 +00:00
676225d275 ChangeLog update 2007-06-14 01:31:13 +00:00
Dmitry Stogov
0a7462e056 Fixed bug #41633 (Crash instantiating classes with self-referencing constants) 2007-06-13 16:48:29 +00:00
Dmitry Stogov
b898c98005 Fixed some class constant issues related to bug #41633 2007-06-13 14:50:33 +00:00
ec289debcf ChangeLog update 2007-06-12 01:31:22 +00:00
Raghubansh Kumar
fd9fd30f2e New testcase for get_defined_vars() function: get_defined_vars.phpt 2007-06-11 16:34:56 +00:00
f993b10929 ChangeLog update 2007-06-10 01:31:21 +00:00
Johannes Schlüter
eae4b3109e Fix #41640 (get_class_vars produces error on class constants) 2007-06-09 08:36:52 +00:00
1eb7fc2dd7 ChangeLog update 2007-06-09 01:31:16 +00:00
Antony Dovgal
1da8a5eba7 fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()) 2007-06-08 14:47:32 +00:00
cdabbb1678 ChangeLog update 2007-06-08 01:31:12 +00:00
f22042f799 ChangeLog update 2007-06-07 01:31:15 +00:00
Antony Dovgal
a0ab81a4da minor optimization - make sure the objects are not the same instance before we start comparing their properties 2007-06-06 11:57:24 +00:00
Antony Dovgal
b81d63d74a fix #41608 (segfault on a weird code with objects and switch()) 2007-06-06 08:33:54 +00:00
c77c9eb628 ChangeLog update 2007-06-06 01:31:17 +00:00
Antony Dovgal
ec7de9df9e add SET_VAR_ASCII_STRINGL() 2007-06-05 11:25:02 +00:00
fea0046d83 ChangeLog update 2007-06-05 01:31:06 +00:00
Antony Dovgal
f673b558cc change E_NOTICE to E_ERROR when using a class constant from non-existent class
(noticed by Jani)
add tests
2007-06-04 08:24:32 +00:00
0ff936f6fb ChangeLog update 2007-05-31 01:31:19 +00:00
Antony Dovgal
8dc895b64a remove semicolons and make SunCC happy 2007-05-30 16:31:47 +00:00
32c9bd4e09 ChangeLog update 2007-05-30 01:31:09 +00:00
Ilia Alshanetsky
e844eaedbb MFB 2007-05-29 21:06:04 +00:00
Antony Dovgal
8cb7c70cc0 fix tests 2007-05-29 11:49:09 +00:00
Antony Dovgal
1be32fbe17 fix test 2007-05-29 08:58:27 +00:00
ddcd699761 ChangeLog update 2007-05-29 01:31:14 +00:00
Antony Dovgal
eab558a79e fix #41517 (different behaviour of floatval() in Unicode mode) 2007-05-28 20:26:52 +00:00
Antony Dovgal
13352e80e1 use unsigned modifiers 2007-05-28 10:07:35 +00:00
cbf8bc9038 ChangeLog update 2007-05-25 01:31:08 +00:00
Dmitry Stogov
89a13e70fe Impoved error reporting on parser errors (Matt, Dmitry) 2007-05-24 08:56:50 +00:00
018ed15cad ChangeLog update 2007-05-22 01:31:09 +00:00
Antony Dovgal
0c9a9f61fb use zend_make_string_zval()
thanks Matt!
2007-05-21 07:34:41 +00:00
Antony Dovgal
52587a3d5c check if fci->object_pp points to NULL 2007-05-21 07:12:34 +00:00
19fcd12cb2 ChangeLog update 2007-05-19 01:31:07 +00:00
Stanislav Malyshev
602c6c7986 fix unary operator precision (bug #41401) 2007-05-18 20:48:19 +00:00
Stanislav Malyshev
b9734eac07 add test for 41401 2007-05-18 20:26:59 +00:00
Dmitry Stogov
5dc51fecf8 Improved compilation of heredocs and interpolated strings. (Matt) 2007-05-18 13:12:47 +00:00
Antony Dovgal
c63a3187e5 fix #41421 (Uncaught exception from a stream wrapper segfaults) 2007-05-18 11:51:40 +00:00
0dccc487be ChangeLog update 2007-05-18 01:31:09 +00:00
Antony Dovgal
d05cf2f650 add test 2007-05-17 17:34:23 +00:00
Antony Dovgal
9bc954147e use zend_make_string_zval(), we want to see the notices 2007-05-17 17:28:12 +00:00
Antony Dovgal
f72dde13af fix test 2007-05-17 17:11:12 +00:00
e295b47f30 ChangeLog update 2007-05-17 01:31:11 +00:00
Marcus Boerger
dc41d46e5b - Extensions are indexed lowercased and not case aware 2007-05-16 18:56:38 +00:00
1c48c054ce ChangeLog update 2007-05-15 01:31:10 +00:00
Antony Dovgal
fcc82f1834 allow passing Unicode strings when a boolean is expected 2007-05-14 12:47:23 +00:00