]> granicus.if.org Git - php/shortlog
php
2003-09-08 foobarconfigure.in
2003-09-08 foobar- Should fix some CLI build problems on some systems.
2003-09-08 Marcus BoergerFix registering/derigistering of stdClass in ZTS and...
2003-09-08 Marc BoerenFix warning and converted dos-crlf to unix line-endings.
2003-09-08 Ard BiesheuvelDon't include unnecessary headers in other configuratio...
2003-09-08 Ard BiesheuvelDon't include unnecessary headers
2003-09-08 <changelog... ChangeLog update
2003-09-07 Marcus BoergerAllow to search for section FILE with 2nd parameter...
2003-09-07 Marcus BoergerFix foreach() called with non array
2003-09-07 Ard BiesheuvelZero-terminate strings
2003-09-07 Ard BiesheuvelAdd version info to Windows DLL
2003-09-07 foobarFixed ming to work with new OO stuff. Patch by tony2001...
2003-09-07 Stanislav Malyshevcheck for mach-o/dyld.h - needed for non-PHP ZE build
2003-09-07 Marcus BoergerZTS fix
2003-09-07 <changelog... ChangeLog update
2003-09-07 foobartypo + proto fix
2003-09-06 Georg Richtertest for helly's mysqli_fetch_object changes
2003-09-06 Marcus BoergerModify mysqli_fetch_object() to be able to instantiate...
2003-09-06 Marcus BoergerModify pg_fetch_object() to be able to instantiate...
2003-09-06 Stefan RoehrichCode cleanup:
2003-09-06 Marcus BoergerBugfix #25404
2003-09-06 Sara GolemonAdd missing proto
2003-09-06 Sara Golemonhttp.h php_http,h rename
2003-09-06 Marcus BoergerDisallow to changing the backtrace
2003-09-06 Marcus BoergerAdd missing newline if no static methods are available
2003-09-06 Marcus Boerger- Internal functions shall be static
2003-09-06 foobarrenamed http.h -> php_http.h
2003-09-06 foobar- Typos, CS, etc.
2003-09-06 Marcus BoergerFix logic
2003-09-06 foobarrenamed http.h -> php_http.h
2003-09-06 Marcus Boerger- Fix CS: {{{ / }}}
2003-09-06 Marcus BoergerUse %s where it makes more sense
2003-09-06 Sebastian BergmannAdd ext/standard/http.{c|h}.
2003-09-06 Sara GolemonFix Objects bug. (Objects != Arrays)
2003-09-06 Sara GolemonFix segfault on uninitialized zval, skip NULL/Resource...
2003-09-06 Sara GolemonStandard Footer
2003-09-06 Sara GolemonPrevent Recursion
2003-09-06 Greg Beavermake error code helpful if no releases of a package...
2003-09-06 Greg Beavermake error code helpful if no releases of a package...
2003-09-06 Sara GolemonIntroducing php_url_encode_hash_ex() internal function
2003-09-06 <changelog... ChangeLog update
2003-09-05 Marcus BoergerOmitting is also possible here
2003-09-05 Marcus BoergerWS
2003-09-05 Marcus BoergerFix warnings
2003-09-05 Ard BiesheuvelAdd missing CVS Ids
2003-09-05 Marcus BoergerSimplify reflection_property::__constructor() and fix...
2003-09-05 foobar- Simple test for ming
2003-09-05 Marcus Boerger- Don't use resorved words as variable names.
2003-09-05 Ard BiesheuvelBe more relaxed about dimensions of array arguments
2003-09-05 foobargrouped DBX stuff
2003-09-05 Ard BiesheuvelTest array handling
2003-09-05 Ard BiesheuvelMake the test fail if anything goes wrong :-)
2003-09-05 Marc BoerenAdded updates to dbx module to NEWS by hand as @ doesn...
2003-09-05 Marcus BoergerFix reflection_api::__construct() (noticed by Andrey)
2003-09-05 Marcus BoergerProvide string casting for exceptions by calling toString()
2003-09-05 Marc BoerenAdded DBX_RESULT_UNBUFFERED flag for dbx_query.
2003-09-05 <changelog... ChangeLog update
2003-09-04 Ard BiesheuvelAdded support for binding arrays
2003-09-04 Greg Beaverremove debug code
2003-09-04 Greg Beaverfix bug in --force - $options was never passed to _inst...
2003-09-04 Greg Beaverfix bug in --force on windows
2003-09-04 Ard BiesheuvelDon't rely on sizeof(int) == 4
2003-09-04 Marcus BoergerTests show updating consts must happen once at runtime...
2003-09-04 Marcus BoergerAdd reflection_class::getstaticproerties()
2003-09-04 Marcus BoergerGo with the mess
2003-09-04 Marcus BoergerGo with stdlyCaps
2003-09-04 Ard BiesheuvelDon't rely on sizeof(int) == 4
2003-09-04 Marcus BoergerRemove unwanted space
2003-09-04 Marcus BoergerUpdate necessary test INIs
2003-09-04 Ard BiesheuvelFix inter-op with IB < 6
2003-09-04 Ard BiesheuvelFixed fetching of arrays
2003-09-04 Jon PariseRegister the TYPEMODEL constant from c-client's mail.h.
2003-09-04 Ard BiesheuvelNo scaling for double type
2003-09-04 <changelog... ChangeLog update
2003-09-03 foobarCleanup after ourselves.
2003-09-03 Marcus BoergerPartly revert and reintroduce hash table entries for...
2003-09-03 Marcus BoergerFix test
2003-09-03 Marcus BoergerNuke unused variable, too
2003-09-03 Marcus Boerger- Inheritance applies to __clone() too.
2003-09-03 Marcus BoergerCannot turn a static property into a non static one...
2003-09-03 Sebastian BergmannZTS fix.
2003-09-03 Marcus BoergerFix handling of static properties initialized to arrays
2003-09-03 Ard BiesheuvelWS
2003-09-03 foobartest for bug #25378
2003-09-03 Marcus BoergerAdd missing error messages when violating static proper...
2003-09-03 foobarsync
2003-09-03 foobar- Fixed bug #25378 (Invalid data passed to unserialize...
2003-09-03 Marcus BoergerFix static properties.
2003-09-03 Ard BiesheuvelTest correct binding of 16-bit NUMERIC parameters
2003-09-03 Ard BiesheuvelFix binding of 16-bit NUMERIC parameters
2003-09-03 foobar- Fixed bug #25372 (sscanf() does not work with %X)
2003-09-03 Marcus BoergerAllow redeclareing a protected property as public.
2003-09-03 Rob Richardschanges to php_dom.h for last commit
2003-09-03 Rob Richardsadd document HTML load/save methods
2003-09-03 Zeev SuraskiRevert bogus patch
2003-09-03 Sascha SchumannUpdate documentation, -b ip:port works
2003-09-03 Sascha Schumannfix heuristic: if someone passed "-b IP:port", this...
2003-09-03 Sascha Schumanncentralize cflags
2003-09-03 Marcus BoergerClearly distinguish between Const, Static and Other...
2003-09-03 <changelog... ChangeLog update
next