summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFH: Fix proto lineArnaud Le Blanc2008-11-141-1/+1
* [DOC] Add option for error_log to send directly to SAPI loggerStanislav Malyshev2008-11-131-1/+8
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-133-0/+21
* MFH: Added stream_context_get_params()Arnaud Le Blanc2008-11-134-0/+156
* MFH: Fixed stream_get_contents() when using $maxlength and socket is notArnaud Le Blanc2008-11-111-0/+18
* MFH: Fixed bug #44818 (php://memory writeable when opened read only)Arnaud Le Blanc2008-11-112-2/+49
* MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)Arnaud Le Blanc2008-11-054-0/+693
* MFH: New tests for syslogKalle Sommer Nielsen2008-11-054-0/+97
* Open STDIN and php://stdin streams with the relevantArnaud Le Blanc2008-11-041-1/+15
* - Fixed testsFelipe Pena2008-11-041-2/+2
* MFH: Fixed stream_get_line() to behave as documented on non-blockingArnaud Le Blanc2008-11-041-0/+66
* MDH: Avoids fclose() from complaining that stream_socket_pair() streamsArnaud Le Blanc2008-11-042-0/+27
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-043-5/+5
* MFH: Fixed bug #46024 (stream_select() doesn't return the correct number)Arnaud Le Blanc2008-11-042-0/+52
* cleanupArnaud Le Blanc2008-11-031-0/+1
* MFH: Fixed bug #44607 (stream_get_line unable to correctly identify theArnaud Le Blanc2008-11-031-0/+22
* MFH: Fixed bug #45303 (Opening php:// wrapper in append mode resultsArnaud Le Blanc2008-11-031-0/+13
* MFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)Arnaud Le Blanc2008-11-031-0/+18
* - MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT re...Felipe Pena2008-11-031-7/+16
* Fixed bug #44575 (parse_ini_file comment # line problems)Arnaud Le Blanc2008-11-021-0/+22
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-022-0/+491
* - MFH: Added str_getcsv()Felipe Pena2008-11-025-2/+154
* - Fixed memory leak when using offset out of range. (php_stream_copy_to_mem r...Felipe Pena2008-10-302-7/+27
* - Fix the fixFelipe Pena2008-10-302-4/+16
* - MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not work...Felipe Pena2008-10-302-1/+23
* Fixed bug #42294 (Unified solution for round() based on C99 round)Ilia Alshanetsky2008-10-291-20/+54
* New testcases for array_intersect_uassoc functionSanjay Mantoor2008-10-2811-0/+1510
* - MFH: Fixed bug #46388 (stream_notification_callback inside of object destro...Felipe Pena2008-10-261-1/+5
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-242-494/+0
* - MFH: Removed unnecessary check for array (#46273, noticed by serovov at gma...Felipe Pena2008-10-241-1/+1
* New PHP testcases for array_diff_ukey functionSanjay Mantoor2008-10-2211-0/+1491
* MFH: initialize optional varsArnaud Le Blanc2008-10-2119-55/+43
* skip tests on systems without fnmatch() function (f.e.: old darwin)Alexey Zakhlestin2008-10-213-6/+15
* these tests work just fine on macos-xAlexey Zakhlestin2008-10-215-10/+10
* Use PHP_DEP_FE instead of throwing an E_DEPRECATED manually inside define_sys...Kalle Sommer Nielsen2008-10-162-3/+1
* - RevertFelipe Pena2008-10-161-0/+4
* Fixed compilation warnings: tsrm_ls is not used here (anymore?)Alexey Zakhlestin2008-10-161-3/+0
* [DOC] Deprecate define_syslog_variables() in 5.3Kalle Sommer Nielsen2008-10-151-0/+2
* MFH: Fixed #46164 (stream_filter_remove() closes the stream)Arnaud Le Blanc2008-10-053-0/+55
* Adds signal handling around popen/pclose in mail.c.Mikko Koppanen2008-10-031-0/+37
* MFH: use HashPosition to prevent race condition in multithreaded envAntony Dovgal2008-10-022-15/+20
* MFH: Fix bug #46209 - Remove license condition that is no longer required.Scott MacVicar2008-10-011-8/+0
* New testcases for array_diff_uassoc() functionSanjay Mantoor2008-09-2614-0/+1548
* clean some dead code (with static analysis help)Nuno Lopes2008-09-234-9/+8
* MFHAntony Dovgal2008-09-162-0/+31