php-src/ext
Dmitry Stogov 8506618850 Merge branch 'phpng' of git.php.net:php-src into phpng
* 'phpng' of git.php.net:php-src:
  Fixed memleak (3 tests fails now)
  Fixed resources apply_dtor
  It's a zend_array not Hashtable (fixed segfault)
  Fixed segfault
  Refactoring ext/pgsql (incompleted, only compilable)
2014-05-19 11:53:06 +04:00
..
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 Split IS_BOOL into IS_FALSE and IS_TRUE 2014-04-30 18:32:42 +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 Fixed resource destruction 2014-05-08 02:48:31 +04:00
mysqli Fixed signed 2014-05-17 10:28:54 +08:00
mysqlnd more port to phpng, zend_string and hash, work in progress 2014-05-18 11:19:02 +02: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 Fixed Hash API usage 2014-05-18 20:25:07 +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 Prevent crash in case of SQL error 2014-05-19 11:52:33 +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 Fixed uninitialized value used 2014-05-16 14:59:16 +08:00
pdo_sqlite - Fixed ZTS build 2014-05-13 00:34:10 -03:00
pgsql Fixed memleak (3 tests fails now) 2014-05-19 14:57:17 +08:00
phar Prevent double resource free 2014-05-19 11:50:38 +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 Use better data structures (incomplete) 2014-02-10 10:04:30 +04: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 (xmlrpc is done, 1 test failed due to knew issue) 2014-05-12 20:40:08 +08: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