Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 1 | -3/+3 |
| | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | ||||
* | Cleanup: avoid reallocations | Dmitry Stogov | 2015-09-24 | 1 | -54/+60 |
| | |||||
* | Cleanup (avoid string reallocations) | Dmitry Stogov | 2015-07-01 | 1 | -36/+29 |
| | |||||
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | semantick changes). | ||||
* | Remove extraneous strlen() call | Rasmus Lerdorf | 2015-03-21 | 1 | -2/+0 |
| | |||||
* | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -117/+117 |
| | |||||
* | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 1 | -2/+2 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 4 | -80/+80 |
| | |||||
* | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
| | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h. | ||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 6 | -6/+6 |
| | |||||
* | fixed reference counting | Dmitry Stogov | 2014-09-02 | 1 | -0/+3 |
| | |||||
* | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -8/+7 |
| | |||||
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -7/+7 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -9/+9 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -7/+7 |
| | |||||
* | Merge branch 'master' into test | Dmitry Stogov | 2014-07-01 | 1 | -4/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) remove the NEWS entry for the reverted fpm fix remove the NEWS entry for the reverted fpm fix remove the NEWS entry for the reverted fpm fix Revert "Fix Bug #67530 error_log=syslog ignored" --enable-fpm for the travis build fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here NEWS NEWS Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0 adding NEWS entry for the fix for bug #65641 Updated NEWS file for recent phpdbg fixes Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent Fix issue krakjoe/phpdbg#97 - list now appends a newline if there is none The prompt should always ensure it is on a newline Fixed test Inform about back command existence in help - Fixes krakjoe/phpdbg#100 No way to list the current stack/frames Fix issue krakjoe/phpdbg#98 break if does not seem to work Fix issue krakjoe/phpdbg#99 register function has the same behavior as run Fix readline/libedit (Thanks to @remicollet) Replace incorrect `E` command with `ev` in watch help Fix typo in `finish` help ... Conflicts: Zend/zend_ast.c Zend/zend_highlight.c Zend/zend_indent.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/info.c | ||||
| * | Fix bug #67397 (Buffer overflow in ↵ | Stanislav Malyshev | 2014-06-24 | 1 | -0/+8 |
| | | | | | | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1)) | ||||
| * | Fix bug #67349: Locale::parseLocale Double Free | Stanislav Malyshev | 2014-06-24 | 1 | -4/+3 |
| | | |||||
* | | Fixed segfault while starting up | Xinchen Hui | 2014-06-28 | 1 | -1/+1 |
| | | |||||
* | | Refactoring ext/intl (incompleted) | Xinchen Hui | 2014-06-28 | 1 | -46/+46 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+9 |
|/ | |||||
* | fix const warnings in intl methods | Stanislav Malyshev | 2013-10-20 | 1 | -23/+23 |
| | |||||
* | Fix coverity issue with -1 returned by findOffset not being handled by ↵ | Stanislav Malyshev | 2013-10-20 | 1 | -0/+3 |
| | | | | getPreferredTag | ||||
* | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-07-30 | 6 | -0/+0 |
|\ | | | | | | | | | | | | | | | * 5.4: Fix test title and limit it to ICU >= 4.8 Remove executable bit from files Limit test to ICU 49 Remove executable bit from files | ||||
| * | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-07-30 | 6 | -0/+0 |
| |\ | | | | | | | | | | | | | | | | * 5.3: Limit test to ICU 49 Remove executable bit from files | ||||
| | * | Remove executable bit from files | Gustavo André dos Santos Lopes | 2012-07-30 | 6 | -0/+0 |
| | | | |||||
* | | | Do not fetch default locale once on minit or rinit | Gustavo Lopes | 2012-07-23 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | The default locale is now requested to ICU when it's needed by using intl_get_default_locale(). | ||||
* | | | Fix undeclared intl_locale_get_default() | Gustavo André dos Santos Lopes | 2012-06-25 | 2 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This was causing segfaults at least in the resourcebundle constructor. Also moved intl_locale_get_default() to a more central location and fixed a constness warning in resourcebundle_ctor(). | ||||
* | | | Merge branch '5.4' | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -3/+4 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: sapi/fpm/fpm/fpm_main.c | ||||
| | * | Fixed bug #62082 | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | This was a buffer overflow in internal function get_icu_disp_value_src_php(). | ||||
| | * | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 |
| | | | |||||
| | * | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | | |||||
| | * | - Fixed compiler warnings | Felipe Pena | 2011-01-12 | 1 | -4/+5 |
| | | | |||||
| * | | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 |
| | | | |||||
| * | | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | | |||||
* | | | Initial checkin of calendar/timezone code. | Gustavo André dos Santos Lopes | 2012-04-01 | 2 | -4/+11 |
| | | | |||||
* | | | - Fixed memory leak in several Intl locale functions | Felipe Pena | 2011-11-22 | 1 | -5/+15 |
| | | | |||||
* | | | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
|/ / | |||||
* | | - Fixed compiler warnings | Felipe Pena | 2011-01-12 | 1 | -4/+5 |
| | | |||||
* | | Remove main/php3_compat.h, for that a few references to `function_entry` have | Johannes Schlüter | 2010-03-30 | 1 | -1/+1 |
|/ | | | | | to be replaced by `zend_function_entry`. | ||||
* | cleanup some code, improve error handling | Stanislav Malyshev | 2009-12-23 | 1 | -5/+5 |
| | |||||
* | bugfix | Stanislav Malyshev | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | cleanup Locale::lookup | Stanislav Malyshev | 2009-07-02 | 1 | -172/+100 |
| | |||||
* | typo | Stanislav Malyshev | 2009-07-01 | 1 | -2/+2 |
| | |||||
* | fix proto | Stanislav Malyshev | 2009-07-01 | 1 | -2/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -5/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+5 |
| |