php-src/ext/standard
Xinchen Hui ecc960e862 Merge branch 'PHP-5.4'
* PHP-5.4:
  fix test, the key may be a float value
2012-07-18 19:22:13 +08:00
..
html_tables - Less GCC warnings; code less readable, yay! 2011-08-31 05:45:02 +00:00
tests Merge branch 'PHP-5.4' 2012-07-18 19:22:13 +08:00
array.c Merge branch 'PHP-5.3' into PHP-5.4 2012-05-06 20:28:18 +08:00
assert.c - Year++ 2012-01-01 13:15:04 +00:00
base64.c Fix memory allocation checks for base64 encode 2012-06-24 23:32:50 +02:00
base64.h - Year++ 2012-01-01 13:15:04 +00:00
basic_functions.c Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
basic_functions.h - Year++ 2012-01-01 13:15:04 +00:00
browscap.c Merge branch 'PHP-5.3' into PHP-5.4 2012-06-22 17:33:22 +02:00
config.m4 Drop support for autoconf < 2.60 in trunk and the 2011-05-15 06:09:21 +00:00
config.w32 - missing add header 2011-01-07 14:57:51 +00:00
crc32.c - Year++ 2012-01-01 13:15:04 +00:00
crc32.h - Year++ 2012-01-01 13:15:04 +00:00
credits_ext.h update credits 2012-02-26 06:23:14 +00:00
credits_sapi.h Update credits 2010-05-27 22:51:28 +00:00
credits.c Add credit line for the PHP Output Handler 2012-02-13 19:54:51 +00:00
credits.h - Year++ 2012-01-01 13:15:04 +00:00
crypt_blowfish.c - update blowfish to 1.2 (Solar Designer) 2011-07-18 21:26:29 +00:00
crypt_blowfish.h Sync line ending with 5_4 2011-09-12 10:24:27 +00:00
crypt_freesec.c fix CVE-2012-2143 2012-05-29 23:07:04 -07:00
crypt_freesec.h
crypt_sha256.c fix salt truncation bug in sha256 2011-07-31 21:47:03 +00:00
crypt_sha512.c fix termination in sha-512 too 2011-07-31 23:14:04 +00:00
crypt.c Fix some lengths in crypt() 2012-06-29 13:11:43 +02:00
css.c - Year++ 2012-01-01 13:15:04 +00:00
css.h - Year++ 2012-01-01 13:15:04 +00:00
cyr_convert.c - Year++ 2012-01-01 13:15:04 +00:00
cyr_convert.h - Year++ 2012-01-01 13:15:04 +00:00
datetime.c - Year++ 2012-01-01 13:15:04 +00:00
datetime.h - Year++ 2012-01-01 13:15:04 +00:00
dir.c - Year++ 2012-01-01 13:15:04 +00:00
dl.c - Year++ 2012-01-01 13:15:04 +00:00
dl.h - Year++ 2012-01-01 13:15:04 +00:00
dns_win32.c - unify warning between win and unix and enable test 2011-09-04 21:48:22 +00:00
dns.c - Year++ 2012-01-01 13:15:04 +00:00
exec.c MFH: fixed a mistake on reverting my previous patch. 2012-04-09 23:49:18 +09:00
exec.h - Year++ 2012-01-01 13:15:04 +00:00
file.c - Year++ 2012-01-01 13:15:04 +00:00
file.h - Fixed bug #61253: Wrappers opened with errors concurrency problem 2012-03-08 12:30:59 +00:00
filestat.c Merge branch 'PHP-5.4' 2012-05-13 11:48:25 -07:00
filters.c - Year++ 2012-01-01 13:15:04 +00:00
flock_compat.c - Year++ 2012-01-01 13:15:04 +00:00
flock_compat.h - Year++ 2012-01-01 13:15:04 +00:00
formatted_print.c - Year++ 2012-01-01 13:15:04 +00:00
fsock.c - Year++ 2012-01-01 13:15:04 +00:00
fsock.h - Year++ 2012-01-01 13:15:04 +00:00
ftok.c - Year++ 2012-01-01 13:15:04 +00:00
ftp_fopen_wrapper.c - Year++ 2012-01-01 13:15:04 +00:00
head.c - Year++ 2012-01-01 13:15:04 +00:00
head.h - Year++ 2012-01-01 13:15:04 +00:00
html_tables.h - Year++ 2012-01-01 13:15:04 +00:00
html.c Fix bug 61713 check also that mbstring's found any internal_encoding 2012-05-08 18:31:11 +02:00
html.h - Year++ 2012-01-01 13:15:04 +00:00
http_fopen_wrapper.c - Year++ 2012-01-01 13:15:04 +00:00
http.c - Year++ 2012-01-01 13:15:04 +00:00
image.c - Year++ 2012-01-01 13:15:04 +00:00
incomplete_class.c - Fixed bug #62565 (Crashes due non-initialized internal properties_table) 2012-07-14 12:16:16 -03:00
info.c Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana. 2012-03-16 02:07:46 +00:00
info.h - Year++ 2012-01-01 13:15:04 +00:00
iptc.c Merge branch 'PHP-5.3' into PHP-5.4 2012-04-29 19:14:03 -03:00
lcg.c - Year++ 2012-01-01 13:15:04 +00:00
levenshtein.c - Year++ 2012-01-01 13:15:04 +00:00
link_win32.c - Year++ 2012-01-01 13:15:04 +00:00
link.c Merge branch 'PHP-5.3' into PHP-5.4 2012-03-25 05:45:55 +05:30
mail.c - Year++ 2012-01-01 13:15:04 +00:00
Makefile.frag
math.c Fix test fails: ext/standard/tests/general_functions/bug27678.phpt 2012-07-17 23:08:11 +02:00
md5.c - Year++ 2012-01-01 13:15:04 +00:00
md5.h - Year++ 2012-01-01 13:15:04 +00:00
metaphone.c - Year++ 2012-01-01 13:15:04 +00:00
microtime.c - Year++ 2012-01-01 13:15:04 +00:00
microtime.h - Year++ 2012-01-01 13:15:04 +00:00
pack.c Fix build on MS Windows 2012-04-28 16:32:44 +01:00
pack.h - Year++ 2012-01-01 13:15:04 +00:00
pageinfo.c - Year++ 2012-01-01 13:15:04 +00:00
pageinfo.h - Year++ 2012-01-01 13:15:04 +00:00
php_array.h - Year++ 2012-01-01 13:15:04 +00:00
php_assert.h - Year++ 2012-01-01 13:15:04 +00:00
php_browscap.h - Year++ 2012-01-01 13:15:04 +00:00
php_crypt_r.c - Year++ 2012-01-01 13:15:04 +00:00
php_crypt_r.h - Year++ 2012-01-01 13:15:04 +00:00
php_crypt.h - Year++ 2012-01-01 13:15:04 +00:00
php_dir.h - Year++ 2012-01-01 13:15:04 +00:00
php_dns.h - Year++ 2012-01-01 13:15:04 +00:00
php_ext_syslog.h - Year++ 2012-01-01 13:15:04 +00:00
php_filestat.h - Year++ 2012-01-01 13:15:04 +00:00
php_fopen_wrapper.c fd fix 2012-05-16 16:35:16 +02:00
php_fopen_wrappers.h - Year++ 2012-01-01 13:15:04 +00:00
php_ftok.h - Year++ 2012-01-01 13:15:04 +00:00
php_http.h - Year++ 2012-01-01 13:15:04 +00:00
php_image.h - Year++ 2012-01-01 13:15:04 +00:00
php_incomplete_class.h - Year++ 2012-01-01 13:15:04 +00:00
php_iptc.h - Year++ 2012-01-01 13:15:04 +00:00
php_lcg.h - Year++ 2012-01-01 13:15:04 +00:00
php_link.h - Year++ 2012-01-01 13:15:04 +00:00
php_mail.h - Year++ 2012-01-01 13:15:04 +00:00
php_math.h - Year++ 2012-01-01 13:15:04 +00:00
php_metaphone.h - Year++ 2012-01-01 13:15:04 +00:00
php_rand.h - Year++ 2012-01-01 13:15:04 +00:00
php_smart_str_public.h - Year++ 2012-01-01 13:15:04 +00:00
php_smart_str.h - Year++ 2012-01-01 13:15:04 +00:00
php_standard.h - Year++ 2012-01-01 13:15:04 +00:00
php_string.h - Year++ 2012-01-01 13:15:04 +00:00
php_type.h Implement boolval() with a test 2012-06-06 22:34:51 +02:00
php_uuencode.h - Year++ 2012-01-01 13:15:04 +00:00
php_var.h Fixed incorrect type cast 2012-01-11 15:04:14 +00:00
php_versioning.h - Year++ 2012-01-01 13:15:04 +00:00
proc_open.c Merge branch 'PHP-5.3' into PHP-5.4 2012-05-30 14:43:55 +08:00
proc_open.h - Year++ 2012-01-01 13:15:04 +00:00
quot_print.c - Year++ 2012-01-01 13:15:04 +00:00
quot_print.h - Year++ 2012-01-01 13:15:04 +00:00
rand.c - Year++ 2012-01-01 13:15:04 +00:00
scanf.c - Year++ 2012-01-01 13:15:04 +00:00
scanf.h - Year++ 2012-01-01 13:15:04 +00:00
sha1.c - Year++ 2012-01-01 13:15:04 +00:00
sha1.h - Year++ 2012-01-01 13:15:04 +00:00
soundex.c - Year++ 2012-01-01 13:15:04 +00:00
streamsfuncs.c - Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak 2012-03-17 19:37:30 +00:00
streamsfuncs.h - Year++ 2012-01-01 13:15:04 +00:00
string.c fix comment 2012-07-14 14:50:50 -07:00
strnatcmp.c Fix for bug #49698 2009-09-28 13:29:53 +00:00
syslog.c - Year++ 2012-01-01 13:15:04 +00:00
type.c simplify boolval() 2012-06-13 12:03:36 -07:00
uniqid.c - Year++ 2012-01-01 13:15:04 +00:00
uniqid.h - Year++ 2012-01-01 13:15:04 +00:00
url_scanner_ex.c - Year++ 2012-01-01 13:15:04 +00:00
url_scanner_ex.h - Year++ 2012-01-01 13:15:04 +00:00
url_scanner_ex.re - Fix #55301 (url scanner part) check if malloc succeded 2011-07-28 10:52:45 +00:00
url.c - Year++ 2012-01-01 13:15:04 +00:00
url.h - Year++ 2012-01-01 13:15:04 +00:00
user_filters.c - Year++ 2012-01-01 13:15:04 +00:00
uuencode.c - Year++ 2012-01-01 13:15:04 +00:00
var_unserializer.c - fix bug #60879, unserialize does not invoke __wakeup 2012-02-28 18:36:10 +00:00
var_unserializer.re - fix bug #60879, unserialize does not invoke __wakeup 2012-02-28 18:36:10 +00:00
var.c Fix bug #62373 (serialize() generates wrong reference to the object) 2012-06-25 19:14:19 +09:00
versioning.c - Year++ 2012-01-01 13:15:04 +00:00
winver.h * Added version info for Windows XP Starter/Tablet PC/Media Center editions 2010-10-12 17:34:25 +00:00