Commit Graph

6812 Commits

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