php-src/ext/standard
2009-06-21 15:30:23 +00:00
..
tests Fix test; remove spurious code 2009-06-18 21:53:14 +00:00
array.c * Roll it back then. I wonder if defaulting it to SORT_REGULAR would work well 2009-05-15 17:02:34 +00:00
assert.c Added zend_eval_stringl and made create_function(), etc. binary-safe 2009-06-05 18:50:10 +00:00
base64.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
base64.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
basic_functions.c Fixed arginfo for array_map, patch by Matthew Fonda <matthewfonda@gmail.com> 2009-06-20 06:05:26 +00:00
basic_functions.h Implement JIT request decoding support for $_GET and $_POST. 2009-05-23 18:03:27 +00:00
browscap.c Fixed error message grammar: 2009-06-06 02:40:14 +00:00
config.m4 MFB Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions. 2009-01-11 23:47:52 +00:00
config.w32 - symlink, hardlink & co support (2/2) & (3/3) 2009-01-16 10:04:29 +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 - MFB: sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) 2009-06-08 08:45:36 +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 - Removed: 2009-03-26 20:02:53 +00:00
dl.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
dl.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
dns_win32.c - nuke unused vars 2009-04-20 06:35:43 +00:00
dns.c - Fix non-windows builds too 2009-05-20 12:15:36 +00:00
dns.h - Fix bug #48317 (compile failure in dns.h) (thanks to Pierre for introducing this) 2009-05-19 19:39:42 +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 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
filters.c - Added "dechunk" filter which can decode HTTP responces with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header presents in responce. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context 2009-04-16 10:34:15 +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 - Removed: 2009-03-26 20:02:53 +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 error message grammar: 2009-06-06 02:40:14 +00:00
head.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
html.c - Removed: 2009-03-26 20:02:53 +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 Fixed bug #38802 (max_redirects and ignore_errors) 2009-05-16 20:34:08 +00:00
http.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
image.c Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25: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 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
info.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
iptc.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 - MF53: fix readlink in TS SAPI 2009-06-16 16:53:56 +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 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns 2009-05-12 12:37:52 +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_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 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 - MFB: #41874, separate STDOUT and STDERR in exec functions 2009-06-09 14:07:06 +00:00
proc_open.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
streamsfuncs.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
string.c - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
strnatcmp.c Fixed compiler warning 2009-04-26 15:53:52 +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 gen 2009-04-25 21:09:23 +00:00
url_scanner_ex.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
url_scanner_ex.re Fix version 2009-04-25 21:08:54 +00:00
url_scanner.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
url_scanner.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
url.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +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 - Removed: 2009-03-26 20:02:53 +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