2010-10-24 |
Gustavo André... | - Completed rewrite of html.c. Except for determine_cha... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Felipe Pena | - Fixed bug #53144 (SplObjectStorage::removeAll()) |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Andrey Hristov | profiling in trace mode |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Dmitry Stogov | reduced size of temp_variariable |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Andrey Hristov | last piece to enable trace logging on windows |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Andrey Hristov | enable debug logging on windows, in debug builds, of... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Dmitry Stogov | Simplified foreach() handling, we don't have to inctrem... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Dmitry Stogov | Fixed crash on attempt to insert reference to string... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Dmitry Stogov | Removed redundant check |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ilia Alshanetsky | Upgraded bundled sqlite to version 3.7.3 |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Derick Rethans | - Strip out the typehint *checks* only. They are still... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Pierre Joye | - fix Fixed NULL pointer dereference in ZipArchive... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Adam Harvey | Fix bug #53089 (php.ini should use portable example... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Felipe Pena | - Fixed bug #53070 (Calling enchant_broker_get_dict_pat... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Derick Rethans | - Added the writing of .sh files so that we can run... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Dmitry Stogov | zend_collect_module_handlers() has to be called after... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Hartmut Holzgraefe | marked char pointer arguments as const in lots of |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Gustavo André... | - Three tests were "broken" by rev #304404, not two... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Gustavo André... | - Fixed get_next_char(), used by htmlentities/htmlspeci... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Gustavo André... | - [DOC] Reverted rev #304382 and rev #304380, as I... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Gustavo André... | - Ooops. Fixed tests for rev #304380 (stream_get_conten... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Gustavo André... | - [DOC] Changed stream_get_contents() so that the offse... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Adam Harvey | Fix vim marker folds. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Dmitry Stogov | Fixed bug #52939 (zend_call_function does not respect... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Gustavo André... | - Fixed forward stream seeking emulation in streams... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Kalle Sommer... | * Added version info for Windows XP Starter/Tablet... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Dmitry Stogov | Added test |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Gustavo André... | - Added a 3rd parameter to get_html_translation_table... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Gustavo André... | - PHP uses a big endian representation when it converts the |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Gustavo André... | - Removed redundant local variable in dns_get_record. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Gustavo André... | - [DOC] Added a 5th parameter to dns_get_record, a... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Gustavo André... | - Revamp of the decoding portion of html.c. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Gustavo André... | - Added numeric record type and raw data for unknown DNS |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Gustavo André... | - Fixed a typo in rev #304208 (24 instead of 34/'"'). |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Gustavo André... | - Fixed bug #53021 (In html_entity_decode, failure... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Andrey Hristov | new collations |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Felipe Pena | - Added bison 2.4.3 version to the bison version list |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Andrey Hristov | fix some uninitialized variables. also fix shadowing... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Ilia Alshanetsky | Fixed extrenous warning inside openssl_encrypt() for... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Gustavo André... | - Added support for ICU Transformations (Transliterator). |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Gustavo André... | - Fixed test for bug #50590 on systems with 64-bit... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Andrey Hristov | Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Andrey Hristov | fix broken merge, led to double define |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Pierre Joye | - don't build if no libvpx available |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Andrey Hristov | more variable hiding fixes |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Andrey Hristov | fix shadowing of parameters |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Kalle Sommer... | Update copyright year for the license |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | rename parameter name - should not shadow the global... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | two more compiler warnings fixed - size does matter |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | Rename a method so it doesn't clash with a global symbo... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | Fix compiler warnings - on 32bit size_t is smaller... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | rename parameter, should not conflict with global symbol - |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | remove trailing commas in enums |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Ulf Wendel | Fix test: third parameter can be false. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Antony Dovgal | fix bug #50345 (nanosleep not detected properly on... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Ulf Wendel | Greetings from SunCC. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Ilia Alshanetsky | Removed debug code |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Dmitry Stogov | Fixed bug #44248 (RFC2616 transgression while HTTPS... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Dmitry Stogov | Fixed bug #51008 (Zend/tests/bug45877.phpt fails) |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | add some safe casts |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Patrick Allaert | Fixed typo in tests (thx Eyal) |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | fixing more types |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Kalle Sommer... | Fixed constness compiler warning in pdo_mysql |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Kalle Sommer... | Fixed compiler warnings in mysqli |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | fix types |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Ulf Wendel | Fix warnings |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Andrey Hristov | fix recent TSRM build break, with --enable-debug |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Gustavo André... | - Moved ucgendat.c to a separate directory and included the |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Gustavo André... | - Fixed bug #52981 (Unicode casing table was out-of... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Felipe Pena | - Fix build |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Pierre Joye | - missing file for webp |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Pierre Joye | - initial webp support, rely on libpx, final version... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Pierre Joye | - initial webp support, rely on libpx, final version... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Kalle Sommer... | We do not need this TSRMLS_FETCH() call as we do not... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Kalle Sommer... | Skipped this one |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Kalle Sommer... | Revert for now |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Michael Maclean | Un-deprecate mt_rand and deprecate mt_getrandmax |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Dmitry Stogov | Bug #51155 (Unreasonable non-emalloc allocations of... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Andrey Hristov | fix two more warnings |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Andrey Hristov | add some safe casts - lower the number of warnings... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Andrey Hristov | Fix const-ness |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Trying to fix compiler warnings (on Windows). |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Andrey Hristov | Even better patch |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Andrey Hristov | don't define twice the macro on some platforms |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Fixing compiler warning. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning:... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Next one... ext/mysqli/mysqli_fe.c", line [many]: warni... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Fixing compiler warning "ext/mysqli/mysqli_prop.c"... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Pierre Joye | - Fix #52908, fix declaration |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Sorry again, nothing but removal of white space from... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Ulf Wendel | Sorry for the commit but compiler warnings are annoying... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Dmitry Stogov | - Fixed bug #52773 (Proxy objects have an inadequate... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Gustavo André... | - Implemented FR #50692, not uploaded files don't count... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Felipe Pena | - Fixed bug #52971 (PCRE-Meta-Characters not working... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Gustavo André... | - Fixed a small mistake in the fix for bug #50953 that... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Dmitry Stogov | Fixed bug #52940 (call_user_func_array still allows... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Dmitry Stogov | Fixed bug #52879 (Objects unreferenced in __get, __set... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Kalle Sommer... | * Added PHP_RAND_MAX and PHP_MT_RAND_MAX constants |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Ulf Wendel | Fix leak with persistent connections when using mysqli... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Stanislav Malyshev | Fix bug #52906 gmp_mod returns negative result when... |
commit | commitdiff | tree | snapshot |
next |