Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0b3RC2'.php-5.0.0b3RC2 | SVN Migration | 2003-12-19 | 94 | -15963/+0 |
| | |||||
* | More things for the new build system. | Wez Furlong | 2003-12-19 | 8 | -42/+118 |
| | | | | | Pi3Web and aolserver build untested (no headers and libs for those here) | ||||
* | Make apache2handler build with new build system. | Wez Furlong | 2003-12-19 | 3 | -5/+23 |
| | | | | | Perhaps also make it build with .dsp system too... | ||||
* | Moved ext/notes to PECL. | Wez Furlong | 2003-12-19 | 5 | -3000/+1 |
| | | | | | (win32 only, and doesn't build on snaps.php.net) | ||||
* | add tests to HEAD | Antony Dovgal | 2003-12-19 | 5 | -0/+109 |
| | |||||
* | Make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 7 | -1/+115 |
| | |||||
* | Make xmlrpc build using our expat compat functions. | Wez Furlong | 2003-12-19 | 1 | -0/+13 |
| | | | | | | Would be good if someone could verify that it actually works in this configuration. | ||||
* | add config.w32 for ext/yaz | Wez Furlong | 2003-12-19 | 1 | -0/+38 |
| | | | | | | Edin: we need to update the yaz stuff in php-win32-dev so that this extension will build. | ||||
* | Export expat compat functions. | Wez Furlong | 2003-12-19 | 2 | -45/+55 |
| | | | | | | | "Implement" XML_GetCurrentByteCount(); probably not 100% correct, but the only usage of it is by xmlrpc extension when reporting an error; it should be safe. | ||||
* | don't overwrite internal_functions.c if the content did not change; | Wez Furlong | 2003-12-19 | 1 | -3/+11 |
| | | | | | | this saves re-linking php*.dll when you add shared extensions to your config. | ||||
* | - Test commit | Derick Rethans | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | - Test 3 | Derick Rethans | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | - test 2 | Derick Rethans | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | Using INI section. | Dmitry Stogov | 2003-12-19 | 1 | -3/+2 |
| | |||||
* | New tests for memory leaks | Dmitry Stogov | 2003-12-19 | 5 | -0/+155 |
| | |||||
* | make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 10 | -0/+168 |
| | | | | | mcve untested (I don't have those libs/headers) | ||||
* | - Test new commit info file | Derick Rethans | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | - Nuke another rule (thanks to Jan for noticing this) | Andi Gutmans | 2003-12-19 | 1 | -9/+0 |
| | |||||
* | Fixed memory leak in tidy_getopt() when fetching string values. | Ilia Alshanetsky | 2003-12-19 | 1 | -3/+1 |
| | | | | | Removed unnecessary check in tidy_diagnose(). | ||||
* | Fixed tidy tests. | Ilia Alshanetsky | 2003-12-19 | 6 | -45/+77 |
| | |||||
* | Bug #25547 (error_handler and array index with function call) was fixed | Dmitry Stogov | 2003-12-19 | 1 | -0/+18 |
| | | | | | tests/lang/bug25547.phpt | ||||
* | - restructured phpize | Jan Lehnardt | 2003-12-19 | 1 | -54/+130 |
| | | | | | | - added -v and --version to print out API numbers - discussed with Jani and Andi | ||||
* | - date==today() | Pierre Joye | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | Check correction (Thanks Andi). | Ilia Alshanetsky | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | - prepare 1.3b5 | Pierre Joye | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | - Update date | Andi Gutmans | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | - Prepare for RC2 | Andi Gutmans | 2003-12-19 | 2 | -3/+3 |
| | |||||
* | - Nuke unused code | Andi Gutmans | 2003-12-19 | 1 | -22/+0 |
| | |||||
* | Fixed bug #26667 (Added safety checks to ip2long()). | Ilia Alshanetsky | 2003-12-19 | 1 | -1/+6 |
| | |||||
* | don't enable by default; causes simplexml build to fail | Wez Furlong | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | we only use zlib.lib | Wez Furlong | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | detect c-client headers correctly using Edin's php-win32-dev layout | Wez Furlong | 2003-12-19 | 1 | -1/+2 |
| | |||||
* | copy-n-paste error | Wez Furlong | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | Explicitly depend on oleaut32.lib | Wez Furlong | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | "Real" cvsclean, works as the unix version does | Wez Furlong | 2003-12-19 | 2 | -1/+119 |
| | |||||
* | Refinements for new build system: | Wez Furlong | 2003-12-19 | 5 | -57/+196 |
| | | | | | | | | | - Add major + minor version to .dll and .exe headers during linking - Handle pecl build dir correctly when pecl is a sibling of php-src - try and guess where your cygwin utils are installed (if you have them) so that we can detect bison, flex etc. - other little refinements | ||||
* | this should be an int | Wez Furlong | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | add prototype | Wez Furlong | 2003-12-19 | 1 | -0/+1 |
| | |||||
* | ignore .tmp files created by tests | Wez Furlong | 2003-12-19 | 0 | -0/+0 |
| | |||||
* | be slightly nicer when defining R_OK | Wez Furlong | 2003-12-19 | 1 | -1/+3 |
| | |||||
* | Memory limit overflow was fixed | Dmitry Stogov | 2003-12-19 | 1 | -0/+3 |
| | |||||
* | Error reporting on unset string offset was added (Bug #24773 ↵ | Dmitry Stogov | 2003-12-19 | 1 | -1/+6 |
| | | | | Zend/tests/bug24773.phpt) | ||||
* | Assign_op operators (+=) were fixed for elements of overloaded objects | Dmitry Stogov | 2003-12-19 | 2 | -6/+40 |
| | |||||
* | Fix test | Marcus Boerger | 2003-12-19 | 1 | -4/+4 |
| | |||||
* | Add test for foreach visibility | Marcus Boerger | 2003-12-19 | 1 | -0/+58 |
| | |||||
* | ChangeLog update | 2003-12-19 | 2 | -0/+171 | |
| | |||||
* | - Nuke C++ comment | Andi Gutmans | 2003-12-18 | 1 | -1/+1 |
| | |||||
* | - Revert patch 1.566 | Andi Gutmans | 2003-12-18 | 1 | -26/+7 |
| | |||||
* | test case for array_sum | Andrey Hristov | 2003-12-18 | 1 | -0/+27 |
| | |||||
* | * PHP 4 fix for the E_STRICT check | Stig Bakken | 2003-12-18 | 1 | -2/+1 |
| |