Anatol Belski
|
bdeb220f48
|
first shot remove TSRMLS_* things
|
2014-12-13 23:06:14 +01:00 |
|
Anatol Belski
|
e48b196505
|
cleanup tsrm_ls
|
2014-09-26 20:52:57 +02:00 |
|
Anatol Belski
|
31cc63b1a4
|
fix some extension builds
|
2014-09-25 20:02:48 +02:00 |
|
Johannes Schlüter
|
d0cb715373
|
s/PHP 5/PHP 7/
|
2014-09-19 18:33:14 +02:00 |
|
Anatol Belski
|
0e41927ca0
|
fixed UConverter::convert()
|
2014-08-27 23:03:58 +02:00 |
|
Anatol Belski
|
6db8d4f829
|
's' works with size_t round 3
|
2014-08-27 20:49:36 +02:00 |
|
Anatol Belski
|
257ed4061a
|
's' works with size_t round 2
|
2014-08-27 20:49:33 +02:00 |
|
Anatol Belski
|
3234480827
|
first show to make 's' work with size_t
|
2014-08-27 20:49:31 +02:00 |
|
Anatol Belski
|
202e8db1dc
|
fixed several long vs zend_long casts
|
2014-08-26 11:26:53 +02:00 |
|
Anatol Belski
|
c3e3c98ec6
|
master renames phase 1
|
2014-08-25 19:24:55 +02:00 |
|
Anatol Belski
|
70de6180d5
|
fixes to %pd format usage
|
2014-08-24 02:35:34 +02:00 |
|
Anatol Belski
|
063079b62e
|
ported ext/intl, bugfixes to go
|
2014-08-19 22:57:17 +02:00 |
|
Anatol Belski
|
63d3f0b844
|
basic macro replacements, all at once
|
2014-08-19 08:07:31 +02:00 |
|
Xinchen Hui
|
edf2f715e6
|
Let's rename it
|
2014-07-06 17:54:38 +08:00 |
|
Xinchen Hui
|
d759ead04f
|
Fixed convert (ext/intl finished)
|
2014-07-06 17:48:16 +08:00 |
|
Xinchen Hui
|
52c27f32fa
|
Fixed memory leaks
|
2014-06-29 17:48:10 +08:00 |
|
Xinchen Hui
|
4fbaddb4f8
|
Refactoring ext/intl (incompleted)
|
2014-06-28 00:02:50 +08:00 |
|
Dmitry Stogov
|
f9927a6c97
|
Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patches related to constant expression handling (we need to review them carefully)
I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway)
Conflicts:
Zend/zend.h
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_hash.c
Zend/zend_highlight.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/date/php_date.c
ext/dom/documenttype.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/mbstring/tests/zend_multibyte-10.phpt
ext/mbstring/tests/zend_multibyte-11.phpt
ext/mbstring/tests/zend_multibyte-12.phpt
ext/mysql/php_mysql.c
ext/mysqli/mysqli.c
ext/mysqlnd/mysqlnd_reverse_api.c
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/pcre/php_pcre.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/mail.c
ext/standard/php_array.h
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/user_filters.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_variables.c
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_frame.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_print.c
sapi/phpdbg/phpdbg_prompt.c
|
2014-04-26 00:32:51 +04:00 |
|
Dmitry Stogov
|
050d7e38ad
|
Cleanup (1-st round)
|
2014-04-15 15:40:40 +04:00 |
|
Stanislav Malyshev
|
66bf216c66
|
Fix bug #66873: check if obj->src is set
|
2014-03-17 01:19:02 -07:00 |
|
Gustavo Lopes
|
97f22702c4
|
Fix ext/intl build with phpize
Fixes bug #64284.
|
2013-02-24 00:49:01 +01:00 |
|
Gustavo Lopes
|
3bedc8ec27
|
Fixed paramter count
|
2013-01-29 19:19:51 +01:00 |
|
Gustavo Lopes
|
9d1bdaa569
|
Make converter work on VS
|
2013-01-29 19:19:49 +01:00 |
|
Gustavo Lopes
|
1da67fc65e
|
intl/converter in line w/ intl error handling
|
2013-01-29 19:06:15 +01:00 |
|
Gustavo Lopes
|
a721fe2b22
|
Fix zpp() call in intl/converter
|
2013-01-29 19:06:14 +01:00 |
|
Sara Golemon
|
1faddd15d9
|
Add UConverter class (ICU's UConverter API)
RFC at http://wiki.php.net/rfc/uconverter
|
2013-01-29 19:05:14 +01:00 |
|