.. |
bcmath
|
Refactor bcmath
|
2014-05-05 14:26:23 +08:00 |
bz2
|
test the right length and remove unused var (remaining from 'old' version)
|
2014-05-16 08:27:21 +02:00 |
calendar
|
update for phpng
|
2014-05-10 10:02:33 +01:00 |
com_dotnet
|
Merge branch 'master' into refactoring2
|
2014-05-05 13:02:43 +04:00 |
ctype
|
|
|
curl
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
date
|
Partial fix that allows internal constructors to set $this to null.
|
2014-07-09 11:57:42 +04:00 |
dba
|
Fixed tests but introduce segfaults (behavior same as trunk)
|
2014-05-21 23:11:02 +08:00 |
dom
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
enchant
|
phpng support for ext/enchant
|
2014-05-18 15:04:04 +04:00 |
ereg
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
exif
|
Merge branch 'master' into phpng
|
2014-06-12 05:07:33 +04:00 |
fileinfo
|
Partial fix that allows internal constructors to set $this to null.
|
2014-07-09 11:57:42 +04:00 |
filter
|
Merge branch 'master' into test
|
2014-07-07 19:21:23 +04:00 |
ftp
|
Merge branch 'master' into phpng
|
2014-07-09 18:35:30 +08:00 |
gd
|
Merge branch 'master' into phpng
|
2014-05-13 15:24:40 +04:00 |
gettext
|
Refactor gettext
|
2014-05-05 14:32:32 +08:00 |
gmp
|
Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.
|
2014-05-23 20:37:53 +04:00 |
hash
|
unused var
|
2014-05-15 11:36:40 +02:00 |
iconv
|
- Fixed ZTS build
|
2014-05-13 00:34:10 -03:00 |
imap
|
Fixed attempt to modify immutable array
|
2014-07-08 15:24:08 +04:00 |
interbase
|
Merge branch 'master' into refactoring2
|
2014-05-05 13:02:43 +04:00 |
intl
|
Fixed ZTS build
|
2014-07-14 14:25:04 +04:00 |
json
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
ldap
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
libxml
|
Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
|
2014-06-09 07:08:04 +02:00 |
mbstring
|
Implemented builtin instruction for strlen()
|
2014-07-11 18:52:27 +04:00 |
mcrypt
|
In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter.
|
2014-05-13 13:18:00 +04:00 |
mssql
|
Cleanup (1-st round)
|
2014-04-15 15:40:40 +04:00 |
mysql
|
Don't use zend_string for other fields (only name here is enough)
|
2014-06-25 00:42:20 +08:00 |
mysqli
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
mysqlnd
|
Fixed segfault while info printing
|
2014-06-30 15:26:55 +08:00 |
oci8
|
Merge branch 'master' into phpng
|
2014-06-18 17:50:27 +04:00 |
odbc
|
Cleanup (1-st round)
|
2014-04-15 15:40:40 +04:00 |
opcache
|
Fixed compilation on Windows
|
2014-07-15 15:50:42 +04:00 |
openssl
|
Merge branch 'master' into phpng
|
2014-06-20 11:16:57 +04:00 |
pcntl
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
pcre
|
Fast parameter parsing API
|
2014-07-11 16:32:20 +04:00 |
pdo
|
Partial fix that allows internal constructors to set $this to null.
|
2014-07-09 11:57:42 +04:00 |
pdo_dblib
|
Cleanup (1-st round)
|
2014-04-15 15:40:40 +04:00 |
pdo_firebird
|
Refactored ext/pdo_firebird (didn't do test)
|
2014-05-21 15:52:36 +08:00 |
pdo_mysql
|
Don't use zend_string for other fields (only name here is enough)
|
2014-06-25 00:42:20 +08:00 |
pdo_oci
|
Cleanup (1-st round)
|
2014-04-15 15:40:40 +04:00 |
pdo_odbc
|
Fix #50444: PDO-ODBC changes for 64-bit
|
2014-05-26 22:17:29 -07:00 |
pdo_pgsql
|
Merge branch 'master' into phpng
|
2014-05-26 10:52:43 +04:00 |
pdo_sqlite
|
Fixed bug #47407
|
2014-05-27 11:48:25 +08:00 |
pgsql
|
Merge branch 'master' into test
|
2014-07-07 19:21:23 +04:00 |
phar
|
Merge branch 'master' into phpng
|
2014-07-09 18:35:30 +08:00 |
posix
|
added support for ext/posix
|
2014-05-06 14:50:54 +04:00 |
pspell
|
Add support for pspell
|
2014-05-11 00:58:48 +08:00 |
readline
|
Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)
|
2014-07-04 18:03:45 +04:00 |
recode
|
Refactor MySQLi (incompleted, only compilable now)
|
2014-05-11 14:53:18 +08:00 |
reflection
|
Fast parameter parsing API
|
2014-07-11 16:32:20 +04:00 |
session
|
Merge branch 'master' into phpng
|
2014-07-08 11:32:29 +04:00 |
shmop
|
Refactored shmop
|
2014-05-16 22:00:04 +08:00 |
simplexml
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
skeleton
|
There is memleak
|
2014-05-08 22:01:50 +08:00 |
snmp
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
soap
|
Fixed ZTS build
|
2014-07-14 14:25:04 +04:00 |
sockets
|
Merge branch 'master' into phpng
|
2014-06-18 17:50:27 +04:00 |
spl
|
Fast parameter parsing API
|
2014-07-11 16:32:20 +04:00 |
sqlite3
|
Make they are in the same style of Z_ISREF
|
2014-05-03 16:08:58 +08:00 |
standard
|
Fixed compilation warnings
|
2014-07-15 15:51:40 +04:00 |
sybase_ct
|
Changed zend_make_printable_zval() to return "use_copy" instead of additional reference argument.
|
2014-07-09 16:05:55 +04:00 |
sysvmsg
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
sysvsem
|
Refactor sysvsem, sysvshm, sysmsg
|
2014-05-09 23:28:21 +08:00 |
sysvshm
|
In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter.
|
2014-05-13 13:18:00 +04:00 |
tidy
|
Use defined macro
|
2014-05-14 16:54:14 +08:00 |
tokenizer
|
Merge branch 'master' into phpng
|
2014-06-12 05:07:33 +04:00 |
wddx
|
Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)
|
2014-07-04 18:03:45 +04:00 |
xml
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
xmlreader
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
xmlrpc
|
Use reference counting instead of zval duplication
|
2014-06-05 16:04:11 +04:00 |
xmlwriter
|
Use self instead of this(keyword)
|
2014-05-04 11:35:05 +08:00 |
xsl
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
zip
|
Refactored run_time_cache usage in object handlers
|
2014-07-07 20:54:31 +04:00 |
zlib
|
Merge branch 'master' into phpng
|
2014-07-14 11:44:53 +04:00 |
ext_skel
|
Merge branch 'PHP-5.5' into PHP-5.6
|
2014-05-01 11:23:14 -07:00 |
ext_skel_win32.php
|
|
|