summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed compatibility with auto_globals_jitDmitry Stogov2006-03-211-49/+43
|
* Fixed bug #36721 (The SoapServer is not able to send a header that it didn't ↵Dmitry Stogov2006-03-217-10/+240
| | | | receive)
* Fixed bug #36809 (__FILE__ behavior changed)Dmitry Stogov2006-03-212-0/+2
|
* MFHRui Hirokawa2006-03-213-0/+67
|
* Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)Dmitry Stogov2006-03-211-0/+2
|
* MFH.Rui Hirokawa2006-03-211-1/+1
|
* *** empty log message ***Rui Hirokawa2006-03-211-0/+1
|
* @added possible encoding attack detection by mb_get_info('illegalchars').Rui Hirokawa2006-03-216-1/+30
|
* Fixed bug #36689 (Removed arbitrary limit on the length of syslog messages).Ilia Alshanetsky2006-03-212-6/+3
|
* shutdown syslog module before freeing basic_globalsAntony Dovgal2006-03-201-3/+3
|
* .. and add missing #ifdefAntony Dovgal2006-03-201-0/+2
|
* fix wrong mshutdown func paramsAntony Dovgal2006-03-201-1/+1
|
* fix #36808 (syslog ident becomes garbage between requests)Antony Dovgal2006-03-204-7/+15
|
* MFH: fix #36741 (userstreams testcase have off-by-one error on fseek())Antony Dovgal2006-03-201-3/+3
|
* Removed unreachable codeDmitry Stogov2006-03-201-7/+1
|
* MFH: fix buffer overrunAntony Dovgal2006-03-201-1/+1
|
* MFH: initialize retvalAntony Dovgal2006-03-201-1/+1
|
* Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)Dmitry Stogov2006-03-201-1/+16
|
* Fixed register_argc_argv behavior. Now it behave in the same way as before ↵Dmitry Stogov2006-03-201-13/+18
| | | | in all combinations with register_globals, register_long_arrays, variables_order and auto_globals_jit.
* first check stream for NULL, then dereferenceAntony Dovgal2006-03-191-2/+4
|
* MFH: make the code cleanerAntony Dovgal2006-03-191-3/+1
|
* - Missing skipifMarcus Boerger2006-03-191-1/+3
|
* Properly calculate the size of the result array.Ilia Alshanetsky2006-03-191-1/+7
|
* - add comitters nameMichael Wallner2006-03-191-1/+1
|
* - Fixed Apache2 SAPIs header handler modifying header strings.Michael Wallner2006-03-191-0/+1
|
* - fix php_apache_sapi_header_handler() modifying sapi_headerMichael Wallner2006-03-192-2/+6
| | | | | # already taken care of in apcache1 sapi
* fix several leaks in date_sun*() functionsAntony Dovgal2006-03-182-2/+8
|
* MFH: check stream for NULL before writing to itAntony Dovgal2006-03-181-5/+9
| | | | | remove unnecessary semicolons
* Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also ↵Antony Dovgal2006-03-183-0/+10
| | | | fixes bug #36764)
* - MFH Fix seek/eof issue in temp streamsMarcus Boerger2006-03-181-1/+1
|
* BFNRob Richards2006-03-181-0/+1
|
* Fixed bug #36756 (DOMDocument::removeChild corrupts node)Rob Richards2006-03-182-0/+37
| | | | | add test
* fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined)Antony Dovgal2006-03-173-1/+26
|
* Eliminated unnecessary getcwd() syscallDmitry Stogov2006-03-171-2/+6
|
* fix #36743 (In a class extending XMLReader array properties are not writable)Antony Dovgal2006-03-173-1/+62
|
* Optimized FastCGI SAPI check. Check for ini options only once.Dmitry Stogov2006-03-171-23/+32
|
* Allowed 'auto_globals_jit' work together with 'register_argc_argv'Dmitry Stogov2006-03-172-3/+15
|
* FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all ↵Dmitry Stogov2006-03-171-2/+2
| | | | SIGSEGV related code is commented.
* Optimization of module unloading (temporary modules can be only in the end)Dmitry Stogov2006-03-172-6/+2
|
* Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructorIlia Alshanetsky2006-03-171-2/+12
| | | | | | Allow getAttribute() to fetch MySQL specific attributes. Eliminate unnecessary auto-commit call on connect.
* - Fix testMarcus Boerger2006-03-161-1/+1
|
* Fixed Bug #36614 (Segfault when using Soap)Dmitry Stogov2006-03-155-3/+223
|
* Fixed memory leak on unused bind var.Ilia Alshanetsky2006-03-151-2/+5
|
* Fix: incorrect string length passedDmitry Stogov2006-03-151-2/+2
|
* Added E_STRICT warning in case of calling non-static method from ↵Dmitry Stogov2006-03-152-0/+54
| | | | incompatible context (this feature is staying for BC with php-4).
* Eliminated run-time constant fetching for TRUE, FALSE and NULLDmitry Stogov2006-03-154-10/+42
|
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-153-8/+8
|
* Fix Win32 compilation.Frank M. Kromann2006-03-142-2/+2
|
* fixed a 64-bit problem reported by PierreGeorg Richter2006-03-141-3/+7
|
* Fixed bug #35988 (Unknown persistent list entry type in module shutdown)Dmitry Stogov2006-03-144-0/+55
|