summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* - [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtimePierre Joye2008-05-241-0/+27
* revert patch that causes invalid reads/crashes on LinuxAntony Dovgal2008-05-121-1/+7
* MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environIlia Alshanetsky2008-05-061-7/+1
* Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1(...Kalle Sommer Nielsen2008-05-051-22/+0
* - missed one lineJani Taskinen2008-04-151-0/+3
* - Readd config_get_has(). No need to document, it is only available for debug...Jani Taskinen2008-04-151-0/+19
* MFB5.3: Remove config_get_hash() & and add new boolean parameter toHannes Magnusson2008-04-141-35/+29
* Implement forward_static_call(_array) to complete LSB. Patch by Mike LivelyEtienne Kneuss2008-04-071-0/+76
* Fix bug #44487 (call_user_method_array issues a warning when throwing an exce...David Soria Parra2008-03-201-4/+8
* make use of zend_atol()Antony Dovgal2008-03-191-1/+1
* New macro for check void parametersFelipe Pena2008-02-281-5/+5
* - Rename it againMarcus Boerger2008-02-031-5/+5
* - Rename dump_config_hash() to get_config_hash() as it doesn't dumpMarcus Boerger2008-02-031-12/+6
* - Added lcfirst() function. The sister function of ucfirst()David Coallier2008-01-191-0/+6
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Add support for optional valuesHannes Magnusson2007-11-201-0/+4
* Add stream_supports_lock() function (Benjamin Schulz)Johannes Schlüter2007-11-201-0/+6
* - Allow numeric optionsHannes Magnusson2007-11-151-3/+5
* MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt())Hannes Magnusson2007-11-141-8/+36
* ws + csJani Taskinen2007-11-021-21/+20
* Fixed move_uploaded_file() to always set file permissions of resulting file a...Dmitry Stogov2007-10-221-0/+19
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared objectJani Taskinen2007-10-051-1/+1
* - Added common getopt implementation to core.Jani Taskinen2007-10-011-84/+99
* nuke unsued variableJani Taskinen2007-09-281-1/+0
* ws + csJani Taskinen2007-09-281-149/+134
* - Added ".htaccess" style user-defined php.ini files support forJani Taskinen2007-09-281-47/+102
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* - Add a comment why not ~0 or -1.Derick Rethans2007-09-061-1/+2
* - Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 onDerick Rethans2007-09-011-1/+1
* wsJani Taskinen2007-08-311-7/+11
* Namespace constantsDmitry Stogov2007-08-241-1/+1
* fix #41989 (move_uploaded_file() & relative path in ZTS mode)Antony Dovgal2007-07-191-1/+1
* - Moved the old regex functions to it's own extension: eregJani Taskinen2007-07-151-61/+1
* simplify the patch and prevent NULL retval_ptr_ptr'sAntony Dovgal2007-07-131-8/+4
* fix #41970 (call_user_func_*() leaks on failure)Antony Dovgal2007-07-121-13/+10
* - Always enable mail() functionJohannes Schlüter2007-07-111-9/+0
* Unicode supportDmitry Stogov2007-07-111-2/+2
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-031-1/+8
* fix ws & foldingAntony Dovgal2007-06-261-49/+58
* fix #41445 (parse_ini_file() has a problem with certain types of integer as s...Antony Dovgal2007-06-261-51/+29
* - Added php_ini_loaded_file() function which returns the path to the actualfoobar2007-06-091-0/+5
* improve variable name checksAntony Dovgal2007-05-221-10/+9
* MFB syscall optimizationsRasmus Lerdorf2007-05-181-2/+2
* flush output buffer when/if highlight_string()/php_strip_whitespace()/highlig...Antony Dovgal2007-05-101-0/+8
* fix putenv("var") (i.e. unset) on BSD systemsAntony Dovgal2007-04-171-2/+9
* fix #41037 (unregister_tick_function() inside the tick function crash PHP)Antony Dovgal2007-04-101-3/+10
* drop deprecated funcs and change error level to E_WARNINGAntony Dovgal2007-03-281-29/+0
* fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as...Antony Dovgal2007-03-081-0/+6
* fix segfault in import_request_variables() and its testAntony Dovgal2007-03-061-3/+13