..
tests
moved to ext/iconv.
25 years ago
CREDITS
2nd step towards auto-credits
26 years ago
Makefile.in
first step towards auto-generated credits
26 years ago
array.c
@- Changed extract() to check that prefixed name is a valid one. (Andrei)
25 years ago
assert.c
update my email.
26 years ago
base64.c
The result of conv_z_macros and some manual conversion of
26 years ago
base64.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
basic_functions.c
added iconv extension.
25 years ago
basic_functions.h
added iconv extension.
25 years ago
browscap.c
Optimize it a bit - no need to dup empty string (which can be pretty common for .ini)
25 years ago
config.m4
added iconv extension.
25 years ago
crc32.c
Cleaning up some mess
26 years ago
credits.c
Add the QA team to the credits
25 years ago
credits.h
first step towards auto-generated credits
26 years ago
credits_ext.h
Added OpenSSL
25 years ago
credits_sapi.h
filename wildcards in a c comment were a bad idea
26 years ago
crypt.c
- Fix for bug #8535 - floating point exception on FreeBSD while initializing
25 years ago
cyr_convert.c
Add support to ukrainian characters (by serhiy@society.kiev.ua)
26 years ago
cyr_convert.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
datetime.c
fixed swatch internet time (bugs#8242,7106)
25 years ago
datetime.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
dir.c
- Make all places use MAXPATHLEN in the same way. It includes the
26 years ago
dl.c
Fixed windows build.
26 years ago
dl.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
dns.c
The result of conv_z_macros and some manual conversion of
26 years ago
dns.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
exec.c
exec'd processes now get cleaned up even if the browser connections was
25 years ago
exec.h
Add EscapeShellArg() function which turns a b into 'a b' and
26 years ago
file.c
- Make the INI mechanism thread safe (fix necessary API changes from Zend)
25 years ago
file.h
Hardcode all functions which are mentioned in the Large File Support Spec
26 years ago
filestat.c
Hardcode all functions which are mentioned in the Large File Support Spec
26 years ago
flock_compat.c
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
flock_compat.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
formatted_print.c
Make use of zend_isinf and zend_isnan.
26 years ago
fsock.c
- Use memcmp() instead of ugly char-by-char compare
25 years ago
fsock.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
ftp_fopen_wrapper.c
compile fixes & update of win32 dsp
26 years ago
head.c
Allow users to specify whether they want to replace existing header fields.
26 years ago
head.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
html.c
fixed bug 7961
26 years ago
html.h
Clean up htmlspecialchars/htmlentities inconsistencies.
26 years ago
http_fopen_wrapper.c
Follows redirects again, and $http_response_header now contains all headers
25 years ago
image.c
- Fixed warning under VC6
26 years ago
incomplete_class.c
- Cleanup some output functions
26 years ago
info.c
Many patches. I hope I remember them all:
25 years ago
info.h
Add the QA team to the credits
25 years ago
iptc.c
update my email.
26 years ago
lcg.c
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
levenshtein.c
enforce lenght limit and catch out-ouf-memory conditions
26 years ago
link.c
- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
26 years ago
mail.c
evaluate sendmail exit status, fixes unix side of bug #5630
26 years ago
math.c
update my email.
26 years ago
md5.c
Get rid of php_global.h and the associated data types UINT4/_POINTER.
26 years ago
md5.h
Get rid of php_global.h and the associated data types UINT4/_POINTER.
26 years ago
metaphone.c
update my email.
26 years ago
microtime.c
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
26 years ago
microtime.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
output.c
Avoid possible memory leak in the URL scanner, if the connection is
25 years ago
pack.c
Make "H*" work
26 years ago
pack.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
pageinfo.c
Fix possible crash when stat information is not available
26 years ago
pageinfo.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
parsedate.y
Namespace protect parse_date interface and implementation
26 years ago
php_array.h
Make php_array_merge() an API function.
26 years ago
php_assert.h
update my email.
26 years ago
php_browscap.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_crypt.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_dir.h
Hardcode all functions which are mentioned in the Large File Support Spec
26 years ago
php_ext_syslog.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_filestat.h
Hardcode all functions which are mentioned in the Large File Support Spec
26 years ago
php_fopen_wrapper.c
fopen wrappers cleanup
26 years ago
php_fopen_wrappers.h
fopen wrappers cleanup
26 years ago
php_image.h
Rename macros which begin with underscore to appropiate macros. The general
26 years ago
php_incomplete_class.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_iptc.h
update my email.
26 years ago
php_lcg.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_link.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_mail.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_math.h
Added some more predefined constants
26 years ago
php_metaphone.h
update my email.
26 years ago
php_output.h
Very initial work on chunked output buffering. It's really unoptimized at
26 years ago
php_parsedate.h
Namespace protect parse_date interface and implementation
26 years ago
php_rand.h
Change header protection macros to conform to standard.
26 years ago
php_smart_str.h
Fix allocation
26 years ago
php_smart_str_public.h
Move structure definition into its own file, so that public header
26 years ago
php_standard.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
php_string.h
Move php_memnstr to the header file, so that the function body is available
26 years ago
php_var.h
Add support for serializing references.
26 years ago
quot_print.c
@ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
26 years ago
quot_print.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
rand.c
@Set default include_path so PEAR files can be reached (Stig)
26 years ago
reg.c
Sorry only the *_replaceparameters are wrong.
26 years ago
reg.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
scanf.c
Fix crash in sscanf in error handler (#7533)
26 years ago
scanf.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
soundex.c
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
26 years ago
string.c
added iconv extension.
25 years ago
strnatcmp.c
@ Updated natural comparison/sorting algorithm by Martin Pool
26 years ago
syslog.c
Since we don't allow parameters for syslog, we shouln't pass the
26 years ago
type.c
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
type.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
uniqid.c
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
26 years ago
uniqid.h
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
26 years ago
url.c
- Now really fix it.
26 years ago
url.h
This url symbol was a bit too generic. Change it to php_url instead.
26 years ago
url_scanner.c
The rewrite was completely authored by Hartmut
26 years ago
url_scanner.h
Fix RINIT/RSHUTDOWN functions and add url_adapt_ext()
26 years ago
url_scanner_ex.c
Avoid possible memory leak in the URL scanner, if the connection is
25 years ago
url_scanner_ex.h
Reinstantiate single quotes properly.
26 years ago
url_scanner_ex.re
Avoid possible memory leak in the URL scanner, if the connection is
25 years ago
var.c
php_add_var_hash() uses sizeof(id) in the calls to zend_hash_*, implying
25 years ago