summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - New parameter parsing APIFelipe Pena2008-06-272-202/+135
|
* in preparation for a performance optimization that involvesGreg Beaver2008-06-277-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 APIFelipe Pena2008-06-278-80/+71
|
* allow deprecating engine functionsStanislav Malyshev2008-06-271-0/+6
|
* Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-2613-480/+417
|
* - Fixed testsFelipe Pena2008-06-264-112/+4
|
* Tests for lchown(), testfest.php.net task number 129.Felix De Vliegher2008-06-262-0/+111
|
* - Fixed testFelipe Pena2008-06-251-8/+1
|
* - Removed E_DEPRECATED on is_a()Felipe Pena2008-06-251-1/+0
| | | | | | (http://marc.info/?l=php-internals&m=121390431523970&w=2) [doc]
* - New parameter parsing APIFelipe Pena2008-06-251-60/+62
|
* - New parameter parsing APIFelipe Pena2008-06-251-57/+39
|
* - New parameter parsing APIFelipe Pena2008-06-252-110/+91
|
* Added support for namespacesDmitry Stogov2008-06-253-0/+185
|
* Fixed bug #45352 (Segmentation fault because of tick function on second request)Dmitry Stogov2008-06-253-0/+8
|
* New parameter parsing APIOlivier Hill2008-06-2528-505/+430
|
* Reverted zpp API Cleanup patch - memory troubles?David Coallier2008-06-251-24/+20
|
* - Hackish but working parameter parsing, no longer usingDavid Coallier2008-06-251-3/+11
| | | | | zend_get* at least
* - New parameter parsing APIFelipe Pena2008-06-251-904/+672
|
* - New parsing parameter APIDavid Coallier2008-06-241-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 apiDavid Coallier2008-06-244-6/+6
|
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-244-67/+76
| | | | | HEAD merge will follow tomorrow.
* - Migrated all zend_get_parameters_ex calls to zend_parse_parameters()Timm Friebe2008-06-241-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 APIFelipe Pena2008-06-241-179/+122
|
* New testcases for hash_file(), Committed for Felix De Vliegher, TestFest ↵Raghubansh Kumar2008-06-242-0/+111
| | | | Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit
* Fix double-free, introduced latelyAndrey Hristov2008-06-244-14/+30
|
* - Added arginfoFelipe Pena2008-06-241-7/+51
|
* Fix possible bug with persistent connections and mysqlndAndrey Hristov2008-06-244-9/+22
|
* Tests for ob_get_flush(), testfest task number #131.Felix De Vliegher2008-06-242-0/+72
|
* Add missing headerAndrey Hristov2008-06-241-0/+2
|
* Fixed testDmitry Stogov2008-06-241-7/+6
|
* Even more debug infoAndrey Hristov2008-06-241-6/+22
|
* Fixed memory leaksDmitry Stogov2008-06-241-0/+3
|
* Fixed testsDmitry Stogov2008-06-242-11/+25
|
* Fixed strtolower/strtoupper to not modify the passed argumentDmitry Stogov2008-06-241-4/+5
|
* Reverted part of Steph's patch (stdin stream must be closed to make script ↵Dmitry Stogov2008-06-241-2/+1
| | | | finish)
* Not sure why this file was comitted?Frank M. Kromann2008-06-241-102/+94
| | | | | | I was running a CVS update and then I see commit messages with my user id! Reverting the changes.
* MFHKalle Sommer Nielsen2008-06-241-0/+6
|
* no messageFrank M. Kromann2008-06-241-94/+102
|
* fix several issues:Greg Beaver2008-06-245-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 problemsAndrey Hristov2008-06-231-1/+29
|
* - move sybase to peclPierre Joye2008-06-235-1573/+4
|
* - One solution for the openssl issuesSteph Fox2008-06-2310-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 failsPierre Joye2008-06-2312-59/+84
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* - Wrong SKIPIF messageSteph Fox2008-06-231-1/+1
|
* - Fixed foldingFelipe Pena2008-06-232-1/+2
|
* - Added arginfoFelipe Pena2008-06-231-2/+14
|
* - Added arginfoFelipe Pena2008-06-231-35/+227
|
* - Added XFAILFelipe Pena2008-06-231-0/+1
|
* - use stdout for MESSAGE (thx Steph)Pierre Joye2008-06-231-2/+2
|
* Fixed possible buffer overflowDmitry Stogov2008-06-231-3/+7
|