summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* MFHZeev Suraski2001-08-151-6/+0
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-3/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* - Fix APIZeev Suraski2001-08-131-1/+1
* WhitespaceZeev Suraski2001-08-111-49/+49
* Implement import_request_variables()Zeev Suraski2001-08-081-0/+85
* @- Added vprintf() and vsprintf() functions that allow passing all argumentsAndrei Zmievski2001-08-071-0/+2
* we can no longer register internal-classes once the script is started.Thies C. Arntzen2001-08-061-1/+4
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* fix possible crash - we should never keep the zval** as they might pointThies C. Arntzen2001-08-041-1/+1
* Don't copy the strtok parameterSascha Schumann2001-08-031-1/+4
* Replace our strtok implementation with a binary-safe one which codeSascha Schumann2001-08-031-0/+1
* These new math functions are not supported on Win32Frank M. Kromann2001-08-011-0/+6
* - Added a few new math functions from Jesus Castagnetto.Andrei Zmievski2001-08-011-0/+13
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-3/+3
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-8/+8
* More TSRMLS_FETCH workZeev Suraski2001-07-311-6/+4
* Zend compatibility patchZeev Suraski2001-07-301-10/+10
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-8/+0
* Zend compatibility patchZeev Suraski2001-07-301-21/+20
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-4/+4
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+5
* - And more...Andi Gutmans2001-07-291-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-35/+11
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-8/+9
* fix newly introduced mem-leak in assert-moduleThies C. Arntzen2001-07-231-0/+1
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-12/+3
* Add getmygid() and safe_mode_gid ini directive to allow safe mode to doRasmus Lerdorf2001-07-091-0/+2
* @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies)Thies C. Arntzen2001-07-091-2/+0
* Reset strtok_string, so that strtok can be used in all session handlerSascha Schumann2001-07-081-0/+1
* (PHP nl_langinfo) Added function when provided by OSWez Furlong2001-07-041-1/+8
* - Fixed proto's (Patch by Zak)Derick Rethans2001-07-021-13/+13
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-1/+1
* Clean-upZeev Suraski2001-06-131-2/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* move to php_strtok_r()Sterling Hughes2001-05-271-2/+3
* - Fix problem of output initializationAndi Gutmans2001-05-231-1/+0
* @ Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMALSterling Hughes2001-05-231-0/+4
* - Start nuking not needed GINITAndi Gutmans2001-05-221-11/+2
* Moving some functions into Zend.Andrei Zmievski2001-05-211-91/+0
* - EG's are passed automatically to internal functions.Andi Gutmans2001-05-211-2/+0
* Added get_defined_constants() function. Returns an associative array ofSean Bright2001-05-211-0/+21
* - Reversed 'fix' for #9698Derick Rethans2001-05-201-4/+1
* Fixed bug #10964foobar2001-05-191-0/+6
* munmap() file in RSHUTDOWN, if PHPWRITE fails.Sascha Schumann2001-05-181-0/+12
* @ - Added disk_total_space() to return the total size of a filesystem.Jon Parise2001-05-151-0/+1
* @ - Renamed diskfreespace() to disk_free_space() to conform to establishedJon Parise2001-05-151-1/+2
* Clean up call_user_func_*().Andrei Zmievski2001-05-141-9/+10