summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.3RC3php-5.3.3RC3Johannes Schlüter2010-07-140-0/+0
* PHP 5.3.3RC3Johannes Schlüter2010-07-143-4/+4
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+1
* Update the re2c files aswell (bug #51943)Kalle Sommer Nielsen2010-07-141-0/+2
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-134-5/+9
* MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch b...Kalle Sommer Nielsen2010-07-132-0/+3
* Give an error when USE_RESULT is used with fetch_allAndrey Hristov2010-07-131-0/+4
* Doing this as a seperate commit unless we need to back it out.Scott MacVicar2010-07-095-53/+98
* adding arginfo to mysqli fixed the bugAndrey Hristov2010-07-081-0/+1
* - Fixed ZTS buildFelipe Pena2010-07-071-2/+2
* Fixed #51697 (Unsafe operations in free_storage of SPL iterators,Etienne Kneuss2010-07-072-8/+42
* applied patch from bug report 51452George Wang2010-07-071-0/+1
* Cleanup in trunk. Remove some functions, noted inAndrey Hristov2010-07-071-4/+4
* arginfo for mysqli, was too fast to commit in trunk instead of oneAndrey Hristov2010-07-077-268/+890
* - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-1/+42
* Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fa...Scott MacVicar2010-07-062-0/+3
* fix typos and use correct directive names in error messagesAntony Dovgal2010-07-061-10/+10
* - Fixed testsFelipe Pena2010-07-064-5/+21
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-053-9/+41
* - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong resu...Felipe Pena2010-07-033-3/+25
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-023-1/+29
* Back to -devJohannes Schlüter2010-07-023-3/+6
* Added test for bug 52013 to PHP_5_3.Eric Stewart2010-07-021-0/+37
* 5.3.3 RC2Johannes Schlüter2010-07-013-4/+4
* - BFNFelipe Pena2010-07-011-0/+1
* - WSPierre Joye2010-06-301-2/+2
* Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).Ilia Alshanetsky2010-06-302-6/+3
* sync version with PECLStanislav Malyshev2010-06-301-1/+1
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-302-339/+363
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-297-345/+336
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-297-3/+118
* - typo for iconv DLL .libPierre Joye2010-06-281-1/+1
* - Reverted fix for bug #51421Felipe Pena2010-06-283-26/+2
* - Fix arginfo nameFelipe Pena2010-06-281-1/+1
* - Improved initializationFelipe Pena2010-06-272-2/+3
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-277-335/+359
* - BFNFelipe Pena2010-06-261-0/+2
* - 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-267-12/+41
* - Fixed testsFelipe Pena2010-06-261-7/+7
* - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-263-1/+90
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-2610-125/+176
* Remove hard coded lib extension. Prepare for OCI8 1.4.2 releaseChristopher Jones2010-06-253-28/+8
* Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10...Christopher Jones2010-06-251-8/+15
* - Fixed bug #52138 (Constants are parsed into the ini file for section names)Felipe Pena2010-06-244-1/+68
* Two functions, which should be methods so one can catchAndrey Hristov2010-06-243-10/+13
* - typoPierre Joye2010-06-242-2/+2
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-232-1/+3
* Install SQLite3 headerJohannes Schlüter2010-06-231-0/+1
* Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-218-94/+92