php-src/ext/standard
2005-08-03 13:47:34 +00:00
..
tests Added test for bug #25359 2005-07-30 13:37:57 +00:00
array.c Fixed bug #31158 (array_splice on $GLOBALS crashes) 2005-07-04 10:01:10 +00:00
assert.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
base64.c Fixed bug #27460 (base64_decode() does not handle extra padding). 2004-03-06 19:06:04 +00:00
base64.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
basic_functions.c - Reimplemented time(), getdate() and localtime() functions with new datetime 2005-07-03 20:45:08 +00:00
basic_functions.h Fix FCI cache for array_walk and user array compare functions. Bug 2005-06-15 20:51:33 +00:00
browscap.c Don't depend on empty_string. 2005-01-25 23:58:22 +00:00
config.m4 - Added backward compability wrapper "php_parse_date()". 2005-06-19 22:15:27 +00:00
config.w32 - Added backward compability wrapper "php_parse_date()". 2005-06-19 22:15:27 +00:00
crc32.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
crc32.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h update credits 2005-08-03 13:47:34 +00:00
credits_sapi.h - Update credits 2005-01-10 15:11:17 +00:00
credits.c George too 2005-02-17 04:50:49 +00:00
credits.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
crypt.c * email address update 2004-02-12 19:05:41 +00:00
css.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
css.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
cyr_convert.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
cyr_convert.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
datetime.c - Reimplemented time(), getdate() and localtime() functions with new datetime 2005-07-03 20:45:08 +00:00
datetime.h - Fixed bug #33532 (Different output for strftime() and date()). 2005-07-03 19:14:55 +00:00
dir.c Support for GLOB_ERR so that glob() reports permission problems (Bug #28355) 2005-06-12 07:53:24 +00:00
dl.c - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so does not work) 2005-07-29 13:25:33 +00:00
dl.h Improved PHP extension loading mechanism with support for module dependencies and conflicts 2005-06-17 09:39:23 +00:00
dns.c Add A6 support, fix IPv6 address parsing, and improve define compatability 2004-08-06 18:38:35 +00:00
dns.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
exec.c Fixed possible un-initialized var on error. 2005-02-06 22:58:46 +00:00
exec.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
file.c Added support for LOCK_EX flag for file_put_contents(). 2005-07-12 17:55:38 +00:00
file.h ext/standard/file.h NetWare LibC has fnmatch and realpath implemented. 2005-07-15 12:35:12 +00:00
filestat.c In NetWare statfs f_bavail member is known as f_bfree 2005-02-21 09:08:54 +00:00
filters.c - Cleanups. 2004-07-20 19:41:37 +00:00
flock_compat.c removed NEW_LIBC checks in NETWARE 2004-09-25 15:30:26 +00:00
flock_compat.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
formatted_print.c Fixed bug #29733 (printf() handles repeated placeholders wrong). 2005-01-26 00:01:26 +00:00
fsock.c 64-bit bugsquash party 2004-06-16 23:57:25 +00:00
fsock.h ext/standard/fsock.h 2005-07-25 13:12:10 +00:00
ftok.c improve CS & error messages 2005-01-28 16:42:26 +00:00
ftp_fopen_wrapper.c Pass context parameter through to xport_create 2005-07-15 15:45:43 +00:00
head.c fix tsrm build 2005-07-08 18:16:46 +00:00
head.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
html.c Netware also uses autoconf based config now 2005-06-30 14:11:13 +00:00
html.h Added htmlspecialchars_decode() function for fast conversion from 2005-03-07 19:37:27 +00:00
http_fopen_wrapper.c Properly recognize redirect code 303. 2005-07-14 14:59:16 +00:00
http.c Fixed unregistered bug [crash in http_build_query()] 2004-06-04 16:54:14 +00:00
image.c Fixed bug #33210 (relax jpeg recursive loop protection). 2005-06-01 22:28:03 +00:00
incomplete_class.c - Fixed crash in serialize() + classes. (64bit only) 2005-07-05 23:48:44 +00:00
info.c - Added the --disable-zend-memory-manager switch to disable the Zend memory 2005-06-07 13:36:08 +00:00
info.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
iptc.c emalloc() failures are handled by zend engine. 2004-11-03 22:17:45 +00:00
lcg.c ext/standard/fsock.h 2005-07-25 13:12:10 +00:00
levenshtein.c Removed unneeded checks around Zend allocation macros. 2004-06-20 21:40:43 +00:00
link.c NetWare LibC has pwd.h 2005-02-21 09:12:44 +00:00
mail.c defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than including a sysexits.h. 2005-07-28 09:41:34 +00:00
Makefile.frag - Added backward compability wrapper "php_parse_date()". 2005-06-19 22:15:27 +00:00
math.c - Fixed bug #33917 (number_format() output with > 1 char separators) 2005-07-29 12:58:25 +00:00
md5.c Remove include_path support from md5_file/sha1_file again 2005-04-15 17:13:54 +00:00
md5.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
metaphone.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
microtime.c Fixed compiler warning. 2005-03-22 14:44:23 +00:00
microtime.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
pack.c NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.h 2005-02-21 09:17:30 +00:00
pack.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
pageinfo.c NetWare LibC has pwd.h. Removed unwanted extern basic_globals_id declaration for Netware. 2005-02-21 09:44:58 +00:00
pageinfo.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_array.h add function array_product() 2005-05-11 11:43:11 +00:00
php_assert.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_browscap.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_crypt.h * email address update 2004-02-12 19:05:41 +00:00
php_dir.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_ext_syslog.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_filestat.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_fopen_wrapper.c Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI. 2004-04-19 17:41:39 +00:00
php_fopen_wrappers.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_ftok.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_http.h Fixed bug #31087 (broken php_url_encode_hash macro). 2004-12-16 22:39:39 +00:00
php_image.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_incomplete_class.h - Fixed crash in serialize() + classes. (64bit only) 2005-07-05 23:48:44 +00:00
php_iptc.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_lcg.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_link.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_mail.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_math.h move math_standard_deviation and math_variance to the stats PECL extension 2005-05-13 10:11:19 +00:00
php_metaphone.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_rand.h - Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled) 2004-01-19 02:30:54 +00:00
php_smart_str_public.h Missing $Id$ tag 2005-01-10 15:20:53 +00:00
php_smart_str.h Missing $Id$ tag 2005-01-10 15:20:53 +00:00
php_standard.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_string.h - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave) 2005-05-31 12:54:56 +00:00
php_sunfuncs.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_type.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_uuencode.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_var.h Restore unserialize() speed 2005-01-15 18:18:08 +00:00
php_versioning.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
proc_open.c As fork implementation of NetWare LibC still in experimental stages making the procve based solution ahead of HAVE_FORK. Later When fork becomes stable will revert this fix. 2005-07-01 06:49:29 +00:00
proc_open.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
quot_print.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
quot_print.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
rand.c removing the unwanted inclusion of headers 2004-09-25 15:39:26 +00:00
reg.c MFB4_4: Fix compile problem with --regex=system on some systems 2005-07-18 23:17:24 +00:00
reg.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
scanf.c - Fixed bug #30630: Added a BSD based strtod function that is 2004-11-03 23:36:51 +00:00
scanf.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
sha1.c Remove include_path support from md5_file/sha1_file again 2005-04-15 17:13:54 +00:00
sha1.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
soundex.c Properly handly high ascii values in soundex(). 2004-06-17 00:17:49 +00:00
streamsfuncs.c Fixed crash inside stream_get_line() when length parameter equals 0. 2005-07-05 19:24:07 +00:00
streamsfuncs.h Add stream_socket_pair(), a streams based version of socketpair(). 2004-12-12 16:10:35 +00:00
string.c Fixed bug in str_word_count() when charlist if specified and "word" starts 2005-07-23 19:44:13 +00:00
strnatcmp.c Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). 2004-07-15 01:26:03 +00:00
sunfuncs.c - fix #30745 and #31853 (php-bugs at demark dot org, pierre) 2005-02-10 14:31:32 +00:00
syslog.c ext/standard/file.h NetWare LibC has fnmatch and realpath implemented. 2005-07-15 12:35:12 +00:00
type.c - Add my new timelib and ext/date. For now only strtotime() makes use of this. 2005-06-14 21:32:29 +00:00
uniqid.c Simplify code. 2004-10-28 22:22:22 +00:00
uniqid.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
url_scanner_ex.c - Regenerated with re2c 0.9.8 2005-06-28 23:16:49 +00:00
url_scanner_ex.h Missing $Id$ tag 2005-01-10 15:20:53 +00:00
url_scanner_ex.re fix output_reset_rewrite_vars() returning false everytime 2005-04-03 12:19:23 +00:00
url_scanner.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
url_scanner.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
url.c Added scheme validation for parse_url(). 2005-05-26 03:56:21 +00:00
url.h Fixed bug #29913 (parse_url() is now binary safe). 2004-09-20 05:13:35 +00:00
user_filters.c Removed unused var. 2005-06-12 17:07:20 +00:00
uuencode.c Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid 2004-08-24 15:25:48 +00:00
var_unserializer.c - Regenerated with re2c 0.9.8 2005-06-28 23:16:49 +00:00
var_unserializer.re Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded) 2005-06-01 11:03:58 +00:00
var.c Recursion protection 2005-07-21 07:18:02 +00:00
versioning.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00