Commit Graph

41995 Commits

Author SHA1 Message Date
Felipe Pena
750c42aecb - New test 2008-06-04 18:34:12 +00:00
Antony Dovgal
988a68798c fix test
(the test still fails because of broken preg_match())
2008-06-04 09:10:34 +00:00
Antony Dovgal
af74288a41 fix test 2008-06-04 07:52:04 +00:00
807f91c961 ChangeLog update 2008-06-04 01:31:52 +00:00
Felipe Pena
737dd4ef6e - MFB: Fixed bug #45089 (__callStatic $name case sensitivity) 2008-06-03 19:01:26 +00:00
Scott MacVicar
f78b458ecd MFB: Add snefru256 as an alias for snefru, since in reality that is the implementation. 2008-06-03 17:27:10 +00:00
Felipe Pena
ad4e5332d9 - Removed unnecessary XFAIL section 2008-06-03 17:09:29 +00:00
Felipe Pena
cde37a23b0 - New tests 2008-06-03 15:36:59 +00:00
Felipe Pena
15ec44e0bd - Fixed bug #44769 (declaring private magic methods should throw error) 2008-06-03 13:55:47 +00:00
Zoe Slattery
55d9f96ca4 Tests from London test fest 2008 2008-06-03 12:44:46 +00:00
d6e8cf2792 ChangeLog update 2008-06-03 01:31:59 +00:00
Marcus Boerger
68f913993e - Fix style 2008-06-02 16:29:25 +00:00
Scott MacVicar
9e209e8928 MFB: Add sha224 support. 2008-06-02 14:13:49 +00:00
Jani Taskinen
32842a00bc - Simplify a bit and make a bit more readable 2008-06-02 14:12:04 +00:00
Matt Wilmas
0cc9f01212 Initialize with length instead of 0 (and thanks Antony for finding) 2008-06-02 11:20:17 +00:00
Antony Dovgal
e58b49fc4c fix uninitialized variable 2008-06-02 10:27:42 +00:00
1ea15b11d5 ChangeLog update 2008-06-02 01:31:45 +00:00
Hannes Magnusson
64896ef3f9 MFB5.3: arginfo & fix protos 2008-06-01 18:50:00 +00:00
Hannes Magnusson
4b6a31d286 MFB: fix arginfo 2008-06-01 18:25:29 +00:00
Hannes Magnusson
0fcbb305cc MFB: Add arginfo & fix protos 2008-06-01 18:21:05 +00:00
Scott MacVicar
f013474f7d MFB: Back out the previous change as it broke the Windows builds. 2008-06-01 17:31:24 +00:00
Scott MacVicar
2926ffea4d MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds) 2008-06-01 16:10:46 +00:00
Scott MacVicar
d5aa529c3b MFB: Fix unexported symbols. Patch by Greg 2008-06-01 16:09:52 +00:00
Matt Wilmas
d5aff66781 Fixed build 2008-06-01 14:01:07 +00:00
Felipe Pena
a9e910eebd - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 2008-06-01 03:13:54 +00:00
d5b5325564 ChangeLog update 2008-06-01 01:31:54 +00:00
Marcus Boerger
ba2ab96791 - MFB config stuff 2008-05-31 20:04:49 +00:00
Marcus Boerger
d21e93fdf6 - Add pharcmd to default targets if present 2008-05-31 19:27:23 +00:00
7711305fd7 ChangeLog update 2008-05-31 01:31:56 +00:00
Greg Beaver
6db7baba99 MFB: fix corrupted zips, fix postprocess for compressed zip file 2008-05-30 22:49:46 +00:00
Greg Beaver
ca6d36efb8 MFB: refactor function names for clarity. No functionality change 2008-05-30 22:39:33 +00:00
Scott MacVicar
ba1e3103b3 Fixed bug #43261
(Use ^ as an escape character for Windows escapeshellcmd)
2008-05-30 16:52:06 +00:00
Matt Wilmas
aab8305c03 Fixed memcmp() check with hash_quick_del (realKeyLength would be 0) 2008-05-30 11:05:35 +00:00
Matt Wilmas
3a9eea4a8d Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
- Also, use new hash_quick_del function where possible
2008-05-30 10:54:16 +00:00
3dd931c869 ChangeLog update 2008-05-30 01:31:52 +00:00
Greg Beaver
195ee5ca73 MFB: fix PECL bug #13981: Third-party zips fail entry interrogation 2008-05-29 17:34:58 +00:00
Andrey Hristov
8a72f8d6ed MFB 2008-05-29 15:50:10 +00:00
Matt Wilmas
d48f694d0a Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1
To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long
Same cause as Bug #27354 for mod_function
2008-05-29 11:44:09 +00:00
Scott MacVicar
747dce90bc Fix bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote. 2008-05-29 11:30:10 +00:00
7d2324f7ab ChangeLog update 2008-05-29 01:31:51 +00:00
Stanislav Malyshev
f6af23d30e MF5: Fix code path in phar_open_compiled_file() that tries
to open not-yet-loaded phar and fails on compressed files
# By Gregory's request
# Sorry, can't find how to write test case for that - it reproduces
# for me only under bytecode-caching. Suggestions welcome.
2008-05-28 21:50:41 +00:00
Felipe Pena
e4fc964ab3 - Added check for encoding optional parameter (avoiding the segfault in filter.c: strlen(encoding))
If the parameter is not suplied, it will try to use the UG(stream_enconding)
2008-05-28 18:02:52 +00:00
Felipe Pena
4fd6a040b9 - Added zval separation (avoid crash when using fwrite($fp, $fp)). 2008-05-28 17:24:47 +00:00
Felipe Pena
94181a6920 - Added XFAIL section in tests to issue under discussion 2008-05-28 11:50:02 +00:00
d111366807 ChangeLog update 2008-05-28 01:31:59 +00:00
Felipe Pena
5a0d288d52 - Suppressed fwrite() warning.
- Removed the doubled test name in borked message.
- Fixed the bogus borked message when test file is empty or fgets() fails.
2008-05-27 19:20:39 +00:00
Pierre Joye
99250fba7e - c/p evilness 2008-05-27 18:27:23 +00:00
Pierre Joye
d3bff02b63 - Add compiler informations on Windows (will add more info later, like x86 or x64 and makes it available in userland) 2008-05-27 18:23:21 +00:00
Steph Fox
4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00
Felipe Pena
6c06a591f2 - Removed UEXPECT(F) 2008-05-27 16:53:36 +00:00