| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - New parameter parsing API | Felipe Pena | 2008-06-27 | 2 | -202/+135 |
| | | |||||
| * | in preparation for a performance optimization that involves | Greg Beaver | 2008-06-27 | 7 | -13/+81 |
| | | | | | | | | | | | eliminating phar's interception of zend_compile in favor of a new to-be-added hook in PHP 5.3+, allow "include 'phar:///path/to/my.phar';" to work as equivalent to php /path/to/my.phar this slight change in scripting still allows inclusion and execution of phar stub, but removes the need to check and modify path in zend_compile, which allows us to play much nicer with external tools like debuggers/opcode caches | ||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-27 | 8 | -80/+71 |
| | | |||||
| * | allow deprecating engine functions | Stanislav Malyshev | 2008-06-27 | 1 | -0/+6 |
| | | |||||
| * | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 13 | -480/+417 |
| | | |||||
| * | - Fixed tests | Felipe Pena | 2008-06-26 | 4 | -112/+4 |
| | | |||||
| * | Tests for lchown(), testfest.php.net task number 129. | Felix De Vliegher | 2008-06-26 | 2 | -0/+111 |
| | | |||||
| * | - Fixed test | Felipe Pena | 2008-06-25 | 1 | -8/+1 |
| | | |||||
| * | - Removed E_DEPRECATED on is_a() | Felipe Pena | 2008-06-25 | 1 | -1/+0 |
| | | | | | | | (http://marc.info/?l=php-internals&m=121390431523970&w=2) [doc] | ||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-25 | 1 | -60/+62 |
| | | |||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-25 | 1 | -57/+39 |
| | | |||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-25 | 2 | -110/+91 |
| | | |||||
| * | Added support for namespaces | Dmitry Stogov | 2008-06-25 | 3 | -0/+185 |
| | | |||||
| * | Fixed bug #45352 (Segmentation fault because of tick function on second request) | Dmitry Stogov | 2008-06-25 | 3 | -0/+8 |
| | | |||||
| * | New parameter parsing API | Olivier Hill | 2008-06-25 | 28 | -505/+430 |
| | | |||||
| * | Reverted zpp API Cleanup patch - memory troubles? | David Coallier | 2008-06-25 | 1 | -24/+20 |
| | | |||||
| * | - Hackish but working parameter parsing, no longer using | David Coallier | 2008-06-25 | 1 | -3/+11 |
| | | | | | | zend_get* at least | ||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-25 | 1 | -904/+672 |
| | | |||||
| * | - New parsing parameter API | David Coallier | 2008-06-24 | 1 | -17/+13 |
| | | | | | | | - Tests have been adjusted, if you have something else failing let me know now! All tests seem to pass fine at the moment. | ||||
| * | - Tests for parsing parameter api | David Coallier | 2008-06-24 | 4 | -6/+6 |
| | | |||||
| * | Fix remaining valgrind problems with pconn and zval cache | Andrey Hristov | 2008-06-24 | 4 | -67/+76 |
| | | | | | | HEAD merge will follow tomorrow. | ||||
| * | - Migrated all zend_get_parameters_ex calls to zend_parse_parameters() | Timm Friebe | 2008-06-24 | 1 | -331/+258 |
| | | | | | | | - Fixed prototype declarations to use the type resource instead of int - Fixed sybase_close() not to crash when no connection was previously open | ||||
| * | - New parameter parsing API | Felipe Pena | 2008-06-24 | 1 | -179/+122 |
| | | |||||
| * | New testcases for hash_file(), Committed for Felix De Vliegher, TestFest ↵ | Raghubansh Kumar | 2008-06-24 | 2 | -0/+111 |
| | | | | | Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit | ||||
| * | Fix double-free, introduced lately | Andrey Hristov | 2008-06-24 | 4 | -14/+30 |
| | | |||||
| * | - Added arginfo | Felipe Pena | 2008-06-24 | 1 | -7/+51 |
| | | |||||
| * | Fix possible bug with persistent connections and mysqlnd | Andrey Hristov | 2008-06-24 | 4 | -9/+22 |
| | | |||||
| * | Tests for ob_get_flush(), testfest task number #131. | Felix De Vliegher | 2008-06-24 | 2 | -0/+72 |
| | | |||||
| * | Add missing header | Andrey Hristov | 2008-06-24 | 1 | -0/+2 |
| | | |||||
| * | Fixed test | Dmitry Stogov | 2008-06-24 | 1 | -7/+6 |
| | | |||||
| * | Even more debug info | Andrey Hristov | 2008-06-24 | 1 | -6/+22 |
| | | |||||
| * | Fixed memory leaks | Dmitry Stogov | 2008-06-24 | 1 | -0/+3 |
| | | |||||
| * | Fixed tests | Dmitry Stogov | 2008-06-24 | 2 | -11/+25 |
| | | |||||
| * | Fixed strtolower/strtoupper to not modify the passed argument | Dmitry Stogov | 2008-06-24 | 1 | -4/+5 |
| | | |||||
| * | Reverted part of Steph's patch (stdin stream must be closed to make script ↵ | Dmitry Stogov | 2008-06-24 | 1 | -2/+1 |
| | | | | | finish) | ||||
| * | Not sure why this file was comitted? | Frank M. Kromann | 2008-06-24 | 1 | -102/+94 |
| | | | | | | | I was running a CVS update and then I see commit messages with my user id! Reverting the changes. | ||||
| * | MFH | Kalle Sommer Nielsen | 2008-06-24 | 1 | -0/+6 |
| | | |||||
| * | no message | Frank M. Kromann | 2008-06-24 | 1 | -94/+102 |
| | | |||||
| * | fix several issues: | Greg Beaver | 2008-06-24 | 5 | -15/+12 |
| | | | | | | | | 1) segfault in phar_buildfromdirectoryiterator8.phpt 2) tests failing because SKIPDOTS is default on 64 bit, not on 32 3) Marcus, you really need to add SKIPDOTS as a class constant, so we don't have to use 0x00001000 | ||||
| * | Added more debug info for tracking problems | Andrey Hristov | 2008-06-23 | 1 | -1/+29 |
| | | |||||
| * | - move sybase to pecl | Pierre Joye | 2008-06-23 | 5 | -1573/+4 |
| | | |||||
| * | - One solution for the openssl issues | Steph Fox | 2008-06-23 | 10 | -28/+73 |
| | | | | | | - config.m4 needs bringing into line with config.w32, there may be broken behaviour under *nix until this is done | ||||
| * | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 12 | -59/+84 |
| | | | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers | ||||
| * | - Wrong SKIPIF message | Steph Fox | 2008-06-23 | 1 | -1/+1 |
| | | |||||
| * | - Fixed folding | Felipe Pena | 2008-06-23 | 2 | -1/+2 |
| | | |||||
| * | - Added arginfo | Felipe Pena | 2008-06-23 | 1 | -2/+14 |
| | | |||||
| * | - Added arginfo | Felipe Pena | 2008-06-23 | 1 | -35/+227 |
| | | |||||
| * | - Added XFAIL | Felipe Pena | 2008-06-23 | 1 | -0/+1 |
| | | |||||
| * | - use stdout for MESSAGE (thx Steph) | Pierre Joye | 2008-06-23 | 1 | -2/+2 |
| | | |||||
| * | Fixed possible buffer overflow | Dmitry Stogov | 2008-06-23 | 1 | -3/+7 |
| | | |||||
