summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* 5.2.1Ilia Alshanetsky2007-02-071-2/+2
|
* - Make sure to be ANSI C compliantAndi Gutmans2007-02-051-1/+1
|
* - MFH Add PHPAPI to stuff needed by streams API for shared extsMarcus Boerger2007-02-032-7/+10
| | | | | | - MFH Readonly issue fix to memory streams option handling (still not activated in 5.2.1 though)
* Fixed bug #40259 (ob_start call many times - memory error). (Dmitry)Dmitry Stogov2007-01-291-10/+15
|
* - Disable memory streams set option until 5.2.2Marcus Boerger2007-01-271-1/+1
|
* - MFH truncate support for mem/temp streamsMarcus Boerger2007-01-271-5/+39
|
* Back to devIlia Alshanetsky2007-01-261-2/+2
|
* 5.2.1RC4Ilia Alshanetsky2007-01-261-2/+2
|
* Fixed bug #39450 (getenv() fills other super-globals).Ilia Alshanetsky2007-01-201-11/+3
|
* Back to devIlia Alshanetsky2007-01-191-2/+2
|
* 5.2.1RC3Ilia Alshanetsky2007-01-191-2/+2
|
* only 2 bits are needed for shutdown(2) method (only 3 possible values). this ↵Nuno Lopes2007-01-181-1/+1
| | | | is new code in 5.2.1, so don't worry..
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-154-20/+23
|
* revert the patch temporarily, I need to test a bigger patch in HEAD..Antony Dovgal2007-01-151-5/+5
|
* MFHAntony Dovgal2007-01-151-5/+5
|
* Fix buildHannes Magnusson2007-01-121-0/+1
| | | | | #Thanks Andy
* TypoHannes Magnusson2007-01-121-1/+1
|
* MFHAntony Dovgal2007-01-121-0/+3
|
* Fixed bug #40098 (php_fopen_primary_script() not thread safe).Ilia Alshanetsky2007-01-122-11/+29
| | | | | Adjusted previous fixes for similar issue to handle sysconf() failures
* MFHAntony Dovgal2007-01-111-2/+2
|
* Fixed bug #40079 (php_get_current_user() not thread safe).Ilia Alshanetsky2007-01-091-0/+15
| | | | | # Original patch from wharmby at uk dot ibm dot com
* Provide means for opening file for zend with error supression. Allows us toIlia Alshanetsky2007-01-082-2/+7
| | | | | avoid INI hackery such as the one used in SPL.
* MFHNuno Lopes2007-01-061-1/+1
|
* Back to devIlia Alshanetsky2007-01-041-2/+2
|
* 5.2.1RC2Ilia Alshanetsky2007-01-041-2/+2
|
* Update copyright yearIlia Alshanetsky2007-01-012-2/+2
| | | | | # The rest of the files were already updated by Sebastian
* MFH: Bump year.Sebastian Bergmann2007-01-0165-65/+65
|
* Fixed bug #39984 (redirect response code in header() could be ignored inIlia Alshanetsky2006-12-311-1/+3
| | | | | CGI sapi).
* Simplify code and eliminate strcat() usageIlia Alshanetsky2006-12-281-7/+6
|
* MFHAntony Dovgal2006-12-281-17/+19
|
* MFHAntony Dovgal2006-12-281-2/+2
|
* Ensure that OnUpdateLongGEZero is greater or equal to 0.Ilia Alshanetsky2006-12-251-1/+1
| | | | | Added a update wrapper for ensuring >0 values
* Allocation safety checksIlia Alshanetsky2006-12-251-2/+7
|
* Fixed heap overflowDmitry Stogov2006-12-251-1/+2
|
* MFHAntony Dovgal2006-12-211-5/+7
|
* Default memory_limit value is set to 128MDmitry Stogov2006-12-211-1/+1
|
* MFHAntony Dovgal2006-12-211-1/+0
|
* MFHAntony Dovgal2006-12-211-0/+1
|
* MFHAntony Dovgal2006-12-211-0/+1
|
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵Dmitry Stogov2006-12-201-6/+0
| | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
* - Fixed incorrect function names on FreeBSD where inet_pton() was namedHannes Magnusson2006-12-201-0/+1
| | | | | | | __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - Fixed bug #38852 (XML-RPC Breaks iconv)
* MFHAntony Dovgal2006-12-191-1/+1
|
* MFHAntony Dovgal2006-12-191-4/+4
|
* Support for systems without locale.hDmitry Stogov2006-12-192-2/+20
|
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-193-43/+50
|
* Added function stream_socket_shutdown(). It is a wraper for system ↵Dmitry Stogov2006-12-193-1/+51
| | | | shutdown() function, that shut downs part of a full-duplex connection
* MFH: fix possible invalid read (reproducible only on big-endian machines)Antony Dovgal2006-12-181-1/+1
|
* WhitespaceZeev Suraski2006-12-181-18/+18
|
* MFH:Hannes Magnusson2006-12-181-6/+14
| | | | | | | - make %f locale aware again - fix precision loss with %F (noticed by Sebastian Nohn) - add new tests
* Fixed compiler warningIlia Alshanetsky2006-12-171-1/+1
|