..
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
Bump year
2014-01-03 11:08:10 +08:00
curl
Fixed zend_string/char* mess
2014-05-15 13:44:13 +04:00
date
Merge branch 'master' into phpng
2014-05-18 21:17:31 +04:00
dba
Merge mainstream 'master' branch into refactoring
2014-04-26 00:32:51 +04:00
dom
wrong macro usage, we expect a DOM object here
2014-05-16 09:15:30 +02:00
enchant
phpng support for ext/enchant
2014-05-18 15:04:04 +04:00
ereg
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
exif
fix exif, thnx laruence
2014-05-07 12:03:00 +01:00
fileinfo
Fixed ext/fileinfo conversion mistakes
2014-05-07 17:58:28 +04:00
filter
Interned strings must not be modified in-place
2014-05-07 22:08:25 +04:00
ftp
Fixed safe resource close.
2014-05-13 12:47:34 +04: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
Fixed access to uninitialized data and attempt to double free
2014-05-13 12:57:42 +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
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
interbase
Merge branch 'master' into refactoring2
2014-05-05 13:02:43 +04:00
intl
Merge mainstream 'master' branch into refactoring
2014-04-26 00:32:51 +04:00
json
Fix ZTS
2014-05-05 17:28:22 +02:00
ldap
More accurate mysql_close()
2014-05-20 13:19:21 +04:00
libxml
Allow just set or get context passing NULL pointers
2014-05-15 11:14:12 +04:00
mbstring
Merge branch 'master' into phpng
2014-05-13 15:24:40 +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
More accurate mysql_close()
2014-05-20 13:19:21 +04:00
mysqli
Add one more check to skip getting into code that will do nothing
2014-05-20 14:50:50 +03:00
mysqlnd
Second set of changes to mysqlnd for phpng.
2014-05-20 21:50:15 +03:00
oci8
Merge mainstream 'master' branch into refactoring
2014-04-26 00:32:51 +04:00
odbc
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
opcache
Merge branch 'master' into phpng
2014-05-18 21:17:31 +04:00
openssl
Added support for ext/openssl
2014-05-07 01:09:42 +04:00
pcntl
Fixed support for references and proper string lengths
2014-05-06 15:03:25 +04:00
pcre
Merge branch 'master' into phpng
2014-05-13 15:24:40 +04:00
pdo
Revert changes to configs by accident
2014-05-20 11:31:39 +08:00
pdo_dblib
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
pdo_firebird
Merge branch 'master' into refactoring2
2014-05-05 13:02:43 +04:00
pdo_mysql
Fixed test. The warning actually indicate a problem in master that we didn't repeat in phpng.
2014-05-19 22:20:02 +04:00
pdo_oci
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
pdo_odbc
Merge mainstream 'master' branch into refactoring
2014-04-26 00:32:51 +04:00
pdo_pgsql
Merge branch 'phpng' of https://git.php.net/repository/php-src into phpng
2014-05-20 15:50:41 +08:00
pdo_sqlite
Reverted last commit
2014-05-20 13:55:15 +04:00
pgsql
Fixed incorrect Z_LVAL() usage
2014-05-19 12:51:48 +04:00
phar
Fixed incorrect efree()
2014-05-19 16:19:01 +04: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
phpng support for ext/readline
2014-05-18 15:49:35 +04:00
recode
Refactor MySQLi (incompleted, only compilable now)
2014-05-11 14:53:18 +08:00
reflection
Make they are in the same style of Z_ISREF
2014-05-03 16:08:58 +08:00
session
This should be this (broken compiling before)
2014-05-19 10:26:10 +08:00
shmop
Refactored shmop
2014-05-16 22:00:04 +08:00
simplexml
Merge branch 'master' into phpng
2014-05-13 15:24:40 +04:00
skeleton
There is memleak
2014-05-08 22:01:50 +08:00
snmp
Refactoring ext/snmp
2014-05-20 17:02:29 +08:00
soap
it make no sense to create a reference to object
2014-05-16 20:20:17 +04:00
sockets
Fixed several tests failes
2014-05-18 12:02:54 +08:00
spl
Use new iterator macros
2014-05-19 10:55:09 +08:00
sqlite3
Make they are in the same style of Z_ISREF
2014-05-03 16:08:58 +08:00
standard
Use new iterator macros
2014-05-19 10:55:09 +08:00
sybase_ct
Cleanup (1-st round)
2014-04-15 15:40:40 +04:00
sysvmsg
Refactor sysvsem, sysvshm, sysmsg
2014-05-09 23:28:21 +08: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 mainstream 'master' branch into refactoring
2014-04-26 00:32:51 +04:00
wddx
fix ts build
2014-05-15 10:36:09 +02:00
xml
Fixed bug introduced during conversion to "phpng"
2014-05-07 16:15:29 +04:00
xmlreader
Fixed memory leak in prop_handlers registering
2014-05-05 14:04:52 +08:00
xmlrpc
Fixed double free
2014-05-19 13:11:20 +04:00
xmlwriter
Use self instead of this(keyword)
2014-05-04 11:35:05 +08:00
xsl
Fixed two tests, 1 left
2014-05-15 17:54:58 +08:00
zip
Fix ZTS
2014-05-05 17:28:22 +02:00
zlib
Refactor zlib (all tests pass)
2014-05-05 15:52:09 +08:00
ext_skel
Merge branch 'PHP-5.5' into PHP-5.6
2014-05-01 11:23:14 -07:00
ext_skel_win32.php