summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
...
* - Completed rewrite of html.c. Except for determine_charset, almost nothingGustavo André dos Santos Lopes2010-10-2447-4839/+24857
* - Three tests were "broken" by rev #304404, not two. Commit the changeGustavo André dos Santos Lopes2010-10-141-1/+1
* - Fixed get_next_char(), used by htmlentities/htmlspecialchars, acceptingGustavo André dos Santos Lopes2010-10-144-7/+90
* - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way toGustavo André dos Santos Lopes2010-10-143-23/+23
* - Ooops. Fixed tests for rev #304380 (stream_get_contents() related) and a sm...Gustavo André dos Santos Lopes2010-10-143-10/+17
* - [DOC] Changed stream_get_contents() so that the offset is relative to theGustavo André dos Santos Lopes2010-10-141-2/+5
* * Added version info for Windows XP Starter/Tablet PC/Media Center editionsKalle Sommer Nielsen2010-10-122-25/+31
* - Added a 3rd parameter to get_html_translation_table. It now takes a charsetGustavo André dos Santos Lopes2010-10-1212-4678/+1828
* - PHP uses a big endian representation when it converts theGustavo André dos Santos Lopes2010-10-111-13/+56
* - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-112-7/+3
* - [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether...Gustavo André dos Santos Lopes2010-10-113-45/+101
* - Revamp of the decoding portion of html.c.Gustavo André dos Santos Lopes2010-10-1013-665/+5690
* - Added numeric record type and raw data for unknown DNSGustavo André dos Santos Lopes2010-10-082-2/+17
* - Fixed a typo in rev #304208 (24 instead of 34/'"').Gustavo André dos Santos Lopes2010-10-082-2/+26
* - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entitie...Gustavo André dos Santos Lopes2010-10-082-6/+17
* Fixed typo in tests (thx Eyal)Patrick Allaert2010-10-051-1/+1
* Skipped this oneKalle Sommer Nielsen2010-10-041-1/+1
* Revert for nowKalle Sommer Nielsen2010-10-041-5/+1
* Un-deprecate mt_rand and deprecate mt_getrandmaxMichael Maclean2010-10-041-2/+2
* Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen...Dmitry Stogov2010-10-012-2/+2
* * Added PHP_RAND_MAX and PHP_MT_RAND_MAX constantsKalle Sommer Nielsen2010-10-011-2/+6
* Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-231-1/+1
* Missed to check this one in the last commitKalle Sommer Nielsen2010-09-231-1/+1
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-238-14/+17
* Improved performance of unserialize(), original patch by galaxy dot mipt at g...Kalle Sommer Nielsen2010-09-183-319/+660
* - use popen_ex directly, avoid the tsrm fetchPierre Joye2010-09-171-1/+1
* - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-162-5/+5
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-163-3/+3
* - fix build introduced by fix for #52772Pierre Joye2010-09-131-1/+1
* Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam...Kalle Sommer Nielsen2010-09-131-3/+7
* - use php_sys_readlinkPierre Joye2010-09-131-1/+1
* - use OPENBASEDIR_CHECKPATH macro (does safe mode too in 5.3) so trunk and br...Pierre Joye2010-09-101-4/+4
* - use php_sys_readlinkPierre Joye2010-09-101-57/+6
* Fix bug #52802 (Out-of-date comment forAdam Harvey2010-09-101-1/+0
* - WSPierre Joye2010-09-081-2/+1
* - Fix #50524, proc_open should respect cwd as it does on other platformsPierre Joye2010-09-081-0/+10
* - WSPierre Joye2010-09-061-2/+0
* - fix bug #52260, catch all DNS not found errorPierre Joye2010-09-061-1/+1
* - timeval element are always 32bit long on WindowsPierre Joye2010-09-061-2/+10
* - kill warningPierre Joye2010-09-061-1/+1
* - WSPierre Joye2010-08-301-44/+44
* Implemented request #34857 (Change array_combine behaviour when called withAdam Harvey2010-08-275-16/+11
* -fix logic (and BC break)Pierre Joye2010-08-231-1/+1
* - add follow_location support for http stream, enabled by default to keep BC....Pierre Joye2010-08-231-3/+9
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-181-1/+1
* Fixed the $context parameter on copy() to have an effect (approved for 5.3 by...Kalle Sommer Nielsen2010-08-173-7/+18
* Fixed the context parameter on copy() to actually have an effectKalle Sommer Nielsen2010-08-163-9/+10
* - WSPierre Joye2010-08-161-22/+22
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-112-2/+2
* Make http_response_code() return FALSE where data is not available (Ex. cli s...Ilia Alshanetsky2010-08-101-0/+4