summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make tests interruptible; clean up tables at startChristopher Jones2008-06-052-7/+21
|
* - MFB: Fixed bug #45186 (__call depends on __callstatic in class scope)Felipe Pena2008-06-051-7/+20
|
* - MFB: Fixed bug #45180 ('class::method' works differently than ↵Felipe Pena2008-06-051-0/+4
| | | | array('class', 'method'))
* - New testsFelipe Pena2008-06-052-0/+104
|
* fix testRob Richards2008-06-051-1/+1
|
* ChangeLog update2008-06-052-0/+73
|
* rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC]Rob Richards2008-06-041-1/+1
|
* - New testFelipe Pena2008-06-041-0/+61
|
* fix testAntony Dovgal2008-06-041-0/+8
| | | | | (the test still fails because of broken preg_match())
* fix testAntony Dovgal2008-06-041-5/+5
|
* ChangeLog update2008-06-042-0/+219
|
* - MFB: Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-036-103/+135
|
* MFB: Add snefru256 as an alias for snefru, since in reality that is the ↵Scott MacVicar2008-06-031-0/+1
| | | | implementation.
* - Removed unnecessary XFAIL sectionFelipe Pena2008-06-031-2/+0
|
* - New testsFelipe Pena2008-06-036-0/+176
|
* - Fixed bug #44769 (declaring private magic methods should throw error)Felipe Pena2008-06-0312-14/+224
|
* Tests from London test fest 2008Zoe Slattery2008-06-032-0/+57
|
* ChangeLog update2008-06-031-0/+113
|
* - Fix styleMarcus Boerger2008-06-021-6/+6
|
* MFB: Add sha224 support.Scott MacVicar2008-06-025-3/+144
|
* - Simplify a bit and make a bit more readableJani Taskinen2008-06-021-8/+11
|
* Initialize with length instead of 0 (and thanks Antony for finding)Matt Wilmas2008-06-021-1/+1
|
* fix uninitialized variableAntony Dovgal2008-06-021-1/+1
|
* ChangeLog update2008-06-022-0/+133
|
* MFB5.3: arginfo & fix protosHannes Magnusson2008-06-011-12/+75
|
* MFB: fix arginfoHannes Magnusson2008-06-011-4/+4
|
* MFB: Add arginfo & fix protosHannes Magnusson2008-06-011-57/+347
|
* MFB: Back out the previous change as it broke the Windows builds.Scott MacVicar2008-06-011-6/+6
|
* MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds)Scott MacVicar2008-06-011-0/+2
|
* MFB: Fix unexported symbols. Patch by GregScott MacVicar2008-06-011-6/+6
|
* Fixed buildMatt Wilmas2008-06-011-2/+2
|
* - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)Felipe Pena2008-06-012-1/+59
|
* ChangeLog update2008-06-011-0/+27
|
* - MFB config stuffMarcus Boerger2008-05-311-1/+3
|
* - Add pharcmd to default targets if presentMarcus Boerger2008-05-311-1/+7
|
* ChangeLog update2008-05-312-0/+100
|
* MFB: fix corrupted zips, fix postprocess for compressed zip fileGreg Beaver2008-05-3013-1/+1
|
* MFB: refactor function names for clarity. No functionality changeGreg Beaver2008-05-309-45/+45
|
* Fixed bug #43261Scott MacVicar2008-05-301-4/+4
| | | | | (Use ^ as an escape character for Windows escapeshellcmd)
* Fixed memcmp() check with hash_quick_del (realKeyLength would be 0)Matt Wilmas2008-05-301-3/+1
|
* Only check args once in php_array_diff_key/intersect_key, not on each ↵Matt Wilmas2008-05-301-36/+20
| | | | | | | iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) - Also, use new hash_quick_del function where possible
* ChangeLog update2008-05-302-0/+81
|
* MFB: fix PECL bug #13981: Third-party zips fail entry interrogationGreg Beaver2008-05-292-11/+15
|
* MFBAndrey Hristov2008-05-291-2/+1
|
* Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1Matt Wilmas2008-05-291-0/+4
| | | | | | To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long Same cause as Bug #27354 for mod_function
* Fix bug when command is quoted and parameters are quoted during call to ↵Scott MacVicar2008-05-291-12/+12
| | | | exec, the result is that cmd.exe /c strips the first and last quote.
* ChangeLog update2008-05-292-0/+37
|
* MF5: Fix code path in phar_open_compiled_file() that triesStanislav Malyshev2008-05-281-5/+29
| | | | | | | | 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.
* - Added check for encoding optional parameter (avoiding the segfault in ↵Felipe Pena2008-05-282-0/+19
| | | | | | | filter.c: strlen(encoding)) If the parameter is not suplied, it will try to use the UG(stream_enconding)
* - Added zval separation (avoid crash when using fwrite($fp, $fp)).Felipe Pena2008-05-281-1/+1
|