| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix FCI cache for array_walk and user array compare functions. Bug | Andrei Zmievski | 2005-06-15 | 1 | -1/+0 |
| * | Added time_sleep_until() function, which is a high precision mechanism of | Ilia Alshanetsky | 2005-04-10 | 1 | -0/+1 |
| * | Removed php_check_syntax() function, it never worked properly. For now | Ilia Alshanetsky | 2005-04-06 | 1 | -1/+0 |
| * | Fix inet_pton/ntop() on BSD | Sara Golemon | 2004-08-07 | 1 | -2/+2 |
| * | New Functions inet_pton() and inet_ntop() | Sara Golemon | 2004-08-07 | 1 | -0/+6 |
| * | Portable solution for bug #27646 that works correct on Windows, too | Marcus Boerger | 2004-03-27 | 1 | -0/+3 |
| * | Ooops, these should not be pointers ;) | Wez Furlong | 2004-02-23 | 1 | -1/+1 |
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| * | Route php_stat() via streams/url_stat API (php_stream_stat_path). | Sara Golemon | 2003-11-28 | 1 | -5/+3 |
| * | Added php_strip_whitespace() and php_check_syntax() functions. | Ilia Alshanetsky | 2003-11-24 | 1 | -0/+2 |
| * | Rename nanosleep() to time_nanosleep(). | Ilia Alshanetsky | 2003-11-14 | 1 | -1/+1 |
| * | Added configure check for nanosleep() availability. | Ilia Alshanetsky | 2003-11-12 | 1 | -0/+2 |
| * | Added nanosleep(), in addition to allowing setting of very short states. | Ilia Alshanetsky | 2003-11-12 | 1 | -0/+1 |
| * | Move typedef to where it is needed now. | Marcus Boerger | 2003-11-07 | 1 | -6/+2 |
| * | Fix fgetcsv() to correctly support international characters | Moriyoshi Koizumi | 2003-10-04 | 1 | -0/+9 |
| * | Move shutdown code to better place | Moriyoshi Koizumi | 2003-08-07 | 1 | -0/+1 |
| * | Replace fast_call_user_function() with zend_call_function() | Zeev Suraski | 2003-08-05 | 1 | -3/+3 |
| * | Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. | Sebastian Bergmann | 2003-06-28 | 1 | -1/+0 |
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| * | convert array functions to use fast_call_user_function(), gives a nice | Sterling Hughes | 2003-05-20 | 1 | -0/+2 |
| * | - Rename stream_register_filter() to stream_filter_register(), | Derick Rethans | 2003-05-19 | 1 | -1/+1 |
| * | Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ... | Sebastian Bergmann | 2003-04-01 | 1 | -2/+0 |
| * | Add the landonize() and landonize_url() functions which provide a secure | Sterling Hughes | 2003-04-01 | 1 | -0/+2 |
| * | Adjustment to user filters reimplementation. Make a bucket an object contain... | Sara Golemon | 2003-03-09 | 1 | -1/+0 |
| * | Initial re-implementation of userfilters after filterchain redesign by wez. ... | Sara Golemon | 2003-02-24 | 1 | -0/+5 |
| * | Implement fprintf() and vfprintf(). | Wez Furlong | 2003-01-09 | 1 | -0/+2 |
| * | Added stream_get_filters(); to list registered filters | Sara Golemon | 2003-01-05 | 1 | -0/+1 |
| * | Implement user-space filters. | Wez Furlong | 2002-12-31 | 1 | -0/+3 |
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| * | Added separate functions for setting include_path, for environments | Stig Bakken | 2002-11-05 | 1 | -0/+3 |
| * | @ - Added getopt() for parsing command line options and arguments. (Jon) | Jon Parise | 2002-09-30 | 1 | -0/+2 |
| * | Implement a default_socket_timeout and auto_detect_line_endings ini options. | Wez Furlong | 2002-09-23 | 1 | -3/+0 |
| * | @ Made the User-Agent that php's fopen wrappers send, configurable via | Sterling Hughes | 2002-09-07 | 1 | -1/+4 |
| * | - Remove read_uploaded_file | Derick Rethans | 2002-03-23 | 1 | -1/+0 |
| * | - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>) | Derick Rethans | 2002-03-23 | 1 | -0/+1 |
| * | Adding object aggregation capability along with tests. | Andrei Zmievski | 2002-02-21 | 1 | -0/+2 |
| * | Move type-handling functions into ext/standard/type.c (which had | jim winstead | 2002-01-09 | 1 | -17/+0 |
| * | - Removed is_array_multidimensional | Derick Rethans | 2001-12-29 | 1 | -1/+0 |
| * | - Added extra parameter to count() that recursively counts elements in an | Derick Rethans | 2001-12-29 | 1 | -0/+1 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | renamed rot13 to str_rot13() | Hartmut Holzgraefe | 2001-12-06 | 1 | -1/+1 |
| * | ported rot13() from php3 | Hartmut Holzgraefe | 2001-12-06 | 1 | -0/+2 |
| * | @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has | Sterling Hughes | 2001-10-07 | 1 | -1/+4 |
| * | renamed doubleval to floatval and made doubleval an alias to floatval | Hartmut Holzgraefe | 2001-09-21 | 1 | -2/+2 |
| * | Make rand thread safe when ZTS is defined. | Sterling Hughes | 2001-09-16 | 1 | -0/+2 |
| * | revert bad commit. | foobar | 2001-09-05 | 1 | -7/+0 |
| * | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -0/+7 |
| * | @- Added ini_get_all() function which returns all registered ini entries | foobar | 2001-08-30 | 1 | -0/+1 |
| * | Make the session module more independent | Zeev Suraski | 2001-08-26 | 1 | -1/+0 |
| * | Get rid of TRANS_SID - it's always possible to use it now. | Zeev Suraski | 2001-08-25 | 1 | -6/+2 |