summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.25php-5.3.25PHP-5.3.25Johannes Schlüter2013-05-083-4/+4
|
* PHP 5.3.25RC1php-5.3.25RC1Johannes Schlüter2013-04-253-4/+4
|
* Fix NEWSJohannes Schlüter2013-04-251-6/+6
|
* Fix bug #64458 (dns_get_record result with string of length -1)Stanislav Malyshev2013-04-232-1/+2
|
* Fixed incorrect check. SEND_REF may be executed before DO_FCALL when ↵Dmitry Stogov2013-04-232-3/+9
| | | | EX(function_state).function is not yet set to the calling function.
* Fixed stream_socket_pair() on Windows x64 andAnatol Belski2013-04-223-16/+41
| | | | improved errorhandling in the socketpair() implementation.
* - Updated to version 2013.3 (2013c)Derick Rethans2013-04-221-441/+469
|
* lower the limit, should fit in a byteAndrey Hristov2013-04-191-1/+1
|
* updated lib versionsAnatol Belski2013-04-171-17/+17
|
* allow lcov 1.10Nuno Lopes2013-04-131-1/+1
|
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Anatol Belski2013-04-103-2/+15
|\
| * add external 2.1 detection and fix gd_compat for 2.1+Pierre Joye2013-04-103-2/+15
| |
* | Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-104-0/+90
|/
* PHP 5.3.24 release dateJohannes Schlüter2013-04-101-5/+1
|
* fix possible NULL derefPierre Joye2013-04-091-2/+4
|
* fix null derefPierre Joye2013-04-091-1/+2
|
* Fixed bugs #47675 and #64577 (fd leak on Solaris)Rasmus Lerdorf2013-04-042-2/+2
|
* no tab hereXinchen Hui2013-04-041-1/+1
|
* Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: ↵Xinchen Hui2013-04-043-3/+22
| | | | segfault)
* Fix testXinchen Hui2013-04-011-2/+1
|
* Exclude Travis build for 5.3 and 5.4Nikita Popov2013-03-281-5/+4
|
* This will PHP 5.3.25Johannes Schlüter2013-03-283-4/+12
|
* Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle ↵Dmitry Stogov2013-03-253-24/+32
| | | | exceptions properly). (Jeff Welch)
* It's 2013, even for a manpageJohannes Schlüter2013-03-241-2/+2
|
* Reworked the changes for bug #64452Anatol Belski2013-03-231-4/+1
|
* Fixed possible precision loss in microtimeAnatol Belski2013-03-231-6/+13
| | | | | | This is related to the fix for bug #64370. MSVC natively supports __int64 type, so calculating with 32 bit ints is neither necessary nor reliable. Therefore an older piece of code is reused.
* Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-203-4/+17
|
* Backported fix for bug #62852Anatol Belski2013-03-195-31/+69
|
* Fixed bug #62343 (Show class_alias In get_declared_classes())Dmitry Stogov2013-03-193-1/+28
|
* fix NEWSStanislav Malyshev2013-03-181-1/+1
|
* Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
|
* Backported patch for #64370Anatol Belski2013-03-156-97/+96
|
* explain the step updating the git submodule reference in web/php.gitFerenc Kovacs2013-03-151-1/+9
|
* fix zts checkAnatol Belski2013-03-141-1/+1
|
* fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for ↵Andrey Hristov2013-03-132-1/+5
| | | | stmt->param_bind
* fixed headers orderAnatol Belski2013-03-121-1/+1
|
* - Updated to version 2013.2 (2013b)Derick Rethans2013-03-111-594/+615
|
* Fixed PCRE locale crash in Windows/TSStephen A. Zarkos2013-03-041-1/+8
|
* rename NEWS backStanislav Malyshev2013-03-031-0/+0
|
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Anatol Belski2013-03-031-0/+0
|\ | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: Rename to create a NEWS file per version to fix the annoying merging issue with NEWS files.
| * Rename to create a NEWS file per version to fix the annoying merging issue ↵Derick Rethans2013-03-031-0/+0
| | | | | | | | with NEWS files.
* | updated NEWSAnatol Belski2013-03-031-0/+3
| |
* | merged PCRE 8.32Anatol Belski2013-03-0342-6977/+11909
|/ | | | | - defined HAVE_CONFIG_H to simplify the future merges - PCRE NEWS http://pcre.org/news.txt
* - Updated to version 2013.1 (2013a)Derick Rethans2013-03-031-661/+784
|
* Fixed timestamp update on Phar contents modification.Dmitry Stogov2013-03-011-0/+3
|
* 5.4.24-devStanislav Malyshev2013-02-283-6/+8
|
* 5.3.23RC1php-5.3.23RC1Stanislav Malyshev2013-02-283-4/+4
|
* Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-263-1/+25
| | | | When checking to make into a reference write, readwrite are checked but not unset
* Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-243-11/+43
|
* Fix TSRM (after afc1debb)Johannes Schlüter2013-02-211-4/+6
|