.. |
html_tables
|
- Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense).
|
2011-01-25 10:57:07 +00:00 |
tests
|
We can't really predict what will happen on an unknown host lookup
|
2011-05-15 01:52:07 +00:00 |
array.c
|
Implement FR #54459 (Range function accuracy) by changing the way range()
|
2011-04-06 10:23:06 +00:00 |
assert.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
base64.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
base64.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
basic_functions.c
|
- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
|
2011-05-01 18:37:20 +00:00 |
basic_functions.h
|
- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
|
2011-05-01 18:37:20 +00:00 |
browscap.c
|
- Fixed ZTS build
|
2011-05-01 19:22:24 +00:00 |
config.m4
|
- #51424, solaris part
|
2010-06-17 10:22:03 +00:00 |
config.w32
|
- missing add header
|
2011-01-07 14:57:51 +00:00 |
crc32.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
crc32.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
credits_ext.h
|
- Update credits
|
2010-12-17 10:48:47 +00:00 |
credits_sapi.h
|
Update credits
|
2010-05-27 22:51:28 +00:00 |
credits.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
credits.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
crypt_blowfish.c
|
Fixed compiler warnings in the standard library
|
2010-09-23 03:45:36 +00:00 |
crypt_freesec.c
|
- With "extended" hashes, detect and reject invalid "setting" strings.
|
2010-02-22 00:05:02 +00:00 |
crypt_freesec.h
|
- and the last part of the fix, inline on win
|
2008-08-25 14:37:07 +00:00 |
crypt_sha256.c
|
Fixed compiler warnings in the standard library
|
2010-09-23 03:45:36 +00:00 |
crypt_sha512.c
|
Fixed compiler warnings in the standard library
|
2010-09-23 03:45:36 +00:00 |
crypt.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
css.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
css.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
cyr_convert.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
cyr_convert.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
datetime.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
datetime.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
dir.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
dl.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
dl.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
dns_win32.c
|
- Removed redundant local variable in dns_get_record.
|
2010-10-11 03:07:03 +00:00 |
dns.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
exec.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
exec.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
file.c
|
- Make fclose() actually close stream, even when the resource refcount is > 1.
|
2011-03-21 02:58:54 +00:00 |
file.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
filestat.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
filters.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
flock_compat.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
flock_compat.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
formatted_print.c
|
- Removed dead defines.
|
2011-02-21 05:33:16 +00:00 |
fsock.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
fsock.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
ftok.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
ftp_fopen_wrapper.c
|
- Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
|
2011-02-27 20:23:54 +00:00 |
head.c
|
Turns out that more than 1% of users clocks are more than a year out of date, this causes cookies to never get deleted since the date is in the future.
|
2011-05-10 19:09:24 +00:00 |
head.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
html_tables.h
|
- Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense).
|
2011-01-25 10:57:07 +00:00 |
html.c
|
- Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion)
|
2011-03-20 15:15:08 +00:00 |
html.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
http_fopen_wrapper.c
|
Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization
|
2011-01-28 10:33:47 +00:00 |
http.c
|
added an option to http_build_query for RFC-3986
|
2011-01-08 02:21:44 +00:00 |
image.c
|
Fixed bug #54723 - getimagesize() doesn't check the full ico signature and misreports mpg files
|
2011-05-13 05:06:48 +00:00 |
incomplete_class.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
info.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
info.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
iptc.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
lcg.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
levenshtein.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
link_win32.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
link.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
mail.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
Makefile.frag
|
- Allow build without flex/bison installed (fixes builddir != srcdir build
|
2007-05-24 21:40:41 +00:00 |
math.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
md5.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
md5.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
metaphone.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
microtime.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
microtime.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
pack.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
pack.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
pageinfo.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
pageinfo.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_array.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_assert.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_browscap.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_crypt_r.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_crypt_r.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_crypt.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_dir.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_dns.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_ext_syslog.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_filestat.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_fopen_wrapper.c
|
Fixed compiler warning
|
2011-01-17 13:44:54 +00:00 |
php_fopen_wrappers.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_ftok.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_http.h
|
added an option to http_build_query for RFC-3986
|
2011-01-08 02:21:44 +00:00 |
php_image.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_incomplete_class.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_iptc.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_lcg.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_link.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_mail.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_math.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_metaphone.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_rand.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_smart_str_public.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_smart_str.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_standard.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_string.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_type.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_uuencode.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_var.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
php_versioning.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
proc_open.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
proc_open.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
quot_print.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
quot_print.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
rand.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
scanf.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
scanf.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
sha1.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
sha1.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
soundex.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
streamsfuncs.c
|
- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
|
2011-02-19 01:28:37 +00:00 |
streamsfuncs.h
|
- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
|
2011-02-19 01:28:37 +00:00 |
string.c
|
- Remove undesired line (reported by Gökhan Özbulak)
|
2011-04-13 13:38:52 +00:00 |
strnatcmp.c
|
Fix for bug #49698
|
2009-09-28 13:29:53 +00:00 |
syslog.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
type.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
uniqid.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
uniqid.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
url_scanner_ex.c
|
Fixed compiler warnings in the standard library
|
2010-09-23 03:45:36 +00:00 |
url_scanner_ex.h
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
url_scanner_ex.re
|
Fixed compiler warnings in the standard library
|
2010-09-23 03:45:36 +00:00 |
url.c
|
Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)
|
2011-03-13 04:02:56 +00:00 |
url.h
|
added an option to http_build_query for RFC-3986
|
2011-01-08 02:21:44 +00:00 |
user_filters.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
uuencode.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
var_unserializer.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
var_unserializer.re
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
var.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
versioning.c
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
winver.h
|
* Added version info for Windows XP Starter/Tablet PC/Media Center editions
|
2010-10-12 17:34:25 +00:00 |