summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-281-5/+3
| | | | | This enables fopen-wrappers support on stat() and related family calls.
* Added php_strip_whitespace() and php_check_syntax() functions.Ilia Alshanetsky2003-11-241-0/+2
|
* Rename nanosleep() to time_nanosleep().Ilia Alshanetsky2003-11-141-1/+1
|
* Added configure check for nanosleep() availability.Ilia Alshanetsky2003-11-121-0/+2
|
* Added nanosleep(), in addition to allowing setting of very short states.Ilia Alshanetsky2003-11-121-0/+1
| | | | | This function is signal safe.
* Move typedef to where it is needed now.Marcus Boerger2003-11-071-6/+2
|
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-041-0/+9
| | | | | | # note: mblen() is not a mbstring function, but is part of the ANSI standard # which is even supported by Microsoft's libc.
* Move shutdown code to better placeMoriyoshi Koizumi2003-08-071-0/+1
|
* Replace fast_call_user_function() with zend_call_function()Zeev Suraski2003-08-051-3/+3
|
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-1/+0
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* convert array functions to use fast_call_user_function(), gives a niceSterling Hughes2003-05-201-0/+2
| | | | | performance win.
* - Rename stream_register_filter() to stream_filter_register(),Derick Rethans2003-05-191-1/+1
| | | | | | stream_register_wrapper() to stream_wrapper_register() and added an alias for the latter change.
* Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ↵Sebastian Bergmann2003-04-011-2/+0
| | | | April's Fool joke.
* Add the landonize() and landonize_url() functions which provide a secureSterling Hughes2003-04-011-0/+2
| | | | | alternative to the sha1() and sha1_file() functions.
* Adjustment to user filters reimplementation. Make a bucket an object ↵Sara Golemon2003-03-091-1/+0
| | | | | | | containing a resource(the real bucket) and a data element for direct operations. Simplifies user interface and reduces number of function calls/reallocs needed.
* Initial re-implementation of userfilters after filterchain redesign by wez. ↵Sara Golemon2003-02-241-0/+5
| | | | More userspace API to come.
* Implement fprintf() and vfprintf().Wez Furlong2003-01-091-0/+2
| | | | | Add a couple of tests.
* Added stream_get_filters(); to list registered filtersSara Golemon2003-01-051-0/+1
|
* Implement user-space filters.Wez Furlong2002-12-311-0/+3
| | | | | See ext/standard/tests/file/userfilters.phpt for an example of their use.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Added separate functions for setting include_path, for environmentsStig Bakken2002-11-051-0/+3
| | | | | | where ini_set has been disabled. New functions: get_include_path(), set_include_path(), restore_include_path()
* @ - Added getopt() for parsing command line options and arguments. (Jon)Jon Parise2002-09-301-0/+2
|
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-3/+0
| | | | | Also move user_agent from BG to FG.
* @ Made the User-Agent that php's fopen wrappers send, configurable viaSterling Hughes2002-09-071-1/+4
| | | | | | | | | @ php.ini or via a stream context. (Sterling) The stream context is untested, but it should/could work :) Either way it doesn't make the rest of the code bad. Wez -- please take a looksie for me :)
* - Remove read_uploaded_fileDerick Rethans2002-03-231-1/+0
|
* - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>)Derick Rethans2002-03-231-0/+1
|
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-211-0/+2
|
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-17/+0
| | | | | a few otherwise unused functions in it).
* - Removed is_array_multidimensionalDerick Rethans2001-12-291-1/+0
|
* - Added extra parameter to count() that recursively counts elements in anDerick Rethans2001-12-291-0/+1
| | | | | | array and added is_array_multidimensional(). (patch by Vlad Bosinceanu <glipy@fx.ro>)
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* renamed rot13 to str_rot13()Hartmut Holzgraefe2001-12-061-1/+1
|
* ported rot13() from php3Hartmut Holzgraefe2001-12-061-0/+2
|
* @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() hasSterling Hughes2001-10-071-1/+4
| | | | | @ not been called. (Sterling)
* renamed doubleval to floatval and made doubleval an alias to floatvalHartmut Holzgraefe2001-09-211-2/+2
| | | | | made is_float the function entry and is_double the alias
* Make rand thread safe when ZTS is defined.Sterling Hughes2001-09-161-0/+2
|
* revert bad commit.foobar2001-09-051-7/+0
|
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-0/+7
|
* @- Added ini_get_all() function which returns all registered ini entriesfoobar2001-08-301-0/+1
| | | | | or the entries for the specified extension. (Jani)
* Make the session module more independentZeev Suraski2001-08-261-1/+0
|
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-251-6/+2
|
* Implement import_request_variables()Zeev Suraski2001-08-081-0/+1
|
* fix possible crash - we should never keep the zval** as they might pointThies C. Arntzen2001-08-041-1/+1
| | | | | somewhere into the Engine. (there's still a new bug in strtok - hunting;-)
* Don't copy the strtok parameterSascha Schumann2001-08-031-0/+1
|
* Replace our strtok implementation with a binary-safe one which codeSascha Schumann2001-08-031-2/+3
| | | | | does not cause headaches when reading it. Also happens to be a bit quicker.
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* Provide typedefs for php_int32Sascha Schumann2001-07-181-0/+2
|