..
tests
- Add some checks when unserializing data to prevent buffer overflows
22 years ago
CREDITS
2nd step towards auto-credits
25 years ago
Makefile.frag
Make sure zend stuff is built first.
22 years ago
array.c
- MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions which
22 years ago
assert.c
- A belated happy holidays and PHP 5
22 years ago
base64.c
Fixed bug #27460 (base64_decode() does not handle extra padding).
22 years ago
base64.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
basic_functions.c
Added stream_filter_remove() to cancel a stream filter.
22 years ago
basic_functions.h
Fix inet_pton/ntop() on BSD
22 years ago
browscap.c
Fixed bug #27291 (get_browser matches browscap.ini patterns incorrectly).
22 years ago
config.m4
- Decouple NAN and INF
22 years ago
config.w32
Fix a problem resolving the php.ini path under win32 terminal services environment.
22 years ago
crc32.c
- A belated happy holidays and PHP 5
22 years ago
crc32.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
credits.c
update documentation credits, mentioning that more contributors are listed in the manual
22 years ago
credits.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
credits_ext.h
Update
22 years ago
credits_sapi.h
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
22 years ago
crypt.c
* email address update
22 years ago
css.c
- A belated happy holidays and PHP 5
22 years ago
css.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
cyr_convert.c
- A belated happy holidays and PHP 5
22 years ago
cyr_convert.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
datetime.c
Fixed bug #29342 (strtotime() does not handle empty date string properly).
22 years ago
datetime.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
dir.c
64-bit bugsquash party
22 years ago
dl.c
- Need to set handle prior to calling zend_register_module_ex()
22 years ago
dl.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
dns.c
Add A6 support, fix IPv6 address parsing, and improve define compatability
22 years ago
dns.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
exec.c
Missing patch.
22 years ago
exec.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
file.c
avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.
22 years ago
file.h
Adding missing PHPAPI for non ZTS builds
22 years ago
filestat.c
MF4: fix crash if shutdown uses file stats
22 years ago
filters.c
- Cleanups.
22 years ago
flock_compat.c
- A belated happy holidays and PHP 5
22 years ago
flock_compat.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
formatted_print.c
Fixed bug #28633 (sprintf incorrectly adding padding to floats).
22 years ago
fsock.c
64-bit bugsquash party
22 years ago
fsock.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
ftok.c
Added missing safe_mode & open_basedir checks.
22 years ago
ftp_fopen_wrapper.c
Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
22 years ago
head.c
Fixed proto of headers_list().
22 years ago
head.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
html.c
- Fix bug #29199 (html_entity_decode() misbehaves with UTF-8)
22 years ago
html.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
http.c
Fixed unregistered bug [crash in http_build_query()]
22 years ago
http_fopen_wrapper.c
*** empty log message ***
22 years ago
image.c
- Added a notice to getimagesize in case zlib is not available and a compressed
22 years ago
incomplete_class.c
- Bugfix #29985
22 years ago
info.c
Use caseinsensitive sort
22 years ago
info.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
iptc.c
Fixed possible buffer overflow.
22 years ago
lcg.c
- A belated happy holidays and PHP 5
22 years ago
levenshtein.c
Removed unneeded checks around Zend allocation macros.
22 years ago
link.c
- A belated happy holidays and PHP 5
22 years ago
mail.c
fix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters
22 years ago
math.c
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
22 years ago
md5.c
- A belated happy holidays and PHP 5
22 years ago
md5.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
metaphone.c
- A belated happy holidays and PHP 5
22 years ago
microtime.c
- A belated happy holidays and PHP 5
22 years ago
microtime.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
pack.c
fix for bug 27384
22 years ago
pack.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
pageinfo.c
- A belated happy holidays and PHP 5
22 years ago
pageinfo.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
parsedate.y
- Add missing "CEST" timezone
22 years ago
php_array.h
add array_:
22 years ago
php_assert.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_browscap.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_crypt.h
* email address update
22 years ago
php_dir.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_ext_syslog.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_filestat.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_fopen_wrapper.c
Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.
22 years ago
php_fopen_wrappers.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_ftok.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_http.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_image.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_incomplete_class.h
BUG #27469 was fixed (serialize() objects of incomplete class)
22 years ago
php_iptc.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_lcg.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_link.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_mail.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_math.h
Fixed bug #28508 (Do not make hypot() available if not supported by libc).
22 years ago
php_metaphone.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_parsedate.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_rand.h
- Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)
22 years ago
php_smart_str.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_smart_str_public.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_standard.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_string.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_sunfuncs.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_type.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_uuencode.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
php_var.h
- Add some checks when unserializing data to prevent buffer overflows
22 years ago
php_versioning.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
proc_open.c
64-bit bugsquash party
22 years ago
proc_open.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
quot_print.c
- A belated happy holidays and PHP 5
22 years ago
quot_print.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
rand.c
- Moved php_srand() call into php_rand().
22 years ago
reg.c
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
22 years ago
reg.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
scanf.c
Fixed bug #27295 (memory leak inside sscanf()).
22 years ago
scanf.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
sha1.c
- A belated happy holidays and PHP 5
22 years ago
sha1.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
soundex.c
Properly handly high ascii values in soundex().
22 years ago
streamsfuncs.c
Added stream_filter_remove() to cancel a stream filter.
22 years ago
streamsfuncs.h
Added stream_filter_remove() to cancel a stream filter.
22 years ago
string.c
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
22 years ago
strnatcmp.c
Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
22 years ago
sunfuncs.c
make autogenerated docs happy (Friedhelm Betz)
22 years ago
syslog.c
Misc. win32 thread safety fixes.
22 years ago
type.c
- Fixed bug #27822 (is_resource() returns TRUE for closed resources)
22 years ago
uniqid.c
- A belated happy holidays and PHP 5
22 years ago
uniqid.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
url.c
String lengths should never be char pointers.
22 years ago
url.h
Changed prototypes to allow parsing of string literals and constant strings
22 years ago
url_scanner.c
- A belated happy holidays and PHP 5
22 years ago
url_scanner.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
url_scanner_ex.c
Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output).
22 years ago
url_scanner_ex.h
- Happy new year and PHP 5 for rest of the files too..
22 years ago
url_scanner_ex.re
Fixed bug #29333 (output_buffering + trans_sess_id can corrupt output).
22 years ago
user_filters.c
BugFix#28868 (Part Two): This fixes thread unsafety in the userspace
22 years ago
uuencode.c
Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid
22 years ago
var.c
- Add some checks when unserializing data to prevent buffer overflows
22 years ago
var_unserializer.c
- Moe changed from .re to .c
22 years ago
var_unserializer.re
- Readd check for nested data (but correct this time)
22 years ago
versioning.c
- A belated happy holidays and PHP 5
22 years ago