Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: unused stuff | Jani Taskinen | 2008-07-22 | 1 | -7/+0 |
| | |||||
* | - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen()) | Felipe Pena | 2008-07-22 | 14 | -10/+35 |
| | |||||
* | MFH: Visibility (bug #45557) | Rob Richards | 2008-07-22 | 2 | -8/+8 |
| | |||||
* | MFH Add missing help text | Steph Fox | 2008-07-22 | 1 | -3/+5 |
| | |||||
* | - Remove duplicated lines. | Moriyoshi Koizumi | 2008-07-22 | 1 | -4/+0 |
| | |||||
* | ws | Jani Taskinen | 2008-07-22 | 1 | -9/+10 |
| | |||||
* | Closure object cannot have properties | Dmitry Stogov | 2008-07-22 | 2 | -0/+53 |
| | |||||
* | - This test works fine (patch by Lars Strojny) | Derick Rethans | 2008-07-22 | 1 | -5/+0 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be ↵ | Dmitry Stogov | 2008-07-22 | 22 | -202/+188 |
| | | | | removed) | ||||
* | - MFH: Segfault when an exception is thrown on persistent connections | Pierre Joye | 2008-07-22 | 3 | -1/+28 |
| | |||||
* | - MFH: Added arginfo | Felipe Pena | 2008-07-22 | 39 | -83/+271 |
| | |||||
* | MFH: Fix integer oveflow in strrpos() | Scott MacVicar | 2008-07-22 | 2 | -1/+42 |
| | |||||
* | MFH: | Felipe Pena | 2008-07-21 | 1 | -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 Pena | 2008-07-21 | 1 | -8/+0 |
| | | | | | (patch by Christian Hoffmann) | ||||
* | Optimisation for zend_memnstr when the needle is only a single character. ↵ | Scott MacVicar | 2008-07-21 | 1 | -0/+4 |
| | | | | (Patch by Michal Dziemianko - GSoC08) | ||||
* | - SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen) | Pierre Joye | 2008-07-21 | 3 | -1/+22 |
| | |||||
* | Added check for small ZEMD_MM_SEG_SIZE | Dmitry Stogov | 2008-07-21 | 1 | -0/+3 |
| | |||||
* | MFH:- Visibility (bug #45564) | Jani Taskinen | 2008-07-21 | 1 | -0/+2 |
| | |||||
* | MFH: sync | Jani Taskinen | 2008-07-21 | 1 | -19/+23 |
| | |||||
* | MFH: Sync with PHP 6. | Jani Taskinen | 2008-07-21 | 1 | -216/+283 |
| | |||||
* | MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, | Johannes Schlüter | 2008-07-21 | 107 | -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 Hristov | 2008-07-21 | 1 | -0/+1 |
| | |||||
* | Fix for bug#45179 --with-mysql-sock fails to compile & work | Andrey Hristov | 2008-07-21 | 9 | -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 Magnusson | 2008-07-21 | 15 | -23/+23 |
| | |||||
* | - Forward compatibility. | Jani Taskinen | 2008-07-21 | 1 | -0/+3 |
| | | | | | # @DOC@, [DOC], *DOC*: Added FILE_TEXT and FILE_BINARY constants for forward compatibility. | ||||
* | MFH | Kalle Sommer Nielsen | 2008-07-21 | 1 | -2/+2 |
| | |||||
* | - More stupid WS etc fixes. Plus the missing help text place holders for ↵ | Jani Taskinen | 2008-07-21 | 1 | -14/+20 |
| | | | | Steph to fill up.. | ||||
* | MFH: Stupid WS fixes..Thanks Steph! | Jani Taskinen | 2008-07-21 | 1 | -108/+239 |
| | |||||
* | MFH: sync acinclude.m4 (leave the PHP_PROG_LEX for BC!) | Jani Taskinen | 2008-07-21 | 1 | -1/+67 |
| | |||||
* | MFH: sync configure.in with HEAD (where applicable) | Jani Taskinen | 2008-07-21 | 1 | -58/+73 |
| | |||||
* | Run the tests with E_STRICT again | Hannes Magnusson | 2008-07-21 | 1 | -1/+1 |
| | | | | | # Why isn't E_STRICT in E_ALL? | ||||
* | MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) | Hannes Magnusson | 2008-07-21 | 10 | -4/+16 |
| | |||||
* | MFH: fix proto | Hannes Magnusson | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | Fix test on Windows | Kalle Sommer Nielsen | 2008-07-21 | 1 | -0/+6 |
| | |||||
* | - MFH: Fixed one more test (on 32 bits) | Derick Rethans | 2008-07-21 | 1 | -2/+4 |
| | |||||
* | Fixed chdir() into requested file directory inconsistencies | Dmitry Stogov | 2008-07-21 | 3 | -14/+2 |
| | |||||
* | - MFH Little debug hack to allow printing vm function | Marcus Boerger | 2008-07-21 | 1 | -4/+7 |
| | |||||
* | - MFH: fix test | Derick Rethans | 2008-07-21 | 1 | -0/+2 |
| | |||||
* | MFH | Antony Dovgal | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #45562 (Creating instance of DatePeriod crashes). | Derick Rethans | 2008-07-20 | 2 | -2/+43 |
| | |||||
* | Fix macro redef | Kalle Sommer Nielsen | 2008-07-20 | 2 | -2/+2 |
| | |||||
* | MFH + NEWS entry | Kalle Sommer Nielsen | 2008-07-20 | 2 | -0/+2 |
| | |||||
* | - MFH: Bug #45572 | Moriyoshi Koizumi | 2008-07-20 | 1 | -2/+6 |
| | |||||
* | MFH: Iterator methods overwriting optimisations | Etienne Kneuss | 2008-07-20 | 1 | -82/+57 |
| | |||||
* | - BFN: #45571 | Felipe Pena | 2008-07-20 | 1 | -0/+2 |
| | |||||
* | - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private ↵ | Felipe Pena | 2008-07-20 | 2 | -4/+46 |
| | | | | | | | static methods.) patch by Robin Fernandes | ||||
* | MFH: Fix build for solaris | Etienne Kneuss | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-07-20 | 1 | -4/+6 |
| | |||||
* | Fixed test | Dmitry Stogov | 2008-07-20 | 1 | -1/+1 |
| |