This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-26 17:22:15 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
066ea2204e225f061ae86a02dfad8ca480eaeffb
archived-php-src
/
ext
/
mcrypt
History
Dmitry Stogov
b8b8c497c4
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
..
tests
Fixed mcrypt test case
2014-03-11 20:49:41 +08:00
config.m4
Fix long-standing visual pain point: the misalignment of './configure help' text.
2013-08-06 11:06:09 -07:00
config.w32
- force static, can't be built yet shared anyway
2011-01-19 21:19:45 +00:00
CREDITS
…
mcrypt_filter.c
fix for phpng, failing RFC2144 test
2014-05-06 09:08:02 +01:00
mcrypt.c
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
mcrypt.dsp
revert change
#298288
: Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +00:00
php_mcrypt_filter.h
Bump year
2014-01-03 11:08:10 +08:00
php_mcrypt.h
Bump year
2014-01-03 11:08:10 +08:00
TODO
- Test commit
2003-12-19 15:29:34 +00:00