summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Use new infrastructure.Zeev Suraski2003-08-031-9/+35
* Use correct macroMarcus Boerger2003-08-021-7/+7
* Fix bug #19613Zeev Suraski2003-07-241-0/+2
* Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.Sebastian Bergmann2003-06-281-21/+0
* Plug leak (context options not freed)Sara Golemon2003-06-131-5/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* Removed parts committed by mistakeMarcus Boerger2003-05-301-75/+0
* MFBMarcus Boerger2003-05-291-8/+81
* Setup FG(default_context) in RINIT/RSHUTDOWN instead of fg_ctor/fg_dtor.Sara Golemon2003-05-211-0/+8
* initialize these to NULLSterling Hughes2003-05-201-0/+2
* - Rename stream_register_filter() to stream_filter_register(),Derick Rethans2003-05-191-2/+3
* MFBIlia Alshanetsky2003-05-161-2/+2
* Modify str_replace/str_ireplace to report how many needles were matched. (FR ...Sara Golemon2003-04-131-4/+4
* file_set_contents -> file_put_contentsfoobar2003-04-081-1/+1
* Added stream_get_transports()Sara Golemon2003-04-041-0/+1
* Prevent entering of anything but arrays/strings in register_shutdown_funcSascha Schumann2003-04-031-1/+6
* CS fixfoobar2003-04-031-2/+5
* MFB: Fix unregister_tick_function crashRasmus Lerdorf2003-04-021-1/+3
* fixes for logo guid functionsColin Viebrock2003-04-021-0/+2
* Fix segfault in register_shutdown_functionSascha Schumann2003-04-011-0/+1
* Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' an ...Sebastian Bergmann2003-04-011-84/+0
* Add the landonize() and landonize_url() functions which provide a secureSterling Hughes2003-04-011-0/+84
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-2/+0
* @ Add the file_set_contents() function, as a complement to the file_get_conte...Sterling Hughes2003-03-121-0/+1
* Adjustment to user filters reimplementation. Make a bucket an object contain...Sara Golemon2003-03-091-1/+0
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-061-2/+2
* Expose php_stream_copy_to_stream as stream_copy_to_stream(); a highWez Furlong2003-03-011-0/+1
* New user-space functions:Wez Furlong2003-02-281-1/+5
* - Move https:// and ftps:// wrapper registration into the openssl module.Wez Furlong2003-02-271-8/+0
* Another big commit (tm).Wez Furlong2003-02-271-10/+0
* - WhitespaceDerick Rethans2003-02-261-4/+4
* Initial re-implementation of userfilters after filterchain redesign by wez. ...Sara Golemon2003-02-241-0/+5
* Extra paranoia checks if dn_skipname/dn_expand exist or notfoobar2003-02-241-0/+2
* Revent previous patch, adding of file_write_content() was premature.Ilia Alshanetsky2003-02-221-1/+0
* int/long change.Ilia Alshanetsky2003-02-221-0/+1
* - Fixed bug: #22339foobar2003-02-211-2/+2
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-14/+3
* By popular demand nice() is renamed to proc_nice().Ilia Alshanetsky2003-02-181-1/+1
* Added nice() function, which allows changing of priority for the currentIlia Alshanetsky2003-02-181-0/+4
* - Cleaned this mess a bit:foobar2003-02-171-3/+3
* @ new idate() function.Moshe Doron2003-02-161-0/+11
* Add proc_terminate() function to forcibly kill off a process createdWez Furlong2003-02-151-0/+1
* Added strpbrk(), which is essentially a wrapper around C's strpbrk functionIlia Alshanetsky2003-02-111-0/+1
* Added feature request #9173 (added stream_get_line(), this function willIlia Alshanetsky2003-02-091-0/+1
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-091-1/+1
* is_executable() now available on win32Shane Caraveo2003-02-091-2/+0
* Added str_split() function. This function can be used to break down aIlia Alshanetsky2003-02-071-0/+1
* Added get_browser() function. This function can be used to fetch the headersIlia Alshanetsky2003-02-071-0/+1
* Added array_walk_recursive() function that can apply array_walk recursivelyIlia Alshanetsky2003-02-051-0/+1
* Make putenv() return a proper error rather then NULL when invalid argumentIlia Alshanetsky2003-02-031-0/+3