| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix type and silent warning | Pierre Joye | 2010-11-03 | 1 | -1/+1 |
* | - add stat support for zip:// | Pierre Joye | 2010-11-03 | 1 | -1/+79 |
* | - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes) | Felipe Pena | 2010-11-02 | 1 | -0/+1 |
* | - Fixed bug #53141 (autoload misbehaves if called from closing session) | Felipe Pena | 2010-11-02 | 2 | -0/+27 |
* | Fixed a possible double free in imap extension (Identified by Mateusz Kociels... | Ilia Alshanetsky | 2010-11-02 | 1 | -0/+2 |
* | MFH fixed bug #52784 (Race condition when handling many | Arnaud Le Blanc | 2010-11-01 | 3 | -4/+25 |
* | MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) | Arnaud Le Blanc | 2010-11-01 | 3 | -0/+143 |
* | - Updated to version 2010.15 (2010o) | Derick Rethans | 2010-11-01 | 1 | -3/+3 |
* | - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4) | Felipe Pena | 2010-11-01 | 1 | -2/+2 |
* | - Fixed bug #53198 (changing INI setting "from" with ini_set did not have any | Gustavo André dos Santos Lopes | 2010-10-29 | 5 | -6/+63 |
* | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 3 | -51/+212 |
* | gettimeofday for windows | Andrey Hristov | 2010-10-28 | 1 | -6/+9 |
* | show tracing | Andrey Hristov | 2010-10-28 | 1 | -0/+2 |
* | fix windows debug build | Andrey Hristov | 2010-10-28 | 2 | -7/+9 |
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number | Gustavo André dos Santos Lopes | 2010-10-27 | 2 | -30/+134 |
* | - Fixed ReflectionProperty::isDefault() giving a wrong result for properties | Gustavo André dos Santos Lopes | 2010-10-26 | 2 | -0/+35 |
* | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 2 | -4/+3 |
* | - Small optimization of the fix of bug #53071. It's not necessary to destroy | Gustavo André dos Santos Lopes | 2010-10-25 | 1 | -7/+0 |
* | - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles). | Gustavo André dos Santos Lopes | 2010-10-25 | 2 | -2/+89 |
* | - fix Isotopp | Pierre Joye | 2010-10-24 | 1 | -1/+1 |
* | - Fixed bug #53144 (SplObjectStorage::removeAll()) | Felipe Pena | 2010-10-24 | 2 | -8/+28 |
* | profiling in trace mode | Andrey Hristov | 2010-10-22 | 4 | -13/+67 |
* | last piece to enable trace logging on windows | Andrey Hristov | 2010-10-22 | 1 | -1/+1 |
* | enable debug logging on windows, in debug builds, of course | Andrey Hristov | 2010-10-22 | 1 | -1/+2 |
* | Upgraded bundled sqlite to version 3.7.3 | Ilia Alshanetsky | 2010-10-20 | 2 | -3492/+5793 |
* | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2... | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
* | - Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path cras... | Felipe Pena | 2010-10-16 | 1 | -0/+4 |
* | - 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 | 1 | -4/+14 |
* | Fix vim marker folds. | Adam Harvey | 2010-10-13 | 1 | -1/+1 |
* | - Added a 3rd parameter to get_html_translation_table. It now takes a charset | Gustavo André dos Santos Lopes | 2010-10-12 | 12 | -3544/+1839 |
* | - Removed redundant local variable in dns_get_record. | Gustavo André dos Santos Lopes | 2010-10-11 | 2 | -6/+3 |
* | - 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 |
* | new collations | Andrey Hristov | 2010-10-08 | 1 | -0/+2 |
* | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 5 | -20/+22 |
* | Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi... | Ilia Alshanetsky | 2010-10-07 | 1 | -3/+4 |
* | - Fixed test for bug #50590 on systems with 64-bit longs. | Gustavo André dos Santos Lopes | 2010-10-06 | 1 | -1/+1 |
* | Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type | Andrey Hristov | 2010-10-06 | 3 | -19/+46 |
* | more variable hiding fixes | Andrey Hristov | 2010-10-06 | 1 | -20/+20 |
* | fix shadowing of parameters | Andrey Hristov | 2010-10-06 | 3 | -24/+24 |
* | rename parameter name - should not shadow the global symbol alloca | Andrey Hristov | 2010-10-05 | 2 | -24/+24 |
* | two more compiler warnings fixed - size does matter | Andrey Hristov | 2010-10-05 | 1 | -3/+3 |
* | Rename a method so it doesn't clash with a global symbol - a function | Andrey Hristov | 2010-10-05 | 2 | -9/+9 |
* | Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although | Andrey Hristov | 2010-10-05 | 1 | -5/+25 |
* | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 3 | -10/+10 |
* | remove trailing commas in enums | Andrey Hristov | 2010-10-05 | 1 | -6/+6 |
* | Fix test: third parameter can be false. | Ulf Wendel | 2010-10-05 | 1 | -1/+1 |
* | Greetings from SunCC. | Ulf Wendel | 2010-10-05 | 1 | -3/+3 |