php-src/ext/standard
Pierre Joye 1e820eca02 -MFH:
- #45430, windows implementation of crypt is not TS
 - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
 - Make crypt features portable:
   - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore
   - if one algo is missing, php's implemetation is used
   - Windows always use php's implementation
 - removed old code in windows/
2008-07-28 11:50:35 +00:00
..
tests Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:04 +00:00
array.c - MFH: Improved parameter handling 2008-07-24 03:07:22 +00:00
assert.c - MFH: New parameter parsing API 2008-07-23 19:34:35 +00:00
base64.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
base64.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
basic_functions.c - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:52:24 +00:00
basic_functions.h MFH 2008-04-15 08:44:21 +00:00
browscap.c - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:52:24 +00:00
config.m4 -MFH: 2008-07-28 11:50:35 +00:00
config.w32 -MFH: 2008-07-28 11:50:35 +00:00
crc32.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
crc32.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
CREDITS
credits_ext.h update credits 2008-07-26 22:19:41 +00:00
credits_sapi.h - Updated credits 2007-04-29 00:43:11 +00:00
credits.c MFH: updated website team info 2008-06-18 05:20:02 +00:00
credits.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
crypt_blowfish.c -MFH: 2008-07-28 11:50:35 +00:00
crypt_freesec.c -MFH: 2008-07-28 11:50:35 +00:00
crypt_freesec.h -MFH: 2008-07-28 11:50:35 +00:00
crypt.c -MFH: 2008-07-28 11:50:35 +00:00
css.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
css.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
cyr_convert.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
cyr_convert.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
datetime.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
datetime.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
dir.c - MFH: New parameter parsing API 2008-07-24 12:49:11 +00:00
dl.c - MFH: Improved fix (used 's' in parameter parsing) 2008-05-16 12:18:43 +00:00
dl.h - MFH: Improved fix (used 's' in parameter parsing) 2008-05-16 12:18:43 +00:00
dns.c MFH: Fixed Windows build now that HAVE_INET_PTON is defined 2008-05-23 09:40:44 +00:00
dns.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
exec.c Fix windows build error. 2008-07-22 21:53:53 +00:00
exec.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
file.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
file.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
filestat.c MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
filters.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
flock_compat.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
flock_compat.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
formatted_print.c Use new parameter parsing API 2008-07-01 10:01:09 +00:00
fsock.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
fsock.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
ftok.c fix buglet 2008-06-20 18:10:17 +00:00
ftp_fopen_wrapper.c - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by crrodriguez at suse dot de) 2008-07-11 18:33:35 +00:00
head.c fix typo 2008-06-10 08:14:52 +00:00
head.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
html.c MFB: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) 2008-04-11 19:06:12 +00:00
html.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
http_fopen_wrapper.c - Changed HTTP stream wrapper to accept any code between and including 2008-07-25 08:27:37 +00:00
http.c - MFH fix truncation of large values on 64-bit systems in http_build_query 2008-01-10 20:29:12 +00:00
image.c - New parameter parsing API 2008-06-20 14:53:57 +00:00
incomplete_class.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
info.c capitalize multibyte support 2008-07-08 08:37:56 +00:00
info.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
iptc.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
lcg.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
levenshtein.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
link.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
mail.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
Makefile.frag - Allow build without flex/bison installed (fixes builddir != srcdir build 2007-05-24 21:40:41 +00:00
math.c Fix build 2008-05-08 04:23:26 +00:00
md5.c Improved md5() implementation (Solar Designer) 2008-02-08 09:11:17 +00:00
md5.h Improved md5() implementation (Solar Designer) 2008-02-08 09:11:17 +00:00
metaphone.c MFB: Improved fix for #44242 2008-02-27 01:19:05 +00:00
microtime.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
microtime.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
pack.c - Fix segfault 2008-06-21 23:20:40 +00:00
pack.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
pageinfo.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
pageinfo.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_array.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_assert.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_browscap.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_crypt_r.c -MFH: 2008-07-28 11:50:35 +00:00
php_crypt_r.h -MFH: 2008-07-28 11:50:35 +00:00
php_crypt.h -MFH: 2008-07-28 11:50:35 +00:00
php_dir.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_ext_syslog.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_filestat.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_fopen_wrapper.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_fopen_wrappers.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_ftok.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_http.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_image.h - MFH Add constants and new test (test from testfest.php.net) 2008-05-24 11:53:55 +00:00
php_incomplete_class.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_iptc.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_lcg.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_link.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_mail.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_math.h Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
php_metaphone.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_rand.h fix build 2008-03-07 08:56:38 +00:00
php_smart_str_public.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_smart_str.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_standard.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_string.h - MFH (lcfirst()) 2008-01-19 19:27:22 +00:00
php_type.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_uuencode.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_var.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
php_versioning.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
proc_open.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
proc_open.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
quot_print.c - New parameter parsing API 2008-06-20 14:53:57 +00:00
quot_print.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
rand.c MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
scanf.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
scanf.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sha1.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
sha1.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
soundex.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
streamsfuncs.c MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:25:14 +00:00
streamsfuncs.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
string.c MFH: Fix integer oveflow in strrpos() 2008-07-22 01:10:58 +00:00
strnatcmp.c Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
syslog.c MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
type.c - Removed unused variables 2008-06-22 11:36:46 +00:00
uniqid.c MFH: Fix protos 2008-05-04 21:17:33 +00:00
uniqid.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
url_scanner_ex.c - Generated with re2c 0.13.4 2008-04-08 12:17:04 +00:00
url_scanner_ex.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
url_scanner_ex.re Sync with fix for #44394 2008-03-12 19:34:37 +00:00
url_scanner.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
url_scanner.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
url.c MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] 2008-06-04 19:35:15 +00:00
url.h MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
user_filters.c - MFH: Fixed data size 2008-05-08 18:28:25 +00:00
uuencode.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
var_unserializer.c Regenerate 2008-05-27 11:28:18 +00:00
var_unserializer.re MFH: Add array_init_size() and use it where array size is known at initialization 2008-05-27 10:29:33 +00:00
var.c - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:52:24 +00:00
versioning.c MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00