summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0b3RC2'.php-5.0.0b3RC2SVN Migration2003-12-1994-15963/+0
|
* More things for the new build system.Wez Furlong2003-12-198-42/+118
| | | | | Pi3Web and aolserver build untested (no headers and libs for those here)
* Make apache2handler build with new build system.Wez Furlong2003-12-193-5/+23
| | | | | Perhaps also make it build with .dsp system too...
* Moved ext/notes to PECL.Wez Furlong2003-12-195-3000/+1
| | | | | (win32 only, and doesn't build on snaps.php.net)
* add tests to HEADAntony Dovgal2003-12-195-0/+109
|
* Make these build with new win32 build system.Wez Furlong2003-12-197-1/+115
|
* Make xmlrpc build using our expat compat functions.Wez Furlong2003-12-191-0/+13
| | | | | | Would be good if someone could verify that it actually works in this configuration.
* add config.w32 for ext/yazWez Furlong2003-12-191-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 Furlong2003-12-192-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 Furlong2003-12-191-3/+11
| | | | | | this saves re-linking php*.dll when you add shared extensions to your config.
* - Test commitDerick Rethans2003-12-191-1/+1
|
* - Test 3Derick Rethans2003-12-191-1/+1
|
* - test 2Derick Rethans2003-12-191-1/+1
|
* Using INI section.Dmitry Stogov2003-12-191-3/+2
|
* New tests for memory leaksDmitry Stogov2003-12-195-0/+155
|
* make these build with new win32 build system.Wez Furlong2003-12-1910-0/+168
| | | | | mcve untested (I don't have those libs/headers)
* - Test new commit info fileDerick Rethans2003-12-191-1/+1
|
* - Nuke another rule (thanks to Jan for noticing this)Andi Gutmans2003-12-191-9/+0
|
* Fixed memory leak in tidy_getopt() when fetching string values.Ilia Alshanetsky2003-12-191-3/+1
| | | | | Removed unnecessary check in tidy_diagnose().
* Fixed tidy tests.Ilia Alshanetsky2003-12-196-45/+77
|
* Bug #25547 (error_handler and array index with function call) was fixedDmitry Stogov2003-12-191-0/+18
| | | | | tests/lang/bug25547.phpt
* - restructured phpizeJan Lehnardt2003-12-191-54/+130
| | | | | | - added -v and --version to print out API numbers - discussed with Jani and Andi
* - date==today()Pierre Joye2003-12-191-1/+1
|
* Check correction (Thanks Andi).Ilia Alshanetsky2003-12-191-1/+1
|
* - prepare 1.3b5Pierre Joye2003-12-191-1/+1
|
* - Update dateAndi Gutmans2003-12-191-1/+1
|
* - Prepare for RC2Andi Gutmans2003-12-192-3/+3
|
* - Nuke unused codeAndi Gutmans2003-12-191-22/+0
|
* Fixed bug #26667 (Added safety checks to ip2long()).Ilia Alshanetsky2003-12-191-1/+6
|
* don't enable by default; causes simplexml build to failWez Furlong2003-12-191-1/+1
|
* we only use zlib.libWez Furlong2003-12-191-1/+1
|
* detect c-client headers correctly using Edin's php-win32-dev layoutWez Furlong2003-12-191-1/+2
|
* copy-n-paste errorWez Furlong2003-12-191-1/+1
|
* Explicitly depend on oleaut32.libWez Furlong2003-12-191-1/+1
|
* "Real" cvsclean, works as the unix version doesWez Furlong2003-12-192-1/+119
|
* Refinements for new build system:Wez Furlong2003-12-195-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 intWez Furlong2003-12-191-1/+1
|
* add prototypeWez Furlong2003-12-191-0/+1
|
* ignore .tmp files created by testsWez Furlong2003-12-190-0/+0
|
* be slightly nicer when defining R_OKWez Furlong2003-12-191-1/+3
|
* Memory limit overflow was fixedDmitry Stogov2003-12-191-0/+3
|
* Error reporting on unset string offset was added (Bug #24773 ↵Dmitry Stogov2003-12-191-1/+6
| | | | Zend/tests/bug24773.phpt)
* Assign_op operators (+=) were fixed for elements of overloaded objectsDmitry Stogov2003-12-192-6/+40
|
* Fix testMarcus Boerger2003-12-191-4/+4
|
* Add test for foreach visibilityMarcus Boerger2003-12-191-0/+58
|
* ChangeLog update2003-12-192-0/+171
|
* - Nuke C++ commentAndi Gutmans2003-12-181-1/+1
|
* - Revert patch 1.566Andi Gutmans2003-12-181-26/+7
|
* test case for array_sumAndrey Hristov2003-12-181-0/+27
|
* * PHP 4 fix for the E_STRICT checkStig Bakken2003-12-181-2/+1
|