2014-05-14 |
Pierre Joye | ptr needed here |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Pierre Joye | hash keys now use actual string length without leading... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Pierre Joye | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Xinchen Hui | Save one type checking if the type is already string |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Xinchen Hui | This should be removed too |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Xinchen Hui | Remove zval ** |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Pierre Joye | port dns_win32 |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Pierre Joye | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Pierre Joye | port sendmail to windwos (untested yet) |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Pierre Joye | port proc_open to windows (untested yet) |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Xinchen Hui | restore unexpected commit |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Xinchen Hui | Merge branch 'phpng-hash-str-del-fix' of https://github... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Tjerk Meesters | Convert to unpacked before deleting elements |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Felipe Pena | - Fixed ZTS build |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Nikita Popov | Fix memory error in spl_directory.c |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Nikita Popov | Fix spl_directory cast_object, reenable error |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Dmitry Stogov | Support for ext/phar (all tests passed) |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Dmitry Stogov | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Dmitry Stogov | ext/phar support (incomplete) |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Fixed double free (xmlrpc is done, 1 test failed due... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Fixed typo |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Refactoring ext/xmlrpc (incompleted) |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Dmitry Stogov | Removed error message that breaks phar |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Dmitry Stogov | ext/phar support (incomplete) |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Refactor ext/gd (all tests passes) |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Dmitry Stogov | Fixed wrong buffer length (added place for terminating... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Pierre Joye | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Fixed reference handling |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Fixed IS_INDRICT handling |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Xinchen Hui | Fixed fields handling |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Xinchen Hui | Refactoring wddx (incompleted, is there any one use... |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Xinchen Hui | Finish refactoring of MySQLi |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Xinchen Hui | Various bug fixes (now 17 tests fails, it is 11 in... |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Xinchen Hui | Various bug fixed |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Pierre Joye | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Xinchen Hui | Refactor MySQLi (incompleted, only compilable now) |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Xinchen Hui | Add support for pspell |
commit | commitdiff | tree | snapshot |
2014-05-10 |
krakjoe | update for phpng |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Xinchen Hui | Test push (previous push didn't send mail?) |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Xinchen Hui | Added smart_string to avoid string duplicated |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Use strpprintf |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Added vstrpprintf strpprintf to avoid duplicate string |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Refactor sysvsem, sysvshm, sysmsg |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Nikita Popov | Fix identical comparison of arrays with references |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Nikita Popov | Fix strtr() segfault |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Nikita Popov | Code cleanup in proc_open |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Finish ext/curl (7 tests fails as trunk) |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Fixed post data (long type cast matters here :<) |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Use zend_string for better performance |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Fixed clone refcount |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Fixed build with high version libcurl |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Xinchen Hui | Refactoring ext/curl (only compilable now) |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Nikita Popov | Fix proc_open resource destruction |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Dmitry Stogov | Support for ext/phar (incomplete) |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Finish bz2 (all tests passed) |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Dmitry Stogov | Support for ext/phar (incomplete) |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | There is memleak |
commit | commitdiff | tree | snapshot |
2014-05-08 |
krakjoe | bz2 changes for phpng |
commit | commitdiff | tree | snapshot |
2014-05-08 |
krakjoe | update skeleton |
commit | commitdiff | tree | snapshot |
2014-05-08 |
krakjoe | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-08 |
krakjoe | recode update for phpng |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Revert "ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Fixed REFERENCE handling |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Stanislav Malyshev | don't bother with travis for now, not ready yet |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | There should been memory leaks(and don't use pointer... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Fixed bugs in pdo_mysql |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Xinchen Hui | Revert "Going to refactor mysqlnd" |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Fixed resource destruction |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | We shouldn't modify strings in-place (it may be interne... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Interned strings must not be modified in-place |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Going to refactor mysqlnd |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Fixed ext/fileinfo conversion mistakes |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Fixed bug introduced during conversion to "phpng" |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Initialize "retval" |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-07 |
krakjoe | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Dmitry Stogov | Re-applyed Bob's patch with minor fixes |
commit | commitdiff | tree | snapshot |
2014-05-07 |
krakjoe | fix exif, thnx laruence |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Pierre Joye | typo in var name |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Prefer the macro we defined |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Rerevert previous commit to phpt by accident |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Refactored filter |
commit | commitdiff | tree | snapshot |
2014-05-07 |
krakjoe | phpng updates for exif |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Merge branch 'phpng' of git.php.net:php-src into phpng |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Refactor fileinfo |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Pierre Joye | -- missing length declaration, may have worked w/some... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Fixed reference handling(param->parameter) |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Xinchen Hui | Refactor pdo_mysql(incompleted, some tests failed due... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Dmitry Stogov | Reverted Bob's patch (it breaks many tests when run... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Dmitry Stogov | Added support for ext/openssl |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Nikita Popov | Add tests for previous commit |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Nikita Popov | Fix parse_method_params |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Nikita Popov | Fix error message in parse_method_params |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Nikita Popov | Remove dead code from ZEND_THROW |
commit | commitdiff | tree | snapshot |
next |