Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change the serialization semantics to: | Sascha Schumann | 2000-06-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | * if a certain object is of class INCOMPLETE_CLASS, the serializer will lookup the previously stored original class name of that object, and use that class name to serialize the object. Change the deserialization semantics to: * if the class of an object, which is to be instantiated, is not found in the current context, the class name will be stored for later retrieval, and the class of that object is changed to INCOMPLETE_CLASS. All function calls, property gets, and property sets operating on an object of class INCOMPLETE_CLASS cause the execution to halt and to output an informative error message. | |||||
* | Add a crc32 checksum function - used by the udm_search search engine | Rasmus Lerdorf | 2000-06-21 | 1 | -0/+2 | |
| | | | | | | | | | and currently run through a system call. This will speed up the udm_search php frontend significantly. @ Add a crc32 checksum function - used by the udm_search search engine @ and currently run through a system call. This will speed up the udm_search @ php frontend significantly. (Rasmus) | |||||
* | There's really no need for an entire file for a one line function... | Zeev Suraski | 2000-05-29 | 1 | -0/+2 | |
| | ||||||
* | Make syslog module thread-safe. | Sascha Schumann | 2000-05-28 | 1 | -0/+4 | |
| | ||||||
* | @ Added is_numeric() that returns true if the argument is a number | Andrei Zmievski | 2000-03-16 | 1 | -0/+1 | |
| | | | | | @ or a numeric string. (Andrei) | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -0/+2 | |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | |||||
* | @Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org> | Andrei Zmievski | 2000-03-04 | 1 | -0/+2 | |
| | ||||||
* | @- Added parse_ini_file(). Currently implemented in non thread safe version | Zeev Suraski | 2000-03-04 | 1 | -0/+3 | |
| | | | | | | @ of PHP, and currently lacks section support (Zeev) - Bring the non thread safe .dsp's uptodate | |||||
* | @- Added ini_set() as an alias to ini_alter() (Zeev) | Zeev Suraski | 2000-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 | |
| | ||||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -1/+1 | |
| | ||||||
* | Add the complement to the putenv() security | Zeev Suraski | 2000-01-31 | 1 | -2/+4 | |
| | ||||||
* | Fix typo | Zeev Suraski | 2000-01-30 | 1 | -1/+1 | |
| | ||||||
* | @- Added the ability to prevent the user from overriding certain environment | Zeev Suraski | 2000-01-30 | 1 | -1/+1 | |
| | | | | | | @ variables in Safe Mode (Zeev) - Finished work, more or less | |||||
* | Some more work, I'll finish this when I get home | Zeev Suraski | 2000-01-30 | 1 | -2/+0 | |
| | ||||||
* | Initial work on the protected env vars stuff | Zeev Suraski | 2000-01-30 | 1 | -0/+8 | |
| | ||||||
* | - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other ↵ | Zeev Suraski | 1999-12-26 | 1 | -4/+4 | |
| | | | | | | | packages too) - PostgreSQL finally compiles&links | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | Added get_loaded_extensions(), extension_loaded(), and | Andrei Zmievski | 1999-12-16 | 1 | -0/+4 | |
| | | | | | | | get_extension_funcs() functions. @ Added get_loaded_extensions(), extension_loaded(), and get_extension_funcs() functions. (Andrei) | |||||
* | Moved function_exists() to Zend library. | Andrei Zmievski | 1999-12-14 | 1 | -2/+0 | |
| | ||||||
* | Make rand.c thread-safe. | Sascha Schumann | 1999-12-13 | 1 | -0/+17 | |
| | ||||||
* | Make filestat.c thread-safe | Sascha Schumann | 1999-12-12 | 1 | -0/+16 | |
| | ||||||
* | @- Made pageinfo.c thread-safe (Sascha) | Sascha Schumann | 1999-12-12 | 1 | -0/+3 | |
| | ||||||
* | Make array.c thread-safe | Sascha Schumann | 1999-12-01 | 1 | -0/+4 | |
| | ||||||
* | Make basic/string functions thread-safe | Sascha Schumann | 1999-11-28 | 1 | -0/+26 | |
| | ||||||
* | Split array functions into separate module. | Andrei Zmievski | 1999-11-13 | 1 | -37/+0 | |
| | ||||||
* | (PHP getprotoby{name,number}) New Functions | Evan Klinger | 1999-11-02 | 1 | -0/+2 | |
| | | | | | @- Implemented getprotoby{name,number} (Evan) | |||||
* | Added array_pad() function. | Andrei Zmievski | 1999-11-01 | 1 | -0/+2 | |
| | | | | | | # Ignore multisort() for now. @- Added array_pad() function. (Andrei) | |||||
* | (PHP getservby{name,port}) New functions. | Evan Klinger | 1999-11-01 | 1 | -0/+3 | |
| | | | | | @- Added new getservby{name,port} functions. (Evan) | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -5/+0 | |
| | | | | | | | | | moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies) | |||||
* | (PHP array_map) Away with it. | Andrei Zmievski | 1999-10-26 | 1 | -1/+0 | |
| | ||||||
* | - Get windows version to compile again. No biggy if array_map is not #if 0'd | Andi Gutmans | 1999-10-16 | 1 | -0/+1 | |
| | | | | | out even if it doesn't work. | |||||
* | *** empty log message *** | Andrei Zmievski | 1999-10-15 | 1 | -1/+0 | |
| | ||||||
* | @- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei) | Andrei Zmievski | 1999-10-15 | 1 | -0/+1 | |
| | ||||||
* | (is_resource, is_bool) new functions | Thies C. Arntzen | 1999-10-15 | 1 | -0/+2 | |
| | | | | | @- Added is_resource(), is_bool() functions. (Thies) | |||||
* | Taken from PHP3 source. | Andrei Zmievski | 1999-10-04 | 1 | -0/+2 | |
| | ||||||
* | Added array_reverse() function. | Andrei Zmievski | 1999-10-01 | 1 | -0/+1 | |
| | ||||||
* | added krsort() function | Thies C. Arntzen | 1999-09-21 | 1 | -0/+1 | |
| | ||||||
* | - Move some more language specific functions over to Zend. | Andi Gutmans | 1999-09-20 | 1 | -9/+0 | |
| | | | | | get_class() and friends. | |||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -2/+0 | |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | |||||
* | added array_count_values function. | Thies C. Arntzen | 1999-09-20 | 1 | -0/+1 | |
| | ||||||
* | Catch a timeout and add user-level interface for connection handling | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+5 | |
| | ||||||
* | - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") | Andi Gutmans | 1999-07-28 | 1 | -0/+4 | |
| | ||||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | |||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -14/+14 | |
| | ||||||
* | *** empty log message *** | Andrey Hristov | 1999-06-09 | 1 | -8/+8 | |
| | ||||||
* | Don't set is_ref in _phpi_splice() | Andrey Hristov | 1999-06-07 | 1 | -0/+2 | |
| | | | | | | More checking in array_merge() Added keys() and values() array functions. | |||||
* | Added array_merge() function. | Andrey Hristov | 1999-06-05 | 1 | -0/+1 | |
| | ||||||
* | Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. | Andrey Hristov | 1999-06-05 | 1 | -0/+6 | |
| | | | | | | | | The first 5 work like their Perl counterparts. slice() returns a chunk of the array specified by offset and length arguments. Backport to PHP3 and docs will be coming soon. | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -47/+47 | |
| |