Commit Graph

43930 Commits

Author SHA1 Message Date
Antony Dovgal
9a76d75803 fix test 2009-01-04 15:21:39 +00:00
Marcus Boerger
f33a14ab11 - Add compiler globals as 2009-01-04 15:20:02 +00:00
Antony Dovgal
3a5b44944f capitalize 2009-01-04 15:19:49 +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
Felipe Pena
418fe48582 - Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
2009-01-03 22:07:22 +00:00
Marcus Boerger
e8842dd235 - MFB Missing namespace changes
# Now all tests PASS again
2009-01-03 21:06:38 +00:00
Marcus Boerger
21b49d9ebb - Minor corrections and a new test 2009-01-03 20:40:22 +00:00
Marcus Boerger
30647d329b - MFB sync 2009-01-03 20:39:26 +00:00
Marcus Boerger
e83481cfb6 - Show closure's bound as static parameter 2009-01-03 20:03:45 +00:00
Marcus Boerger
c20bde9779 - Prevent instantiation from Reflection 2009-01-03 19:29:04 +00:00
Marcus Boerger
9535ca53b1 - Return this pointer and not closure itself 2009-01-03 19:08:27 +00:00
Marcus Boerger
0544a489f5 - Add ReflectionFunctionAbstract::getClosureThis() 2009-01-03 19:02:06 +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
87b355cb96 - Improved closure support 2009-01-03 14:20:07 +00:00
Marcus Boerger
4fb20017f6 - Small reordering 2009-01-03 12:27:43 +00:00
Marcus Boerger
58c8ce970b - Fix vim blocks and add missing comment 2009-01-03 12:24:30 +00:00
Marcus Boerger
0d02658eef - Add minimalistic closure support 2009-01-03 12:20:27 +00:00
Marcus Boerger
de5a4f7dfa - Add reflection helpers 2009-01-03 12:19:30 +00:00
Marcus Boerger
50ce72fdf4 - There is no -v in keys 2009-01-03 12:18:53 +00:00
95f90238cd ChangeLog update 2009-01-03 01:39:20 +00:00
Felipe Pena
aff9765952 - Windows part 2009-01-03 00:05:53 +00:00
Felipe Pena
7debfa2421 - Errr, rule nº 1: be portable :) 2009-01-02 21:42:25 +00:00
Felipe Pena
05e0fb8179 - Working with unintialized errno (#46917, noticed by Jost Boekemeier) 2009-01-02 21:26:42 +00:00
Ilia Alshanetsky
e62d29d851 MFB: Fixed a possible crash when phar_create_signature() fails 2009-01-02 20:43:58 +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
Kalle Sommer Nielsen
be8d3a6ebe Check if configure script was copied, and output an error if it wasn't 2009-01-02 12:16:42 +00:00
Kalle Sommer Nielsen
0383c01867 Redirect the "1 file(s) copied" message to nul 2009-01-02 05:50:51 +00:00
Andi Gutmans
b90fabd863 - MF PHP_5_2 2009-01-02 05:00:04 +00:00
Scott MacVicar
784b59d016 Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly. 2009-01-02 03:01:53 +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
Pierre Joye
a4c3ef6320 - year++ 2009-01-02 00:40:28 +00:00
Pierre Joye
09edebd2b7 - MFB: fix filename property read 2009-01-02 00:22:55 +00:00
Pierre Joye
c465c9b843 - MFB: restore overwrite feature (regression introduced in 5.2.8) 2009-01-02 00:22:21 +00:00
Pierre Joye
f77df832c4 - MFB: restore fix for binary mode on win (regression introduced in 5.2.8) 2009-01-02 00:21:53 +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
Pierre Joye
0a636b41fe - expose glob and globfree on wi ndows, can be used by shared ext (core or extern) 2009-01-01 12:32:31 +00:00
Kalle Sommer Nielsen
1055a03d62 Renable socket_create_pair() on Windows
# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell
2009-01-01 05:22:54 +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
Zoe Slattery
edaf385ae7 new test from Nat Mcugh 2008-12-31 20:04:55 +00:00
Pierre Joye
15064a93fb - MFB: enable gehostname on windows [DOC] 2008-12-31 19:49:06 +00:00
Marcus Boerger
02eddb9be9 - Add needed include as reported by Pierre 2008-12-31 17:33:29 +00:00
Zoe Slattery
665ee392ef Fixed bug #46845 Test expected to fail, but pass, don't cause error 2008-12-31 17:32:54 +00:00