php-src/ext/standard
2001-12-03 05:15:29 +00:00
..
tests improve last patch: 2001-12-01 15:17:50 +00:00
array.c - Renaming key_exists to array_key_exists 2001-11-11 18:28:43 +00:00
assert.c It doesn't look like we use a fourth pointer. 2001-11-06 18:02:04 +00:00
base64.c Convert to use new parameter parsing API. 2001-10-26 14:50:58 +00:00
base64.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
basic_functions.c - Added ob_flush and ob_clean functions, which do not end the buffer like 2001-11-30 10:48:38 +00:00
basic_functions.h @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has 2001-10-07 11:52:09 +00:00
browscap.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
config.m4 Enable chroot() only if SAPI is CGI. 2001-09-12 02:07:46 +00:00
crc32.c Convert to use new parameter parsing API. 2001-10-26 21:07:59 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h Whitespace 2001-08-11 17:03:37 +00:00
credits_sapi.h Whitespace 2001-08-11 17:03:37 +00:00
credits.c - Correcting Goba's name, and adding me to QA team 2001-11-10 14:22:36 +00:00
credits.h Whitespace (spaces to four-column tabs) 2001-03-15 05:07:31 +00:00
crypt.c Convert to use new parameter parsing API. 2001-10-26 21:07:59 +00:00
cyr_convert.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
cyr_convert.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
datetime.c @ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore) 2001-11-07 14:22:15 +00:00
datetime.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
dir.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
dl.c Prolong the death of dl() for a little while longer. 2001-10-23 01:18:54 +00:00
dl.h Yet another TSRM fix. 2001-08-07 20:13:54 +00:00
dns.c Added IPv6 support to gethostbyaddr() 2001-09-19 18:08:15 +00:00
dns.h Missed this one. 2001-03-16 14:45:46 +00:00
exec.c ws fix 2001-11-04 02:09:55 +00:00
exec.h More TSRMLS_FETCH work 2001-07-30 09:16:46 +00:00
file.c WS fix 2001-11-18 03:34:23 +00:00
file.h - Fixing this bad idea 2001-11-10 18:06:28 +00:00
filestat.c fix execution order 2001-10-06 18:59:39 +00:00
flock_compat.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
flock_compat.h Whitespace 2001-08-11 17:03:37 +00:00
formatted_print.c 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
fsock.c - Fix crashbug on dtor 2001-11-14 09:48:14 +00:00
fsock.h - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
ftok.c Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee> 2001-11-15 09:53:40 +00:00
ftp_fopen_wrapper.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
head.c Make php_setcookie available from shared extensions 2001-12-03 05:10:10 +00:00
head.h Make php_setcookie available from shared extensions 2001-12-03 05:10:10 +00:00
html.c Convert to use new parameter parsing API. 2001-10-26 21:07:59 +00:00
html.h Added charset awareness to htmlentities() and htmlspecialchars(); use an 2001-05-28 11:00:06 +00:00
http_fopen_wrapper.c Fixed last argument in strlcat() call. 2001-10-19 18:06:37 +00:00
image.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
incomplete_class.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
info.c * zend_module_entry change: apino, debug and zts are moved first, 2001-10-11 23:33:59 +00:00
info.h More TSRMLS_FETCH work 2001-07-30 09:16:46 +00:00
iptc.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
lcg.c proto fixes "double" -> "float" 2001-09-21 21:59:27 +00:00
levenshtein.c Converting to use new parameter parsing API. 2001-10-19 19:21:58 +00:00
link.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
mail.c - switch to new paramter parser 2001-12-02 17:57:17 +00:00
Makefile.in Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee> 2001-11-15 09:53:40 +00:00
math.c Make _php_math_number_format available from shared extensions 2001-12-03 05:12:48 +00:00
md5.c Make php_MD5* functions available from shared extensions 2001-12-03 05:14:28 +00:00
md5.h Make php_MD5* functions available from shared extensions 2001-12-03 05:14:28 +00:00
metaphone.c Converting to use new parameter parsing API. 2001-10-19 19:21:58 +00:00
microtime.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
microtime.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
pack.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
pack.h Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 2001-07-30 01:56:43 +00:00
pageinfo.c Make php_startpage and php_getlastmod available from shared extensions 2001-12-03 05:11:29 +00:00
pageinfo.h Make php_startpage and php_getlastmod available from shared extensions 2001-12-03 05:11:29 +00:00
parsedate.y - Fix a bug in timezones +0100 and -0100 2001-12-02 11:35:28 +00:00
php_array.h - Renaming key_exists to array_key_exists 2001-11-11 18:28:43 +00:00
php_assert.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_browscap.h Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 2001-07-30 01:56:43 +00:00
php_crypt.h revert bad commit. 2001-09-05 19:47:55 +00:00
php_dir.h Enable chroot() only if SAPI is CGI. 2001-09-12 02:07:46 +00:00
php_ext_syslog.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_filestat.h Whitespace 2001-08-11 17:03:37 +00:00
php_fopen_wrapper.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
php_fopen_wrappers.h Fix some warnings 2001-07-31 23:32:24 +00:00
php_ftok.h Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee> 2001-11-15 09:53:40 +00:00
php_image.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_incomplete_class.h we can no longer register internal-classes once the script is started. 2001-08-06 13:36:08 +00:00
php_iptc.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_lcg.h Always seed the LCG from the request-init hook, otherwise the seed 2001-09-21 13:38:44 +00:00
php_link.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_mail.h used in extension(s) as well 2001-06-11 15:18:44 +00:00
php_math.h Make _php_math_number_format available from shared extensions 2001-12-03 05:12:48 +00:00
php_metaphone.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_parsedate.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_rand.h Make rand thread safe when ZTS is defined. 2001-09-16 20:49:57 +00:00
php_smart_str_public.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_smart_str.h Improved fix 2001-08-20 15:27:45 +00:00
php_standard.h Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee> 2001-11-15 09:53:40 +00:00
php_string.h Make chop the alias and rtrim the main function, in order to get automagically 2001-09-23 18:32:46 +00:00
php_var.h Rewrite of unserializer which should be more maintainable and extensible. 2001-11-10 21:18:34 +00:00
php_versioning.h * remove version_{lt,le,gt,ge,eq} functions, added a third optional 2001-10-11 10:35:59 +00:00
quot_print.c 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
quot_print.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
rand.c @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has 2001-10-07 11:52:09 +00:00
reg.c Make php_reg_replace available from shared extensions 2001-12-03 05:15:29 +00:00
reg.h Make php_reg_replace available from shared extensions 2001-12-03 05:15:29 +00:00
scanf.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
scanf.h Whitespace 2001-08-11 17:03:37 +00:00
soundex.c Converting to use new parameter parsing API. 2001-10-19 19:21:58 +00:00
string.c - Fix a crash when passing e.g. NULL to basename(). (Patch by Markus 2001-12-01 15:45:55 +00:00
strnatcmp.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
syslog.c Fix warning, 2001-10-20 13:45:29 +00:00
type.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
type.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
uniqid.c Fixed another proto. 2001-10-19 18:42:25 +00:00
uniqid.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
url_scanner_ex.c Remove some unused variables 2001-09-11 07:52:55 +00:00
url_scanner_ex.h Fix my session updates. 2001-08-26 11:49:43 +00:00
url_scanner_ex.re Remove some unused variables 2001-09-11 07:52:55 +00:00
url_scanner.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
url_scanner.h Fix my session updates. 2001-08-26 11:49:43 +00:00
url.c - Fix for bug #13413 2001-10-20 10:58:33 +00:00
url.h Clean-up 2001-06-13 17:04:36 +00:00
var_unserializer.c Allow unserializer_callback_func to be turned off. 2001-12-02 17:31:11 +00:00
var_unserializer.re Allow unserializer_callback_func to be turned off. 2001-12-02 17:31:11 +00:00
var.c improve last patch: 2001-12-01 15:17:50 +00:00
versioning.c Convert to use new parameter parsing API. 2001-10-19 17:16:12 +00:00