summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed bug #27822 (is_resource() returns TRUE for closed resources)Derick Rethans2004-04-012-0/+17
|
* BugFix#27619Sara Golemon2004-03-311-0/+18
| | | | | | Filters not applied to pre-buffered stream data. (esp. http:// streams)
* - Align help output for configure.Derick Rethans2004-03-311-2/+2
|
* Fixed bug #27809 (ftp_systype returns null on some ftp servers).Ilia Alshanetsky2004-03-311-0/+3
|
* disallow negative timestamps on windows onlyHartmut Holzgraefe2004-03-311-0/+2
|
* use new style constructorsRob Richards2004-03-3112-49/+50
| | | | | fix return for nodelist item
* - Fix typoAndi Gutmans2004-03-311-9/+9
|
* Make time tests more robust against differences in implementationArd Biesheuvel2004-03-313-19/+19
| | | | | # FreeBSD mktime() returns -1 if is_dst==1 and no DST timezone is set
* Fix testsMarcus Boerger2004-03-302-7/+5
|
* Fix testMarcus Boerger2004-03-302-2/+2
|
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-302-0/+40
|
* TSRM fixMarcus Boerger2004-03-301-0/+1
|
* - Fix Reflection class namesMarcus Boerger2004-03-301-11/+131
| | | | | | - Add ability to get the extension an internal class was defined in # This is the patch Andi and me used to search for underscrores...
* Fix for #27764. Get return value from a stored procedure not returning any ↵Frank M. Kromann2004-03-301-3/+1
| | | | result sets
* Prevent test from failing on least significant digitArd Biesheuvel2004-03-301-23/+23
|
* Using studlyCaps names.Dmitry Stogov2004-03-301-65/+65
|
* - Tiny improvement.Andi Gutmans2004-03-301-2/+3
|
* NAN==NAN doest work (Ard)Marcus Boerger2004-03-291-4/+0
|
* Removed extra spaces that cause the test to fail.Ilia Alshanetsky2004-03-291-4/+4
|
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-292-1/+7
| | | | | | | Merge from branch with one main difference: the default save_path is set to the empty string on all platforms, whereas the code in the branch only does so for win32.
* DOM_RET_OBJ for return_value needs to be followed by returnMarcus Boerger2004-03-291-1/+3
|
* Remove debug codeMarcus Boerger2004-03-291-2/+1
|
* Fix testsMarcus Boerger2004-03-293-9/+4
|
* Fix class namesMarcus Boerger2004-03-2914-68/+68
|
* Fixed compiler warnings.Ilia Alshanetsky2004-03-293-11/+10
|
* Fix class namesMarcus Boerger2004-03-298-24/+24
|
* Fix class namesMarcus Boerger2004-03-292-47/+47
|
* Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus)Marcus Boerger2004-03-292-4/+51
|
* Fix for #27743. Make sure Money types are converted and returned correctFrank M. Kromann2004-03-291-2/+7
|
* Synchronized bundled GD library with GD 2.0.22.Ilia Alshanetsky2004-03-2920-42/+216
|
* Test updated to test for additional libxml2/expat inconsistenciesHartmut Holzgraefe2004-03-291-9/+68
|
* Improve portability (idea by Ard)Marcus Boerger2004-03-281-4/+6
|
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-285-6/+7
| | | | | line of the latter. Add ext/SPL.
* Add agrument type infoMarcus Boerger2004-03-281-6/+6
|
* Fix XSL (Rob/Marcus)Marcus Boerger2004-03-281-1/+1
|
* MFB test case for bug #27719 and improve comments in this tricky DST codeRasmus Lerdorf2004-03-282-5/+80
|
* Fix memleak found by TimmMarcus Boerger2004-03-281-2/+0
|
* added missing files of oniguruma to mbstring.dsp.Rui Hirokawa2004-03-271-0/+96
|
* Move defines to proper locationMarcus Boerger2004-03-271-6/+6
|
* Touch after .cMarcus Boerger2004-03-271-153/+174
|
* Portable solution for bug #27646 that works correct on Windows, tooMarcus Boerger2004-03-275-4/+105
|
* Commit the header, too.Marcus Boerger2004-03-271-152/+151
|
* Follow ming_xy naming conventionMarcus Boerger2004-03-271-3/+3
|
* Fix complation errors after convertion to new macro'sFrank M. Kromann2004-03-261-4/+4
|
* Change to studlyCaps conventionMarcus Boerger2004-03-2621-84/+84
| | | | | # Hopefully discussed enough this time
* Use studlyCaps and new macros (that should be it)Marcus Boerger2004-03-261-372/+382
|
* Correct that nameMarcus Boerger2004-03-261-1/+1
|
* let inf be generated by INF constant (thanks to Wez)Marcus Boerger2004-03-261-1/+1
|
* MFB: The 2am offset was a bad choice as this hour doesn't necessarily existRasmus Lerdorf2004-03-261-3/+3
| | | | | on a DST switch. So use 4am instead. Fixes bug #27719
* BugFix 27675 and add regression test.Sara Golemon2004-03-262-4/+15
|