Commit Graph

6783 Commits

Author SHA1 Message Date
72ab5bec1f ChangeLog update 2009-01-26 01:41:00 +00:00
David Soria Parra
5ed7135060 Fix compiler warning. munmap expects a void pointer. 2009-01-25 14:01:01 +00:00
David Soria Parra
988af7b62a Fix WS 2009-01-25 13:39:16 +00:00
Sebastian Bergmann
5d0f813ddf Patch by David Soria Parra <dsp@php.net>. 2009-01-25 11:07:19 +00:00
49ecad9d3d ChangeLog update 2009-01-22 01:48:13 +00:00
637684ed85 ChangeLog update 2009-01-21 01:35:50 +00:00
Dmitry Stogov
b5c6e15ab8 Removed wrong warning message 2009-01-20 13:22:26 +00:00
Dmitry Stogov
2c2ba5c2c3 Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-20 11:23:04 +00:00
477cc45baf ChangeLog update 2009-01-18 01:32:43 +00:00
Felipe Pena
08d61d87f7 - Fix build 2009-01-17 18:25:15 +00:00
Felipe Pena
1b5e8dde94 - Added header
- Fixed compiler warning ("no newline at end of file")
2009-01-17 17:16:34 +00:00
Johannes Schlüter
4cd3c87ded Fix Zend extensions 2009-01-17 16:14:24 +00:00
Stanislav Malyshev
ba488431f6 build IDs 2009-01-17 02:07:46 +00:00
b898fa87ac ChangeLog update 2009-01-17 01:32:44 +00:00
Pierre Joye
39695546ca - add EG(windows_version_info), set at init time once per instance
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
2009-01-16 10:03:21 +00:00
2e63d51381 ChangeLog update 2009-01-16 01:32:37 +00:00
Dmitry Stogov
b1de1d4e77 Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:49:11 +00:00
7626186ff7 ChangeLog update 2009-01-15 01:32:42 +00:00
Dmitry Stogov
84f46ee437 Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)
2009-01-14 13:57:59 +00:00
Dmitry Stogov
2cfd6cd195 Fixed __call() to be invoked on private/protected method access through callback
s
2009-01-14 11:56:24 +00:00
Dmitry Stogov
7106659cfa Reverted "Rebind closure when binding to property" 2009-01-14 10:28:40 +00:00
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