..
bcmath
Refactor bcmath
12 years ago
bz2
test the right length and remove unused var (remaining from 'old' version)
12 years ago
calendar
update for phpng
12 years ago
com_dotnet
Merge branch 'master' into refactoring2
12 years ago
ctype
Bump year
12 years ago
curl
Use reference counting instead of zval duplication
12 years ago
date
Merge branch 'master' into phpng
12 years ago
dba
Fixed tests but introduce segfaults (behavior same as trunk)
12 years ago
dom
Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
12 years ago
enchant
phpng support for ext/enchant
12 years ago
ereg
Use reference counting instead of zval duplication
12 years ago
exif
Merge branch 'master' into phpng
12 years ago
fileinfo
Merge branch 'master' into phpng
12 years ago
filter
cleanup
12 years ago
ftp
Use reference counting instead of zval duplication
12 years ago
gd
Merge branch 'master' into phpng
12 years ago
gettext
Refactor gettext
12 years ago
gmp
Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.
12 years ago
hash
unused var
12 years ago
iconv
- Fixed ZTS build
12 years ago
imap
Refactoring imap (in progress)
12 years ago
interbase
Merge branch 'master' into refactoring2
12 years ago
intl
Merge branch 'master' into phpng
12 years ago
json
Use reference counting instead of zval duplication
12 years ago
ldap
Use reference counting instead of zval duplication
12 years ago
libxml
Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
12 years ago
mbstring
Merge branch 'master' into phpng
12 years ago
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.
12 years ago
mssql
Cleanup (1-st round)
12 years ago
mysql
Don't use zend_string for other fields (only name here is enough)
12 years ago
mysqli
Don't use zend_string for other fields (only name here is enough)
12 years ago
mysqlnd
Save some strlen
12 years ago
oci8
Merge branch 'master' into phpng
12 years ago
odbc
Cleanup (1-st round)
12 years ago
opcache
Refactoring: use call_frames instead of call_slots
12 years ago
openssl
Merge branch 'master' into phpng
12 years ago
pcntl
Use reference counting instead of zval duplication
12 years ago
pcre
Fixed compilation warnings
12 years ago
pdo
Fixed use of uninitialized value
12 years ago
pdo_dblib
Cleanup (1-st round)
12 years ago
pdo_firebird
Refactored ext/pdo_firebird (didn't do test)
12 years ago
pdo_mysql
Don't use zend_string for other fields (only name here is enough)
12 years ago
pdo_oci
Cleanup (1-st round)
12 years ago
pdo_odbc
Merge mainstream 'master' branch into refactoring
12 years ago
pdo_pgsql
Merge branch 'master' into phpng
12 years ago
pdo_sqlite
Fixed wrong test (see https://bugs.php.net/bug.php?id=67307)
12 years ago
pgsql
Avoid useless merge
12 years ago
phar
Refactoring: merge call_frame and end_execute_data into single data structure. Keep only single copy of each argument on VM stack (previously ZE kept two copies of each arguments for user functions)
12 years ago
posix
added support for ext/posix
12 years ago
pspell
Add support for pspell
12 years ago
readline
phpng support for ext/readline
12 years ago
recode
Refactor MySQLi (incompleted, only compilable now)
12 years ago
reflection
Avoid useles constants update
12 years ago
session
Merge branch 'master' into phpng
12 years ago
shmop
Refactored shmop
12 years ago
simplexml
Avoid in-place modification
12 years ago
skeleton
There is memleak
12 years ago
snmp
Refactoring ext/snmp
12 years ago
soap
Merge branch 'master' into phpng
12 years ago
sockets
Merge branch 'master' into phpng
12 years ago
spl
Refactoring: merge call_frame and end_execute_data into single data structure. Keep only single copy of each argument on VM stack (previously ZE kept two copies of each arguments for user functions)
12 years ago
sqlite3
Make they are in the same style of Z_ISREF
12 years ago
standard
IS_OBJECT and IS_RESOURCE is obviously exclusive
12 years ago
sybase_ct
Cleanup (1-st round)
12 years ago
sysvmsg
Use reference counting instead of zval duplication
12 years ago
sysvsem
Refactor sysvsem, sysvshm, sysmsg
12 years ago
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.
12 years ago
tidy
Use defined macro
12 years ago
tokenizer
Merge branch 'master' into phpng
12 years ago
wddx
Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM.
12 years ago
xml
Use reference counting instead of zval duplication
12 years ago
xmlreader
Fixed memory leak in prop_handlers registering
12 years ago
xmlrpc
Use reference counting instead of zval duplication
12 years ago
xmlwriter
Use self instead of this(keyword)
12 years ago
xsl
Fixed two tests, 1 left
12 years ago
zip
Use reference counting instead of zval duplication
12 years ago
zlib
Merge branch 'master' into phpng
12 years ago
ext_skel
Merge branch 'PHP-5.5' into PHP-5.6
12 years ago
ext_skel_win32.php
On win32 extensions starts with php_
23 years ago