summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reduced overhead of request startupDmitry Stogov2010-07-083-2/+6
* Fixed checks for PHP_DEBUG macroDmitry Stogov2010-07-082-26/+24
* - Fixed ZTS buildFelipe Pena2010-07-071-2/+2
* Fixed #51697 (Unsafe operations in free_storage of SPL iterators,Etienne Kneuss2010-07-071-8/+41
* Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to ov...Dmitry Stogov2010-07-072-36/+74
* update testsAndrey Hristov2010-07-072-17/+0
* Cleanup in trunk. Remove some functions, noted inAndrey Hristov2010-07-0746-161/+162
* Removed redundant checkDmitry Stogov2010-07-071-1/+0
* Arginfo for mysqliAndrey Hristov2010-07-077-267/+889
* Reused single segment between requests. Saved one malloc/free for each request.Dmitry Stogov2010-07-071-6/+33
* Reduced initial VM stack size to fit into zend_mm segment and eliminate extra...Dmitry Stogov2010-07-071-1/+1
* - Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-1/+6
* Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fa...Scott MacVicar2010-07-061-0/+1
* zend_stack initialization is delayed before the actual usageDmitry Stogov2010-07-062-7/+4
* - Fix ZTS buildFelipe Pena2010-07-063-4/+4
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-068-62/+229
* fix typos and use correct directive names in error messagesAntony Dovgal2010-07-061-10/+10
* - Fixed testsFelipe Pena2010-07-067-16/+24
* reduced request processing overheadDmitry Stogov2010-07-053-24/+24
* Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at re...Dmitry Stogov2010-07-051-4/+3
* Reduced overhead of ext/mbstring initializationDmitry Stogov2010-07-052-30/+14
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-053-0/+33
* - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu...Felipe Pena2010-07-032-2/+23
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-022-1/+27
* Upgraded bundled PCRE to version 8.10Ilia Alshanetsky2010-07-0227-1251/+4212
* Added test for bug 52013 to trunk.Eric Stewart2010-07-021-0/+37
* Used more sutable type. Reduced memory usage.Dmitry Stogov2010-07-011-1/+1
* - Fixed bug #52211 (iconv() returns part of string on error)Felipe Pena2010-07-013-1/+19
* - WSPierre Joye2010-06-301-2/+2
* Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).Ilia Alshanetsky2010-06-301-6/+1
* sync version with PECLStanislav Malyshev2010-06-301-1/+1
* pdo_dblib - improve test skip messagesStanley Sufficool2010-06-305-42/+15
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-302-8/+32
* - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-305-12/+4
* PDO DBLIB test fixupsStanley Sufficool2010-06-294-28/+41
* fix buildAntony Dovgal2010-06-291-3/+3
* Remove PDO DBLIB prefix from PostgreSQL PDO testsStanley Sufficool2010-06-291-28/+0
* OopsStanley Sufficool2010-06-292-93/+1
* Add tests for recent fixesStanley Sufficool2010-06-297-0/+326
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-296-3/+124
* - typo for iconv DLL .libPierre Joye2010-06-281-1/+1
* - Added test for tds_sysdep_public.h and link against -lct only thenTimm Friebe2010-06-281-1/+37
* - Fix arginfo nameFelipe Pena2010-06-281-1/+1
* Fix bad string lengthStanley Sufficool2010-06-281-1/+0
* - Improved initializationFelipe Pena2010-06-272-2/+3
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-276-3/+26
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-262-3/+28
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-266-12/+40
* - Fixed testsFelipe Pena2010-06-261-7/+7
* - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-262-1/+87