.. |
tests
|
oops: remove uneeded code in the skip condition
|
2006-12-27 15:17:04 +00:00 |
array.c
|
Fixed bug #30074
|
2006-12-17 20:09:48 +00:00 |
assert.c
|
Fixed bug #39718 (possible crash if assert.callback is set in ini).
|
2006-12-03 17:13:11 +00:00 |
base64.c
|
Fixed bug #37244 (Added strict flag to base64_decode() that enforces
|
2006-05-06 22:47:14 +00:00 |
base64.h
|
Fixed bug #37244 (Added strict flag to base64_decode() that enforces
|
2006-05-06 22:47:14 +00:00 |
basic_functions.c
|
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
|
2006-12-20 10:49:33 +00:00 |
basic_functions.h
|
- MFH: No idea if we actually support 16 bit systems, but this just looked wrong
|
2006-11-14 14:42:42 +00:00 |
browscap.c
|
MFH
|
2006-12-21 21:37:45 +00:00 |
config.m4
|
MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing declaration
|
2006-08-24 11:06:02 +00:00 |
config.w32
|
- MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).
|
2006-01-04 21:31:35 +00:00 |
crc32.c
|
- protos
|
2006-02-09 15:48:46 +00:00 |
crc32.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
CREDITS
|
2nd step towards auto-credits
|
2000-11-20 10:33:33 +00:00 |
credits_ext.h
|
Update credits
|
2006-10-04 12:51:33 +00:00 |
credits_sapi.h
|
- MFH creadits to Johannes
|
2005-08-11 20:45:58 +00:00 |
credits.c
|
MFH
|
2006-12-25 11:50:31 +00:00 |
credits.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
crypt.c
|
MFH
|
2006-12-12 12:11:51 +00:00 |
css.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
css.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
cyr_convert.c
|
MFH: couple of pedantic fixes: "static" should be first
|
2006-01-18 23:55:47 +00:00 |
cyr_convert.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
datetime.c
|
MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing declaration
|
2006-08-24 11:06:02 +00:00 |
datetime.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
dir.c
|
Fixed missing open_basedir check inside chdir() function.
|
2006-10-04 23:19:25 +00:00 |
dl.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
dl.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
dns.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
dns.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
exec.c
|
- Warning fixes by Steph
|
2006-02-26 10:57:00 +00:00 |
exec.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
file.c
|
Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection
|
2006-12-19 08:58:58 +00:00 |
file.h
|
MFH: sys_get_temp_dir()
|
2006-12-09 18:00:52 +00:00 |
filestat.c
|
Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dir
|
2006-12-09 16:01:29 +00:00 |
filters.c
|
fix gcc warning
|
2006-09-04 19:14:59 +00:00 |
flock_compat.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
flock_compat.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
formatted_print.c
|
Fixed bug #36392 (wrong number of decimal digits with %e specifier in
|
2006-12-22 15:29:41 +00:00 |
fsock.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
fsock.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
ftok.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
ftp_fopen_wrapper.c
|
MFH: fix buffer overrun
|
2006-03-20 14:10:35 +00:00 |
head.c
|
MFH: initialize optional vars
|
2006-10-16 19:27:57 +00:00 |
head.h
|
Added support for httpOnly flag for session extension and cookie setting
|
2006-08-10 13:50:56 +00:00 |
html.c
|
MFH
|
2006-12-21 01:18:28 +00:00 |
html.h
|
add php_unescape_html_entities() proto to the header
|
2006-11-28 20:41:07 +00:00 |
http_fopen_wrapper.c
|
Use %F (ignores locale) for internal representation of floats
|
2006-12-25 16:48:18 +00:00 |
http.c
|
- MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()
|
2006-07-24 18:03:45 +00:00 |
image.c
|
WS fix
|
2006-06-25 21:08:28 +00:00 |
incomplete_class.c
|
Export symbols that will allow building WDDX as shared object
|
2006-01-28 06:18:01 +00:00 |
info.c
|
Added a meta tag to phpinfo() output to prevent search engines from
|
2006-11-26 16:26:18 +00:00 |
info.h
|
Added missing declaration of the php_get_uname() PHPAPI function.
|
2006-09-29 21:40:16 +00:00 |
iptc.c
|
MFH: fix leak in iptcembed()
|
2006-08-30 16:30:14 +00:00 |
lcg.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
levenshtein.c
|
remove redundant error message
|
2006-11-21 17:42:11 +00:00 |
link.c
|
Additional expand_filepath() checks
|
2006-09-16 18:30:03 +00:00 |
mail.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
Makefile.frag
|
MFH: - Fix paths for --enable-gcov
|
2005-12-01 09:34:20 +00:00 |
math.c
|
Allocation safety checks
|
2006-12-25 22:36:57 +00:00 |
md5.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
md5.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
metaphone.c
|
MFH: fix #38961 (metaphone() results in segmentation fault on NetBSD)
|
2006-09-27 08:32:24 +00:00 |
microtime.c
|
Use %F (ignores locale) for internal representation of floats
|
2006-12-25 16:48:18 +00:00 |
microtime.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
pack.c
|
Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
|
2006-11-19 18:20:48 +00:00 |
pack.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
pageinfo.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
pageinfo.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_array.h
|
- MFH Added array_fill_keys(). (Marcus, Mathew W)
|
2006-07-15 10:21:10 +00:00 |
php_assert.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_browscap.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_crypt.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_dir.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_ext_syslog.h
|
fix #36808 (syslog ident becomes garbage between requests)
|
2006-03-20 23:03:11 +00:00 |
php_filestat.h
|
- There is no ltouch.
|
2006-03-05 19:01:37 +00:00 |
php_fopen_wrapper.c
|
MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages when trying to open "php://wrong")
|
2006-12-18 14:56:20 +00:00 |
php_fopen_wrappers.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_ftok.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_http.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_image.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_incomplete_class.h
|
Export symbols that will allow building WDDX as shared object
|
2006-01-28 06:18:01 +00:00 |
php_iptc.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_lcg.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_link.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_mail.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_math.h
|
Added missing API declarations.
|
2006-11-10 01:28:59 +00:00 |
php_metaphone.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_rand.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_smart_str_public.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_smart_str.h
|
Revert previous optimization if preparation for 5.1.4
|
2006-05-03 13:32:10 +00:00 |
php_standard.h
|
- MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).
|
2006-01-04 21:31:35 +00:00 |
php_string.h
|
Less hackish support for spaces at the start of tags within strip_tags()
|
2006-12-18 15:02:16 +00:00 |
php_type.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_uuencode.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
php_var.h
|
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
|
2006-12-20 10:49:33 +00:00 |
php_versioning.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
proc_open.c
|
MFH: suppress_errors is used only on Win32, no need to look for it on other systems
|
2006-06-01 14:03:49 +00:00 |
proc_open.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
quot_print.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
quot_print.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
rand.c
|
Faster and better licensed implementation
|
2006-11-10 10:10:38 +00:00 |
reg.c
|
MFH
|
2006-12-28 14:17:38 +00:00 |
reg.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
scanf.c
|
MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution)
|
2006-08-04 11:50:15 +00:00 |
scanf.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
sha1.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
sha1.h
|
Added missing API function declaration.
|
2006-09-29 22:35:47 +00:00 |
soundex.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
streamsfuncs.c
|
MFH
|
2006-12-25 22:12:46 +00:00 |
streamsfuncs.h
|
Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection
|
2006-12-19 08:58:58 +00:00 |
string.c
|
MFH
|
2006-12-20 23:36:56 +00:00 |
strnatcmp.c
|
Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
|
2004-07-15 01:26:03 +00:00 |
syslog.c
|
Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages).
|
2006-03-21 00:59:08 +00:00 |
type.c
|
is_numeric_string() optimization
|
2006-12-26 16:45:39 +00:00 |
uniqid.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
uniqid.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
url_scanner_ex.c
|
Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
|
2006-02-28 14:45:18 +00:00 |
url_scanner_ex.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
url_scanner_ex.re
|
Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
|
2006-02-28 14:45:18 +00:00 |
url_scanner.c
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
url_scanner.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
url.c
|
Fixed bug #38859 (parse_url() fails if passing '@' in passwd).
|
2006-09-28 14:52:31 +00:00 |
url.h
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
user_filters.c
|
MFH: check filter and class names for empty strings
|
2006-10-11 14:46:40 +00:00 |
uuencode.c
|
Use safe_emalloc()
|
2006-12-25 21:41:04 +00:00 |
var_unserializer.c
|
Support for 'S' format in unserialize() (forward compatibility with PHP
|
2006-12-15 00:58:08 +00:00 |
var_unserializer.re
|
Support for 'S' format in unserialize() (forward compatibility with PHP
|
2006-12-15 00:58:08 +00:00 |
var.c
|
Use safe_emalloc()
|
2006-12-25 21:41:04 +00:00 |
versioning.c
|
Updated protos & vim folding
|
2006-06-26 18:48:56 +00:00 |