summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - fix type and silent warningPierre Joye2010-11-031-1/+1
* - add stat support for zip://Pierre Joye2010-11-031-1/+79
* - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)Felipe Pena2010-11-021-0/+1
* - Fixed bug #53141 (autoload misbehaves if called from closing session)Felipe Pena2010-11-022-0/+27
* Fixed a possible double free in imap extension (Identified by Mateusz Kociels...Ilia Alshanetsky2010-11-021-0/+2
* MFH fixed bug #52784 (Race condition when handling many Arnaud Le Blanc2010-11-013-4/+25
* MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) Arnaud Le Blanc2010-11-013-0/+143
* - Updated to version 2010.15 (2010o)Derick Rethans2010-11-011-3/+3
* - 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
* - More features for the profiling, create aggregates and dump themAndrey Hristov2010-10-293-51/+212
* gettimeofday for windowsAndrey Hristov2010-10-281-6/+9
* show tracingAndrey Hristov2010-10-281-0/+2
* fix windows debug buildAndrey Hristov2010-10-282-7/+9
* - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the numberGustavo André dos Santos Lopes2010-10-272-30/+134
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-262-0/+35
* 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
* - fix IsotoppPierre Joye2010-10-241-1/+1
* - Fixed bug #53144 (SplObjectStorage::removeAll())Felipe Pena2010-10-242-8/+28
* profiling in trace modeAndrey Hristov2010-10-224-13/+67
* 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
* Upgraded bundled sqlite to version 3.7.3Ilia Alshanetsky2010-10-202-3492/+5793
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2...Pierre Joye2010-10-191-0/+3
* - Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path cras...Felipe Pena2010-10-161-0/+4
* - 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-141-4/+14
* Fix vim marker folds.Adam Harvey2010-10-131-1/+1
* - Added a 3rd parameter to get_html_translation_table. It now takes a charsetGustavo André dos Santos Lopes2010-10-1212-3544/+1839
* - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-112-6/+3
* - 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
* new collationsAndrey Hristov2010-10-081-0/+2
* fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-075-20/+22
* Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi...Ilia Alshanetsky2010-10-071-3/+4
* - Fixed test for bug #50590 on systems with 64-bit longs.Gustavo André dos Santos Lopes2010-10-061-1/+1
* Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-063-19/+46
* more variable hiding fixesAndrey Hristov2010-10-061-20/+20
* fix shadowing of parametersAndrey Hristov2010-10-063-24/+24
* rename parameter name - should not shadow the global symbol allocaAndrey Hristov2010-10-052-24/+24
* two more compiler warnings fixed - size does matterAndrey Hristov2010-10-051-3/+3
* Rename a method so it doesn't clash with a global symbol - a functionAndrey Hristov2010-10-052-9/+9
* Fix compiler warnings - on 32bit size_t is smaller than uint64_t, althoughAndrey Hristov2010-10-051-5/+25
* rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-053-10/+10
* remove trailing commas in enumsAndrey Hristov2010-10-051-6/+6
* Fix test: third parameter can be false.Ulf Wendel2010-10-051-1/+1
* Greetings from SunCC.Ulf Wendel2010-10-051-3/+3