| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Improve test and fix skipif | Hannes Magnusson | 2008-10-27 | 1 | -1/+5 |
| | | |||||
| * | MFH: | Andrey Hristov | 2008-10-27 | 2 | -1/+34 |
| | | | | | | | | Warning if the library API version differs from the headers used to compile. Patch versions are not considered but major.minor Fix build of ext/mysql with 4.0.x and pre. | ||||
| * | - Fixed condition | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
| | | |||||
| * | - Fixed test | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed #44748 (php.ini comments on magic_quotes_gpc promote bad practices) | Kalle Sommer Nielsen | 2008-10-26 | 1 | -1/+2 |
| | | |||||
| * | Fixed compiler warning | Ilia Alshanetsky | 2008-10-26 | 1 | -2/+2 |
| | | |||||
| * | - MFH: Fixed bug #46388 (stream_notification_callback inside of object ↵ | Felipe Pena | 2008-10-26 | 1 | -1/+5 |
| | | | | | destroys object variables) | ||||
| * | - Fixed NEWS entries. | Derick Rethans | 2008-10-26 | 1 | -2/+3 |
| | | |||||
| * | fix several errors found by valgrind | Greg Beaver | 2008-10-26 | 3 | -3/+15 |
| | | | | | | | | 1 - entry metadata not properly processed or retrieved from cached phars 2 - copy on write was using a void return value instead of int, a dangerous oversight in phar_update_cached_entry 3 - metadata creation in entries for cached phars was causing an invalid read | ||||
| * | - MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by ↵ | Felipe Pena | 2008-10-26 | 1 | -1/+1 |
| | | | | | guenter at php.net) | ||||
| * | - add php-test-pack-[version].zip to nmake snap so we can distribute the ↵ | Pierre Joye | 2008-10-26 | 2 | -3/+59 |
| | | | | | | | | tests as single zip TODO: add run-tests.bat to the package | ||||
| * | - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in ↵ | Felipe Pena | 2008-10-24 | 1 | -1/+1 |
| | | | | | stresstest.cpp) (dvice_null at yahoo dot com) | ||||
| * | add test | Antony Dovgal | 2008-10-24 | 1 | -0/+19 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 7 | -51/+0 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 111 | -2427/+16 |
| | | |||||
| * | - MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some ↵ | Felipe Pena | 2008-10-24 | 1 | -1/+5 |
| | | | | | circumstances) | ||||
| * | - MFH: Removed unnecessary check for array (#46273, noticed by serovov at ↵ | Felipe Pena | 2008-10-24 | 1 | -1/+1 |
| | | | | | gmail dot com) | ||||
| * | BFN moved to PHP_5_2 | Arnaud Le Blanc | 2008-10-23 | 1 | -2/+0 |
| | | |||||
| * | - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements ↵ | Felipe Pena | 2008-10-23 | 3 | -3/+64 |
| | | | | | with pgsql) | ||||
| * | - flatten path and make them relative before extraction | Pierre Joye | 2008-10-23 | 2 | -41/+99 |
| | | | | | | - remove unnecessary export | ||||
| * | Revert define() fix, it needs further review | Ilia Alshanetsky | 2008-10-22 | 1 | -36/+1 |
| | | |||||
| * | fix instantclient detection | Stanislav Malyshev | 2008-10-22 | 1 | -12/+10 |
| | | |||||
| * | MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option) | Arnaud Le Blanc | 2008-10-22 | 2 | -0/+5 |
| | | |||||
| * | MFH: Fix a stat on a null when the internal database is used. | Scott MacVicar | 2008-10-22 | 1 | -3/+6 |
| | | |||||
| * | MFH: When using the internal database and there is an error it could try ↵ | Scott MacVicar | 2008-10-22 | 1 | -4/+13 |
| | | | | | free some invalid things. This was causing a bus error on ppc. | ||||
| * | New PHP testcases for array_diff_ukey function | Sanjay Mantoor | 2008-10-22 | 11 | -0/+1491 |
| | | |||||
| * | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 13 | -51/+51 |
| | | |||||
| * | Already in 5.2 | Ilia Alshanetsky | 2008-10-21 | 1 | -2/+0 |
| | | |||||
| * | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 21 | -80/+55 |
| | | |||||
| * | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 3 | -9/+9 |
| | | |||||
| * | BFN moved to PHP_5_2 | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+0 |
| | | |||||
| * | skip tests on systems without fnmatch() function (f.e.: old darwin) | Alexey Zakhlestin | 2008-10-21 | 3 | -6/+15 |
| | | |||||
| * | proper check for php-version | Alexey Zakhlestin | 2008-10-21 | 1 | -1/+2 |
| | | |||||
| * | these tests work just fine on macos-x | Alexey Zakhlestin | 2008-10-21 | 5 | -10/+10 |
| | | |||||
| * | fixed wrong check for version | Alexey Zakhlestin | 2008-10-21 | 1 | -1/+1 |
| | | |||||
| * | Committing test for till | Zoe Slattery | 2008-10-21 | 1 | -0/+47 |
| | | |||||
| * | typo | Arnaud Le Blanc | 2008-10-21 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) | Arnaud Le Blanc | 2008-10-21 | 4 | -18/+77 |
| | | |||||
| * | MFH Fix bug #46331 - The internal magic db is const memory and segfaults ↵ | Scott MacVicar | 2008-10-20 | 1 | -0/+10 |
| | | | | | | | | | when you try to do byte swapping on big endian machines. This fixes it by copying the memory for those processors, but this isn't ideal as it wastes memory. Perhaps using a static cache would be better. | ||||
| * | Fixed bug #46343 (IPv6 address filter accepts invalid address) | Ilia Alshanetsky | 2008-10-20 | 1 | -0/+3 |
| | | |||||
| * | MFH: fix bug #46323 (compilation of simplexml for NetWare breaks) | Rob Richards | 2008-10-20 | 1 | -1/+1 |
| | | |||||
| * | WS | Arnaud Le Blanc | 2008-10-20 | 1 | -19/+19 |
| | | |||||
| * | Better fix for #46313 | Arnaud Le Blanc | 2008-10-20 | 1 | -3/+10 |
| | | |||||
| * | Fixed #46313 (Magic quotes broke $_FILES) | Arnaud Le Blanc | 2008-10-20 | 3 | -4/+124 |
| | | | | | | | | | | | | # magic_quotes_gpc was disabled during registration of $_FILES["x"]["tmp_name"] # and $GLOBALS["x"] (which is tmp_name with register_globals enabled). This # caused "x" to not be escaped so there was 2 different keys for the same file # in $_FILES, one with tmp_name and the other without. # All other variables (name, size, etc) are registered with magic_quotes_gpc # untouched, both in $_FILES and $GLOBALS and I did not found a reason for # disabling it for tmp_name. | ||||
| * | - add strto*i64 (VC6, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 1 | -0/+5 |
| | | |||||
| * | - add strto*i64 support (VC6 only, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 2 | -0/+129 |
| | | |||||
| * | - support for VC6 and some other platforms (before some other cleanup) | Pierre Joye | 2008-10-20 | 3 | -17/+27 |
| | | |||||
| * | MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) | Rob Richards | 2008-10-20 | 2 | -4/+39 |
| | | | | | | add test | ||||
| * | - Fixed test | Felipe Pena | 2008-10-19 | 1 | -1/+0 |
| | | |||||
| * | Fix test | Johannes Schlüter | 2008-10-19 | 1 | -1/+1 |
| | | |||||
