php-src/ext/standard
Sascha Schumann f341f630d3 Rewrite of unserializer which should be more maintainable and extensible.
Changes pass `make test´ and a couple of custom tests.

Enjoy.
2001-11-10 21:18:34 +00:00
..
tests - Fix for bugs #9640 and #13789 2001-10-27 17:50:26 +00:00
array.c @- Added array_chunk() function that splits an array into chunks of specified 2001-10-27 05:11:15 +00:00
assert.c It doesn't look like we use a fourth pointer. 2001-11-06 18:02:04 +00:00
base64.c Convert to use new parameter parsing API. 2001-10-26 14:50:58 +00:00
base64.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
basic_functions.c - Fixing this bad idea 2001-11-10 18:06:28 +00:00
basic_functions.h @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has 2001-10-07 11:52:09 +00:00
browscap.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
config.m4 Enable chroot() only if SAPI is CGI. 2001-09-12 02:07:46 +00:00
crc32.c Convert to use new parameter parsing API. 2001-10-26 21:07:59 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
credits_ext.h Whitespace 2001-08-11 17:03:37 +00:00
credits_sapi.h Whitespace 2001-08-11 17:03:37 +00:00
credits.c - Correcting Goba's name, and adding me to QA team 2001-11-10 14:22:36 +00:00
credits.h Whitespace (spaces to four-column tabs) 2001-03-15 05:07:31 +00:00
crypt.c Convert to use new parameter parsing API. 2001-10-26 21:07:59 +00:00
cyr_convert.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
cyr_convert.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
datetime.c @ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore) 2001-11-07 14:22:15 +00:00
datetime.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
dir.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
dl.c Prolong the death of dl() for a little while longer. 2001-10-23 01:18:54 +00:00
dl.h Yet another TSRM fix. 2001-08-07 20:13:54 +00:00
dns.c Added IPv6 support to gethostbyaddr() 2001-09-19 18:08:15 +00:00
dns.h Missed this one. 2001-03-16 14:45:46 +00:00
exec.c ws fix 2001-11-04 02:09:55 +00:00
exec.h More TSRMLS_FETCH work 2001-07-30 09:16:46 +00:00
file.c - Fixing this bad idea 2001-11-10 18:06:28 +00:00
file.h - Fixing this bad idea 2001-11-10 18:06:28 +00:00
filestat.c fix execution order 2001-10-06 18:59:39 +00:00
flock_compat.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
flock_compat.h Whitespace 2001-08-11 17:03:37 +00:00
formatted_print.c 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
fsock.c Undefine AF_UNIX when compiled for RISC OS 2001-11-04 12:40:45 +00:00
fsock.h - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
ftp_fopen_wrapper.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
head.c convert to use new parameter parsing API. 2001-10-19 19:48:35 +00:00
head.h Clean-up 2001-06-13 17:04:36 +00:00
html.c Convert to use new parameter parsing API. 2001-10-26 21:07:59 +00:00
html.h Added charset awareness to htmlentities() and htmlspecialchars(); use an 2001-05-28 11:00:06 +00:00
http_fopen_wrapper.c Fixed last argument in strlcat() call. 2001-10-19 18:06:37 +00:00
image.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
incomplete_class.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
info.c * zend_module_entry change: apino, debug and zts are moved first, 2001-10-11 23:33:59 +00:00
info.h More TSRMLS_FETCH work 2001-07-30 09:16:46 +00:00
iptc.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
lcg.c proto fixes "double" -> "float" 2001-09-21 21:59:27 +00:00
levenshtein.c Converting to use new parameter parsing API. 2001-10-19 19:21:58 +00:00
link.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
mail.c 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
Makefile.in Rewrite of unserializer which should be more maintainable and extensible. 2001-11-10 21:18:34 +00:00
math.c 5th and probably/hopefully last run of conv_z_macros 2001-09-26 09:21:58 +00:00
md5.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
md5.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
metaphone.c Converting to use new parameter parsing API. 2001-10-19 19:21:58 +00:00
microtime.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
microtime.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
pack.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
pack.h Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 2001-07-30 01:56:43 +00:00
pageinfo.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
pageinfo.h Add getmygid() and safe_mode_gid ini directive to allow safe mode to do 2001-07-09 17:36:04 +00:00
parsedate.y - Fix for bugs #9640 and #13789 2001-10-27 17:50:26 +00:00
php_array.h @- Added array_chunk() function that splits an array into chunks of specified 2001-10-27 05:11:15 +00:00
php_assert.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_browscap.h Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 2001-07-30 01:56:43 +00:00
php_crypt.h revert bad commit. 2001-09-05 19:47:55 +00:00
php_dir.h Enable chroot() only if SAPI is CGI. 2001-09-12 02:07:46 +00:00
php_ext_syslog.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_filestat.h Whitespace 2001-08-11 17:03:37 +00:00
php_fopen_wrapper.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
php_fopen_wrappers.h Fix some warnings 2001-07-31 23:32:24 +00:00
php_image.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_incomplete_class.h we can no longer register internal-classes once the script is started. 2001-08-06 13:36:08 +00:00
php_iptc.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_lcg.h Always seed the LCG from the request-init hook, otherwise the seed 2001-09-21 13:38:44 +00:00
php_link.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_mail.h used in extension(s) as well 2001-06-11 15:18:44 +00:00
php_math.h revert bad commit. 2001-09-05 19:47:55 +00:00
php_metaphone.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_parsedate.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_rand.h Make rand thread safe when ZTS is defined. 2001-09-16 20:49:57 +00:00
php_smart_str_public.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_smart_str.h Improved fix 2001-08-20 15:27:45 +00:00
php_standard.h * prototype of version_compare, doesn't work yet 2001-10-05 23:56:19 +00:00
php_string.h Make chop the alias and rtrim the main function, in order to get automagically 2001-09-23 18:32:46 +00:00
php_var.h Rewrite of unserializer which should be more maintainable and extensible. 2001-11-10 21:18:34 +00:00
php_versioning.h * remove version_{lt,le,gt,ge,eq} functions, added a third optional 2001-10-11 10:35:59 +00:00
quot_print.c 2nd phase in back-substitution those macro's 2001-09-25 22:49:04 +00:00
quot_print.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
rand.c @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has 2001-10-07 11:52:09 +00:00
reg.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
reg.h Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +00:00
scanf.c Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 2001-09-25 21:58:48 +00:00
scanf.h Whitespace 2001-08-11 17:03:37 +00:00
soundex.c Converting to use new parameter parsing API. 2001-10-19 19:21:58 +00:00
string.c WS fix 2001-11-02 19:31:57 +00:00
strnatcmp.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
syslog.c Fix warning, 2001-10-20 13:45:29 +00:00
type.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
type.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
uniqid.c Fixed another proto. 2001-10-19 18:42:25 +00:00
uniqid.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
url_scanner_ex.c Remove some unused variables 2001-09-11 07:52:55 +00:00
url_scanner_ex.h Fix my session updates. 2001-08-26 11:49:43 +00:00
url_scanner_ex.re Remove some unused variables 2001-09-11 07:52:55 +00:00
url_scanner.c - Don't wrap lines... this is annoying while coding. 2001-09-09 13:29:31 +00:00
url_scanner.h Fix my session updates. 2001-08-26 11:49:43 +00:00
url.c - Fix for bug #13413 2001-10-20 10:58:33 +00:00
url.h Clean-up 2001-06-13 17:04:36 +00:00
var_unserializer.c Rewrite of unserializer which should be more maintainable and extensible. 2001-11-10 21:18:34 +00:00
var_unserializer.re Rewrite of unserializer which should be more maintainable and extensible. 2001-11-10 21:18:34 +00:00
var.c Rewrite of unserializer which should be more maintainable and extensible. 2001-11-10 21:18:34 +00:00
versioning.c Convert to use new parameter parsing API. 2001-10-19 17:16:12 +00:00