summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* first show to make 's' work with size_tAnatol Belski2014-08-271-15/+16
* master renames phase 1Anatol Belski2014-08-251-81/+81
* yet more fixes to zppAnatol Belski2014-08-201-5/+5
* more fixes to ext/standardAnatol Belski2014-08-181-10/+10
* further fixes to ext/standard and zendAnatol Belski2014-08-161-2/+2
* several fixes -Anatol Belski2014-08-161-6/+6
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-46/+46
* Merge branch 'master' into testDmitry Stogov2014-08-111-0/+6
|\
| * Merge branch 'intdiv'Andrea Faulds2014-08-061-0/+6
| |\
| | * Implemented intdiv()Andrea Faulds2014-07-151-0/+6
* | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6'Ferenc Kovacs2014-07-251-1/+1
| |\ \ | | |/ | |/|
| | * Revert "Fix bug #66568: the second arg for unserialize is optional." as we al...Ferenc Kovacs2014-07-251-1/+1
* | | Merge branch 'master' into phpngDmitry Stogov2014-07-141-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6'Tjerk Meesters2014-07-121-1/+2
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-121-1/+2
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-07-121-1/+2
| | | |\
| | | | * Fix for bug #34407 - ucwords and title caseTjerk Meesters2014-07-121-1/+2
| | | | * Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
| | | * | Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
* | | | | Fast parameter parsing APIDmitry Stogov2014-07-111-0/+14
* | | | | Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-6/+6
* | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-1/+1
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-121-57/+55
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-06-111-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Revert "Add optional second arg to unserialize()"Ferenc Kovacs2014-06-111-1/+0
| | * | | Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
| * | | | Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
* | | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-1/+1
* | | | | Don't use cast (compiler friendly)Xinchen Hui2014-05-261-5/+5
* | | | | fix leakPierre Joye2014-05-151-1/+3
* | | | | RETURN_STRING takes the char* only now (always copied)Pierre Joye2014-05-151-1/+1
* | | | | Move more code to use zval_get_stringNikita Popov2014-04-251-22/+6
* | | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-156/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-04-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix bug #66568: the second arg for unserialize is optional.Ferenc Kovacs2014-04-131-1/+1
| * | | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-5/+0
| |\ \ \ \ | | |/ / /
| | * | | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-5/+0
| * | | | Remove call_user_method() and call_user_method_array() from master, long time...Kalle Sommer Nielsen2014-04-051-97/+0
| * | | | Merge branch 'PHP-5.6'Nikita Popov2014-02-161-57/+29
| |\ \ \ \ | | |/ / /
| | * | | Declare a number of functions as variadic.Rouven Weßling2014-02-161-57/+29
* | | | | Optimized constant lookupDmitry Stogov2014-04-251-5/+12
* | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-3/+1
* | | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-19/+6
* | | | | Reduced memory realocationsDmitry Stogov2014-04-151-1/+0
* | | | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-1/+1
* | | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-12/+12
* | | | | Fixed memory leakDmitry Stogov2014-04-111-1/+3
* | | | | Avoid unnecessry reallocationsDmitry Stogov2014-04-011-3/+2
* | | | | Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-3/+6