summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-31117-117/+117
* Revert to the previous version for these tests as they were overwritten by mi...Ant Phillips2008-12-316-18/+27
* - MFH Show version and ini entries as default module info.Marcus Boerger2008-12-301-14/+17
* Revert to the previous version for these tests as they were overwritten by mi...Ant Phillips2008-12-3025-456/+600
* - MFH Added missing check for void param. (patch by Kalle)Felipe Pena2008-12-301-0/+8
* MFH: fix explode behavior to respect negative limit when string is empty.Brian Shire2008-12-272-1/+6
* MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)Arnaud Le Blanc2008-12-272-0/+23
* MFH: Fixed testArnaud Le Blanc2008-12-181-1/+1
* call_user_func_array() testsSteve Seear2008-12-153-0/+477
* fixed testZoe Slattery2008-12-151-516/+516
* If a wrapper could not be found it is either a typo or a configuration issue....Lars Strojny2008-12-141-1/+1
* One len variable is enough here, we can reuse itLars Strojny2008-12-131-3/+2
* Fix tests, add NEWS entry.Andrei Zmievski2008-12-124-6/+6
* MFHAndrei Zmievski2008-12-121-3/+5
* MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3)Hannes Magnusson2008-12-125-6/+5
* - double declaration and comments cleanupPierre Joye2008-12-092-13/+0
* - fix VC6 buildPierre Joye2008-12-092-4/+26
* fix testAntony Dovgal2008-12-091-1/+1
* Fix test.Hannes Magnusson2008-12-091-1/+1
* MFHJani Taskinen2008-12-091-1/+1
* MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara)Hannes Magnusson2008-12-091-0/+17
* MFH: - Changed opendir/dir/scandir to use default context when no context arg...Hannes Magnusson2008-12-091-6/+2
* improve Windows version detectionStanislav Malyshev2008-12-082-41/+317
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-057-29/+0
* Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 b...Ant Phillips2008-12-053-34/+7
* *** empty log message ***Derick Rethans2008-12-041-1/+1
* MFH One more cleanup after running testsJohannes Schlüter2008-12-031-1/+5
* Put bug number in the XFAIL section for cross referencingAnt Phillips2008-12-0310-0/+10
* Update creditsJohannes Schlüter2008-12-031-3/+1
* Cleanup after running the tests ...Johannes Schlüter2008-12-032-2/+4
* - MFH: Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-027-72/+265
* Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 b...Ant Phillips2008-12-02104-184/+10821
* Adding tests for array_multisortIain Lewis2008-12-0113-0/+1195
* MFB: init BG(page_uid) and BG(page_gid)Stanislav Malyshev2008-11-291-0/+4
* Directory tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ...Ant Phillips2008-11-274-0/+164
* File system tests: checked on PHP 5.3 (Windows, Linux and Linux 64 bit).Ant Phillips2008-11-26208-1288/+20666
* MFH: Fixed bug #46673 (stream_lock call with wrong paramater)Arnaud Le Blanc2008-11-263-5/+69
* MFH: Missed file from commit for #44181 & #44182Arnaud Le Blanc2008-11-261-1/+1
* MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() andArnaud Le Blanc2008-11-264-21/+135
* MFB 5.2Arnaud Le Blanc2008-11-261-0/+4
* MFH: Fixed bug #42473 (ob_start php://output and headers)Arnaud Le Blanc2008-11-261-7/+1
* MFH: Fixed bugs #44181 & #44182 (extract() and references)Arnaud Le Blanc2008-11-263-8/+29
* fix tests for array/object BCStanislav Malyshev2008-11-2514-62/+24
* MFHArnaud Le Blanc2008-11-241-0/+1
* restore BC for arraysStanislav Malyshev2008-11-242-37/+42
* - MFH: Fixed bug #46578 (strip_tags() does not honor end-of-comment when it e...Felipe Pena2008-11-212-1/+29
* Adding some tests for array_productIain Lewis2008-11-216-0/+425
* - Fixed testsFelipe Pena2008-11-191-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-172-494/+0
* MFH: Added stream_cast() and stream_set_options() to user-space streamArnaud Le Blanc2008-11-152-0/+247