summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFHmigration/unlabaled-1.67.2Harald Radi2001-12-021-1/+1
|
* MFHStig Bakken2001-10-111-0/+2
|
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.67.2'.SVN Migration2001-08-131740-435193/+0
|
* - More ZE2 fixesAndi Gutmans2001-08-136-13/+6
|
* - Attempt at fixing the Java extension for ZE2Andi Gutmans2001-08-132-22/+14
|
* - MFZE1Andi Gutmans2001-08-131-0/+1
|
* - Merge from Engine 1Andi Gutmans2001-08-131-4/+23
|
* Faster wrong_param check for functions that take no parametersRasmus Lerdorf2001-08-131-6/+7
|
* Change to Z_* macros.Joey Smith2001-08-131-36/+38
|
* @Added --version option to php-config (Stig)Stig Bakken2001-08-131-1/+4
|
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-1317-46/+79
| | | | | faster mechanism
* Oops, a little too much simplification there.. ;)Rasmus Lerdorf2001-08-131-0/+2
|
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-1315-44/+91
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* wsSterling Hughes2001-08-132-105/+105
|
* Whitespace fixes and moving to zend_parse_parameters()Sterling Hughes2001-08-132-82/+59
|
* Reverse patches that slipped in by mistake in a whitespace patch. TheyZeev Suraski2001-08-131-31/+34
| | | | | require some more work...
* Update .dspZeev Suraski2001-08-131-1/+1
|
* - Fix APIZeev Suraski2001-08-133-2/+4
| | | | | - Update NEWS
* MFZE1Zeev Suraski2001-08-133-122/+58
|
* ChangeLog update2001-08-131-0/+62
|
* Enable output buffering in the php.ini-recommendedZeev Suraski2001-08-121-1/+6
|
* Compile fix for oldie Linux systems (possibly others too)Zeev Suraski2001-08-122-0/+5
|
* Fix warning.Sebastian Bergmann2001-08-121-1/+1
|
* tags need to be UTF8-decoded as well.Thies C. Arntzen2001-08-122-54/+94
| | | | | | guys, case_folding can only work when the parser target encoding equal (or compatible) with the locale setting of the system as we use toupper to "do it"
* _FUNCTION is used in definition, so use _DStanislav Malyshev2001-08-121-4/+4
|
* adjusted Satellite for Zend 2David Eriksson2001-08-124-33/+7
|
* changed IOR valuesDavid Eriksson2001-08-121-2/+2
|
* wrote some tests for satelliteDavid Eriksson2001-08-126-0/+104
|
* - Make com work with new object modelAndi Gutmans2001-08-124-14/+14
|
* Save spec_opt for each function.Andrei Zmievski2001-08-121-1/+2
|
* Fix it up a bit.Andrei Zmievski2001-08-121-13/+14
|
* Oops, missing () thereRasmus Lerdorf2001-08-121-1/+1
|
* ChangeLog update2001-08-121-0/+206
|
* - Update php.ini-distZeev Suraski2001-08-112-332/+607
| | | | | - Sync php.ini-recommended with php.ini-dist
* Make it possible to enable chunked output buffering without providingZeev Suraski2001-08-113-10/+16
| | | | | an output handling function
* Let domxml compile with ZendEngine2.Joey Smith2001-08-111-4/+4
|
* WhitespaceZeev Suraski2001-08-111-1/+1
|
* - Make odbc_fetch_object() work with Engine 2Andi Gutmans2001-08-111-3/+1
|
* - Make mysql_fetch_object() work w/ Engine 2Andi Gutmans2001-08-111-4/+1
|
* - More work on making objects workAndi Gutmans2001-08-114-10/+15
|
* - Fix some places which create objects. The fixes are ugly and will beAndi Gutmans2001-08-114-26/+38
| | | | | revised when things start working well
* WhitespaceZeev Suraski2001-08-1146-707/+708
|
* WhitespaceZeev Suraski2001-08-1149-1443/+1449
|
* removed my debug code :)Tomas V.V.Cox2001-08-111-1/+0
|
* don't show is_file() stat errorsTomas V.V.Cox2001-08-111-1/+2
|
* WhitespaceZeev Suraski2001-08-1120-158/+158
|
* WhitespaceZeev Suraski2001-08-111-11/+11
|
* updateZeev Suraski2001-08-111-1/+2
|
* Start pushing register_globals annihilationZeev Suraski2001-08-114-574/+51
|
* - Fix UNIX build.Andi Gutmans2001-08-112-3/+3
|