summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.Wez Furlong2004-04-191-3/+3
|
* Add pty support to proc_open() for systems with Unix98 ptys.Wez Furlong2004-04-191-18/+91
| | | | | # With permission from Andi
* - MFH: Fix for bug #28042 (greek letters in html to entitity mapping notDerick Rethans2004-04-171-4/+4
| | | | | correct)
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
|
* studlyCapsMarcus Boerger2004-04-101-2/+2
|
* - Add missing "CEST" timezoneDerick Rethans2004-04-081-0/+1
|
* - Added test and not the diff ;-)Derick Rethans2004-04-081-0/+16
|
* remove crapfoobar2004-04-081-2/+0
|
* - Test case for bug #20382Derick Rethans2004-04-081-0/+2
|
* Fix incomplete class for the new object modelStanislav Malyshev2004-04-071-35/+48
|
* - Fixed comment and double 0Derick Rethans2004-04-041-2/+2
|
* - One more test for a date/time related bug.Derick Rethans2004-04-041-0/+19
|
* Add a comment why it is inMarcus Boerger2004-04-041-0/+1
|
* That should do itArd Biesheuvel2004-04-031-8/+5
|
* MFB: more elaborate HUGE_VAL testArd Biesheuvel2004-04-031-3/+10
|
* Initialize to 0 to prevent valgrind warningsMarcus Boerger2004-04-031-2/+2
|
* - Fixed expected shift/reduce conflict count nu,berDerick Rethans2004-04-021-2/+2
|
* MFB: Revert patch for bug #27782.Ilia Alshanetsky2004-04-012-40/+0
|
* - MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)Derick Rethans2004-04-012-3/+123
|
* - 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)
* disallow negative timestamps on windows onlyHartmut Holzgraefe2004-03-311-0/+2
|
* 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
* Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).Ilia Alshanetsky2004-03-302-0/+40
|
* Prevent test from failing on least significant digitArd Biesheuvel2004-03-301-23/+23
|
* - 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
|
* Found a NAN/INF solution that should be portable everywhere(?) (Ard,Marcus)Marcus Boerger2004-03-292-4/+51
|
* 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-281-2/+3
| | | | | line of the latter. Add ext/SPL.
* MFB test case for bug #27719 and improve comments in this tricky DST codeRasmus Lerdorf2004-03-282-5/+80
|
* 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
|
* 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
|
* Pending touchMarcus Boerger2004-03-251-50/+120
|
* -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example)Marcus Boerger2004-03-252-5/+34
| | | | | -Change test to use constants without prior conversion
* Update .c output after .reMarcus Boerger2004-03-231-125/+134
|
* - Allow negative infinityMarcus Boerger2004-03-233-1/+34
| | | | | | - Register missing constants, they work anyway but cause an E_NOTICE # generation by atof() should be portable enough (afaik)
* Bugfix #27646: Cannot serialize/unserialize non-finite numeric valuesMarcus Boerger2004-03-232-117/+211
|
* Cleanup, minor refactor, and CSSara Golemon2004-03-191-19/+21
|
* Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults.Sara Golemon2004-03-191-5/+7
|
* MFH: Fixed bug #27628 (Simplify the process of making a POST request viaIlia Alshanetsky2004-03-191-2/+20
| | | | | stream context).
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-184-12/+55
|
* BUG #27457 was fixed (using temporary hash table with string keys only)Dmitry Stogov2004-03-181-1/+7
|
* Userspace Directory Stream TestSara Golemon2004-03-171-0/+52
|