summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesPHP-4.3Gwynne Raskind2009-07-160-0/+0
|
* - UpdateMarcus Boerger2006-05-211-6/+13
|
* MFBAndrei Zmievski2006-04-231-1/+1
|
* MFH (r-1.436) copy() should not disrespect open_basedir on source fileSara Golemon2006-04-141-1/+1
|
* MFBAndrei Zmievski2006-03-271-3/+0
|
* MFH: Fixed bug #33070 (Improved performance of bzdecompress() by severalIlia Alshanetsky2005-06-052-45/+37
| | | | | orders of magnitude).
* MFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs)foobar2005-06-022-0/+12
|
* MFH: fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-023-2/+18
|
* MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with ↵Antony Dovgal2005-06-022-2/+6
| | | | | | | 2-statement SQL batches). Path by rich at kastle dot com.
* - That should have been removed, not commented out.Derick Rethans2005-06-021-4/+0
|
* - MFH: Fixed memory corruption in stristr().Derick Rethans2005-06-022-4/+5
|
* MFH: Fixed bug #33210 (relax jpeg recursive loop protection).Ilia Alshanetsky2005-06-012-1/+2
|
* MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' ↵foobar2005-05-315-6/+29
| | | | modifier misbehave)
* MFHfoobar2005-05-311-2/+2
|
* Upgrade PCRE library to 5.0.Andrei Zmievski2005-05-2729-2138/+20392
|
* MFHAndrei Zmievski2005-05-262-24/+58
|
* MFH: Added scheme validation for parse_url().Ilia Alshanetsky2005-05-261-0/+13
|
* MFH (pcre cache flush)Andrei Zmievski2005-05-241-4/+12
|
* MFH: make it compile on Win32Antony Dovgal2005-05-241-1/+1
|
* MFH: Fixed bug #32810 (temporary files not using plain file wrapper).Ilia Alshanetsky2005-05-232-0/+2
|
* revert by Wez's requestAntony Dovgal2005-05-232-2/+1
|
* MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)Antony Dovgal2005-05-232-1/+3
|
* MFH: fix testAntony Dovgal2005-05-231-1/+1
|
* MFH: Upgrade bundled shtool to 2.0.1foobar2005-05-231-134/+201
|
* MFH: - Fixed bug #33017 ("make distclean" gives an error with VPATH build).foobar2005-05-232-3/+3
|
* MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).Ilia Alshanetsky2005-05-222-4/+5
|
* MFH: fix compile warningAntony Dovgal2005-05-221-0/+1
|
* Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_pathRasmus Lerdorf2005-05-212-2/+17
| | | | | change
* - Fixed bug #30593 (--with-ingres option generates broken Makefile).Grant Croker2005-05-201-2/+4
|
* Update NEWSDerick Rethans2005-05-201-0/+2
|
* - Fixed bug #33013: "next month" was done wrong.Derick Rethans2005-05-201-1/+1
|
* MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading ↵Antony Dovgal2005-05-202-1/+3
| | | | session cookies)
* reorderfoobar2005-05-201-2/+2
|
* NEWS file update for JaniRasmus Lerdorf2005-05-191-0/+2
|
* Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as perRasmus Lerdorf2005-05-191-3/+9
| | | | | RFC 2616 section 10.3.5
* Fixed bug #32802 (broken MFH)Ilia Alshanetsky2005-05-171-0/+14
|
* MFH: gdImageGifCtx() is always available in bundled libAntony Dovgal2005-05-171-0/+1
|
* MFH: fix bug #32742 (segmentation fault when the stream with a wrapper is ↵Antony Dovgal2005-05-165-5/+20
| | | | not closed)
* MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside ↵Antony Dovgal2005-05-131-0/+2
| | | | error handler)
* I am reverting this patch:Rasmus Lerdorf2005-05-131-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | | http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.45.2.9&r2=1.45.2.10&ty=u It consistently causes this segfault: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 2837)] 0x405313ff in zend_hash_find (ht=0x8266682, arKey=0x8266660 "fud_session_1109269364_referer_id", nKeyLength=34, pData=0x0) at /home/rasmus/php43/Zend/zend_hash.c:897 897 *pData = p->pData; (gdb) bt #0 0x405313ff in zend_hash_find (ht=0x8266682, arKey=0x8266660 "fud_session_1109269364_referer_id", nKeyLength=34, pData=0x0) at /home/rasmus/php43/Zend/zend_hash.c:897 #1 0x4050c39c in php_register_variable_ex (var=0x8266660 "fud_session_1109269364_referer_id", val=0xbffff730, track_vars_array=0x823e908) at /home/rasmus/php43/main/php_variables.c:201 #2 0x4050c031 in php_register_variable_safe (var=0x823e908 "?m\031\b", strval=0x0, str_len=0, track_vars_array=0x823e908) at /home/rasmus/php43/main/php_variables.c:56 #3 0x4050c6fb in php_default_treat_data (arg=2, str=0x0, destArray=0x823e908) at /home/rasmus/php43/main/php_variables.c:318 #4 0x40502af2 in php_hash_environment () at /home/rasmus/php43/main/main.c:1442 #5 0x4050187f in php_request_startup () at /home/rasmus/php43/main/main.c:936 #6 0x4053e746 in apache_php_module_main (r=0x818c894, display_source_mode=0) at /home/rasmus/php43/sapi/apache/sapi_apache.c:33 #7 0x4053f1e9 in send_php (r=0x818c894, display_source_mode=0, filename=0x0) at /home/rasmus/php43/sapi/apache/mod_php4.c:621 #8 0x4053f36d in send_parsed_php (r=0x823e908) at /home/rasmus/php43/sapi/apache/mod_php4.c:636
* MFH: fix #33019 (socket errors cause memory leaks in php_strerror())Antony Dovgal2005-05-122-0/+11
| | | | | patch by jwozniak23 at poczta dot onet dot pl
* use & and check for the right value of result_typeAntony Dovgal2005-05-102-4/+9
| | | | | | btw, nobody noticed that result_type wasn't ever working in 4.3, because it was absent in parse_params().. also, I prefer "Tony" just for uniformity =)
* Tony or Antony? :)foobar2005-05-101-1/+1
|
* MFH: fix #32904 (pg_get_notify() ignores result_type parameter)Antony Dovgal2005-05-102-2/+3
|
* - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)foobar2005-05-102-1/+2
|
* Revert the memleak fix due to net-snmp oddity (see also bug #32613)foobar2005-05-102-12/+1
|
* fix for bug #32116 (mysql compressed connection doesn't work under win)Georg Richter2005-05-092-1/+3
|
* MFH: - getlogin() / getgroups() are not necessarily available everywherefoobar2005-05-093-1/+13
|
* Remove dos crapfoobar2005-05-090-0/+0
|
* MFH: - Fixed putenv() under win32 (see bug #32957)foobar2005-05-081-0/+15
|