You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wez Furlong 0447327118 Implement get_file_contents() as discussed (briefly!) by myself, Derick 24 years ago
..
tests - Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean) 24 years ago
CREDITS 2nd step towards auto-credits 26 years ago
Makefile.frag Please welcome the new build system. 24 years ago
aggregation.c I've altered my diagnosis of segfault/leak problem 24 years ago
aggregation.h Maintain headers. 24 years ago
array.c Fix TSRMLS_CC. 24 years ago
assert.c Maintain headers. 24 years ago
base64.c Maintain headers. 24 years ago
base64.h Maintain headers. 24 years ago
basic_functions.c Implement get_file_contents() as discussed (briefly!) by myself, Derick 24 years ago
basic_functions.h Adding object aggregation capability along with tests. 24 years ago
browscap.c - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR 24 years ago
config.m4 Please welcome the new build system. 24 years ago
crc32.c Maintain headers. 24 years ago
crc32.h Maintain headers. 24 years ago
credits.c Maintain headers. 24 years ago
credits.h Maintain headers. 24 years ago
credits_ext.h Fix credits. 24 years ago
credits_sapi.h Update Credits 24 years ago
crypt.c Maintain headers. 24 years ago
cyr_convert.c Maintain headers. 24 years ago
cyr_convert.h Maintain headers. 24 years ago
datetime.c cygwin fix 24 years ago
datetime.h Update headers. 25 years ago
dir.c (PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE 24 years ago
dl.c Allow use of dl() when CLI is compiled with ZTS (bug #15717). 24 years ago
dl.h Update headers. 25 years ago
dns.c Maintain headers. 24 years ago
dns.h Maintain headers. 24 years ago
exec.c change * formatting 24 years ago
exec.h Maintain headers. 24 years ago
file.c Implement get_file_contents() as discussed (briefly!) by myself, Derick 24 years ago
file.h * formatting, plus remove some old fopen wrappers 24 years ago
filestat.c Maintain headers. 24 years ago
flock_compat.c Maintain headers. 24 years ago
flock_compat.h Maintain headers. 24 years ago
formatted_print.c Maintain headers. 24 years ago
fsock.c This should help with some build problems/warnings under win32. 24 years ago
fsock.h New PHP streams... 24 years ago
ftok.c Maintain headers. 24 years ago
ftp_fopen_wrapper.c * formatting, plus remove some old fopen wrappers 24 years ago
head.c Maintain headers. 24 years ago
head.h Maintain headers. 24 years ago
html.c fixed possible bufferoverflow in get_next_char 24 years ago
html.h * formatting, plus remove some old fopen wrappers 24 years ago
http_fopen_wrapper.c * formatting, plus remove some old fopen wrappers 24 years ago
image.c -use of corrected stream seek 24 years ago
incomplete_class.c Update headers. 25 years ago
info.c New PHP streams... 24 years ago
info.h Maintain headers. 24 years ago
iptc.c Maintain headers. 24 years ago
lcg.c Maintain headers. 24 years ago
levenshtein.c Update headers. 25 years ago
link.c Maintain headers. 24 years ago
mail.c - WS fix. 24 years ago
math.c Fix thread-safe build. 24 years ago
md5.c Maintain headers. 24 years ago
md5.h Maintain headers. 24 years ago
metaphone.c Maintain headers. 24 years ago
microtime.c Maintain headers. 24 years ago
microtime.h Maintain headers. 24 years ago
pack.c Maintain headers. 24 years ago
pack.h Maintain headers. 24 years ago
pageinfo.c Maintain headers. 24 years ago
pageinfo.h Maintain headers. 24 years ago
parsedate.y Ignore ordinal suffixes on numbers (bug #15210) 24 years ago
php_array.h Update headers. 25 years ago
php_assert.h Maintain headers. 24 years ago
php_browscap.h Maintain headers. 24 years ago
php_crypt.h Maintain headers. 24 years ago
php_dir.h Maintain headers. 24 years ago
php_ext_syslog.h Maintain headers. 24 years ago
php_filestat.h Update headers. 25 years ago
php_fopen_wrapper.c New PHP streams... 24 years ago
php_fopen_wrappers.h * formatting, plus remove some old fopen wrappers 24 years ago
php_ftok.h Maintain headers. 24 years ago
php_image.h * formatting, plus remove some old fopen wrappers 24 years ago
php_incomplete_class.h Update headers. 25 years ago
php_iptc.h Maintain headers. 24 years ago
php_lcg.h Maintain headers. 24 years ago
php_link.h Maintain headers. 24 years ago
php_mail.h - Raise warning when trying to execute non-executeable shell 24 years ago
php_math.h Maintain headers. 24 years ago
php_metaphone.h Maintain headers. 24 years ago
php_parsedate.h Maintain headers. 24 years ago
php_rand.h Maintain headers. 24 years ago
php_smart_str.h Maintain headers. 24 years ago
php_smart_str_public.h Maintain headers. 24 years ago
php_standard.h Maintain headers. 24 years ago
php_string.h Maintain headers. 24 years ago
php_type.h Maintain headers. 24 years ago
php_var.h Maintain headers. 24 years ago
php_versioning.h Maintain headers. 24 years ago
quot_print.c Maintain headers. 24 years ago
quot_print.h Maintain headers. 24 years ago
rand.c Maintain headers. 24 years ago
reg.c Small memory leak fix that does not matter much. 24 years ago
reg.h Maintain headers. 24 years ago
scanf.c Maintain headers. 24 years ago
scanf.h Maintain headers. 24 years ago
soundex.c Update headers. 25 years ago
string.c Change php_addslashes() a little. 24 years ago
strnatcmp.c - Don't wrap lines... this is annoying while coding. 25 years ago
syslog.c - Fix protos. 24 years ago
type.c Maintain headers. 24 years ago
uniqid.c Maintain headers. 24 years ago
uniqid.h Maintain headers. 24 years ago
url.c Maintain headers. 24 years ago
url.h Maintain headers. 24 years ago
url_scanner.c Update headers. 25 years ago
url_scanner.h Update headers. 25 years ago
url_scanner_ex.c Restore use of inline 24 years ago
url_scanner_ex.h Maintain headers. 24 years ago
url_scanner_ex.re Restore use of inline 24 years ago
var.c it's late; no more commits from me tonight... 24 years ago
var_unserializer.c - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR 24 years ago
var_unserializer.re - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR 24 years ago
versioning.c Maintain headers. 24 years ago