php-src/ext/standard
Sascha Schumann d0f3764ee2 Change reentrancy API to always use the php prefix.
Check for the declaration of reentrant functions, so that we can use
them in non-ZTS mode on all platforms.
2000-05-04 10:38:17 +00:00
..
array.c Fix an empty arrays condition and optimize a bit. 2000-04-28 14:01:08 +00:00
assert.c Let's enable assert by default since it's so useful. 2000-05-03 14:24:14 +00:00
base64.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
base64.h - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:55:31 +00:00
basic_functions.c @Added substr_count() from Peter Kovacs. (Andrei) 2000-04-26 00:29:59 +00:00
basic_functions.h @ Added is_numeric() that returns true if the argument is a number 2000-03-16 16:02:23 +00:00
browscap.c single, sorta proto. 2000-03-29 11:38:47 +00:00
config.m4 Determine first whether we will use ZTS mode or not. 2000-05-04 09:42:27 +00:00
crypt.c @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
cyr_convert.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
cyr_convert.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
datetime.c Change reentrancy API to always use the php prefix. 2000-05-04 10:38:17 +00:00
datetime.h *** empty log message *** 2000-03-28 20:26:02 +00:00
dir.c - Change PHP_ to V_ (directory & file functions) 2000-04-15 14:28:48 +00:00
dl.c - Shouldn't be needed. The configuration mechanism makes sure this is 2000-05-02 18:46:19 +00:00
dl.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
dns.c - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. 2000-03-11 20:48:49 +00:00
dns.h Fine tune Andi's patch 2000-02-11 15:59:30 +00:00
exec.c Hartmut don't touch protos. Only two lines are allowed. 2000-03-06 16:01:54 +00:00
exec.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
file.c - Take Sascha's advice and create on V_OPEN() which replaces open(). 2000-04-30 16:32:36 +00:00
file.h Finished porting recode module. 2000-03-12 19:42:29 +00:00
filestat.c - Fix virtual cwd bug 2000-04-20 17:24:01 +00:00
flock_compat.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
flock_compat.h Unresolved external php_if_ftruncate on Win32 2000-03-07 14:41:33 +00:00
formatted_print.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
fsock.c @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
fsock.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
global.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
head.c - Fix an invalid trick (it was valid when header() was using 2000-04-28 13:03:13 +00:00
head.h - Fix an invalid trick (it was valid when header() was using 2000-04-28 13:03:13 +00:00
html.c Made php_escape_html_entities() as a separate function for export. 2000-02-29 04:38:14 +00:00
html.h Made php_escape_html_entities() as a separate function for export. 2000-02-29 04:38:14 +00:00
image.c - Change PHP_ to V_ (directory & file functions) 2000-04-15 14:28:48 +00:00
info.c Change reentrancy API to always use the php prefix. 2000-05-04 10:38:17 +00:00
info.h A little easter egg for April 1st ... :) 2000-04-19 23:17:02 +00:00
iptc.c - Change PHP_ to V_ (directory & file functions) 2000-04-15 14:28:48 +00:00
lcg.c @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
link.c - Fix virtual cwd bug 2000-04-20 17:24:01 +00:00
mail.c #if COMPILE_DL 2000-05-02 00:44:35 +00:00
Makefile.in Remove trailing empty lines 2000-05-01 22:38:42 +00:00
math.c @ Fix bug in number_format (Jon Forsberg) 2000-04-15 13:53:32 +00:00
md5.c - Convert 'PHP3' to 'PHP' 2000-02-26 03:20:55 +00:00
md5.h - Convert 'PHP3' to 'PHP' 2000-02-26 03:20:55 +00:00
metaphone.c @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
microtime.c Fix build on systems which lack snprintf or vsnprintf. 2000-03-12 15:47:34 +00:00
microtime.h - gettimeofday wasn't registered. 1999-09-15 05:08:45 +00:00
output.c Corrected some protos. 2000-04-18 20:00:21 +00:00
pack.c Fix build on systems which lack snprintf or vsnprintf. 2000-03-12 15:47:34 +00:00
pack.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
pageinfo.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
pageinfo.h More php3_ annihilation 1999-12-17 19:51:39 +00:00
parsedate.y Change reentrancy API to always use the php prefix. 2000-05-04 10:38:17 +00:00
php_array.h Added natural comparison/sorting routines using code from Martin Pool. 2000-04-12 19:39:02 +00:00
php_assert.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_browscap.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_crypt.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_dir.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_filestat.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_image.h the pipe is breaking all the time 2000-02-19 23:41:32 +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 @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +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 @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_metaphone.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_output.h fix some protos 2000-03-19 10:56:40 +00:00
php_rand.h - In Windows RAND_MAX is defined in stdlib.h 2000-04-22 15:44:35 +00:00
php_standard.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
php_string.h @Added substr_count() from Peter Kovacs. (Andrei) 2000-04-26 00:29:59 +00:00
php_syslog.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +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 added the other usefull constants besides M_PI from math.h 2000-04-08 23:53:19 +00:00
quot_print.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
quot_print.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
rand.c - Get rid of newly introduced warning 2000-04-24 17:35:27 +00:00
reg.c phpinfo() prettying 2000-04-05 21:43:03 +00:00
reg.h @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
soundex.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
string.c TODO update and fix for C++ comments. 2000-04-27 14:41:18 +00:00
strnatcmp.c @ Updated natural comparison/sorting algorithm by Martin Pool 2000-04-29 18:57:06 +00:00
syslog.c @Cleaned up extension namespace (Stig) 2000-03-06 20:37:11 +00:00
type.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
type.h More php3_ annihilation 1999-12-18 04:01:20 +00:00
uniqid.c the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
uniqid.h conv_proto *.[ch] 1999-05-16 11:19:26 +00:00
url_scanner.c Fix build on systems which lack snprintf or vsnprintf. 2000-03-12 15:47:34 +00:00
url_scanner.h the pipe is breaking all the time 2000-02-19 23:41:32 +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 the pipe is breaking all the time 2000-02-19 23:41:32 +00:00
url.h Can't believe it hasn't been done yet. 2000-03-07 04:28:43 +00:00
var.c (var_dump) cleaned up some weird & buggy stuff 2000-04-04 15:14:23 +00:00