Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0'.php-5.0.0 | SVN Migration | 2004-07-15 | 25 | -452/+54 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-15 | 119 | -15023/+0 |
| | |||||
* | - Fix prototype | Marcus Boerger | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | Synch comments | Marcus Boerger | 2004-07-15 | 2 | -15/+89 |
| | |||||
* | Bug 29058 (patch submitted by bug reporter) | Dan Kalowsky | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | Test for bug 26737: | Magnus M��tt� | 2004-07-15 | 1 | -0/+21 |
| | | | | | | Protected and private variables are not saved on serialization when a user defined __sleep is used. | ||||
* | fix #29012 (Potential race during first connection) thanks to cjbj at ↵ | Antony Dovgal | 2004-07-15 | 1 | -2/+2 |
| | | | | hotmail dot com | ||||
* | Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). | Ilia Alshanetsky | 2004-07-15 | 2 | -3/+17 |
| | | | | | # Original Patch by: curt@php.net | ||||
* | ChangeLog update | 2004-07-15 | 2 | -0/+59 | |
| | |||||
* | Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 2 | -2/+2 |
| | |||||
* | same bug. | Stefan Esser | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | - Fixed text. | Derick Rethans | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | Security Fix broken! Destroyed Basic auth. Blame: me | Stefan Esser | 2004-07-14 | 1 | -1/+1 |
| | | | | | 4.3.x not affected | ||||
* | be consistent with write_dimension | Stanislav Malyshev | 2004-07-14 | 1 | -5/+4 |
| | |||||
* | fix #28957 | Stanislav Malyshev | 2004-07-14 | 1 | -0/+8 |
| | |||||
* | Changing the Tidy version to 2.0 | John Coggeshall | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2004-07-14 | 2 | -0/+129 | |
| | |||||
* | Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵ | Sara Golemon | 2004-07-14 | 3 | -7/+26 |
| | | | | for threaded sapis. | ||||
* | Add {{{ proto's | Zeev Suraski | 2004-07-13 | 1 | -12/+85 |
| | |||||
* | - 5.0.1-dev | Andi Gutmans | 2004-07-13 | 4 | -6/+8 |
| | |||||
* | Bugfix #29116 Zend constant warning uses memory after free (jdolecek at ↵ | Marcus Boerger | 2004-07-13 | 1 | -1/+1 |
| | | | | NetBSD dot org) | ||||
* | - Roll PHP 5.0.0 | Andi Gutmans | 2004-07-13 | 4 | -5/+5 |
| | |||||
* | add missing break | Wez Furlong | 2004-07-13 | 1 | -0/+1 |
| | |||||
* | prototype fixes | Georg Richter | 2004-07-13 | 1 | -3/+3 |
| | |||||
* | initial xmlwriter code | Rob Richards | 2004-07-13 | 8 | -0/+1533 |
| | |||||
* | Looks like Sara forgot to change this too. | Wez Furlong | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | changed mysqli_stmt_reset (returns now bool instead of void) | Georg Richter | 2004-07-13 | 1 | -4/+5 |
| | |||||
* | Fixed typo | Stefan Esser | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | remove test dependance on postgres ** this still fails however | Alan Knowles | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | ensure that test passes on systems without postgres built in. | Alan Knowles | 2004-07-13 | 1 | -4/+4 |
| | |||||
* | ChangeLog update | 2004-07-13 | 2 | -0/+89 | |
| | |||||
* | Fix file_get_contents() bug... | Wez Furlong | 2004-07-12 | 1 | -0/+2 |
| | |||||
* | - Initial release | Timm Friebe | 2004-07-12 | 1 | -0/+76 |
| | |||||
* | Added missing constant and correct bound column retrieval. When bound | Ilia Alshanetsky | 2004-07-12 | 2 | -0/+6 |
| | | | | | columns are specified only return status (TRUE/FALSE) indicator. | ||||
* | Fixed a bug that could result in false failed query reporting on | Ilia Alshanetsky | 2004-07-12 | 1 | -2/+6 |
| | | | | | INSERT/UPDATE/DELETE queries. | ||||
* | Missing patch. | Ilia Alshanetsky | 2004-07-12 | 1 | -4/+6 |
| | |||||
* | Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X). | Ilia Alshanetsky | 2004-07-12 | 1 | -0/+1 |
| | |||||
* | Fixed bug #29086 & #28064 (PHP crashes on extremly long scripts). | Ilia Alshanetsky | 2004-07-12 | 1 | -2/+2 |
| | |||||
* | Touch the file so that build system does not try to rebuild it. | Ilia Alshanetsky | 2004-07-12 | 1 | -1/+1 |
| | |||||
* | - Convert zend_class_entry -> zend_class_entry * | Andi Gutmans | 2004-07-12 | 1 | -2/+2 |
| | |||||
* | implement the clone code for the XSLTProcessor object and fix #29108 | Christian Stocker | 2004-07-12 | 1 | -2/+50 |
| | | | | | "xslt segfaults when ze1_compatibility_mode is on" (By Rob Richards) | ||||
* | fix #28978 (multiple OCIBindByName on the same placeholder eats memory) | Antony Dovgal | 2004-07-12 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2004-07-12 | 1 | -0/+63 | |
| | |||||
* | reorder + add | Andrey Hristov | 2004-07-11 | 1 | -1/+3 |
| | |||||
* | fixing bug #28974 : overflow in array_slice() | Andrey Hristov | 2004-07-11 | 3 | -6/+95 |
| | | | | | | The same kind of overflow appeared in array_splice(), substr() and substr_replace() | ||||
* | Ooups... | Stefan Esser | 2004-07-11 | 1 | -0/+3 |
| | |||||
* | Fixed: PARSE_TYPE parameter to input_filter | Stefan Esser | 2004-07-11 | 1 | -2/+7 |
| | | | | | Fixed: input_filter should also be able to filter empty variables by name | ||||
* | fixing bug #28739 | Andrey Hristov | 2004-07-11 | 2 | -1/+71 |
| | | | | | | | | array_*diff() and array_*intersect() not clearing the fci cache before work. FCI call cache was introduced in HEAD. All functions that perform sorting of arrays clear the fci cache before work. array_*diff() and\ array_*intersect() were somehow missed to be updated. | ||||
* | fixing the name of the test | Andrey Hristov | 2004-07-11 | 1 | -1/+1 |
| | |||||
* | fixing bug 29038: | Andrey Hristov | 2004-07-11 | 2 | -1/+75 |
| | | | | | | | EXTR_PREFIX_SAME is prevented from creating a new variable when the key is a empty string. EXTR_PREFIX_ALL is also prevented from doing that, but works for numbers. |