summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-1/+1
* - Tests and small parsing correction for php://fd wrapperGustavo André dos Santos Lopes2010-12-115-1/+65
* - Implemented request #26158/bug #53465 (open arbitrary file descriptor with ...Gustavo André dos Santos Lopes2010-12-112-1/+34
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-80/+3
* - Fixed test (Eyal Teutsch)Felipe Pena2010-12-041-1/+1
* - Fix testJani Taskinen2010-12-031-0/+1
* Implement FR #53457 (number_format must support more than one character forAdam Harvey2010-12-033-18/+99
* - Implemented bug/request #53427 - stream_select doesn't preserve the Gustavo André dos Santos Lopes2010-11-302-2/+46
* Removed unnecessary dependenciesDmitry Stogov2010-11-291-10/+0
* Fixed bug #52327 (base64_decode() improper handling of leading padding in str...Ilia Alshanetsky2010-11-262-1/+13
* Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-265-3/+92
* Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)Ilia Alshanetsky2010-11-251-1/+1
* - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.Gustavo André dos Santos Lopes2010-11-252-7/+24
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-5/+1
* - Fixed compile warningsFelipe Pena2010-11-231-1/+1
* Fixed bug #46587 (mt_rand() does not check that max is greater than min).Ilia Alshanetsky2010-11-231-0/+5
* - Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVER...Felipe Pena2010-11-192-2/+26
* Fixed bug #47168 (printf of floating point variable prints maximum of 40 deci...Ilia Alshanetsky2010-11-192-1/+13
* Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-194-14/+9
* Remove unused variablesPierrick Charron2010-11-171-1/+0
* - Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTM...Jani Taskinen2010-11-171-9/+10
* - Updated QA and User note maintainers creditsFelipe Pena2010-11-161-2/+2
* - Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)Felipe Pena2010-11-162-3/+19
* - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking theGustavo André dos Santos Lopes2010-11-151-0/+69
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-152-33/+0
* - Added test relative to the fix in rev #305346.Gustavo André dos Santos Lopes2010-11-151-0/+20
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-152-0/+33
* - Altered htmlentities19.phpt (now htmlentities24.phpt) to reflect new defaul...Gustavo André dos Santos Lopes2010-11-152-6/+6
* Implemented FR #53264 (Add fputcsv method to SplFileObject).Adam Harvey2010-11-092-5/+16
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
* - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-072-1/+13
* - Added CLEAN section to recently committed test.Gustavo André dos Santos Lopes2010-11-051-0/+5
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-051-0/+18
* - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)Felipe Pena2010-11-011-2/+2
* - Fixed bug #53198 (changing INI setting "from" with ini_set did not have anyGustavo André dos Santos Lopes2010-10-295-6/+63
* - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-272-2/+15
* Code cleanup & CSIlia Alshanetsky2010-10-251-7/+7
* - A BOM had slipped in a commit and broke the build under GCC. Fixed.Gustavo André dos Santos Lopes2010-10-242-2/+2
* - Fixed uninitialized and 1 character short local variable.Gustavo André dos Santos Lopes2010-10-241-1/+1
* - Removed out-of-date comments and one enum constant from html_tables.h and i...Gustavo André dos Santos Lopes2010-10-242-85/+68
* - 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