php-src/ext/standard
2009-08-28 22:46:43 +00:00
..
tests New basic network function tests. Tested on Windows, Linux and Linux 64 bit 2009-08-28 22:46:43 +00:00
array.c Fixed crash in usort() and uasort() in case user comparison function modifyes th 2009-08-14 06:21:49 +00:00
assert.c fix freed mem reference 2009-07-15 23:57:52 +00:00
base64.c Adjust base64_encode() according to PDM notes. 2009-07-16 22:19:09 +00:00
base64.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
basic_functions.c Fix build on platforms where crypt isn't always available 2009-08-12 09:18:41 +00:00
basic_functions.h - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
browscap.c Fixed error message grammar: 2009-06-06 02:40:14 +00:00
config.m4 Remove usage of res_nmkquery and res_nsend. We essentially were just doing a res_search() anyway, though now we use res_nsearch() with our own state. 2009-08-06 00:10:46 +00:00
config.w32 - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
crc32.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
crc32.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
credits_ext.h Remove bad CREDITS file 2009-05-09 22:33:55 +00:00
credits_sapi.h update credits: new sapi, stuff moved to pecl.. 2008-08-30 23:59:35 +00:00
credits.c - MFB: s,win32,windows, and add myself to the list 2009-03-17 15:38:24 +00:00
credits.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
crypt_blowfish.c Kill compiler warnings 2009-08-01 14:45:42 +00:00
crypt_freesec.c - Nuke unncessary checks already done elsewhere (ZEND) 2008-08-25 13:42:46 +00:00
crypt_freesec.h - MFB:inline definition (win32) 2008-08-26 06:54:37 +00:00
crypt.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
css.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
css.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
cyr_convert.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
cyr_convert.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
datetime.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
datetime.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
dir.c Kill compiler warnings 2009-08-01 14:45:42 +00:00
dl.c Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code. 2009-08-06 01:33:54 +00:00
dl.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
dns_win32.c - fix and improve dns' AAAA support on windows 2009-08-10 08:05:11 +00:00
dns.c Deal with moving to res_nsearch(). dns_search() on OSX lacks an error handler, might revert to using straight bind9. 2009-08-06 04:37:07 +00:00
exec.c - use the new OB API (and fix build) 2009-04-20 06:36:05 +00:00
exec.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
file.c MFB: Fixed bug #48313 (fgetcsv() return empty string rather then NULL for 2009-05-25 13:02:55 +00:00
file.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
filestat.c - Fix compiler warnings 2009-07-27 13:21:42 +00:00
filters.c Fixed bug #49014 (dechunked filter broken when serving more than 8192 bytes in 2009-07-23 12:18:40 +00:00
flock_compat.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
flock_compat.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
formatted_print.c - Fixed bug #48802 (printf() returns incorrect outputted length) 2009-07-23 14:54:04 +00:00
fsock.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
fsock.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
ftok.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
ftp_fopen_wrapper.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
head.c Fixed bug #45141 (setcookie will output expires years of >4 digits). 2009-07-29 13:44:16 +00:00
head.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
html.c Kill compiler warnings 2009-08-01 14:45:42 +00:00
html.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
http_fopen_wrapper.c fix memleak and possible segfault in HTTP fopen wrapper 2009-08-04 09:24:48 +00:00
http.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
image.c Added missing handling for ICO support 2009-08-04 14:34:44 +00:00
incomplete_class.c - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
info.c - Add information whether DTrace is enable to phpinfo 2009-07-22 13:57:34 +00:00
info.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
iptc.c Kill compiler warnings 2009-08-01 14:45:42 +00:00
lcg.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
levenshtein.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
link_win32.c - fix VC6 build 2009-08-27 14:45:41 +00:00
link.c - Removed: 2009-03-26 20:02:53 +00:00
mail.c MFB: Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in 2009-06-21 15:30:23 +00:00
Makefile.frag MFB 2007-05-24 21:43:56 +00:00
math.c Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:49:36 +00:00
md5.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
md5.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
metaphone.c - Fixed bug #48709 (metaphone and 'wh') 2009-06-28 18:41:20 +00:00
microtime.c set second argument of gettimeofday() to NULL (fixes #48346, 2009-05-21 14:21:18 +00:00
microtime.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pack.c Don't clober variables 2009-08-24 18:40:13 +00:00
pack.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pageinfo.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
pageinfo.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_array.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_assert.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_browscap.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_crypt_r.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_crypt_r.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_crypt.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_dir.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_dns.h Deal with moving to res_nsearch(). dns_search() on OSX lacks an error handler, might revert to using straight bind9. 2009-08-06 04:37:07 +00:00
php_ext_syslog.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_filestat.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_fopen_wrapper.c - Fixed bug #49286 (php://input (php_stream_input_read) is broken) 2009-08-20 12:40:15 +00:00
php_fopen_wrappers.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_ftok.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_http.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_image.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_incomplete_class.h - Removed: 2009-03-26 20:02:53 +00:00
php_iptc.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_lcg.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_link.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_mail.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_math.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_metaphone.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_rand.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_smart_str_public.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_smart_str.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_standard.h Change dns.h to php_dns.h, part of my dns cleanup 2009-08-05 23:20:17 +00:00
php_string.h Implement JIT request decoding support for $_GET and $_POST. 2009-05-23 18:03:27 +00:00
php_type.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_uuencode.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_var.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
php_versioning.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
proc_open.c - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32) 2009-08-03 19:05:56 +00:00
proc_open.h Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modified patch from Gwynne) 2009-07-19 14:52:27 +00:00
quot_print.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
quot_print.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
rand.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
scanf.c % shouldn't be escaped here 2009-05-28 20:46:05 +00:00
scanf.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sha1.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
sha1.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
soundex.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
streamsfuncs.c - CS 2009-08-03 15:58:18 +00:00
streamsfuncs.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
string.c - Fix ZTS build && removed unused vars 2009-08-15 16:05:06 +00:00
strnatcmp.c Restore intra-string whitespace collapsing broken in the previous change. 2009-08-08 14:39:34 +00:00
syslog.c - Removed unused declaration 2009-03-26 22:30:05 +00:00
type.c Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:53 +00:00
uniqid.c - silent compiler warning 2009-04-20 06:55:11 +00:00
uniqid.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
url_scanner_ex.c Change dns.h to php_dns.h, part of my dns cleanup 2009-08-05 23:20:17 +00:00
url_scanner_ex.h - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol: 2009-07-26 23:20:34 +00:00
url_scanner_ex.re - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol: 2009-07-26 23:20:34 +00:00
url.c Adjust base64_encode() according to PDM notes. 2009-07-16 22:19:09 +00:00
url.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
user_filters.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
uuencode.c Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns 2009-05-13 16:29:03 +00:00
var_unserializer.c - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
var_unserializer.re - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
var.c fix potential memory issue on serialization 2009-08-11 22:46:07 +00:00
versioning.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
winver.h - late MFB (sry): fix VC6 build 2008-12-12 10:33:05 +00:00