summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.24php-5.3.24PHP-5.3.24Johannes Schlüter2013-04-103-4/+4
|
* PHP 5.3.24RC1php-5.3.24RC1Johannes Schlüter2013-03-283-4/+4
|
* 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
|
* PHAR should modify entry timestamp when it's modifiedDmitry Stogov2013-02-211-2/+5
|
* http-stream test requires network connectivitySara Golemon2013-02-211-0/+1
|
* updated lib versionsAnatol Belski2013-02-211-5/+5
|
* Fixed external entity loadingDmitry Stogov2013-02-203-20/+26
|
* 5.3.22 NEWSJohannes Schlüter2013-02-201-4/+6
|
* fix the test for curl 7.29.0+Anatol Belski2013-02-191-1/+1
|
* Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-173-1/+31
|
* Proper bit reset codeDmitry Stogov2013-02-131-2/+2
|
* Disabled external entities loadingDmitry Stogov2013-02-071-0/+2
|
* Check if soap.wsdl_cache_dir confirms to open_basedirDmitry Stogov2013-02-071-1/+35
|
* This will be PHP 5.3.23Johannes Schlüter2013-01-313-4/+9
|
* Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-304-2/+28
|
* Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Johannes Schlüter2013-01-296-70/+123
|\
| * NEWS for bug #64023 (see aa0adce)Gustavo Lopes2013-01-231-0/+3
| |
| * Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-224-70/+39
| | | | | | | | | | | | | | | | | | | | | | | | Defining a __toString() method was having no effect when concatenating the object. This was because the cast_object() handler would ignore __toString(). Using echo() directly would actually use __toString(), but this was a bug: the ECHO handler would try zend_std_cast_object_tostring() before cast_object(), but cast_object() should have priority as zend_std_cast_object_tostring() assumes an object with a zend_class_entry.
| * fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-183-0/+86
| |
* | Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)Johannes Schlüter2013-01-292-2/+3
| |
* | Fix NEWS after 5.3.21Johannes Schlüter2013-01-161-11/+13
|/
* Update the arguments in the prototype of fpm_socket_unix_test_connect().Adam Harvey2013-01-162-1/+4
| | | | Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11).
* Revert "Update fputcsv() to escape all characters equally."Adam Harvey2013-01-154-29/+13
| | | | | | On second thoughts, while the behaviour _is_ broken, this isn't the right fix. This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.