summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Remplemented support for SplArray using Traversable interface.Dmitry Stogov2008-01-092-16/+133
|
* MFH: fix win32 compileRob Richards2008-01-091-2/+8
|
* apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)Greg Beaver2008-01-091-1/+1
|
* apply same fix of bug #43793 to zlib.deflateGreg Beaver2008-01-091-1/+1
|
* fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headersGreg Beaver2008-01-092-1/+42
|
* - MFB: #43790, fix crash when no family name has been foundPierre Joye2008-01-091-1/+2
|
* Fixed bug #43498 (file_exists() on a proftpd server got SIZE notIlia Alshanetsky2008-01-081-0/+1
| | | | | | allowed in ASCII mode). # Original patch by crrodriguez at suse dot de
* MySQL 6 compatibility fix.Ulf Wendel2008-01-081-0/+4
|
* strncpy->strlcpyAndrey Hristov2008-01-084-5/+5
|
* Merge from HEAD: looks more than it is. Whitespace, some SQL formatting ↵Ulf Wendel2008-01-0838-136/+183
| | | | | | | changes etc. No "real" changes.
* WSIlia Alshanetsky2008-01-071-2/+2
|
* MFB: Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.Ilia Alshanetsky2008-01-061-1/+1
|
* MFHUlf Wendel2008-01-045-3/+589
| | | | | | | | | | | | | | | | | | | | | | | | | Added: mysqli_fetch_assoc_zerofill.phpt checks for UNSIGNED ZEROFILL mysqli_stmt_bind_result_zerofill.phpt checks for UNSIGNED ZEROFILL mysqli_stmt_bind_param_call_user_func.phpt Needs to be refined once http://bugs.php.net/bug.php?id=43568 has been closed and a decision has been made on call_user_func_array(). There seems to be a BC break between 5_2 -> 5_3 . Johannes has an eye on it Modified: mysqli_change_user_insert_id.phpt skip test for buggy MySQL Server versions mysqli_insert_id.phpt added additional checks
* New testcases for array_diff() functionRaghubansh Kumar2008-01-0412-0/+1556
|
* New testcases for array_diff_assoc() functionRaghubansh Kumar2008-01-0412-0/+1664
|
* MFH: Fix for bug #43036Ulf Wendel2008-01-041-16/+16
|
* MFH: Remove test for deprecated (and removed) functionUlf Wendel2008-01-031-50/+0
|
* Skip test for PostgreSQL driver since error is too dissimilar to otherIlia Alshanetsky2008-01-031-0/+1
| | | | | drivers
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-0327-162/+0
| | | | | #in preparation for the gcc 4 visibility patch
* - MFH: Remove more replication stuffJohannes Schlüter2008-01-032-53/+0
|
* Header protectionAndrey Hristov2008-01-031-0/+4
|
* Remove unused fieldAndrey Hristov2008-01-032-131/+130
|
* this testcase has been split into many smaller testcases and committed.Raghubansh Kumar2008-01-031-418/+0
|
* new smaller testcases for array_map() functionRaghubansh Kumar2008-01-0321-0/+2431
|
* Adding PHPT tests for the ReflectionMethod class.Steve Seear2008-01-0318-0/+1928
|
* - Fix problems with double definitionsAndrey Hristov2008-01-0212-148/+135
| | | | | | | - Clean up a bit a type mess - 4 types less. No need to have aliases for the same thing (unification is the name). - New macro for Johannes mysqlnd_stmt_ro_result_metadata
* Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";")Ilia Alshanetsky2008-01-021-1/+1
|
* fixed binary arithmetic (MF5.2)Hartmut Holzgraefe2008-01-011-1/+1
|
* - Updated to version 2007.11Derick Rethans2008-01-011-641/+964
|
* MFH: Fix testHannes Magnusson2008-01-011-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-31555-556/+556
|
* MFH: Bump copyright year, 1 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).David Soria Parra2007-12-302-2/+32
| | | | | CVS
* MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues ↵Jani Taskinen2007-12-291-2/+5
| | | | with misconfigured servers)
* MFB5.2: Fix testHannes Magnusson2007-12-291-1/+1
|
* fix testAntony Dovgal2007-12-291-0/+2
|
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-2812-511/+2
| | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them.
* Fixing SQL syntax in this very old test to make it pass with MySQL 6.0Ulf Wendel2007-12-281-4/+17
|
* Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.Ulf Wendel2007-12-281-8/+21
|
* Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,Ulf Wendel2007-12-281-18/+40
| | | | | HEAD sync will follow.
* Cutting off a few edges:Ulf Wendel2007-12-281-21/+35
| | | | | | | - use connection parameter from environment variables - check if MySQL supports procedures - whitespace
* Fixed test related to bug #38469Dmitry Stogov2007-12-281-7/+3
|
* fix testsNuno Lopes2007-12-272-3/+3
|
* Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua ↵Dmitry Stogov2007-12-273-1/+136
| | | | Reese, Dmitry)
* Added 64-bit tests (Serg)Dmitry Stogov2007-12-2710-0/+2379
|
* MFH: Fix typo (TAKAGI Masahiro)Hannes Magnusson2007-12-261-1/+1
|
* MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2007-12-252-0/+53
|
* fix test : do not run when run as rootRaghubansh Kumar2007-12-252-0/+18
|
* Additional fix for bug #42868Dmitry Stogov2007-12-245-12/+13
|
* new testcases for dir() functionRaghubansh Kumar2007-12-2411-0/+1109
|