summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-274-32/+49
* - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-272-2/+21
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-262-0/+35
* - Added ReflectionParameter::canBePassedByValue().Gustavo André dos Santos Lopes2010-10-263-0/+103
* - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-262-0/+25
* Code cleanup & CSIlia Alshanetsky2010-10-251-7/+7
* Removed unused variableIlia Alshanetsky2010-10-251-3/+1
* rename and remove usage of inttypes.h, not neededAndrey Hristov2010-10-252-4/+3
* - Small optimization of the fix of bug #53071. It's not necessary to destroyGustavo André dos Santos Lopes2010-10-251-7/+0
* - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).Gustavo André dos Santos Lopes2010-10-252-2/+89
* - A BOM had slipped in a commit and broke the build under GCC. Fixed.Gustavo André dos Santos Lopes2010-10-242-2/+2
* - fix IsotoppPierre Joye2010-10-241-1/+1
* - 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
* - Added to UPGRADING(.INTERNALS) information about the changes on html.c.Gustavo André dos Santos Lopes2010-10-242-1/+62
* - Completed rewrite of html.c. Except for determine_charset, almost nothingGustavo André dos Santos Lopes2010-10-2447-4839/+24857
* - Fixed bug #53144 (SplObjectStorage::removeAll())Felipe Pena2010-10-242-9/+31
* profiling in trace modeAndrey Hristov2010-10-224-13/+67
* reduced size of temp_variariableDmitry Stogov2010-10-225-15/+12
* last piece to enable trace logging on windowsAndrey Hristov2010-10-221-1/+1
* enable debug logging on windows, in debug builds, of courseAndrey Hristov2010-10-221-1/+2
* Simplified foreach() handling, we don't have to inctrement/decrement refcount...Dmitry Stogov2010-10-223-136/+15
* Fixed crash on attempt to insert reference to string offset into an arrayDmitry Stogov2010-10-223-0/+72
* Removed redundant checkDmitry Stogov2010-10-222-6/+2
* Upgraded bundled sqlite to version 3.7.3Ilia Alshanetsky2010-10-203-3493/+5802
* - Strip out the typehint *checks* only. They are still parsed, and they areDerick Rethans2010-10-1914-291/+15
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2...Pierre Joye2010-10-191-0/+3
* Fix bug #53089 (php.ini should use portable example of find) by using POSIXAdam Harvey2010-10-182-2/+2
* - Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path cras...Felipe Pena2010-10-161-0/+4
* - Added the writing of .sh files so that we can run the tests (including allDerick Rethans2010-10-151-1/+13
* zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-153-2/+4
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-1417-63/+64
* - 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
* Fix vim marker folds.Adam Harvey2010-10-131-1/+1
* Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)Dmitry Stogov2010-10-132-1/+14
* - Fixed forward stream seeking emulation in streams that don't support seekingGustavo André dos Santos Lopes2010-10-131-9/+7
* * Added version info for Windows XP Starter/Tablet PC/Media Center editionsKalle Sommer Nielsen2010-10-122-25/+31
* Added testDmitry Stogov2010-10-121-0/+28
* - 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