| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Completed rewrite of html.c. Except for determine_charset, almost nothing | Gustavo André dos Santos Lopes | 2010-10-24 | 47 | -4839/+24857 |
* | - Three tests were "broken" by rev #304404, not two. Commit the change | Gustavo André dos Santos Lopes | 2010-10-14 | 1 | -1/+1 |
* | - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting | Gustavo André dos Santos Lopes | 2010-10-14 | 4 | -7/+90 |
* | - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to | Gustavo André dos Santos Lopes | 2010-10-14 | 3 | -23/+23 |
* | - Ooops. Fixed tests for rev #304380 (stream_get_contents() related) and a sm... | Gustavo André dos Santos Lopes | 2010-10-14 | 3 | -10/+17 |
* | - [DOC] Changed stream_get_contents() so that the offset is relative to the | Gustavo André dos Santos Lopes | 2010-10-14 | 1 | -2/+5 |
* | * Added version info for Windows XP Starter/Tablet PC/Media Center editions | Kalle Sommer Nielsen | 2010-10-12 | 2 | -25/+31 |
* | - Added a 3rd parameter to get_html_translation_table. It now takes a charset | Gustavo André dos Santos Lopes | 2010-10-12 | 12 | -4678/+1828 |
* | - PHP uses a big endian representation when it converts the | Gustavo André dos Santos Lopes | 2010-10-11 | 1 | -13/+56 |
* | - Removed redundant local variable in dns_get_record. | Gustavo André dos Santos Lopes | 2010-10-11 | 2 | -7/+3 |
* | - [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether... | Gustavo André dos Santos Lopes | 2010-10-11 | 3 | -45/+101 |
* | - Revamp of the decoding portion of html.c. | Gustavo André dos Santos Lopes | 2010-10-10 | 13 | -665/+5690 |
* | - Added numeric record type and raw data for unknown DNS | Gustavo André dos Santos Lopes | 2010-10-08 | 2 | -2/+17 |
* | - Fixed a typo in rev #304208 (24 instead of 34/'"'). | Gustavo André dos Santos Lopes | 2010-10-08 | 2 | -2/+26 |
* | - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entitie... | Gustavo André dos Santos Lopes | 2010-10-08 | 2 | -6/+17 |
* | Fixed typo in tests (thx Eyal) | Patrick Allaert | 2010-10-05 | 1 | -1/+1 |
* | Skipped this one | Kalle Sommer Nielsen | 2010-10-04 | 1 | -1/+1 |
* | Revert for now | Kalle Sommer Nielsen | 2010-10-04 | 1 | -5/+1 |
* | Un-deprecate mt_rand and deprecate mt_getrandmax | Michael Maclean | 2010-10-04 | 1 | -2/+2 |
* | Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen... | Dmitry Stogov | 2010-10-01 | 2 | -2/+2 |
* | * Added PHP_RAND_MAX and PHP_MT_RAND_MAX constants | Kalle Sommer Nielsen | 2010-10-01 | 1 | -2/+6 |
* | Added TSRMLS macros into php_get_current_user() | Kalle Sommer Nielsen | 2010-09-23 | 1 | -1/+1 |
* | Missed to check this one in the last commit | Kalle Sommer Nielsen | 2010-09-23 | 1 | -1/+1 |
* | Fixed compiler warnings in the standard library | Kalle Sommer Nielsen | 2010-09-23 | 8 | -14/+17 |
* | Improved performance of unserialize(), original patch by galaxy dot mipt at g... | Kalle Sommer Nielsen | 2010-09-18 | 3 | -319/+660 |
* | - use popen_ex directly, avoid the tsrm fetch | Pierre Joye | 2010-09-17 | 1 | -1/+1 |
* | - use TSRMLS_D/C with php_stream_context_alloc | Pierre Joye | 2010-09-16 | 2 | -5/+5 |
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 3 | -3/+3 |
* | - fix build introduced by fix for #52772 | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_nam... | Kalle Sommer Nielsen | 2010-09-13 | 1 | -3/+7 |
* | - use php_sys_readlink | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | - use OPENBASEDIR_CHECKPATH macro (does safe mode too in 5.3) so trunk and br... | Pierre Joye | 2010-09-10 | 1 | -4/+4 |
* | - use php_sys_readlink | Pierre Joye | 2010-09-10 | 1 | -57/+6 |
* | Fix bug #52802 (Out-of-date comment for | Adam Harvey | 2010-09-10 | 1 | -1/+0 |
* | - WS | Pierre Joye | 2010-09-08 | 1 | -2/+1 |
* | - Fix #50524, proc_open should respect cwd as it does on other platforms | Pierre Joye | 2010-09-08 | 1 | -0/+10 |
* | - WS | Pierre Joye | 2010-09-06 | 1 | -2/+0 |
* | - fix bug #52260, catch all DNS not found error | Pierre Joye | 2010-09-06 | 1 | -1/+1 |
* | - timeval element are always 32bit long on Windows | Pierre Joye | 2010-09-06 | 1 | -2/+10 |
* | - kill warning | Pierre Joye | 2010-09-06 | 1 | -1/+1 |
* | - WS | Pierre Joye | 2010-08-30 | 1 | -44/+44 |
* | Implemented request #34857 (Change array_combine behaviour when called with | Adam Harvey | 2010-08-27 | 5 | -16/+11 |
* | -fix logic (and BC break) | Pierre Joye | 2010-08-23 | 1 | -1/+1 |
* | - add follow_location support for http stream, enabled by default to keep BC.... | Pierre Joye | 2010-08-23 | 1 | -3/+9 |
* | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS... | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 |
* | Fixed the $context parameter on copy() to have an effect (approved for 5.3 by... | Kalle Sommer Nielsen | 2010-08-17 | 3 | -7/+18 |
* | Fixed the context parameter on copy() to actually have an effect | Kalle Sommer Nielsen | 2010-08-16 | 3 | -9/+10 |
* | - WS | Pierre Joye | 2010-08-16 | 1 | -22/+22 |
* | MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT... | Kalle Sommer Nielsen | 2010-08-11 | 2 | -2/+2 |
* | Make http_response_code() return FALSE where data is not available (Ex. cli s... | Ilia Alshanetsky | 2010-08-10 | 1 | -0/+4 |