summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should referAdam Harvey2010-12-021-12/+24
* Remove OCI8 devel status in preparation for PHP 5.3.4 releaseChristopher Jones2010-12-011-1/+1
* Add Berkeley DB 5.1 support to the DBA extensionChristopher Jones2010-12-011-1/+1
* - fix ts buildPierre Joye2010-12-011-1/+1
* Removed old commented function prototypes.Stefan Marr2010-12-011-2/+0
* Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)Ilia Alshanetsky2010-12-012-2/+31
* Allowed indirect $this access (Scott)Dmitry Stogov2010-12-012-0/+17
* - Fixed bug #53412 (segfault when using -y)Jérôme Loyet2010-11-302-4/+15
* - Implemented bug/request #53427 - stream_select doesn't preserve the Gustavo André dos Santos Lopes2010-11-303-2/+50
* Same as beforeIlia Alshanetsky2010-11-301-2/+0
* Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).Ilia Alshanetsky2010-11-302-14/+31
* C comments instead of C++ commentsDavid Soria Parra2010-11-301-2/+2
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3
* Fixed bug #52656 (DOMCdataSection does not work with splitText).Ilia Alshanetsky2010-11-292-1/+15
* Fixed bug #52828 (curl_setopt does not accept persistent streams).Ilia Alshanetsky2010-11-291-1/+1
* Removed unnecessary dependenciesDmitry Stogov2010-11-291-10/+0
* Update INI files per doc bug #53420 (mail.log is poorly documented).Adam Harvey2010-11-292-2/+4
* - Fixed two more test cases.Derick Rethans2010-11-282-332/+132
* - Fixed a few test cases.Derick Rethans2010-11-284-590/+23
* Fixed bug #52327 (base64_decode() improper handling of leading padding in str...Ilia Alshanetsky2010-11-262-1/+13
* - Fixed #53409, sleep() return NULL on WindowsPierre Joye2010-11-262-1/+2
* - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be...Jérôme Loyet2010-11-2613-360/+458
* - Remove outdated, unmaintained, misleading ChangeLog filesJohannes Schlüter2010-11-267-14191/+0
* Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-267-3/+103
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-2510-21/+19
* Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)Ilia Alshanetsky2010-11-252-1/+14
* - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.Gustavo André dos Santos Lopes2010-11-252-7/+24
* - Removed unused variableFelipe Pena2010-11-241-1/+0
* Removed support for break/continue $var syntaxDmitry Stogov2010-11-241-0/+5
* Removed support for break/continue $var syntaxDmitry Stogov2010-11-245-131/+46
* Fixed testDmitry Stogov2010-11-241-3/+3
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-242-438/+416
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-2427-222/+197
* - Fix typoAndi Gutmans2010-11-241-1/+1
* - fixed #53352Pierre Joye2010-11-231-1/+4
* - Fixed compile warningsFelipe Pena2010-11-232-3/+3
* - Fixed testFelipe Pena2010-11-231-0/+6
* Fixed bug #46587 (mt_rand() does not check that max is greater than min).Ilia Alshanetsky2010-11-231-0/+5
* Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIMEAdam Harvey2010-11-232-1/+39
* Fixed bug #35547 (Segfault accessing static method)Dmitry Stogov2010-11-232-1/+18
* Set svn propertiesJohannes Schlüter2010-11-221-1/+1
* - Update tokenizer dataJohannes Schlüter2010-11-222-1/+25
* Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on WindowsKalle Sommer Nielsen2010-11-221-0/+2
* Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).Ilia Alshanetsky2010-11-221-1/+1
* - Fix tests for \0 patch in PHP 5.3.Gustavo André dos Santos Lopes2010-11-221-1/+1
* - Fixed ZTS buildFelipe Pena2010-11-211-1/+1
* - Improve testJohannes Schlüter2010-11-211-4/+4
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-212-1/+29
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-202-2/+36
* Added second fix from #50987 that wasn't apart of Ilia's commitKalle Sommer Nielsen2010-11-201-1/+1