php-src/ext/standard
Stig Bakken 689252082c * zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
..
tests * remove version_{lt,le,gt,ge,eq} functions, added a third optional 2001-10-11 10:35:59 +00:00
array.c Fix naming inside php_search_array, comp_func is not a compare function. 2001-10-07 13:49:08 +00:00
assert.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
base64.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
base64.h
basic_functions.c * zend_module_entry change: apino, debug and zts are moved first, 2001-10-11 23:33:59 +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 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
CREDITS
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 Do some justice to the doc team 2001-09-09 23:37:55 +00:00
credits.h
crypt.c Make rand thread safe when ZTS is defined. 2001-09-16 20:49:57 +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
datetime.c 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
datetime.h
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 - <br> -> <br /> 2001-10-06 20:13:39 +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
exec.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
exec.h More TSRMLS_FETCH work 2001-07-30 09:16:46 +00:00
file.c @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) 2001-10-07 18:34:44 +00:00
file.h @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) 2001-10-07 18:34:44 +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 proto fixes "double" -> "float" 2001-09-21 21:59:27 +00:00
fsock.h - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +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 - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
head.h Clean-up 2001-06-13 17:04:36 +00:00
html.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
html.h Added charset awareness to htmlentities() and htmlspecialchars(); use an 2001-05-28 11:00:06 +00:00
http_fopen_wrapper.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +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 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +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 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
Makefile.in * prototype of version_compare, doesn't work yet 2001-10-05 23:56:19 +00:00
math.c 5th and probably/hopefully last run of conv_z_macros 2001-09-26 09:21:58 +00:00
md5.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
md5.h
metaphone.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.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
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 - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
pageinfo.h Add getmygid() and safe_mode_gid ini directive to allow safe mode to do 2001-07-09 17:36:04 +00:00
parsedate.y
php_array.h Added array_change_key_case() function that returns array with 2001-10-05 18:38:53 +00:00
php_assert.h
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
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_image.h
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
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
php_mail.h used in extension(s) as well 2001-06-11 15:18:44 +00:00
php_math.h revert bad commit. 2001-09-05 19:47:55 +00:00
php_metaphone.h
php_parsedate.h
php_rand.h Make rand thread safe when ZTS is defined. 2001-09-16 20:49:57 +00:00
php_smart_str_public.h
php_smart_str.h Improved fix 2001-08-20 15:27:45 +00:00
php_standard.h * prototype of version_compare, doesn't work yet 2001-10-05 23:56:19 +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 API update 2001-08-21 12:57:53 +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
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 - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
reg.h Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +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 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
string.c - 'Fix' for bug #13543 2001-10-04 15:25:39 +00:00
strnatcmp.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
syslog.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
type.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
type.h
uniqid.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
uniqid.h
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 - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
url.h Clean-up 2001-06-13 17:04:36 +00:00
var.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
versioning.c * remove version_{lt,le,gt,ge,eq} functions, added a third optional 2001-10-11 10:35:59 +00:00