php-src/ext/standard
2000-01-28 12:53:05 +00:00
..
array.c - Change IS_UNSET -> IS_NULL 2000-01-04 13:22:58 +00:00
assert.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
base64.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
base64.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
basic_functions.c Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 2000-01-17 17:33:37 +00:00
basic_functions.h - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other packages too) 1999-12-26 00:18:44 +00:00
browscap.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
config.m4 Whoops, defining them to empty values generates many parse errors. 1999-12-30 04:52:19 +00:00
crypt.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
cyr_convert.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
cyr_convert.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
datetime.c Remove second (equal) definition of isleap() 2000-01-01 20:50:37 +00:00
datetime.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
dir.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
dl.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
dl.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
dns.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
dns.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
exec.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
exec.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
file.c Fix prototype. 2000-01-15 19:42:40 +00:00
file.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
filestat.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
flock_compat.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
flock_compat.h * fixed some #if/#ifdef issues 1999-06-16 17:06:53 +00:00
formatted_print.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
fsock.c Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 2000-01-17 17:33:37 +00:00
fsock.h Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 2000-01-17 17:33:37 +00:00
global.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
head.c - Added flush() support to SAPI 2000-01-13 17:37:25 +00:00
head.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
html.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
html.h @- Implemented get_html_translation_table() function. (Thies) 1999-11-21 13:25:04 +00:00
image.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
info.c @- Fixed a possible crash in phpinfo() (Zeev) 2000-01-09 18:32:13 +00:00
info.h @- Fixed a bug in ODBC error reporting (Zeev) 1999-12-21 20:35:43 +00:00
iptc.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
lcg.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
link.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
mail.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
Makefile.in Integration of -ng changes. Changes: 1999-12-30 02:59:53 +00:00
math.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
md5.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
md5.h More work on php3_ annihilation... 1999-12-17 20:55:32 +00:00
metaphone.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
microtime.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
microtime.h - gettimeofday wasn't registered. 1999-09-15 05:08:45 +00:00
output.c This doesn't seem to be necessary, and causes a leak in case of output_buffering=on 2000-01-18 22:25:48 +00:00
pack.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
pack.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
pageinfo.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
pageinfo.h More php3_ annihilation 1999-12-17 19:51:39 +00:00
parsedate.y Declare timezone only, if the system fails to do so. 2000-01-01 02:22:01 +00:00
php_array.h Finished array_multisort() function. Basically it sorts multiple arrays 1999-12-13 19:42:26 +00:00
php_assert.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
php_browscap.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
php_crypt.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
php_dir.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
php_filestat.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
php_image.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
php_iptc.h Clean up php3.*\.h files. The files itself are renamed, and references in all 1999-12-04 19:19:57 +00:00
php_lcg.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
php_link.h Clean up php3.*\.h files. The files itself are renamed, and references in all 1999-12-04 19:19:57 +00:00
php_mail.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
php_metaphone.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
php_output.h - Added flush() support to SAPI 2000-01-13 17:37:25 +00:00
php_rand.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
php_standard.h Clean up php3.*\.h files. The files itself are renamed, and references in all 1999-12-04 19:19:57 +00:00
php_string.h Move include into source file 1999-12-28 18:47:59 +00:00
php_syslog.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
php_var.h Clean up php3.*\.h files. The files itself are renamed, and references in all 1999-12-04 19:19:57 +00:00
phpdir.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
phpmath.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
post.c Get rid of the old implementation 2000-01-28 12:53:05 +00:00
post.h Get rid of the old implementation 2000-01-28 12:53:05 +00:00
quot_print.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
quot_print.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
rand.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
reg.c Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 2000-01-17 17:33:37 +00:00
reg.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
soundex.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
string.c (php_setlocale) Fixed memory leak (bug #3105). 2000-01-05 12:26:41 +00:00
syslog.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
type.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
type.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
uniqid.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
uniqid.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
url_scanner.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
url_scanner.h Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
url_scanner.re Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
url.c Happy Y2K patch! Happy new year (or the new millennium, depending on whether 2000-01-01 01:32:05 +00:00
url.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
var.c - Change IS_UNSET -> IS_NULL 2000-01-04 13:22:58 +00:00