summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Change the serialization semantics to:Sascha Schumann2000-06-231-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 engineRasmus Lerdorf2000-06-211-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 Suraski2000-05-291-0/+2
|
* Make syslog module thread-safe.Sascha Schumann2000-05-281-0/+4
|
* @ Added is_numeric() that returns true if the argument is a numberAndrei Zmievski2000-03-161-0/+1
| | | | | @ or a numeric string. (Andrei)
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-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 Zmievski2000-03-041-0/+2
|
* @- Added parse_ini_file(). Currently implemented in non thread safe versionZeev Suraski2000-03-041-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 Suraski2000-02-261-1/+1
|
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
|
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
|
* Add the complement to the putenv() securityZeev Suraski2000-01-311-2/+4
|
* Fix typoZeev Suraski2000-01-301-1/+1
|
* @- Added the ability to prevent the user from overriding certain environmentZeev Suraski2000-01-301-1/+1
| | | | | | @ variables in Safe Mode (Zeev) - Finished work, more or less
* Some more work, I'll finish this when I get homeZeev Suraski2000-01-301-2/+0
|
* Initial work on the protected env vars stuffZeev Suraski2000-01-301-0/+8
|
* - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other ↵Zeev Suraski1999-12-261-4/+4
| | | | | | | packages too) - PostgreSQL finally compiles&links
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Added get_loaded_extensions(), extension_loaded(), andAndrei Zmievski1999-12-161-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 Zmievski1999-12-141-2/+0
|
* Make rand.c thread-safe.Sascha Schumann1999-12-131-0/+17
|
* Make filestat.c thread-safeSascha Schumann1999-12-121-0/+16
|
* @- Made pageinfo.c thread-safe (Sascha)Sascha Schumann1999-12-121-0/+3
|
* Make array.c thread-safeSascha Schumann1999-12-011-0/+4
|
* Make basic/string functions thread-safeSascha Schumann1999-11-281-0/+26
|
* Split array functions into separate module.Andrei Zmievski1999-11-131-37/+0
|
* (PHP getprotoby{name,number}) New FunctionsEvan Klinger1999-11-021-0/+2
| | | | | @- Implemented getprotoby{name,number} (Evan)
* Added array_pad() function.Andrei Zmievski1999-11-011-0/+2
| | | | | | # Ignore multisort() for now. @- Added array_pad() function. (Andrei)
* (PHP getservby{name,port}) New functions.Evan Klinger1999-11-011-0/+3
| | | | | @- Added new getservby{name,port} functions. (Evan)
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-271-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 Zmievski1999-10-261-1/+0
|
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-0/+1
| | | | | out even if it doesn't work.
* *** empty log message ***Andrei Zmievski1999-10-151-1/+0
|
* @- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)Andrei Zmievski1999-10-151-0/+1
|
* (is_resource, is_bool) new functionsThies C. Arntzen1999-10-151-0/+2
| | | | | @- Added is_resource(), is_bool() functions. (Thies)
* Taken from PHP3 source.Andrei Zmievski1999-10-041-0/+2
|
* Added array_reverse() function.Andrei Zmievski1999-10-011-0/+1
|
* added krsort() functionThies C. Arntzen1999-09-211-0/+1
|
* - Move some more language specific functions over to Zend.Andi Gutmans1999-09-201-9/+0
| | | | | get_class() and friends.
* - Internal functions which are basic language functions should be in ZendAndi Gutmans1999-09-201-2/+0
| | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name().
* added array_count_values function.Thies C. Arntzen1999-09-201-0/+1
|
* Catch a timeout and add user-level interface for connection handlingRasmus Lerdorf1999-09-041-0/+5
|
* - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")Andi Gutmans1999-07-281-0/+4
|
* More symbol work.Andrey Hristov1999-07-261-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 Hristov1999-07-241-14/+14
|
* *** empty log message ***Andrey Hristov1999-06-091-8/+8
|
* Don't set is_ref in _phpi_splice()Andrey Hristov1999-06-071-0/+2
| | | | | | More checking in array_merge() Added keys() and values() array functions.
* Added array_merge() function.Andrey Hristov1999-06-051-0/+1
|
* Added push(), pop(), shift(), unshift(), splice(), and slice() array functions.Andrey Hristov1999-06-051-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 Schumann1999-05-161-47/+47
|