Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove read_uploaded_file | Derick Rethans | 2002-03-23 | 1 | -1/+0 |
| | |||||
* | - Added read_uploaded_file (patch by Andrew Sitnikov <sitnikov@infonet.ee>) | Derick Rethans | 2002-03-23 | 1 | -0/+1 |
| | |||||
* | Adding object aggregation capability along with tests. | Andrei Zmievski | 2002-02-21 | 1 | -0/+2 |
| | |||||
* | Move type-handling functions into ext/standard/type.c (which had | jim winstead | 2002-01-09 | 1 | -17/+0 |
| | | | | | a few otherwise unused functions in it). | ||||
* | - Removed is_array_multidimensional | Derick Rethans | 2001-12-29 | 1 | -1/+0 |
| | |||||
* | - Added extra parameter to count() that recursively counts elements in an | Derick Rethans | 2001-12-29 | 1 | -0/+1 |
| | | | | | | array and added is_array_multidimensional(). (patch by Vlad Bosinceanu <glipy@fx.ro>) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | renamed rot13 to str_rot13() | Hartmut Holzgraefe | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | ported rot13() from php3 | Hartmut Holzgraefe | 2001-12-06 | 1 | -0/+2 |
| | |||||
* | @ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has | Sterling Hughes | 2001-10-07 | 1 | -1/+4 |
| | | | | | @ not been called. (Sterling) | ||||
* | renamed doubleval to floatval and made doubleval an alias to floatval | Hartmut Holzgraefe | 2001-09-21 | 1 | -2/+2 |
| | | | | | made is_float the function entry and is_double the alias | ||||
* | Make rand thread safe when ZTS is defined. | Sterling Hughes | 2001-09-16 | 1 | -0/+2 |
| | |||||
* | revert bad commit. | foobar | 2001-09-05 | 1 | -7/+0 |
| | |||||
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -0/+7 |
| | |||||
* | @- Added ini_get_all() function which returns all registered ini entries | foobar | 2001-08-30 | 1 | -0/+1 |
| | | | | | or the entries for the specified extension. (Jani) | ||||
* | Make the session module more independent | Zeev Suraski | 2001-08-26 | 1 | -1/+0 |
| | |||||
* | Get rid of TRANS_SID - it's always possible to use it now. | Zeev Suraski | 2001-08-25 | 1 | -6/+2 |
| | |||||
* | Implement import_request_variables() | Zeev Suraski | 2001-08-08 | 1 | -0/+1 |
| | |||||
* | fix possible crash - we should never keep the zval** as they might point | Thies C. Arntzen | 2001-08-04 | 1 | -1/+1 |
| | | | | | somewhere into the Engine. (there's still a new bug in strtok - hunting;-) | ||||
* | Don't copy the strtok parameter | Sascha Schumann | 2001-08-03 | 1 | -0/+1 |
| | |||||
* | Replace our strtok implementation with a binary-safe one which code | Sascha Schumann | 2001-08-03 | 1 | -2/+3 |
| | | | | | does not cause headaches when reading it. Also happens to be a bit quicker. | ||||
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | Provide typedefs for php_int32 | Sascha Schumann | 2001-07-18 | 1 | -0/+2 |
| | |||||
* | Add getmygid() and safe_mode_gid ini directive to allow safe mode to do | Rasmus Lerdorf | 2001-07-09 | 1 | -0/+1 |
| | | | | | | | a gid check instead of a uid check. @ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do @ a gid check instead of a uid check. (James E. Flemer, Rasmus) | ||||
* | - Start nuking not needed GINIT | Andi Gutmans | 2001-05-22 | 1 | -1/+0 |
| | |||||
* | Moving some functions into Zend. | Andrei Zmievski | 2001-05-21 | 1 | -5/+0 |
| | |||||
* | Added get_defined_constants() function. Returns an associative array of | Sean Bright | 2001-05-21 | 1 | -0/+1 |
| | | | | | | | | constants mapped to their values. @- Added get_defined_constants() function to return an associative array of @ constants mapped to their values. (Sean) # If anyone sees a problem let me know. | ||||
* | munmap() file in RSHUTDOWN, if PHPWRITE fails. | Sascha Schumann | 2001-05-18 | 1 | -0/+5 |
| | |||||
* | @- Added is_callable() function that can be used to find out whether | Andrei Zmievski | 2001-05-09 | 1 | -0/+1 |
| | | | | | @ its argument is a valid callable construct. (Andrei) | ||||
* | this function will never return true... | Zeev Suraski | 2001-03-04 | 1 | -1/+0 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | added iconv extension. | Rui Hirokawa | 2001-01-09 | 1 | -8/+0 |
| | |||||
* | added a output handler function ob_iconv_handler which tranforms output ↵ | Rui Hirokawa | 2001-01-08 | 1 | -0/+8 |
| | | | | encoding using iconv(). | ||||
* | Added is_scalar() function. | Zak Greant | 2000-12-18 | 1 | -4/+5 |
| | |||||
* | @ Added the call_user_method_array function which allows you to call a ↵ | Sterling Hughes | 2000-12-08 | 1 | -0/+1 |
| | | | | | | | method with an @ arbitrary number of parameters. (Sterling) | ||||
* | @ Added the is_null() function that will return true if a variable is of | Sterling Hughes | 2000-11-29 | 1 | -0/+1 |
| | | | | | @ type null. (Sterling) | ||||
* | @ Added the call_user_func_array() function which gives you the ability to | Sterling Hughes | 2000-11-24 | 1 | -0/+2 |
| | | | | | | | | | @ call a user function by passing an array of parameters as the second @ argument. @ Added the constant() function which returns the value of a constant given @ the constant's name. | ||||
* | parse_ini_file() supports a new optional 2nd argument that instructs it | Zeev Suraski | 2000-10-29 | 1 | -0/+2 |
| | | | | | | to divide the directives to arrays according to the sections in which they reside | ||||
* | Add new URL scanner. This version is up to 20% faster. It will be | Sascha Schumann | 2000-09-19 | 1 | -0/+3 |
| | | | | | | | enabled by default once I'm sure that it works in every case. To enable it, apply s/url_adapt_ext/url_adapt_ext_ex/ to session.c | ||||
* | Security related updates: | Zeev Suraski | 2000-09-09 | 1 | -0/+1 |
| | | | | | | | | | - Introduce php_open_temporary_file(), in place of tempnam(). Still needs testing under UNIX (mkstemp()), works reliably under Windows now. - Reimplement the mechanism for unlinking uploaded files at the end of the request (was it ever tested?). Files moved with move_uploaded_file() will not be unlink()'d again, to avoid (albeit very unlikely) race conditions. | ||||
* | Fix build | Zeev Suraski | 2000-09-08 | 1 | -1/+1 |
| | |||||
* | - Implemented is_upload_file() | Zeev Suraski | 2000-09-08 | 1 | -0/+2 |
| | |||||
* | @Add a php.ini option session.use_trans_sid to enable/disable trans-sid. ↵ | Sterling Hughes | 2000-09-04 | 1 | -0/+1 |
| | | | | (Sterling) | ||||
* | @- Added support for user defined 'tick' callback functions. This helps | Andrei Zmievski | 2000-09-01 | 1 | -0/+3 |
| | | | | | @ emulate background processing. (Andrei) | ||||
* | - Fix IMAP build problem | Zeev Suraski | 2000-08-24 | 1 | -1/+0 |
| | | | | | - Allow external DLLs to use warn_not_available | ||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -0/+2 |
| | |||||
* | trans-sid rewrite, is now state-aware (fix for bug #3411 and friends) | Hartmut Holzgraefe | 2000-08-01 | 1 | -0/+9 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. |