php-src/ext/standard
Arnaud Le Blanc c0039b30be Added parse_ini_string() function (grange at lemonde dot fr, Arnaud)
[DOC] new function parse_ini_string()
      proto array parse_ini_string(string ini_string
          [, bool process_sections [, int scanner_mode]])
      Same as parse_ini_file() except that it takes a string instead of a
      filename.
2008-11-05 21:33:19 +00:00
..
tests Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) 2008-11-05 21:33:19 +00:00
array.c initialize optional vars 2008-10-21 22:06:49 +00:00
assert.c initialize optional vars 2008-10-21 22:06:49 +00:00
base64.c MFB: clean some dead code 2008-09-23 15:22:05 +00:00
base64.h
basic_functions.c Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) 2008-11-05 21:33:19 +00:00
basic_functions.h Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) 2008-11-05 21:33:19 +00:00
browscap.c initialize optional vars 2008-10-21 22:06:49 +00:00
config.m4 - Nuke unncessary checks already done elsewhere (ZEND) 2008-08-25 13:42:46 +00:00
config.w32 - #45430, windows implementation of crypt is not TS 2008-07-28 11:34:53 +00:00
crc32.c
crc32.h
CREDITS
credits_ext.h update credits: new sapi, stuff moved to pecl.. 2008-08-30 23:59:35 +00:00
credits_sapi.h update credits: new sapi, stuff moved to pecl.. 2008-08-30 23:59:35 +00:00
credits.c
credits.h
crypt_blowfish.c - Fix build on BSD (5_3 and 5_2 are OK) 2008-08-14 01:13:18 +00:00
crypt_freesec.c - Nuke unncessary checks already done elsewhere (ZEND) 2008-08-25 13:42:46 +00:00
crypt_freesec.h - MFB:inline definition (win32) 2008-08-26 06:54:37 +00:00
crypt.c initialize optional vars 2008-10-21 22:06:49 +00:00
css.c
css.h
cyr_convert.c
cyr_convert.h
datetime.c
datetime.h
dir.c clear stat cache in chroot() 2008-08-11 23:14:21 +00:00
dl.c
dl.h
dns.c - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record) 2008-11-03 11:33:32 +00:00
dns.h
exec.c - Revert 2008-10-16 13:04:30 +00:00
exec.h
file.c initialize optional vars 2008-10-21 22:06:49 +00:00
file.h
filestat.c initialize optional vars 2008-10-21 22:06:49 +00:00
filters.c
flock_compat.c - more fixes for inet_* with vc9/xp 2008-08-23 20:31:27 +00:00
flock_compat.h - more fixes for inet_* with vc9/xp 2008-08-23 20:31:27 +00:00
formatted_print.c - New parameter parsing API (for *printf()) 2008-08-10 21:48:22 +00:00
fsock.c invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE 2008-07-23 11:24:35 +00:00
fsock.h
ftok.c
ftp_fopen_wrapper.c - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by crrodriguez at suse dot de) 2008-07-11 18:34:43 +00:00
head.c initialize optional vars 2008-10-21 22:06:49 +00:00
head.h
html.c initialize optional vars 2008-10-21 22:06:49 +00:00
html.h
http_fopen_wrapper.c Fixed previous fix 2008-07-29 13:57:20 +00:00
http.c
image.c MFB: clean some dead code 2008-09-23 15:22:05 +00:00
incomplete_class.c
info.c initialize optional vars 2008-10-21 22:06:49 +00:00
info.h
iptc.c
lcg.c
levenshtein.c
link.c Check the relevant path for open_basedir in symlink() 2008-08-11 15:29:06 +00:00
mail.c initialize optional vars 2008-10-21 22:06:49 +00:00
Makefile.frag
math.c Fix typo. 2008-10-29 21:43:30 +00:00
md5.c
md5.h
metaphone.c
microtime.c
microtime.h
pack.c
pack.h
pageinfo.c
pageinfo.h
php_array.h - Add array_replace/array_replace_recursive (Mett Wilmas) 2008-07-31 20:17:07 +00:00
php_assert.h
php_browscap.h
php_crypt_r.c - MFB: strncpy returns the byte copied not error code or 0 2008-08-20 13:31:30 +00:00
php_crypt_r.h - Fix build on BSD (5_3 and 5_2 are OK) 2008-08-14 01:13:18 +00:00
php_crypt.h shudown crypt correctly and fix memleak in ZTS mode 2008-08-19 15:14:15 +00:00
php_dir.h
php_ext_syslog.h [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
php_filestat.h Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, 2008-08-07 09:24:04 +00:00
php_fopen_wrapper.c Open STDIN and php://stdin streams with the relevant 2008-11-04 21:04:28 +00:00
php_fopen_wrappers.h
php_ftok.h
php_http.h
php_image.h
php_incomplete_class.h fix segfault with serialize(new __PHP_Incomplete_Class) found by Felipe 2008-09-16 14:36:10 +00:00
php_iptc.h
php_lcg.h
php_link.h
php_mail.h
php_math.h
php_metaphone.h
php_rand.h
php_smart_str_public.h
php_smart_str.h
php_standard.h
php_string.h
php_type.h
php_uuencode.h
php_var.h
php_versioning.h
proc_open.c initialize optional vars 2008-10-21 22:06:49 +00:00
proc_open.h
quot_print.c [DOC] add quoted_printable_encode() 2008-08-14 10:11:26 +00:00
quot_print.h [DOC] add quoted_printable_encode() 2008-08-14 10:11:26 +00:00
rand.c initialize optional vars 2008-10-21 22:06:49 +00:00
scanf.c
scanf.h
sha1.c
sha1.h
soundex.c
streamsfuncs.c Avoids fclose() from complaining that stream_socket_pair() streams 2008-11-04 16:45:42 +00:00
streamsfuncs.h Added stream_context_set_default() function. (Davey Shafik) 2008-08-16 10:57:26 +00:00
string.c initialize optional vars 2008-10-21 22:06:49 +00:00
strnatcmp.c
syslog.c [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
type.c initialize optional vars 2008-10-21 22:06:49 +00:00
uniqid.c
uniqid.h
url_scanner_ex.c MFB: generated with a bit newer re2c 2008-07-25 09:17:52 +00:00
url_scanner_ex.h
url_scanner_ex.re
url_scanner.c
url_scanner.h
url.c - Fix the fix 2008-07-29 12:41:58 +00:00
url.h
user_filters.c - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
uuencode.c
var_unserializer.c Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails) 2008-08-29 14:59:41 +00:00
var_unserializer.re Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails) 2008-08-29 14:59:41 +00:00
var.c - Removed unnecessary check for array (#46273, noticed by serovov at gmail dot com) 2008-10-24 10:27:54 +00:00
versioning.c initialize optional vars 2008-10-21 22:06:49 +00:00