summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding itk and and peruser MPM to the list of threaded Apache MPMsLars Strojny2008-03-092-4/+4
|
* - MFH: Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
|
* Fix test (thanks Scoates!)Felipe Pena2008-03-081-2/+2
|
* Fix testFelipe Pena2008-03-081-2/+2
|
* Fix test (new constant was added in PREG)Felipe Pena2008-03-081-1/+2
|
* MFH: User error handlers no longer catch supressed errorsEtienne Kneuss2008-03-084-22/+40
|
* User error handlers no longer catch supressed errors (patch by Etienne Kneuss)Felipe Pena2008-03-083-1/+12
|
* fix tests if allow_url_fopen is disabled in php.iniGreg Beaver2008-03-088-0/+16
|
* - MFHDavid Coallier2008-03-081-1/+6
| | | | | - If libxml dotted version smaller than 2.6.20 it's a fail. Patch from scoates
* fix test if allow_url_fopen is disabled in php.iniGreg Beaver2008-03-081-0/+2
|
* - Ok to fail on OSX, adjusted bug, patch from scoatesDavid Coallier2008-03-081-0/+2
|
* Bug fixed in 5.0.46Andrey Hristov2008-03-082-4/+4
|
* update NEWSAndrey Hristov2008-03-081-0/+1
|
* Fix a problem with $mysqi->connect() not working with default values.Andrey Hristov2008-03-086-20/+48
| | | | | Fix a leak, bug#39457
* MFB: Fixed bug #44373 (PDO_OCI extension compile failed)Felipe Pena2008-03-081-1/+1
|
* BFN #44214Nuno Lopes2008-03-081-0/+2
|
* fix bug #44214: crash with preg_replace_callback and global variablesNuno Lopes2008-03-083-2/+58
|
* BFN: #39108Felipe Pena2008-03-081-0/+2
|
* BFN: #44336Nuno Lopes2008-03-081-0/+3
|
* Fix tests (removed space on error message "Undefined index: ...")Felipe Pena2008-03-0810-12/+14
|
* implement #44336: optimize utf8 string matchingNuno Lopes2008-03-081-6/+20
| | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant
* add new testsNuno Lopes2008-03-082-0/+94
|
* Cosmetics (removed space on error message)Felipe Pena2008-03-081-4/+4
|
* Fixed bug #39018 (Error control operator '@' fails to suppress ↵Felipe Pena2008-03-083-1/+103
| | | | "Uninitialized string offset")
* BFNGwynne Raskind2008-03-081-0/+2
|
* BFNScott MacVicar2008-03-081-0/+1
|
* MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.)Scott MacVicar2008-03-081-0/+15
|
* Forgot one file in last commitGwynne Raskind2008-03-071-0/+85
|
* MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", ↵Gwynne Raskind2008-03-074-29/+49
| | | | custom session handler)
* - MFH: New testsJohannes Schlüter2008-03-073-0/+95
|
* BFN.Scott MacVicar2008-03-071-0/+4
|
* Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to ↵Scott MacVicar2008-03-071-2/+33
| | | | | | | stop errors with null bytes.) Fixed bug #42443 (Bind integers and booleans as integers rather than strings.)
* - Tests awaiting fix of bug #44246Josie Messa2008-03-073-0/+119
|
* - New tests for rewinddir() functionJosie Messa2008-03-074-0/+376
|
* - New tests for closedir() functionJosie Messa2008-03-074-0/+364
|
* styleJani Taskinen2008-03-071-10/+10
|
* BFNScott MacVicar2008-03-071-0/+1
|
* Update bundled SQLite to 3.5.6Scott MacVicar2008-03-07106-22109/+32438
|
* fix buildAntony Dovgal2008-03-071-1/+1
|
* test was failing because I had a file named 1 in the checkout directoryGreg Beaver2008-03-071-0/+1
| | | | | | # note to tests writers: never assume anything about directory # contents.
* improve seed calculationStanislav Malyshev2008-03-071-2/+2
| | | | | # better solution would be to port mt's multi-value seed procedure
* Fixed a memory leak inside date_get_last_errors() when there are no errorsIlia Alshanetsky2008-03-071-1/+1
|
* fix segfault when trying to clone uncloneable object because of ↵Antony Dovgal2008-03-062-0/+26
| | | | zend.ze1_compatibility_mode which we should have got rid of years ago
* Add new tests for class/object functions and features.Robin Fernandes2008-03-0649-0/+3751
|
* Revert patch for bug #44325Ilia Alshanetsky2008-03-051-10/+5
|
* Using new magic constant __DIR__ in run-tests.phpLars Strojny2008-03-051-3/+3
|
* - Fix tests (allow_call_time_pass_reference might be off for properly ↵Jani Taskinen2008-03-057-7/+21
| | | | configured sites.. :)
* Optimized require_once() and include_once() by eliminationg open() syscall ↵Dmitry Stogov2008-03-058-70/+149
| | | | on second usage.
* - Fix test when register_globals=On in php.iniJani Taskinen2008-03-051-0/+2
|
* MFH: apply better fixAntony Dovgal2008-03-051-3/+5
|