summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for #28512. news entryFrank M. Kromann2004-06-301-0/+1
|
* Fix for #28512. Allocate enough space to store dataFrank M. Kromann2004-06-301-3/+18
|
* Another instance where alloca() is not needed.Ilia Alshanetsky2004-06-301-2/+8
|
* Fixed Ilia's alloca() issue/exploitArd Biesheuvel2004-06-301-40/+33
| | | | | | Removed pointless RINIT() Use macros for consistent resource type names
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-303-11/+11
|
* ChangeLog update2004-06-301-0/+7
|
* Fix for Bug #28964 fread "greedy" behaviourWez Furlong2004-06-291-0/+3
|
* ChangeLog update2004-06-291-0/+36
|
* Removed pointless allocation check.Ilia Alshanetsky2004-06-281-4/+1
|
* Fix #28921 (Bad grammar in INSTALL).Sebastian Bergmann2004-06-281-1/+1
|
* - Fixed bug with leap year checking.Derick Rethans2004-06-281-1/+1
|
* Revert at Derick's requestArd Biesheuvel2004-06-281-1/+0
|
* BFNArd Biesheuvel2004-06-281-0/+1
|
* MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)Ard Biesheuvel2004-06-281-2/+2
|
* ChangeLog update2004-06-281-0/+11
|
* Removed unneeded if().Ilia Alshanetsky2004-06-271-3/+1
|
* Add more testsMarcus Boerger2004-06-271-0/+45
|
* Add more testsMarcus Boerger2004-06-271-0/+41
|
* ChangeLog update2004-06-271-0/+43
|
* BFNMarcus Boerger2004-06-261-0/+1
|
* *** empty log message ***Moriyoshi Koizumi2004-06-261-2/+0
|
* replace strncpy with strlcpyUwe Schindler2004-06-261-5/+3
|
* As long we pass values by reference this is needed. Ugly!Stefan Esser2004-06-261-0/+4
|
* Fixed input_filter functions need emalloc()ed values.Stefan Esser2004-06-261-0/+4
|
* strip_tags() newsStefan Esser2004-06-261-0/+1
|
* IE we love you all...Stefan Esser2004-06-261-0/+2
|
* - WSMoriyoshi Koizumi2004-06-261-0/+1
|
* - Fix bug #28466 (mbstring_convert_variables() problem).Moriyoshi Koizumi2004-06-263-5/+30
|
* ChangeLog update2004-06-262-0/+24
|
* MFB: Memory leak fix (patch by Joe Orton)Edin Kadribasic2004-06-251-30/+8
| | | | | Fixes #28113. Adapted to php5 by Magnus Määttä.
* export zend stream functions for zend extensions under windowsWez Furlong2004-06-252-8/+8
|
* ChangeLog update2004-06-252-0/+29
|
* Ease off on severity of new error (Using Resources as array offsets)Sara Golemon2004-06-241-1/+1
|
* MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).Ilia Alshanetsky2004-06-241-1/+5
|
* Fixed zend_parse_parameters arguments...Stefan Esser2004-06-241-1/+1
|
* Added missing safe_mode & open_basedir checks.Ilia Alshanetsky2004-06-241-0/+4
|
* ChangeLog update2004-06-242-0/+74
|
* BugFix #28879 Inconsistent behavior between explicit and implicit array ↵Sara Golemon2004-06-231-1/+4
| | | | | | | | | | | | | | creation. Changes: Throw E_WARNING "Illegal offset type" when explicitly creating array elements with objects, arrays, or resorces as indexes. This matches implicit creation w/ obj/arr indices. Throw E_WARNING "Resource ID#%ld used as offset, casting to integer (%ld)" when implicitly creating array with resource as index. (BC)
* fix for inheritabilityGeorge Schlossnagle2004-06-232-17/+28
|
* added php_mysqli_construct_get to support __construct in extended classesGeorg Richter2004-06-232-1/+22
|
* Changed name to all capsArd Biesheuvel2004-06-231-3/+3
|
* Return all results as strings until I can convince the other guys thatArd Biesheuvel2004-06-236-31/+67
| | | | | it should be otherwise
* Fixed some int-long issuesArd Biesheuvel2004-06-231-4/+4
|
* Addendum to bug #28878: change ini keys as PHP_INI_SYSTEMUwe Schindler2004-06-231-17/+10
| | | | | Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables
* Added SOAP configuration directivesDmitry Stogov2004-06-232-0/+18
|
* ChangeLog update2004-06-231-0/+27
|
* MFB (better error checking in pcre_fullinfo() calls).Andrei Zmievski2004-06-222-8/+47
|
* Fixed possible buffer overflow.Ilia Alshanetsky2004-06-221-1/+1
|
* Updated the author's contact information.Alex Leigh2004-06-221-1/+1
|
* Fix bug #28878: php.ini values in php5_executeUwe Schindler2004-06-221-1/+1
|