php-src/ext/standard
2000-11-07 15:06:43 +00:00
..
tests * all tests should pass now (expect for the interbase stuff that I haven't 2000-08-31 22:21:47 +00:00
array.c Fixed memory leak in array_diff and array_intersect, was introduced with 2000-11-03 07:20:35 +00:00
assert.c update my email. 2000-10-29 09:14:55 +00:00
base64.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
base64.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
basic_functions.c Updated proto for highlight_file/highlight_string 2000-11-04 01:18:10 +00:00
basic_functions.h parse_ini_file() supports a new optional 2nd argument that instructs it 2000-10-29 23:34:33 +00:00
browscap.c - Complete the move to the new INI parser. (Side effect: at last, people 2000-10-30 23:39:14 +00:00
config.m4 Itanium patch from Steve Robb <steve@eu.c2.net> 2000-07-19 16:19:40 +00:00
crc32.c Cleaning up some mess 2000-08-21 09:50:53 +00:00
crypt.c - Make the random generator work again. This patch seems to work. 2000-11-03 00:45:24 +00:00
cyr_convert.c Add support to ukrainian characters (by serhiy@society.kiev.ua) 2000-11-06 08:46:12 +00:00
cyr_convert.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
datetime.c @- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani) 2000-09-03 04:09:48 +00:00
datetime.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
dir.c - Fix build 2000-11-04 17:15:00 +00:00
dl.c Fixed windows build. 2000-11-06 06:31:00 +00:00
dl.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
dns.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
dns.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
exec.c Add EscapeShellArg() function which turns a b into 'a b' and 2000-09-05 16:55:32 +00:00
exec.h Add EscapeShellArg() function which turns a b into 'a b' and 2000-09-05 16:55:32 +00:00
file.c - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
file.h - Remove #if 0 code 2000-09-11 19:04:23 +00:00
filestat.c - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
flock_compat.c Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
flock_compat.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
formatted_print.c Make use of zend_isinf and zend_isnan. 2000-08-20 06:08:14 +00:00
fsock.c - URL-opened files now store the HTTP response header in $http_response_header 2000-10-28 01:31:56 +00:00
fsock.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
ftp_fopen_wrapper.c compile fixes & update of win32 dsp 2000-10-13 09:13:01 +00:00
head.c Allow users to specify whether they want to replace existing header fields. 2000-10-27 09:43:06 +00:00
head.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
html.c # missed proto comments 2000-09-12 17:24:46 +00:00
html.h Clean up htmlspecialchars/htmlentities inconsistencies. 2000-09-12 17:22:37 +00:00
http_fopen_wrapper.c - URL-opened files now store the HTTP response header in $http_response_header 2000-10-28 01:31:56 +00:00
image.c - Fixed warning under VC6 2000-08-11 23:24:54 +00:00
incomplete_class.c - Cleanup some output functions 2000-09-30 16:13:48 +00:00
info.c - Added myself to the credits... 2000-11-06 22:53:11 +00:00
info.h generalization of image handling in phpinfo 2000-10-31 17:21:52 +00:00
iptc.c update my email. 2000-10-29 09:14:55 +00:00
lcg.c Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
levenshtein.c Cleaning up some mess 2000-08-21 09:50:53 +00:00
link.c - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() 2000-11-02 23:08:07 +00:00
mail.c evaluate sendmail exit status, fixes unix side of bug #5630 2000-08-03 19:26:19 +00:00
Makefile.in fopen wrappers cleanup 2000-10-13 00:09:31 +00:00
math.c update my email. 2000-10-29 09:14:55 +00:00
md5.c Get rid of php_global.h and the associated data types UINT4/_POINTER. 2000-08-21 10:10:31 +00:00
md5.h Get rid of php_global.h and the associated data types UINT4/_POINTER. 2000-08-21 10:10:31 +00:00
metaphone.c update my email. 2000-10-29 09:14:55 +00:00
microtime.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
microtime.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
output.c - Fixed a bug that caused PHP not to properly flush its output buffer, if more 2000-11-02 16:46:30 +00:00
pack.c Make "H*" work 2000-10-30 12:26:26 +00:00
pack.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
pageinfo.c Fix possible crash when stat information is not available 2000-08-08 15:50:28 +00:00
pageinfo.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
parsedate.y 'const' is problematic in code in the final section of a Bison file (Bison defines 2000-08-22 20:59:26 +00:00
php_array.h Added array_sum() function. 2000-10-25 17:40:11 +00:00
php_assert.h update my email. 2000-10-29 09:14:55 +00:00
php_browscap.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_crypt.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_dir.h update my email. 2000-10-29 09:14:55 +00:00
php_ext_syslog.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_filestat.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_fopen_wrapper.c fopen wrappers cleanup 2000-10-13 00:09:31 +00:00
php_fopen_wrappers.h fopen wrappers cleanup 2000-10-13 00:09:31 +00:00
php_image.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_incomplete_class.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_iptc.h update my email. 2000-10-29 09:14:55 +00:00
php_lcg.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_link.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_mail.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_math.h Added some more predefined constants 2000-08-19 22:01:37 +00:00
php_metaphone.h update my email. 2000-10-29 09:14:55 +00:00
php_output.h @- Added support for an optional output handler function for output 2000-09-02 18:03:58 +00:00
php_parsedate.h Make parsedate build again 2000-08-23 10:54:13 +00:00
php_rand.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_smart_str_public.h Move structure definition into its own file, so that public header 2000-10-12 00:48:12 +00:00
php_smart_str.h Make the API more leaner (sp?) and get rid of *copy*. 2000-10-26 18:01:51 +00:00
php_standard.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
php_string.h Move php_memnstr to the header file, so that the function body is available 2000-09-27 15:18:00 +00:00
php_var.h Add support for serializing references. 2000-10-30 17:10:06 +00:00
quot_print.c Fix quoted_printable_decode (also should fix #6511) 2000-09-03 09:31:25 +00:00
quot_print.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
rand.c @Set default include_path so PEAR files can be reached (Stig) 2000-07-18 11:02:28 +00:00
reg.c Sorry only the *_replaceparameters are wrong. 2000-08-04 11:57:21 +00:00
reg.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
scanf.c Fix crash in sscanf in error handler (#7533) 2000-10-30 16:44:01 +00:00
scanf.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
soundex.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
string.c Fix bug #7667. 2000-11-06 19:41:30 +00:00
strnatcmp.c @ Updated natural comparison/sorting algorithm by Martin Pool 2000-04-29 18:57:06 +00:00
syslog.c Since we don't allow parameters for syslog, we shouln't pass the 2000-09-08 11:24:08 +00:00
type.c Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
type.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
uniqid.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
uniqid.h Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. 2000-07-24 01:40:02 +00:00
url_scanner_ex.c Validators are happy now. 2000-11-01 22:53:42 +00:00
url_scanner_ex.h Reinstantiate single quotes properly. 2000-10-26 18:05:47 +00:00
url_scanner_ex.re Validators are happy now. 2000-11-01 22:53:42 +00:00
url_scanner.c The rewrite was completely authored by Hartmut 2000-09-19 17:45:44 +00:00
url_scanner.h Fix RINIT/RSHUTDOWN functions and add url_adapt_ext() 2000-09-19 17:21:26 +00:00
url.c - Now really fix it. 2000-10-02 18:13:53 +00:00
url.h This url symbol was a bit too generic. Change it to php_url instead. 2000-07-29 22:32:21 +00:00
var.c Andi says it should be zval_ptr_dtor 2000-11-07 15:06:43 +00:00