summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #17669. PG(magic_quotes_runtime) wasn't reset for each request.foobar2002-06-121-0/+3
* Another safe-mode fix. parse_ini_file() did not checkRasmus Lerdorf2002-05-111-0/+9
* show_source() safe-mode fixRasmus Lerdorf2002-05-111-0/+8
* simplify handling of variables by maintaining two strings whichSascha Schumann2002-05-041-1/+1
* ret set but unusedSascha Schumann2002-05-041-1/+1
* unused varSascha Schumann2002-05-041-1/+0
* @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to injectThies C. Arntzen2002-05-031-0/+6
* Implement user-space funtions to operate on stream contexts.Wez Furlong2002-04-301-2/+4
* Fixed bug #16861.Yasuo Ohgaki2002-04-261-0/+2
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-19/+9
* Implement stream context and status notification system.Wez Furlong2002-04-101-0/+2
* Tidy up win32 implementation of proc_open.Wez Furlong2002-04-031-0/+1
* main/streams.cWez Furlong2002-04-021-0/+2
* - Remove read_uploaded_fileDerick Rethans2002-03-231-70/+0
* - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>)Derick Rethans2002-03-231-0/+70
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-43/+0
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-211-1/+11
* Fix compilation when PCRE is disabled.Andrei Zmievski2002-03-211-1/+3
* register some constants for user streamsWez Furlong2002-03-191-0/+2
* s/fgetwrapperdata/file_get_wrapper_data/Wez Furlong2002-03-191-1/+1
* Implement user-space streams.Wez Furlong2002-03-191-0/+1
* having streams is now the defaultWez Furlong2002-03-181-2/+0
* Fix buildZeev Suraski2002-03-181-1/+1
* Rename HAVE_PHP_STREAM to PHP_HAVE_STREAMS, becauseSascha Schumann2002-03-181-1/+1
* Fix the build and all of the outstanding VC++ warningsZeev Suraski2002-03-181-8/+8
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-9/+9
* move_uploaded_files checks open_basedir nowStefan Esser2002-03-171-0/+4
* s/get_file_contents/file_get_contents/Wez Furlong2002-03-161-1/+1
* Implement get_file_contents() as discussed (briefly!) by myself, DerickWez Furlong2002-03-161-0/+1
* - Raise warning when trying to execute non-executeable shellMarkus Fischer2002-03-161-2/+1
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-20/+22
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-2/+3
* - Make it a booleanDerick Rethans2002-02-281-6/+6
* - Fix protoDerick Rethans2002-02-271-1/+1
* Added fmod() functionYasuo Ohgaki2002-02-211-0/+1
* Adding object aggregation capability along with tests.Andrei Zmievski2002-02-211-1/+20
* Renamed zval_debug_dump() to debug_zval_dump()Jason Greene2002-02-101-1/+1
* @Added zval_debug_dump which works similar to var_dump yet displays extraJason Greene2002-02-101-0/+1
* - Fixed highlight_* (make it more robust)Derick Rethans2002-01-251-0/+2
* - Added optional parameter to highlight_string and highlight_file whichDerick Rethans2002-01-251-14/+33
* Rename finite/isinf/isnan to more standard is_*() names.jim winstead2002-01-091-3/+3
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-362/+23
* Fixed some protos.Egon Schmid2002-01-051-3/+4
* Fixed pow(), and added finite(), isinf(), and isnan(). Also fixedjim winstead2002-01-051-0/+3
* Adding key_exists alias for array_key_exists, at the request of One-Who-Shall...Zak Greant2002-01-021-0/+1
* Converted getenv to use zend_parse_parametersZak Greant2001-12-301-12/+6
* - Removed is_array_multidimensionalDerick Rethans2001-12-291-26/+0
* - Added extra parameter to count() that recursively counts elements in anDerick Rethans2001-12-291-0/+26
* Update headers.Sebastian Bergmann2001-12-111-2/+2