summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - TouchMarcus Boerger2004-05-121-2/+0
* - Move hash table destruction to proper locationMarcus Boerger2004-05-122-2/+4
* Make vprintf() and printf() return the length of the string printed.Ilia Alshanetsky2004-05-111-2/+4
* Fixed bug #28355 (glob() does not return error on Linux when it does notIlia Alshanetsky2004-05-111-0/+4
* - Decouple NAN and INFMarcus Boerger2004-05-102-5/+27
* Fixed bug #28289 (incorrect resolving of relative paths by glob() inIlia Alshanetsky2004-05-091-2/+4
* Add __EXTENSIONS__ define - otherwise it won't compile on SolarisStanislav Malyshev2004-05-091-0/+1
* Fixed a segfault. (It's possible for large offsets to make strrpos()Jay Smith2004-05-061-3/+11
* Bugfix #28300 Userspace stream/filter names don't need to be lowercased.Sara Golemon2004-05-061-1/+0
* BugFix#28287 stream_*_register() not calling __autoload().Sara Golemon2004-05-051-2/+2
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-041-0/+7
* Use caseinsensitive sortMarcus Boerger2004-05-021-1/+1
* Fix Bug #28251Wez Furlong2004-05-021-1/+3
* Don't load modules twiceMarcus Boerger2004-05-011-0/+11
* Fixed bug #28228 (number_format() does not allow empty decimal separator).Ilia Alshanetsky2004-04-302-1/+22
* Don't strip off those []s, it'll only create problems in wrappers and elsewhere.Sara Golemon2004-04-271-5/+0
* BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc sty...Sara Golemon2004-04-271-5/+17
* - Fixed buffer overflow in phpinfo() for Zend Extension Api NO.Derick Rethans2004-04-231-1/+1
* In-HEAD bugfix# 28115Sara Golemon2004-04-231-0/+1
* The fix for the vc7 libc putenv bug is also needed here to avoid a crash.Wez Furlong2004-04-221-0/+7
* 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
* - MFH: Fix for bug #28042 (greek letters in html to entitity mapping notDerick Rethans2004-04-171-4/+4
* - 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
* 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
* 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