Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 14 | -14/+14 |
* | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 2 | -5/+4 |
* | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 2 | -4/+3 |
* | Switch (un)mangle property name to size_t and zend_string | Nikita Popov | 2014-09-16 | 1 | -1/+1 |
* | zend_get_property_info takes a zend_string* now | Nikita Popov | 2014-09-14 | 1 | -1/+1 |
* | Fix SOAP warnings | Nikita Popov | 2014-09-05 | 3 | -11/+7 |
* | Fix invalid zend_string free in soap | Nikita Popov | 2014-09-04 | 1 | -44/+37 |
* | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -5/+5 |
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -2/+3 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -9/+9 |
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 8 | -379/+379 |
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 3 | -3/+3 |
* | ported ext/soap | Anatol Belski | 2014-08-19 | 7 | -25/+25 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 5 | -316/+316 |
* | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
* | | | | cleanup | Dmitry Stogov | 2014-08-13 | 2 | -8/+4 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-07-28 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | fix SOAP for uninitialzed object | Stanislav Malyshev | 2014-07-28 | 1 | -1/+3 |
* | | | | | Fixed ZTS build | Dmitry Stogov | 2014-07-14 | 2 | -2/+2 |
* | | | | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -2/+2 |
* | | | | | Wrong expectation in tests (for some reason backtraces contained invlalid ext... | Dmitry Stogov | 2014-07-07 | 1 | -5/+4 |
* | | | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e... | Dmitry Stogov | 2014-07-03 | 1 | -6/+1 |
* | | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu... | Dmitry Stogov | 2014-07-02 | 1 | -1/+1 |
* | | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-12 | 2 | -0/+39 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-06-08 | 2 | -0/+37 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-06-08 | 2 | -0/+37 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-06-08 | 2 | -0/+37 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Bug 49898 | Boro Sitnikovski | 2014-06-08 | 2 | -0/+37 |
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 14 | -14/+14 |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 14 | -14/+14 |
* | | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 2 | -2/+1 |
* | | | | | Avoid in-place modification | Dmitry Stogov | 2014-05-28 | 1 | -3/+9 |
* | | | | | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -87/+72 |
* | | | | | Use optimized zend_array_dup() function. convert zend_hash_num_elements() and... | Dmitry Stogov | 2014-05-23 | 1 | -4/+2 |
* | | | | | it make no sense to create a reference to object | Dmitry Stogov | 2014-05-16 | 1 | -1/+1 |
* | | | | | Initialize zvals | Dmitry Stogov | 2014-05-16 | 1 | -0/+8 |
* | | | | | Fixed <any> with XML references | Dmitry Stogov | 2014-05-16 | 1 | -12/+7 |
* | | | | | Fixed support for XML references | Dmitry Stogov | 2014-05-16 | 1 | -26/+19 |
* | | | | | Fixed persistent WSDL cache | Dmitry Stogov | 2014-05-16 | 1 | -14/+28 |
* | | | | | Fixed wrong backtrace (__doRequest is not a static method). The "master" beha... | Dmitry Stogov | 2014-05-16 | 1 | -1/+1 |
* | | | | | Restored __destructor() behavior | Dmitry Stogov | 2014-05-16 | 1 | -4/+4 |
* | | | | | Fixed support for <any> | Dmitry Stogov | 2014-05-16 | 1 | -10/+11 |
* | | | | | Fixed iterator destruction | Dmitry Stogov | 2014-05-16 | 1 | -1/+1 |
* | | | | | Fixed memory leaks | Dmitry Stogov | 2014-05-16 | 1 | -12/+14 |