summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: unused stuffJani Taskinen2008-07-221-7/+0
|
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-2214-10/+35
|
* MFH: Visibility (bug #45557)Rob Richards2008-07-222-8/+8
|
* MFH Add missing help textSteph Fox2008-07-221-3/+5
|
* - Remove duplicated lines.Moriyoshi Koizumi2008-07-221-4/+0
|
* wsJani Taskinen2008-07-221-9/+10
|
* Closure object cannot have propertiesDmitry Stogov2008-07-222-0/+53
|
* - This test works fine (patch by Lars Strojny)Derick Rethans2008-07-221-5/+0
|
* Fixed testDmitry Stogov2008-07-221-1/+1
|
* Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be ↵Dmitry Stogov2008-07-2222-202/+188
| | | | removed)
* - MFH: Segfault when an exception is thrown on persistent connectionsPierre Joye2008-07-223-1/+28
|
* - MFH: Added arginfoFelipe Pena2008-07-2239-83/+271
|
* MFH: Fix integer oveflow in strrpos()Scott MacVicar2008-07-222-1/+42
|
* MFH:Felipe Pena2008-07-211-34/+2
| | | | | | - Removed ntest and utest - Removed -U flag to `make test' just to test once each test
* - Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.Felipe Pena2008-07-211-8/+0
| | | | | (patch by Christian Hoffmann)
* Optimisation for zend_memnstr when the needle is only a single character. ↵Scott MacVicar2008-07-211-0/+4
| | | | (Patch by Michal Dziemianko - GSoC08)
* - SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen)Pierre Joye2008-07-213-1/+22
|
* Added check for small ZEMD_MM_SEG_SIZEDmitry Stogov2008-07-211-0/+3
|
* MFH:- Visibility (bug #45564)Jani Taskinen2008-07-211-0/+2
|
* MFH: syncJani Taskinen2008-07-211-19/+23
|
* MFH: Sync with PHP 6.Jani Taskinen2008-07-211-216/+283
|
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-21107-505/+10616
| | | | | | | | | | | | | | | | | | | | | | | | pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
* Pure, old-fashion CVS grown, bug fix.Andrey Hristov2008-07-211-0/+1
|
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-219-11/+40
| | | | | | | Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql
* Fix tests (patch by Lars)Hannes Magnusson2008-07-2115-23/+23
|
* - Forward compatibility.Jani Taskinen2008-07-211-0/+3
| | | | | # @DOC@, [DOC], *DOC*: Added FILE_TEXT and FILE_BINARY constants for forward compatibility.
* MFHKalle Sommer Nielsen2008-07-211-2/+2
|
* - More stupid WS etc fixes. Plus the missing help text place holders for ↵Jani Taskinen2008-07-211-14/+20
| | | | Steph to fill up..
* MFH: Stupid WS fixes..Thanks Steph!Jani Taskinen2008-07-211-108/+239
|
* MFH: sync acinclude.m4 (leave the PHP_PROG_LEX for BC!)Jani Taskinen2008-07-211-1/+67
|
* MFH: sync configure.in with HEAD (where applicable)Jani Taskinen2008-07-211-58/+73
|
* Run the tests with E_STRICT againHannes Magnusson2008-07-211-1/+1
| | | | | # Why isn't E_STRICT in E_ALL?
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-2110-4/+16
|
* MFH: fix protoHannes Magnusson2008-07-211-1/+1
|
* Fix test on WindowsKalle Sommer Nielsen2008-07-211-0/+6
|
* - MFH: Fixed one more test (on 32 bits)Derick Rethans2008-07-211-2/+4
|
* Fixed chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-213-14/+2
|
* - MFH Little debug hack to allow printing vm functionMarcus Boerger2008-07-211-4/+7
|
* - MFH: fix testDerick Rethans2008-07-211-0/+2
|
* MFHAntony Dovgal2008-07-211-1/+1
|
* - MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes).Derick Rethans2008-07-202-2/+43
|
* Fix macro redefKalle Sommer Nielsen2008-07-202-2/+2
|
* MFH + NEWS entryKalle Sommer Nielsen2008-07-202-0/+2
|
* - MFH: Bug #45572Moriyoshi Koizumi2008-07-201-2/+6
|
* MFH: Iterator methods overwriting optimisationsEtienne Kneuss2008-07-201-82/+57
|
* - BFN: #45571Felipe Pena2008-07-201-0/+2
|
* - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private ↵Felipe Pena2008-07-202-4/+46
| | | | | | | static methods.) patch by Robin Fernandes
* MFH: Fix build for solarisEtienne Kneuss2008-07-201-1/+1
|
* Fixed testDmitry Stogov2008-07-201-4/+6
|
* Fixed testDmitry Stogov2008-07-201-1/+1
|