summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Improve test and fix skipifHannes Magnusson2008-10-271-1/+5
|
* MFH:Andrey Hristov2008-10-272-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 conditionFelipe Pena2008-10-261-2/+2
|
* - Fixed testFelipe Pena2008-10-261-2/+2
|
* Fixed #44748 (php.ini comments on magic_quotes_gpc promote bad practices)Kalle Sommer Nielsen2008-10-261-1/+2
|
* Fixed compiler warningIlia Alshanetsky2008-10-261-2/+2
|
* - MFH: Fixed bug #46388 (stream_notification_callback inside of object ↵Felipe Pena2008-10-261-1/+5
| | | | destroys object variables)
* - Fixed NEWS entries.Derick Rethans2008-10-261-2/+3
|
* fix several errors found by valgrindGreg Beaver2008-10-263-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 Pena2008-10-261-1/+1
| | | | guenter at php.net)
* - add php-test-pack-[version].zip to nmake snap so we can distribute the ↵Pierre Joye2008-10-262-3/+59
| | | | | | | tests as single zip TODO: add run-tests.bat to the package
* - MFH: Fixed bug #46382 (Mismatching allocation and deallocation in ↵Felipe Pena2008-10-241-1/+1
| | | | stresstest.cpp) (dvice_null at yahoo dot com)
* add testAntony Dovgal2008-10-241-0/+19
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-247-51/+0
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-24111-2427/+16
|
* - MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some ↵Felipe Pena2008-10-241-1/+5
| | | | circumstances)
* - MFH: Removed unnecessary check for array (#46273, noticed by serovov at ↵Felipe Pena2008-10-241-1/+1
| | | | gmail dot com)
* BFN moved to PHP_5_2Arnaud Le Blanc2008-10-231-2/+0
|
* - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements ↵Felipe Pena2008-10-233-3/+64
| | | | with pgsql)
* - flatten path and make them relative before extractionPierre Joye2008-10-232-41/+99
| | | | | - remove unnecessary export
* Revert define() fix, it needs further reviewIlia Alshanetsky2008-10-221-36/+1
|
* fix instantclient detectionStanislav Malyshev2008-10-221-12/+10
|
* MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)Arnaud Le Blanc2008-10-222-0/+5
|
* MFH: Fix a stat on a null when the internal database is used.Scott MacVicar2008-10-221-3/+6
|
* MFH: When using the internal database and there is an error it could try ↵Scott MacVicar2008-10-221-4/+13
| | | | free some invalid things. This was causing a bus error on ppc.
* New PHP testcases for array_diff_ukey functionSanjay Mantoor2008-10-2211-0/+1491
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-2113-51/+51
|
* Already in 5.2Ilia Alshanetsky2008-10-211-2/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-2121-80/+55
|
* initialize optional varsArnaud Le Blanc2008-10-213-9/+9
|
* BFN moved to PHP_5_2Arnaud Le Blanc2008-10-211-2/+0
|
* skip tests on systems without fnmatch() function (f.e.: old darwin)Alexey Zakhlestin2008-10-213-6/+15
|
* proper check for php-versionAlexey Zakhlestin2008-10-211-1/+2
|
* these tests work just fine on macos-xAlexey Zakhlestin2008-10-215-10/+10
|
* fixed wrong check for versionAlexey Zakhlestin2008-10-211-1/+1
|
* Committing test for tillZoe Slattery2008-10-211-0/+47
|
* typoArnaud Le Blanc2008-10-211-1/+1
|
* MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)Arnaud Le Blanc2008-10-214-18/+77
|
* MFH Fix bug #46331 - The internal magic db is const memory and segfaults ↵Scott MacVicar2008-10-201-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 Alshanetsky2008-10-201-0/+3
|
* MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)Rob Richards2008-10-201-1/+1
|
* WSArnaud Le Blanc2008-10-201-19/+19
|
* Better fix for #46313Arnaud Le Blanc2008-10-201-3/+10
|
* Fixed #46313 (Magic quotes broke $_FILES)Arnaud Le Blanc2008-10-203-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 Joye2008-10-201-0/+5
|
* - add strto*i64 support (VC6 only, decent compilers/crt have them)Pierre Joye2008-10-202-0/+129
|
* - support for VC6 and some other platforms (before some other cleanup)Pierre Joye2008-10-203-17/+27
|
* MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)Rob Richards2008-10-202-4/+39
| | | | | add test
* - Fixed testFelipe Pena2008-10-191-1/+0
|
* Fix testJohannes Schlüter2008-10-191-1/+1
|