summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added var_export, which shows a representation of a variable, much likeDerick Rethans2001-12-081-0/+1
* Fix long2ip's handling of unsigned longs, by accepting a string argument andSterling Hughes2001-12-071-5/+7
* Fixed some protos.Egon Schmid2001-12-071-5/+5
* renamed rot13 to str_rot13()Hartmut Holzgraefe2001-12-061-1/+1
* ported rot13() from php3Hartmut Holzgraefe2001-12-061-0/+1
* - Added ob_get_level, which returns the nesting level of the output bufferingDerick Rethans2001-12-031-0/+1
* - Added ob_flush and ob_clean functions, which do not end the buffer likeDerick Rethans2001-11-301-0/+2
* - Added md5_file(), which calculaties the MD5 sum of a file.Derick Rethans2001-11-181-0/+1
* Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>Stanislav Malyshev2001-11-151-0/+7
* Fixed the wrong logic in ini_get_all() function.foobar2001-11-131-3/+5
* - Renaming key_exists to array_key_existsDerick Rethans2001-11-111-1/+1
* Fix crash bug on malformed .ini fileStanislav Malyshev2001-11-111-0/+9
* - Fixing this bad ideaDerick Rethans2001-11-101-3/+0
* Fix apache win32 dso build.James Moore2001-11-101-1/+1
* more wsZeev Suraski2001-10-291-3/+3
* Whitespace fixesZeev Suraski2001-10-281-21/+18
* @- Added array_chunk() function that splits an array into chunks of specifiedAndrei Zmievski2001-10-271-0/+1
* As suggested on php-dev, array_fill() is probably a better name for thisRasmus Lerdorf2001-10-231-1/+1
* Check that realpath is available. Bug: #9469foobar2001-10-231-1/+1
* Motivated by bug #13607 I wrote up a simple array_init() function thatRasmus Lerdorf2001-10-211-0/+1
* fixed protofoobar2001-10-161-1/+1