php-src/ext/standard
Rasmus Lerdorf 1d0ae2cde4 Use dashes and short day name in cookies since some browsers seem picky
about this
@ Use dashes and short day name in cookies since some browsers seem picky
@ about this (Rasmus)
2000-07-14 01:08:59 +00:00
..
array.c Updated comments. 2000-07-11 16:51:04 +00:00
assert.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
base64.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
base64.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
basic_functions.c @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei) 2000-07-08 20:38:23 +00:00
basic_functions.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
browscap.c Added a description to get_browser(). 2000-06-23 19:55:49 +00:00
config.m4 Only print the attention thing, if the MD5 and DES checks failed. 2000-05-23 09:09:11 +00:00
crc32.c Add a crc32 checksum function - used by the udm_search search engine 2000-06-21 22:51:29 +00:00
crypt.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
cyr_convert.c - Untested but it should fix the problem with cyr_convert() not being 2000-06-11 17:23:38 +00:00
cyr_convert.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
datetime.c Use dashes and short day name in cookies since some browsers seem picky 2000-07-14 01:08:59 +00:00
datetime.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
dir.c Fixed opendir() thoroughly 2000-06-29 21:51:40 +00:00
dl.c - Disabled dl() when PHP is being used as a module inside a multithreaded web 2000-06-26 18:27:12 +00:00
dl.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
dns.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
dns.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
exec.c Make exec() fwork on Unix again 2000-06-26 17:12:38 +00:00
exec.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
file.c Fix fgets re-allocation (add +1 to accomondate ending \0). 2000-07-07 09:06:47 +00:00
file.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
filestat.c - I wrote a long msg but the commit didn't go through. 2000-06-25 17:02:59 +00:00
flock_compat.c Unify use of my email address 2000-07-10 10:09:15 +00:00
flock_compat.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
formatted_print.c It was Jouni: Prevent Hartmut finding this until it is actually implemented... 2000-06-25 17:21:04 +00:00
fsock.c (fsockopen) fix #5090 2000-06-19 09:02:48 +00:00
fsock.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
head.c Move main.h to php_main.h. 2000-06-05 23:24:42 +00:00
head.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
html.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
html.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
image.c - Commit tiny patch to remove redundant code by Amit Schreiber. 2000-07-01 12:23:09 +00:00
incomplete_class.c - Make the output globals accessible from the outside world 2000-06-24 13:27:34 +00:00
info.c Uncomplete proto. 2000-07-08 19:31:16 +00:00
info.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
iptc.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
lcg.c Unify use of my email address 2000-07-10 10:09:15 +00:00
levenshtein.c typo fix 2000-06-16 18:46:57 +00:00
link.c - Make PHP compile again under Windows. 2000-07-02 15:12:34 +00:00
mail.c ezmlm_hash() function also available for php4. 2000-06-29 14:07:10 +00:00
Makefile.in Move the incomplete class stuff into its own file, so that we can 2000-06-23 16:46:04 +00:00
math.c Corrected a mispelled word. 2000-07-09 14:14:51 +00:00
md5.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
md5.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
metaphone.c another bunch of proto fixes 2000-05-23 23:13:02 +00:00
microtime.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
microtime.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
output.c - Make the output globals accessible from the outside world 2000-06-24 13:27:34 +00:00
pack.c Fixed a proto. 2000-07-09 14:26:50 +00:00
pack.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
pageinfo.c Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
pageinfo.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
parsedate.y - Fix a couple of wranings in the FTP code and in parsedate.y 2000-06-17 16:49:03 +00:00
php_array.h @- Improved array_multisort() to be able to specify sort type as well sort 2000-07-11 16:48:03 +00:00
php_assert.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_browscap.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_crypt.h if a module provides a function it should also do so if the function 2000-05-26 17:04:02 +00:00
php_dir.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_ext_syslog.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_filestat.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_global.h Move global.h to php_global.h. 2000-06-05 23:59:06 +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 API change: Use zval * instead of zval ** 2000-06-23 16:58:30 +00:00
php_iptc.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_lcg.h Unify use of my email address 2000-07-10 10:09:15 +00:00
php_link.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_mail.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_math.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_metaphone.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_output.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
php_rand.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
php_standard.h Rename phpmath.h to php_math.h. 2000-06-13 16:31:57 +00:00
php_string.h @- Updated str_pad() to be able to pad on left/right/both sides. (Andrei) 2000-07-08 20:38:23 +00:00
php_var.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
quot_print.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
quot_print.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
rand.c Rename phpmath.h to php_math.h. 2000-06-13 16:31:57 +00:00
reg.c @- added spliti() function. (Thies) 2000-06-23 11:48:02 +00:00
reg.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
scanf.c Remove extra cast. ch' is already of type char *'. 2000-06-13 09:09:33 +00:00
scanf.h Rename macros which begin with underscore to appropiate macros. The general 2000-07-03 00:41:19 +00:00
soundex.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
string.c Fixed other protos. 2000-07-09 19:33:19 +00:00
strnatcmp.c @ Updated natural comparison/sorting algorithm by Martin Pool 2000-04-29 18:57:06 +00:00
syslog.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
type.c Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
type.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
uniqid.c - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 2000-06-05 19:47:54 +00:00
uniqid.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
url_scanner.c debug-code removed 2000-06-23 05:49:32 +00:00
url_scanner.h Update the license with the new clause 6 2000-05-18 15:34:45 +00:00
url_scanner.re this change should solve all problems regarding trans_sid_id and 2000-06-23 05:42:41 +00:00
url.c Fix #4928 2000-06-09 13:15:19 +00:00
url.h Change header protection macros to conform to standard. 2000-07-02 23:46:51 +00:00
var.c Lowercase class name before looking for it 2000-06-29 14:49:23 +00:00