summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* No idea which recent change has cause this little API change, however it is ↵Ulf Wendel2010-02-022-4/+4
| | | | not a big change and maybe it is even an improvement.
* Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).Ilia Alshanetsky2010-02-021-1/+1
|
* - missing patch (update to 0.9.3)Pierre Joye2010-02-011-2/+2
|
* - update to 0.9.3Pierre Joye2010-02-018-88/+131
|
* - fix testPierre Joye2010-02-011-0/+1
|
* - fix leakPierre Joye2010-02-011-0/+1
|
* Fix second bug in that code, + instead of += thus not increasingAndrey Hristov2010-02-011-1/+1
| | | | | | a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't have access to this codepath.
* - system/version dependent msgPierre Joye2010-02-014-15/+15
|
* Fix a bug in mysqlnd where a pointer was not incrementedAndrey Hristov2010-02-011-0/+1
| | | | | | | | and thus wrong data was saved MYSQLND_FIELD::db. However, this wasn't caught because there is no code in mysql/mysqli/pdo_mysql which reads that field of the structure. The problem was found during code review.
* - fix system/version dependent msg, add skip cases, syncPierre Joye2010-02-0113-49/+63
|
* Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)Ilia Alshanetsky2010-02-012-9/+47
|
* Tests related to #50727Ulf Wendel2010-02-011-0/+282
|
* Update the libmagic.patch to reflect the current situation. Contains a diff ↵Mikko Koppanen2010-01-311-72/+2975
| | | | against upstream 5.03
* ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How ↵Gwynne Raskind2010-01-311-0/+2
| | | | confusing. (Forgot to commit to trunk/ before, sorry)
* Fixed crash in ZTS mode due to ini values not being initializedIlia Alshanetsky2010-01-312-15/+3
|
* Fixed a possible open_basedir/safe_mode bypass in session extension ↵Ilia Alshanetsky2010-01-311-1/+6
| | | | identified by Grzegorz Stachowiak.
* Blah, PDO_DBG_ENABLED is a 0/1 toggleRasmus Lerdorf2010-01-311-1/+1
|
* RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined,Rasmus Lerdorf2010-01-311-1/+1
| | | | | so don't waste time calling them on every request.
* - fix skip clausesPierre Joye2010-01-302-11/+11
|
* - fix test initPierre Joye2010-01-301-2/+3
|
* - fix write access check when write mode only is requested (not RW)Pierre Joye2010-01-303-2/+70
|
* - cleanup & correct msgPierre Joye2010-01-301-2/+1
|
* - this value is platform dependent (unix too)Pierre Joye2010-01-301-1/+1
|
* - csPierre Joye2010-01-301-37/+34
|
* - fix test, rewrite it (same cases are tested), CS, simplify, be verbose on ↵Pierre Joye2010-01-301-75/+69
| | | | error not otherwise (avoid infinite loop in pcre_match inside run-test)
* - fix testPierre Joye2010-01-281-1/+1
|
* - more EOL fixes, don't use expectfPierre Joye2010-01-285-2/+20
|
* - fix possible EOL conversion on svn co on windowsPierre Joye2010-01-281-0/+3
|
* - skip if not enough permission and add to trunkPierre Joye2010-01-271-0/+50
|
* Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation)Ilia Alshanetsky2010-01-271-1/+7
|
* - update/fix/skip/add for rename testsPierre Joye2010-01-279-13/+232
|
* - fix and update test according to recent fixesPierre Joye2010-01-271-1/+1
|
* - fix and update test according to recent fixesPierre Joye2010-01-271-0/+0
|
* Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)Ilia Alshanetsky2010-01-262-6/+0
|
* - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP ↵Jani Taskinen2010-01-251-4/+8
| | | | authentication)
* - make it work on win, simplify expect using expectfPierre Joye2010-01-251-3/+16
|
* Fix for bug#50772 Andrey Hristov2010-01-254-4/+53
| | | | | mysqli constructor without parameters does not return a working mysqli object
* - fix test, dir separator agnosticPierre Joye2010-01-241-2/+2
|
* - add win32 version of the test, damned error msg with eol in themPierre Joye2010-01-241-0/+5
|
* - Updated to version 2010.1 (./tzdata2010a)Derick Rethans2010-01-241-3/+3
|
* - nl fixPierre Joye2010-01-241-1/+1
|
* - \n or \r\n (phpt are text in svn)Pierre Joye2010-01-241-0/+0
|
* - #50690, putenv does assign value when their length is one charPierre Joye2010-01-242-1/+15
|
* - make getservbyname on windows behaves like *nux when proto is an empty stringPierre Joye2010-01-241-0/+9
|
* - \n or \r\n as phpt are txt file in svnPierre Joye2010-01-241-2/+2
|
* - skip if proc_nice is not availablePierre Joye2010-01-248-1/+30
|
* - Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.)Sriram Natarajan2010-01-232-0/+62
|
* - fix win build, use bundled stdintPierre Joye2010-01-211-1/+5
|
* decrement correctly!Andrey Hristov2010-01-211-2/+4
|
* Add possibility to restrain the number of levelsAndrey Hristov2010-01-212-7/+25
|